summaryrefslogtreecommitdiff
path: root/x11-apps/xcursorgen/xcursorgen-1.0.8.ebuild
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/xcursorgen-1.0.8.ebuild
parent9bf71d942b8f2e9c367ac95320da8d0d0593e19f (diff)
gentoo auto-resync : 04:12:2022 - 03:01:24
Diffstat (limited to 'x11-apps/xcursorgen/xcursorgen-1.0.8.ebuild')
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.8.ebuild17
1 files changed, 17 insertions, 0 deletions
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"