summaryrefslogtreecommitdiff
path: root/x11-apps/xcursorgen
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-04 03:01:24 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-04 03:01:24 +0000
commit0b0f15411ade2ffeba5d057f14bd8bc7dfdcf440 (patch)
tree37599a60f6e5f5ffdd4b935bceb67cb20c1a808b /x11-apps/xcursorgen
parent9bf71d942b8f2e9c367ac95320da8d0d0593e19f (diff)
gentoo auto-resync : 04:12:2022 - 03:01:24
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r--x11-apps/xcursorgen/Manifest2
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.8.ebuild17
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest
index 9e632f41d305..b13a3387b415 100644
--- a/x11-apps/xcursorgen/Manifest
+++ b/x11-apps/xcursorgen/Manifest
@@ -1,3 +1,5 @@
DIST xcursorgen-1.0.7.tar.bz2 128102 BLAKE2B d4e583e0183e23d1a127d367e520027bb36dad44306dc2848717f2d25ea3cb656a7cd95fd02a18522911a720319126eed07637e1809b868f1f85c74773a10c35 SHA512 bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2
+DIST xcursorgen-1.0.8.tar.xz 123208 BLAKE2B 91d44a92b5cc2822ad81aba23897ae6bb2e931d7366e4643363904a249d83e8225ee193e2d3b9ae4c1c5ff9f07f5fbb94b4201613d715499709c1861d8dd378a SHA512 dede5b9e1e09f9253365bbb83fdab26c681641913f3586cef52d4802db9cecc7e252344911cd969a873c3a5c5ebbd4b862f786de263f92ea1bcb2df90236f9c4
EBUILD xcursorgen-1.0.7-r1.ebuild 397 BLAKE2B 8bd86ecad5e4b2869f65bbae0122afea48644a53217a27b3d4f10637703d7b30e97a2c7be2278cb191c055d66b62024bf8c3563e4684ca08fc4e9cc953751d4e SHA512 a54d1963376f38bc7f310e240db9b141e412589f135f5c0fc0f7fc86a4a989859809adad72a0b085745f4e1942a0d6641deef438abb1cafa408b20f283060864
+EBUILD xcursorgen-1.0.8.ebuild 429 BLAKE2B 91e83b9e574f70b3ea99a74ac34fcd26ccf86e827db0f4a44667549e7302c883bf669ba1518d43512e1d4a9a15cbdf3171659aa0cc41602f3c744f825f5019a3 SHA512 3d9548a09e4232ccc30b5d2df121967be2cb0bc5f442c5faa7b3088b10f634c988cae026f972321ea30b994d6e12668038518affbed850fac13094ff2ae24e3a
MISC metadata.xml 341 BLAKE2B 3121e19c593df78f5e85922a49d6acc5b3d9cf4646ecf1292d772a8168bc27c4b99074164c34abee1359d7631ecb616e44bcb35e0bc5d433cec7b43dbdd0730c SHA512 d42083e3d3422c4728020a5b18b6b4b1c6e5bf16babcdff4511ca26258f9eb88533a556f3b3cb0db045e7ed9dda1400ca029d5c518dd67daa6596b838840233c
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"