Skip to content

Commit

Permalink
libxkbcommon 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Porkepix committed Mar 23, 2024
1 parent 010f4bb commit b3f56ef
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Formula/lib/libxkbcommon.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libxkbcommon < Formula
desc "Keyboard handling library"
homepage "https://xkbcommon.org/"
url "https://xkbcommon.org/download/libxkbcommon-1.6.0.tar.xz"
sha256 "0edc14eccdd391514458bc5f5a4b99863ed2d651e4dd761a90abf4f46ef99c2b"
url "https://xkbcommon.org/download/libxkbcommon-1.7.0.tar.xz"
sha256 "65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247"
license "MIT"
head "https://github.com/xkbcommon/libxkbcommon.git", branch: "master"

Expand Down Expand Up @@ -31,12 +31,6 @@ class Libxkbcommon < Formula

uses_from_macos "libxml2"

# upstream patch PR, https://github.com/xkbcommon/libxkbcommon/pull/468
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/d074f6ee748fa7395ff76b91210229d22c04f185/libxkbcommon/1.6.0.patch"
sha256 "942b1a2b7c912e234f902f1a780284b7cf02f05510f69d7edc2f2b75c13b8959"
end

def install
args = %W[
-Denable-wayland=false
Expand Down

0 comments on commit b3f56ef

Please sign in to comment.