diff --git a/gui-apps/wlr-dpms/Manifest b/gui-apps/wlr-dpms/Manifest index 95f06338f8..d068763b95 100644 --- a/gui-apps/wlr-dpms/Manifest +++ b/gui-apps/wlr-dpms/Manifest @@ -1 +1 @@ -DIST wlr-dpms-0_p20240130.tar.gz 6028 BLAKE2B fe1275ceb56d60d5459e4136670e4d240399cacfecbe0c2408f2f01c625563e4539c578e906137dae8ceb729b3e3589d5aeb5a17f44e9b5741c4fba0b2243d4d SHA512 09aeae579d8772f489eadda4e45a0b1e053ea395d65d54a8efd415a71b5429b1cc8c8b67ca4f3db10e0296e53274d7d4432c433062926d62f1a0e48d53643a8d +DIST wlr-dpms-0_p20250620.tar.gz 6047 BLAKE2B e70f749741e15809219a42ddcff4d8b3d58b034f4c1f8143b78ee27a03a78d3bf1ff6cc5243e4d535be71fc5c2b8f5dc60ea6dab2d13e36f95846e984d2591d4 SHA512 f42c16a8fa6678b1164006011f282c172d74974c8b1fae1b5c6f2ccae09079b3687ba3ccdbe42c776f115a2703f7604611e66c93788f8aa986fc0d9b95348439 diff --git a/gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild b/gui-apps/wlr-dpms/wlr-dpms-0_p20250620.ebuild similarity index 81% rename from gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild rename to gui-apps/wlr-dpms/wlr-dpms-0_p20250620.ebuild index 68512d34b1..33ac6e55d4 100644 --- a/gui-apps/wlr-dpms/wlr-dpms-0_p20240130.ebuild +++ b/gui-apps/wlr-dpms/wlr-dpms-0_p20250620.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit flag-o-matic -COMMIT=d0e64122e2b2718da26223e8add3211f5dbeb23a +COMMIT=b6a4aa82d7760d09a3323c93b02e10eb9eb89a3d DESCRIPTION="change output power modes in wlroots compositors" HOMEPAGE="https://sr.ht/~dsemy/wlr-dpms/" @@ -24,7 +24,7 @@ DOCS=( README ) src_configure() { # from Makefile - append-cflags -Wno-unused-parameter -Wno-strict-prototypes -Wno-incompatible-pointer-types + append-cflags -std=c99 -Wall -Wextra -Wno-unused-parameter -Wno-strict-prototypes } src_install() {