summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <sudinave@gmail.com>2021-02-25 10:15:26 +0100
committerDavid Seifert <soap@gentoo.org>2021-02-25 10:15:26 +0100
commit3c7cdc300354537752708b1bb6fc1cebcb7f42ab (patch)
tree726fd796da575a27d6d2234a249dfbf054d4f5a6 /x11-misc/wmctrl
parentx11-misc/wmctrl: adopt through proxy-maint (diff)
downloadgentoo-3c7cdc300354537752708b1bb6fc1cebcb7f42ab.tar.gz
gentoo-3c7cdc300354537752708b1bb6fc1cebcb7f42ab.tar.bz2
gentoo-3c7cdc300354537752708b1bb6fc1cebcb7f42ab.zip
x11-misc/wmctrl: set BDEPEND + trivial cleanups
Closes: https://github.com/gentoo/gentoo/pull/19621 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
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" )