Merge updates from master

This commit is contained in:
Repository mirror & CI
2025-06-10 10:24:01 +00:00
6 changed files with 15 additions and 9 deletions

View File

@@ -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

View File

@@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>a.zuber@gmx.ch</email>
<name>Andreas Zuber</name>
<email>watermanpaint@posteo.net</email>
<name>Lucio Sauer</name>
</maintainer>
<upstream>
<remote-id type="github">sharkwouter/minigalaxy</remote-id>

View File

@@ -5,4 +5,7 @@
<email>dev@dyama.net</email>
<name>Daichi Yamamoto</name>
</maintainer>
<upstream>
<remote-id type="sourcehut">~dsemy/wlr-dpms</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -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
}

View File

@@ -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