summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/xcursor-themes/Manifest1
-rw-r--r--x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/xcursor-themes/Manifest b/x11-themes/xcursor-themes/Manifest
index f3b3b8613cb7..2bf6592ced91 100644
--- a/x11-themes/xcursor-themes/Manifest
+++ b/x11-themes/xcursor-themes/Manifest
@@ -1,2 +1,3 @@
DIST xcursor-themes-1.0.4.tar.bz2 2352782 BLAKE2B 6ef29722c7413ad04a1a9ebc2221b42b444d26d6481b168ee308276135f64d89727c3eda08299fa8b1b69d2f318dd5e204409248ebb12d3b93345e3ba6407817 SHA512 14f83e1aa08b89469338d59b067aeca14d8edb3af4b077cb9358521340ac3fc75bdf512a7fe40fb5485ab613a8b885f91b6993035b4bb0525e64e1682ba17bd7
DIST xcursor-themes-1.0.5.tar.bz2 2356853 BLAKE2B 9371722d74b7de9ff041839e03bdf6657129bb4f86545248444202a85be3ffbff2a74ba5d39e2275feb75af2556c25a81d2ba89c96b1af96b76808847ce0b8ce SHA512 f41e1de0d5deafba33106dcad81576d1888fca052a962c202f2221104aa2d8236b066d8d8fc3dcfbdc166db63f84e60980dfc54059b20a26c7415de71ed07a5b
+DIST xcursor-themes-1.0.6.tar.bz2 2363089 BLAKE2B faf6041152d9b42f37ab4d9691f4f11c6b5be52f968f57f88348c0630fb5d5f42ee866ba7ee6072bb4b5ff9121ac36bf49a524b3ceee7e069707dec72767e723 SHA512 2ad3586a5571a5ddc0001187362b54b839644916164834213af98e58698044aec4392dd6e1e42f1794fda85c8fedf259b09214a9636bd0e71a1629c710f198d3
diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild
new file mode 100644
index 000000000000..31f8fa860533
--- /dev/null
+++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_STATIC=no
+XORG_MODULE=data/
+inherit xorg-2
+
+DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXcursor
+"
+DEPEND="${RDEPEND}
+ x11-apps/xcursorgen"