diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-10-22 11:07:01 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-10-22 11:09:54 -0400 |
commit | 4cea455218dbcc906996c48cc45b48a7153d2ba9 (patch) | |
tree | c941f68da9142ff6a79f7bd16c4f22dbfb225516 /x11-misc | |
parent | x11-drivers/nvidia-drivers: drop 550.107.02-r1 (diff) | |
download | gentoo-4cea455218dbcc906996c48cc45b48a7153d2ba9.tar.gz gentoo-4cea455218dbcc906996c48cc45b48a7153d2ba9.tar.bz2 gentoo-4cea455218dbcc906996c48cc45b48a7153d2ba9.zip |
x11-misc/wmctrl: update links
Closes: https://bugs.gentoo.org/941971
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/wmctrl/metadata.xml | 3 | ||||
-rw-r--r-- | x11-misc/wmctrl/wmctrl-1.07-r3.ebuild | 15 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/wmctrl/metadata.xml b/x11-misc/wmctrl/metadata.xml index 06d84e396dc3..fc9da8ad6934 100644 --- a/x11-misc/wmctrl/metadata.xml +++ b/x11-misc/wmctrl/metadata.xml @@ -5,4 +5,7 @@ <email>ionen@gentoo.org</email> <name>Ionen Wolkens</name> </maintainer> + <upstream> + <remote-id type="github">Conservatory/wmctrl</remote-id> + </upstream> </pkgmetadata> diff --git a/x11-misc/wmctrl/wmctrl-1.07-r3.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r3.ebuild index a7bad8f520bc..00a94c207920 100644 --- a/x11-misc/wmctrl/wmctrl-1.07-r3.ebuild +++ b/x11-misc/wmctrl/wmctrl-1.07-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Command line tool to interact with an EWMH/NetWM compatible X Window Manager" -HOMEPAGE="http://tripie.sweb.cz/utils/wmctrl/" -SRC_URI="http://tripie.sweb.cz/utils/wmctrl/dist/${P}.tar.gz" +HOMEPAGE="https://github.com/Conservatory/wmctrl/" +SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" @@ -14,12 +14,15 @@ KEYWORDS="amd64 arm64 ppc ~ppc64 ~riscv ~sparc x86 ~x86-linux" RDEPEND=" dev-libs/glib:2 x11-libs/libX11 - x11-libs/libXmu" + x11-libs/libXmu +" DEPEND=" ${RDEPEND} - x11-base/xorg-proto" + x11-base/xorg-proto +" BDEPEND=" - virtual/pkgconfig" + virtual/pkgconfig +" PATCHES=( "${FILESDIR}"/${P}-64bit-xlib.patch |