* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/
@ 2017-01-04 23:27 Patrice Clement
0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2017-01-04 23:27 UTC (permalink / raw
To: gentoo-commits
commit: f78a0385d0bded071201e19a89f8d0c4a4ba1d16
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 22:23:41 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 23:24:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78a0385
x11-misc/wmctrl: EAPI 6 bump.
Package-Manager: portage-2.3.0
x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
new file mode 100644
index 00000000..c9f0e25
--- /dev/null
+++ b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2:2
+ x11-libs/libX11
+ x11-libs/libXt
+ x11-libs/libXmu"
+
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+ x11-proto/xproto"
+
+PATCHES=( "${FILESDIR}/amd64-Xlib.patch" )
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_install () {
+ emake DESTDIR="${D}" install
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/
@ 2017-03-22 7:30 Michael Weber
0 siblings, 0 replies; 11+ messages in thread
From: Michael Weber @ 2017-03-22 7:30 UTC (permalink / raw
To: gentoo-commits
commit: 29a7c0d2549e0e2c9523e6e5c095d931e94370b3
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 15:31:45 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 07:29:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a7c0d2
x11-misc/wmctrl: ppc stable (bug 613104)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
index eea5b817bd1..25168a125bd 100644
--- a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
+++ b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://tomas.styblo.name/${PN}/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-linux"
+KEYWORDS="amd64 ppc ~sparc x86 ~x86-linux"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/
@ 2017-03-26 17:01 Michael Orlitzky
0 siblings, 0 replies; 11+ messages in thread
From: Michael Orlitzky @ 2017-03-26 17:01 UTC (permalink / raw
To: gentoo-commits
commit: cd88be4ccda831de74c8650828c8252a9212d4d0
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 17:00:39 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 17:00:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd88be4c
x11-misc/wmctrl: remove unused version 1.07-r1.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-misc/wmctrl/wmctrl-1.07-r1.ebuild | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild
deleted file mode 100644
index ac96fe4f4f7..00000000000
--- a/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86 ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2
- x11-libs/libX11
- x11-libs/libXt
- x11-libs/libXmu"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-proto/xproto"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/amd64-Xlib.patch" || die "Patch failed"
-}
-
-src_install () {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/
@ 2017-11-18 17:29 Sergei Trofimovich
0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2017-11-18 17:29 UTC (permalink / raw
To: gentoo-commits
commit: cd54e5b0545b30ab3848b8dd6cede53b602f62ea
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 17:27:30 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 17:27:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd54e5b0
x11-misc/wmctrl: keyworded 1.07-r2 for ppc64, bug #637524 (thanks to ernsteiswuerfel)
Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
index 25168a125bd..a34c0ed1edf 100644
--- a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
+++ b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://tomas.styblo.name/${PN}/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86 ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~x86-linux"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/
@ 2017-11-26 23:33 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2017-11-26 23:33 UTC (permalink / raw
To: gentoo-commits
commit: 1c50cbfdd708739a271a10802eee7646ee703489
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 13:13:23 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:31:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c50cbfd
x11-misc/wmctrl: [QA] Consistent whitespace in metadata.xml
x11-misc/wmctrl/metadata.xml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/x11-misc/wmctrl/metadata.xml b/x11-misc/wmctrl/metadata.xml
index de4a42db7c4..d8d01621539 100644
--- a/x11-misc/wmctrl/metadata.xml
+++ b/x11-misc/wmctrl/metadata.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
- The wmctrl program is a command line tool to interact with an
- EWMH/NetWM compatible X Window Manager. It provides command line
- access to almost all the features defined in the EWMH specification.
- Using it, it's possible to, for example, obtain information about the
- window manager, get a detailed list of desktops and managed windows,
- switch and resize desktops, change number of desktops, make windows
- full-screen, always-above or sticky, and activate, close, move,
- resize, maximize and minimize them.
- </longdescription>
+ <!-- maintainer-needed -->
+ <longdescription>
+ The wmctrl program is a command line tool to interact with an
+ EWMH/NetWM compatible X Window Manager. It provides command line
+ access to almost all the features defined in the EWMH specification.
+ Using it, it's possible to, for example, obtain information about the
+ window manager, get a detailed list of desktops and managed windows,
+ switch and resize desktops, change number of desktops, make windows
+ full-screen, always-above or sticky, and activate, close, move,
+ resize, maximize and minimize them.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/
@ 2018-10-20 16:36 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2018-10-20 16:36 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/
@ 2019-07-29 13:04 Aaron Bauman
0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2019-07-29 13:04 UTC (permalink / raw
To: gentoo-commits
commit: d301e3880c3132fd491141b42b5b7426fda06211
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 12:56:44 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 13:04:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d301e388
x11-misc/wmctrl: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
index b2ed49feea2..338af72ad91 100644
--- a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
+++ b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://sweb.cz/tripie/utils/${PN}/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~x86-linux"
+KEYWORDS="amd64 arm64 ppc ~ppc64 ~sparc x86 ~x86-linux"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/
@ 2021-02-25 9:15 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2021-02-25 9:15 UTC (permalink / raw
To: gentoo-commits
commit: c3d02419f5e04b3dca82f808e6c6355ae0ad4939
Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Thu Feb 25 09:15:23 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 09:15:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d02419
x11-misc/wmctrl: adopt through proxy-maint
Also drop longdescription, not overly needed.
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-misc/wmctrl/metadata.xml | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/x11-misc/wmctrl/metadata.xml b/x11-misc/wmctrl/metadata.xml
index d8d01621539..d91810780a6 100644
--- a/x11-misc/wmctrl/metadata.xml
+++ b/x11-misc/wmctrl/metadata.xml
@@ -1,15 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- The wmctrl program is a command line tool to interact with an
- EWMH/NetWM compatible X Window Manager. It provides command line
- access to almost all the features defined in the EWMH specification.
- Using it, it's possible to, for example, obtain information about the
- window manager, get a detailed list of desktops and managed windows,
- switch and resize desktops, change number of desktops, make windows
- full-screen, always-above or sticky, and activate, close, move,
- resize, maximize and minimize them.
- </longdescription>
+ <maintainer type="person">
+ <email>sudinave@gmail.com</email>
+ <name>Ionen Wolkens</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/
@ 2021-02-25 9:15 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2021-02-25 9:15 UTC (permalink / raw
To: gentoo-commits
commit: 3c7cdc300354537752708b1bb6fc1cebcb7f42ab
Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Thu Feb 25 09:15:26 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 09:15:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7cdc30
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 <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 18 ++++++++----------
1 file 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 338af72ad91..b5f3984fc9d 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" )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/
@ 2021-09-21 13:41 Yixun Lan
0 siblings, 0 replies; 11+ messages in thread
From: Yixun Lan @ 2021-09-21 13:41 UTC (permalink / raw
To: gentoo-commits
commit: f86c9ff040078aa099ec0de45a22f3ea68b8b01a
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Tue Sep 21 09:52:30 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 13:41:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86c9ff0
x11-misc/wmctrl: keyword ~riscv
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
index b5f3984fc9d..f7701592d69 100644
--- a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
+++ b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 arm64 ppc ~ppc64 ~riscv ~sparc x86 ~x86-linux"
RDEPEND="
dev-libs/glib:2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/
@ 2024-10-22 15:11 Ionen Wolkens
0 siblings, 0 replies; 11+ messages in thread
From: Ionen Wolkens @ 2024-10-22 15:11 UTC (permalink / raw
To: gentoo-commits
commit: 4cea455218dbcc906996c48cc45b48a7153d2ba9
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 15:07:01 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 15:09:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cea4552
x11-misc/wmctrl: update links
Closes: https://bugs.gentoo.org/941971
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-misc/wmctrl/metadata.xml | 3 +++
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
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-10-22 15:11 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-21 13:41 [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/ Yixun Lan
-- strict thread matches above, loose matches on Subject: below --
2024-10-22 15:11 Ionen Wolkens
2021-02-25 9:15 David Seifert
2021-02-25 9:15 David Seifert
2019-07-29 13:04 Aaron Bauman
2018-10-20 16:36 Pacho Ramos
2017-11-26 23:33 David Seifert
2017-11-18 17:29 Sergei Trofimovich
2017-03-26 17:01 Michael Orlitzky
2017-03-22 7:30 Michael Weber
2017-01-04 23:27 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox