* [gentoo-commits] repo/proj/guru:master commit in: x11-apps/xcur2png/
@ 2020-05-21 11:24 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-05-21 11:24 UTC (permalink / raw
To: gentoo-commits
commit: 1d31e158b8666868e62553a2e82a37d40145c2e2
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu May 21 00:27:55 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu May 21 00:27:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d31e158
x11-apps/xcur2png: New package.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
x11-apps/xcur2png/Manifest | 1 +
x11-apps/xcur2png/metadata.xml | 15 +++++++++++++++
x11-apps/xcur2png/xcur2png-0.7.1.ebuild | 18 ++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/x11-apps/xcur2png/Manifest b/x11-apps/xcur2png/Manifest
new file mode 100644
index 0000000..fc11f5b
--- /dev/null
+++ b/x11-apps/xcur2png/Manifest
@@ -0,0 +1 @@
+DIST xcur2png-0.7.1.tar.gz 99826 BLAKE2B 4ea7497e5e1520216d487e1e43af6f44cc1ff48b78750aaa7a9f2f82d93b009c8deaccd6229606a7bcd19881828d1a1cc8f72fe5981acb67d1510d20b7280a86 SHA512 7a979b4f696810c217f7e2b93d30ecf4f1674bdf1c6483da8aa54ad96ad81f9f720ebd8ef81802a1e7e99747d2f7ea5af4b06a6104a53819b1ce621d3b534c94
diff --git a/x11-apps/xcur2png/metadata.xml b/x11-apps/xcur2png/metadata.xml
new file mode 100644
index 0000000..36d51d4
--- /dev/null
+++ b/x11-apps/xcur2png/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@tastytea.de</email>
+ <name>Ronny (tastytea) Gutbrod</name>
+ </maintainer>
+ <longdescription lang="en">
+ xcur2png is a program which lets you convert X cursors to PNG images and
+ generates a config-file which is reusable by xcursorgen.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">eworm-de/xcur2png</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-apps/xcur2png/xcur2png-0.7.1.ebuild b/x11-apps/xcur2png/xcur2png-0.7.1.ebuild
new file mode 100644
index 0000000..00e8b42
--- /dev/null
+++ b/x11-apps/xcur2png/xcur2png-0.7.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Convert X cursors to PNG images"
+HOMEPAGE="https://github.com/eworm-de/xcur2png"
+SRC_URI="https://github.com/eworm-de/xcur2png/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ media-libs/libpng
+ x11-libs/libXcursor
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-apps/xcur2png/
@ 2024-05-24 18:26 Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-05-24 18:26 UTC (permalink / raw
To: gentoo-commits
commit: 175361190aa7ec5ee262cc366e09af66157d75c4
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri May 24 10:23:36 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri May 24 10:23:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17536119
x11-apps/xcur2png: add RDEPEND
Closes: https://bugs.gentoo.org/932490
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
.../xcur2png/{xcur2png-0.7.1-r1.ebuild => xcur2png-0.7.1-r2.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-apps/xcur2png/xcur2png-0.7.1-r1.ebuild b/x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild
similarity index 88%
rename from x11-apps/xcur2png/xcur2png-0.7.1-r1.ebuild
rename to x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild
index 9bc21ff8f..cc4e3e034 100644
--- a/x11-apps/xcur2png/xcur2png-0.7.1-r1.ebuild
+++ b/x11-apps/xcur2png/xcur2png-0.7.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,6 +17,7 @@ DEPEND="
media-libs/libpng
x11-libs/libXcursor
"
+RDEPEND="${DEPEND}"
src_configure() {
append-cflags "-std=gnu89" # bug 916457
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-apps/xcur2png/
@ 2024-05-24 18:26 Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-05-24 18:26 UTC (permalink / raw
To: gentoo-commits
commit: a849461a679d7d29657fb69183b44c59345be67b
Author: tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri May 24 10:24:25 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri May 24 10:24:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a849461a
x11-apps/xcur2png: drop 0.7.1
Signed-off-by: tastytea <gentoo <AT> tastytea.de>
x11-apps/xcur2png/xcur2png-0.7.1.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/x11-apps/xcur2png/xcur2png-0.7.1.ebuild b/x11-apps/xcur2png/xcur2png-0.7.1.ebuild
deleted file mode 100644
index 603e029c3..000000000
--- a/x11-apps/xcur2png/xcur2png-0.7.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Convert X cursors to PNG images"
-HOMEPAGE="https://github.com/eworm-de/xcur2png"
-SRC_URI="https://github.com/eworm-de/xcur2png/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- media-libs/libpng
- x11-libs/libXcursor
-"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-apps/xcur2png/
@ 2024-10-01 14:58 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-10-01 14:58 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-01 14:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-21 11:24 [gentoo-commits] repo/proj/guru:master commit in: x11-apps/xcur2png/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2024-05-24 18:26 Julien Roy
2024-05-24 18:26 Julien Roy
2024-10-01 14:58 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox