diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-02-15 17:49:04 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-02-15 17:58:14 -0800 |
commit | fdf03a054eb6322dae5beed05a4faa18a1c440b2 (patch) | |
tree | 5b17b7c4379b84f5e7969920383f718d624968a4 /x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild | |
parent | dev-python/more-itertools: bump to 6.0.0 (diff) | |
download | gentoo-fdf03a054eb6322dae5beed05a4faa18a1c440b2.tar.gz gentoo-fdf03a054eb6322dae5beed05a4faa18a1c440b2.tar.bz2 gentoo-fdf03a054eb6322dae5beed05a4faa18a1c440b2.zip |
x11-themes/xcursor-themes: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild')
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
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" |