From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAB41158042 for ; Tue, 22 Oct 2024 15:11:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18BDDE08A8; Tue, 22 Oct 2024 15:11:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB103E08A8 for ; Tue, 22 Oct 2024 15:11:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5855341E1C for ; Tue, 22 Oct 2024 15:11:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10E831D0A for ; Tue, 22 Oct 2024 15:11:14 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1729609794.4cea455218dbcc906996c48cc45b48a7153d2ba9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/wmctrl/metadata.xml x11-misc/wmctrl/wmctrl-1.07-r3.ebuild X-VCS-Directories: x11-misc/wmctrl/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 4cea455218dbcc906996c48cc45b48a7153d2ba9 X-VCS-Branch: master Date: Tue, 22 Oct 2024 15:11:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf95da07-f455-40e1-8e54-a3762927a744 X-Archives-Hash: 4fe2ef86dcb34ca82ac3f0bbb17adf38 commit: 4cea455218dbcc906996c48cc45b48a7153d2ba9 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Oct 22 15:07:01 2024 +0000 Commit: Ionen Wolkens gentoo 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 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 @@ ionen@gentoo.org Ionen Wolkens + + Conservatory/wmctrl + 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