summaryrefslogtreecommitdiff
path: root/x11-apps/xcursorgen
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-apps/xcursorgen
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r--x11-apps/xcursorgen/Manifest1
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest
index 2aa4214e0a4b..f45ab879ff0f 100644
--- a/x11-apps/xcursorgen/Manifest
+++ b/x11-apps/xcursorgen/Manifest
@@ -1,3 +1,4 @@
DIST xcursorgen-1.0.7.tar.bz2 128102 BLAKE2B d4e583e0183e23d1a127d367e520027bb36dad44306dc2848717f2d25ea3cb656a7cd95fd02a18522911a720319126eed07637e1809b868f1f85c74773a10c35 SHA512 bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2
+EBUILD xcursorgen-1.0.7-r1.ebuild 398 BLAKE2B e2538a20a46a88f473f9dcac2d2f3d80db363152a1fde1e99c0f1203ab36bd1cc3acc66c66f86279df7d09542bc0290eaf73bea71956998e08cf4cb016e0d883 SHA512 4eac51d7f841180b9c3b9ae891859b4cbfc3a03adf81a9badb8f8be49d4abc749065a4bfada24d7d956c059d63b6c91c550b7ce8acdc000bd4d24ad9caf0bf9a
EBUILD xcursorgen-1.0.7.ebuild 375 BLAKE2B fbedac7900c723f04c0fcbfb61fcc8e668ef888dbf7a9f36e535c9c45fe855748df3477fe1b66f0200ce1bc51dc45748d2e905466bb9ad9e60c498ed7a0c6fac SHA512 e9ad2ce7da1d46a04705e46e3f31db70c69474cd9b57cbe3fe0d6fffe3ecc2dbf4586562cbe32e521c9a0629b7f55e1cc9d5f7f4646c7d7f46552cead4c7a727
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild
new file mode 100644
index 000000000000..b7046b906d08
--- /dev/null
+++ b/x11-apps/xcursorgen/xcursorgen-1.0.7-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXcursor
+ media-libs/libpng:0="
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"