diff --git a/dev-python/pysdl3/Manifest b/dev-python/pysdl3/Manifest index f8862c3e83..4007a126cf 100644 --- a/dev-python/pysdl3/Manifest +++ b/dev-python/pysdl3/Manifest @@ -1,2 +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_beta3.ebuild similarity index 100% rename from dev-python/pysdl3/pysdl3-0.9.8_beta1.ebuild rename to dev-python/pysdl3/pysdl3-0.9.8_beta3.ebuild 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 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..68512d34b1 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,11 +22,12 @@ 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() { - emake DESTDIR="${D}" PREFIX="/usr" install + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install einstalldocs } 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..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,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 2024-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