summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-03-09 23:12:10 -0800
committerMatt Turner <mattst88@gentoo.org>2018-03-09 23:12:27 -0800
commitb8ca5a31d249141a67590063c8bb0555f3d309e1 (patch)
tree4a292485bf3088f643bbbc47be95f2fe0736ff57 /x11-themes
parent7f0acdc222cd5f853e216a20721b4b9f7c07ff01 (diff)
downloadgentoo-b8ca5a31d249141a67590063c8bb0555f3d309e1.tar.gz
gentoo-b8ca5a31d249141a67590063c8bb0555f3d309e1.tar.xz
x11-themes/xcursor-themes: Version bump to 1.0.5
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/xcursor-themes/Manifest1
-rw-r--r--x11-themes/xcursor-themes/xcursor-themes-1.0.5.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/xcursor-themes/Manifest b/x11-themes/xcursor-themes/Manifest
index 9ce6eccfade..f3b3b8613cb 100644
--- a/x11-themes/xcursor-themes/Manifest
+++ b/x11-themes/xcursor-themes/Manifest
@@ -1 +1,2 @@
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
diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.5.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.5.ebuild
new file mode 100644
index 00000000000..42df35f6af0
--- /dev/null
+++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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"