Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wmctrl: migrate to brewed X11 #64581

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions Formula/wmctrl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ class Wmctrl < Formula
homepage "https://sites.google.com/site/tstyblo/wmctrl"
url "https://sites.google.com/site/tstyblo/wmctrl/wmctrl-1.07.tar.gz"
sha256 "d78a1efdb62f18674298ad039c5cbdb1edb6e8e149bb3a8e3a01a4750aa3cca9"
revision 1
license "GPL-2.0-or-later"
revision 2

livecheck do
url :homepage
Expand All @@ -21,7 +22,10 @@ class Wmctrl < Formula
depends_on "pkg-config" => :build
depends_on "gettext"
depends_on "glib"
depends_on :x11
depends_on "libice"
depends_on "libsm"
depends_on "libx11"
depends_on "libxmu"

# Fix for 64-bit arch. See:
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=362068
Expand Down