summaryrefslogtreecommitdiff
path: root/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
commit64e107b9b6058580ff0432107eb37cefb0b2a7d8 (patch)
tree9a44e603e2ae365e2b1fe35ac37f73e830cdee1d /x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
parent957235cf19a691360c720f7913672adda4258ed0 (diff)
gentoo resync : 22.10.2018
Diffstat (limited to 'x11-misc/wmctrl/wmctrl-1.07-r2.ebuild')
-rw-r--r--x11-misc/wmctrl/wmctrl-1.07-r2.ebuild22
1 files changed, 8 insertions, 14 deletions
diff --git a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
index a4def6b97b6a..b2ed49feea27 100644
--- a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
+++ b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="command line tool to interact with an EWMH/NetWM compatible X Window Manager"
-HOMEPAGE="http://tomas.styblo.name/wmctrl/"
-SRC_URI="http://tomas.styblo.name/${PN}/dist/${P}.tar.gz"
+HOMEPAGE="http://sweb.cz/tripie/utils/wmctrl"
+SRC_URI="http://sweb.cz/tripie/utils/${PN}/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -16,18 +16,12 @@ RDEPEND="
>=dev-libs/glib-2:2
x11-libs/libX11
x11-libs/libXt
- x11-libs/libXmu"
-
+ x11-libs/libXmu
+"
DEPEND="
${RDEPEND}
virtual/pkgconfig
- x11-base/xorg-proto"
+ x11-base/xorg-proto
+"
PATCHES=( "${FILESDIR}/amd64-Xlib.patch" )
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_install () {
- emake DESTDIR="${D}" install
- einstalldocs
-}