diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-07-01 23:53:02 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-07-01 23:53:02 +0000 |
commit | fafbd656a2a9fa600873fa3f6e7f98d7af63a07b (patch) | |
tree | 68bf04f2fc3b92592fa078e5e357780e24322be6 /x11-libs/libXcursor | |
parent | Bump to liblist-2.4, fixing bug #362067 and moving to autotools-util and EAPI=4. (diff) | |
download | gentoo-2-fafbd656a2a9fa600873fa3f6e7f98d7af63a07b.tar.gz gentoo-2-fafbd656a2a9fa600873fa3f6e7f98d7af63a07b.tar.bz2 gentoo-2-fafbd656a2a9fa600873fa3f6e7f98d7af63a07b.zip |
Version bump.
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXcursor')
-rw-r--r-- | x11-libs/libXcursor/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libXcursor/libXcursor-1.1.12.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-libs/libXcursor/ChangeLog b/x11-libs/libXcursor/ChangeLog index 447cf9394ec3..91b3f1fb7d10 100644 --- a/x11-libs/libXcursor/ChangeLog +++ b/x11-libs/libXcursor/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXcursor # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.79 2011/02/14 18:48:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/ChangeLog,v 1.80 2011/07/01 23:53:02 chithanh Exp $ + +*libXcursor-1.1.12 (01 Jul 2011) + + 01 Jul 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXcursor-1.1.12.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> libXcursor-1.1.11.ebuild: diff --git a/x11-libs/libXcursor/libXcursor-1.1.12.ebuild b/x11-libs/libXcursor/libXcursor-1.1.12.ebuild new file mode 100644 index 000000000000..8bf08d79718d --- /dev/null +++ b/x11-libs/libXcursor/libXcursor-1.1.12.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/libXcursor-1.1.12.ebuild,v 1.1 2011/07/01 23:53:02 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org Xcursor library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=">=x11-libs/libXrender-0.8.2 + x11-libs/libXfixes + x11-libs/libX11" +DEPEND="${RDEPEND}" + +XORG_CONFIGURE_OPTIONS=( + --with-icondir=/usr/share/cursors/xorg-x11 + --with-cursorpath='~/.cursors:~/.icons:/usr/local/share/cursors/xorg-x11:/usr/local/share/cursors:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/share/cursors/xorg-x11:/usr/share/cursors:/usr/share/pixmaps/xorg-x11:/usr/share/icons:/usr/share/pixmaps' +) |