summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/wmctrl')
-rw-r--r--x11-misc/wmctrl/wmctrl-1.07-r2.ebuild18
1 files changed, 8 insertions, 10 deletions
diff --git a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
index 338af72ad91e..b5f3984fc9d9 100644
--- a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
+++ b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
@@ -1,27 +1,25 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-DESCRIPTION="command line tool to interact with an EWMH/NetWM compatible X Window Manager"
+DESCRIPTION="Command line tool to interact with an EWMH/NetWM compatible X Window Manager"
HOMEPAGE="http://sweb.cz/tripie/utils/wmctrl"
-SRC_URI="http://sweb.cz/tripie/utils/${PN}/dist/${P}.tar.gz"
+SRC_URI="http://sweb.cz/tripie/utils/wmctrl/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm64 ppc ~ppc64 ~sparc x86 ~x86-linux"
-IUSE=""
RDEPEND="
- >=dev-libs/glib-2:2
+ dev-libs/glib:2
x11-libs/libX11
- x11-libs/libXt
x11-libs/libXmu
-"
+ x11-libs/libXt"
DEPEND="
${RDEPEND}
- virtual/pkgconfig
- x11-base/xorg-proto
-"
+ x11-base/xorg-proto"
+BDEPEND="
+ virtual/pkgconfig"
PATCHES=( "${FILESDIR}/amd64-Xlib.patch" )