summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-03 18:42:15 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-03 18:49:08 -0500
commitf0c76ce4a7433e383155b522cfa12b64941a73be (patch)
treeeefd1766a0ac8350203de65a595f6cc92ac59daa
parentx11-apps/transset: Version bump to 1.0.3 (diff)
downloadgentoo-f0c76ce4a7433e383155b522cfa12b64941a73be.tar.gz
gentoo-f0c76ce4a7433e383155b522cfa12b64941a73be.tar.bz2
gentoo-f0c76ce4a7433e383155b522cfa12b64941a73be.zip
x11-apps/xcursorgen: Version bump to 1.0.8
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-apps/xcursorgen/Manifest1
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.8.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest
index 52d813327f0c..a1a1082f542d 100644
--- a/x11-apps/xcursorgen/Manifest
+++ b/x11-apps/xcursorgen/Manifest
@@ -1 +1,2 @@
DIST xcursorgen-1.0.7.tar.bz2 128102 BLAKE2B d4e583e0183e23d1a127d367e520027bb36dad44306dc2848717f2d25ea3cb656a7cd95fd02a18522911a720319126eed07637e1809b868f1f85c74773a10c35 SHA512 bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2
+DIST xcursorgen-1.0.8.tar.xz 123208 BLAKE2B 91d44a92b5cc2822ad81aba23897ae6bb2e931d7366e4643363904a249d83e8225ee193e2d3b9ae4c1c5ff9f07f5fbb94b4201613d715499709c1861d8dd378a SHA512 dede5b9e1e09f9253365bbb83fdab26c681641913f3586cef52d4802db9cecc7e252344911cd969a873c3a5c5ebbd4b862f786de263f92ea1bcb2df90236f9c4
diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.8.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.8.ebuild
new file mode 100644
index 000000000000..588765a4c0e0
--- /dev/null
+++ b/x11-apps/xcursorgen/xcursorgen-1.0.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="create an X cursor file from a collection of PNG images"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXcursor
+ media-libs/libpng:0="
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"