commit:     e8ae187bb40775ed91d32f4e187a352442160ca7
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Oct  1 11:18:00 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct  1 11:18:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8ae187b

x11-apps/xcur2png: run autoreconf

Closes: https://bugs.gentoo.org/937784
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 .../{xcur2png-0.7.1-r2.ebuild => xcur2png-0.7.1-r3.ebuild}     | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild 
b/x11-apps/xcur2png/xcur2png-0.7.1-r3.ebuild
similarity index 77%
rename from x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild
rename to x11-apps/xcur2png/xcur2png-0.7.1-r3.ebuild
index cc4e3e034..fe8fd1790 100644
--- a/x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild
+++ b/x11-apps/xcur2png/xcur2png-0.7.1-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit flag-o-matic
+inherit autotools flag-o-matic
 
 DESCRIPTION="Convert X cursors to PNG images"
 HOMEPAGE="https://github.com/eworm-de/xcur2png";
@@ -14,10 +14,16 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="
-       media-libs/libpng
+       media-libs/libpng:=
        x11-libs/libXcursor
 "
 RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+       default
+       eautoreconf # bug 937784
+}
 
 src_configure() {
        append-cflags "-std=gnu89" # bug 916457

Reply via email to