From 09727ea7467dd3e2e7c45a28d8af4ac58d94be0d Mon Sep 17 00:00:00 2001 From: Daichi Yamamoto Date: Tue, 10 Jun 2025 17:49:14 +0900 Subject: [PATCH 1/7] gui-apps/wlr-dpms: use append-cflags Signed-off-by: Daichi Yamamoto --- gui-apps/wlr-dpms/metadata.xml | 3 +++ gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gui-apps/wlr-dpms/metadata.xml b/gui-apps/wlr-dpms/metadata.xml index 1a90407311..efb33d3dee 100644 --- a/gui-apps/wlr-dpms/metadata.xml +++ b/gui-apps/wlr-dpms/metadata.xml @@ -5,4 +5,7 @@ dev@dyama.net Daichi Yamamoto + + ~dsemy/wlr-dpms + diff --git a/gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild b/gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild index 04f4aafb69..211b6dd822 100644 --- a/gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild +++ b/gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild @@ -3,10 +3,12 @@ EAPI=8 +inherit flag-o-matic + COMMIT=d0e64122e2b2718da26223e8add3211f5dbeb23a DESCRIPTION="change output power modes in wlroots compositors" -HOMEPAGE="https://git.sr.ht/~dsemy/wlr-dpms" +HOMEPAGE="https://sr.ht/~dsemy/wlr-dpms/" SRC_URI="https://git.sr.ht/~dsemy/wlr-dpms/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" @@ -20,8 +22,9 @@ BDEPEND="virtual/pkgconfig" DOCS=( README ) -src_compile() { - emake CFLAGS="${CFLAGS} -Wno-unused-parameter -Wno-strict-prototypes -Wno-incompatible-pointer-types" +src_configure() { + # from Makefile + append-cflags -Wno-unused-parameter -Wno-strict-prototypes -Wno-incompatible-pointer-types } src_install() { From 14a50f127c2bc63301c50f65bfb2f5f30359e02e Mon Sep 17 00:00:00 2001 From: Daichi Yamamoto Date: Tue, 10 Jun 2025 17:58:15 +0900 Subject: [PATCH 2/7] gui-apps/wlr-dpms: fix PREFIX to use EPREFIX Signed-off-by: Daichi Yamamoto --- gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild b/gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild index 211b6dd822..68512d34b1 100644 --- a/gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild +++ b/gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild @@ -28,6 +28,6 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install einstalldocs } From 42f305affe13ed1977838cc98706d65c7a4469fa Mon Sep 17 00:00:00 2001 From: David Roman Date: Tue, 10 Jun 2025 11:36:13 +0200 Subject: [PATCH 3/7] dev-python/pysdl3: add 0.9.8_beta3 Signed-off-by: David Roman --- dev-python/pysdl3/Manifest | 1 + dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild | 48 +++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild diff --git a/dev-python/pysdl3/Manifest b/dev-python/pysdl3/Manifest index f8862c3e83..7b740b03bc 100644 --- a/dev-python/pysdl3/Manifest +++ b/dev-python/pysdl3/Manifest @@ -1,2 +1,3 @@ DIST pysdl3-0.9.8b1.tar.gz 1419632 BLAKE2B 15e5e6fd35eeb4c4349f9c9616c86a36130da05a31303d9fcc2d2508208f7f5075146404306a61143e7e4fa0d3684a5b34aee05eaa481588a8a7f1c8ff485fe2 SHA512 519cca8833c9e68ad33da3bc5009689d6d22766a0511d61c52486a00fddf9e8677d583edfe6b51a454fed98125e26747c4b5485ac8fc737b3d0d5124e4a4a64a DIST pysdl3-0.9.8b2.tar.gz 1419685 BLAKE2B fcc5ceeeb78cdc45ceb8e35ed7e420375ff0ebd7cbbae23dd68718e5417be727aef179760f2f22841966c3e43aff87a20e7b4fb140baad19e62443f505ff312d SHA512 8c2548baa173302ca5ff6e3a2c47d71af3e9b3c8d5c31d6848dd2f734acbb05a765b489a66a83e20d412621155c7fee7dc8618a20bcbd715299e75596ca08fa4 +DIST pysdl3-0.9.8b3.tar.gz 1416965 BLAKE2B d8eed631739051045998f5c0be78ea47f83338077c9024322fb9ac5ed1331b9c6e36dfff02402da0a5d4dd5139627afa2e17b2e239727438b5a291beaa60bf17 SHA512 680153060e479560db0ffb32cb5a76a951f0b784fc1a805999ae7ac03dec3f3e6797f5361b94ec00b87c692a4c6c63ee994f94a98cb73491036574f15145b837 diff --git a/dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild b/dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild new file mode 100644 index 0000000000..bd4a233888 --- /dev/null +++ b/dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild @@ -0,0 +1,48 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{12..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A pure Python wrapper for SDL3" +HOMEPAGE=" + https://pypi.org/project/pysdl3/ + https://github.com/Aermoss/PySDL3 +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] +" + +RDEPEND=" + media-libs/libsdl3 + ${DEPEND} +" + +src_install() { + distutils-r1_src_install + + cat - > 99pysdl3 < Date: Tue, 10 Jun 2025 11:36:36 +0200 Subject: [PATCH 4/7] dev-python/pysdl3: drop 0.9.8_beta1 Signed-off-by: David Roman --- dev-python/pysdl3/Manifest | 1 - dev-python/pysdl3/pysdl3-0.9.8_beta1.ebuild | 48 --------------------- 2 files changed, 49 deletions(-) delete mode 100644 dev-python/pysdl3/pysdl3-0.9.8_beta1.ebuild diff --git a/dev-python/pysdl3/Manifest b/dev-python/pysdl3/Manifest index 7b740b03bc..4007a126cf 100644 --- a/dev-python/pysdl3/Manifest +++ b/dev-python/pysdl3/Manifest @@ -1,3 +1,2 @@ -DIST pysdl3-0.9.8b1.tar.gz 1419632 BLAKE2B 15e5e6fd35eeb4c4349f9c9616c86a36130da05a31303d9fcc2d2508208f7f5075146404306a61143e7e4fa0d3684a5b34aee05eaa481588a8a7f1c8ff485fe2 SHA512 519cca8833c9e68ad33da3bc5009689d6d22766a0511d61c52486a00fddf9e8677d583edfe6b51a454fed98125e26747c4b5485ac8fc737b3d0d5124e4a4a64a DIST pysdl3-0.9.8b2.tar.gz 1419685 BLAKE2B fcc5ceeeb78cdc45ceb8e35ed7e420375ff0ebd7cbbae23dd68718e5417be727aef179760f2f22841966c3e43aff87a20e7b4fb140baad19e62443f505ff312d SHA512 8c2548baa173302ca5ff6e3a2c47d71af3e9b3c8d5c31d6848dd2f734acbb05a765b489a66a83e20d412621155c7fee7dc8618a20bcbd715299e75596ca08fa4 DIST pysdl3-0.9.8b3.tar.gz 1416965 BLAKE2B d8eed631739051045998f5c0be78ea47f83338077c9024322fb9ac5ed1331b9c6e36dfff02402da0a5d4dd5139627afa2e17b2e239727438b5a291beaa60bf17 SHA512 680153060e479560db0ffb32cb5a76a951f0b784fc1a805999ae7ac03dec3f3e6797f5361b94ec00b87c692a4c6c63ee994f94a98cb73491036574f15145b837 diff --git a/dev-python/pysdl3/pysdl3-0.9.8_beta1.ebuild b/dev-python/pysdl3/pysdl3-0.9.8_beta1.ebuild deleted file mode 100644 index bd4a233888..0000000000 --- a/dev-python/pysdl3/pysdl3-0.9.8_beta1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{12..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A pure Python wrapper for SDL3" -HOMEPAGE=" - https://pypi.org/project/pysdl3/ - https://github.com/Aermoss/PySDL3 -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] -" - -RDEPEND=" - media-libs/libsdl3 - ${DEPEND} -" - -src_install() { - distutils-r1_src_install - - cat - > 99pysdl3 < Date: Mon, 9 Jun 2025 15:21:15 +0200 Subject: [PATCH 5/7] games-util/minigalaxy: add myself as a maintainer * Remove the old maintainer, who hasn't touched the package since 2021. Signed-off-by: Lucio Sauer --- games-util/minigalaxy/metadata.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-util/minigalaxy/metadata.xml b/games-util/minigalaxy/metadata.xml index 94a4bb0a49..231e808812 100644 --- a/games-util/minigalaxy/metadata.xml +++ b/games-util/minigalaxy/metadata.xml @@ -2,8 +2,8 @@ - a.zuber@gmx.ch - Andreas Zuber + watermanpaint@posteo.net + Lucio Sauer sharkwouter/minigalaxy From fa70a7266c96229318afbc03a75d90a3318c7fa1 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Tue, 10 Jun 2025 08:49:47 +0400 Subject: [PATCH 6/7] x11-misc/i3-resurrect: python to 3.13 Signed-off-by: Vitaly Zdanevich Part-of: https://github.com/gentoo/guru/pull/333 Closes: https://github.com/gentoo/guru/pull/333 Signed-off-by: Lucio Sauer --- x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild index e06e507e85..67437d3c19 100644 --- a/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild +++ b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) PYPI_NO_NORMALIZE=true # Without this - cannot fetch inherit distutils-r1 pypi From 12c45d0359e4c881ce428d51c3ecf38fb6e1852c Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Tue, 10 Jun 2025 11:46:09 +0200 Subject: [PATCH 7/7] x11-misc/i3-resurrect: fix copyright year Signed-off-by: Lucio Sauer --- x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild index 67437d3c19..eaf8f27c91 100644 --- a/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild +++ b/x11-misc/i3-resurrect/i3-resurrect-1.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2025 Gentoo Authors +# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8