diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/xcursor-themes/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-themes/xcursor-themes/ChangeLog b/x11-themes/xcursor-themes/ChangeLog index 6f3c77dce05b..c7cc100fabd8 100644 --- a/x11-themes/xcursor-themes/ChangeLog +++ b/x11-themes/xcursor-themes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/xcursor-themes # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.32 2010/02/11 18:27:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.33 2010/10/31 13:12:30 scarabeus Exp $ + +*xcursor-themes-1.0.3 (31 Oct 2010) + + 31 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +xcursor-themes-1.0.3.ebuild: + Version bump 11 Feb 2010; Jeroen Roovers <jer@gentoo.org> xcursor-themes-1.0.2.ebuild: Stable for HPPA (bug #302046). diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild new file mode 100644 index 000000000000..253853afd08c --- /dev/null +++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/xcursor-themes-1.0.3.ebuild,v 1.1 2010/10/31 13:12:30 scarabeus Exp $ + +EAPI=3 + +XORG_STATIC=no +MODULE=data +inherit xorg-2 + +DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=" + media-libs/libpng + x11-libs/libX11 + x11-libs/libXcursor +" +DEPEND="${RDEPEND} + x11-apps/xcursorgen" |