commit: b8ca5a31d249141a67590063c8bb0555f3d309e1 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Mar 10 07:12:10 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Mar 10 07:12:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ca5a31
x11-themes/xcursor-themes: Version bump to 1.0.5 x11-themes/xcursor-themes/Manifest | 1 + x11-themes/xcursor-themes/xcursor-themes-1.0.5.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) 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"