diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-10-20 18:04:10 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-10-20 18:35:41 +0200 |
commit | 02937f7f4a4e8c388b1ad1dabfd8b6555a6e6099 (patch) | |
tree | b5e425ec759768bea352251cc4bb825cde6f560b /x11-misc/wmctrl | |
parent | media-gfx/w3mimgfb: make repoman happy (diff) | |
download | gentoo-02937f7f4a4e8c388b1ad1dabfd8b6555a6e6099.tar.gz gentoo-02937f7f4a4e8c388b1ad1dabfd8b6555a6e6099.tar.bz2 gentoo-02937f7f4a4e8c388b1ad1dabfd8b6555a6e6099.zip |
x11-misc/wmctrl: Update homepage and src_uri
Closes: https://bugs.gentoo.org/655872
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'x11-misc/wmctrl')
-rw-r--r-- | x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 22 |
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 -} |