commit: 02937f7f4a4e8c388b1ad1dabfd8b6555a6e6099 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Oct 20 16:04:10 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Oct 20 16:35:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02937f7f
x11-misc/wmctrl: Update homepage and src_uri Closes: https://bugs.gentoo.org/655872 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 22 ++++++++-------------- 1 file 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 a4def6b97b6..b2ed49feea2 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 -}
