diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-18 14:52:35 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-18 14:52:35 +0000 |
commit | 73492e00d3eb9b2a47c3f990e0a20399e24e426f (patch) | |
tree | 8f6a40a7ac7ca019e0c64c79cc430233a12d1c49 /x11-themes/xcursor-themes | |
parent | Version bump. (diff) | |
download | gentoo-2-73492e00d3eb9b2a47c3f990e0a20399e24e426f.tar.gz gentoo-2-73492e00d3eb9b2a47c3f990e0a20399e24e426f.tar.bz2 gentoo-2-73492e00d3eb9b2a47c3f990e0a20399e24e426f.zip |
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-themes/xcursor-themes')
-rw-r--r-- | x11-themes/xcursor-themes/ChangeLog | 11 | ||||
-rw-r--r-- | x11-themes/xcursor-themes/xcursor-themes-1.0.4.ebuild | 21 |
2 files changed, 29 insertions, 3 deletions
diff --git a/x11-themes/xcursor-themes/ChangeLog b/x11-themes/xcursor-themes/ChangeLog index 513731222b49..ced16175cb09 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.43 2012/05/15 14:19:15 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-themes/ChangeLog,v 1.44 2013/07/18 14:52:35 chithanh Exp $ + +*xcursor-themes-1.0.4 (18 Jul 2013) + + 18 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xcursor-themes-1.0.4.ebuild: + Version bump. 15 May 2012; Alexis Ballier <aballier@gentoo.org> xcursor-themes-1.0.3.ebuild: @@ -188,4 +194,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xcursor-themes-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.4.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.4.ebuild new file mode 100644 index 000000000000..bf8bde471ae4 --- /dev/null +++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 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.4.ebuild,v 1.1 2013/07/18 14:52:35 chithanh Exp $ + +EAPI=5 + +XORG_STATIC=no +XORG_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 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=" + media-libs/libpng + x11-libs/libX11 + x11-libs/libXcursor +" +DEPEND="${RDEPEND} + x11-apps/xcursorgen" |