Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXcursor/
Date: Wed, 29 Nov 2017 01:40:01
Message-Id: 1511919521.e60f81eb3bf062e36048201aa2a98c046c3be25f.mattst88@gentoo
1 commit: e60f81eb3bf062e36048201aa2a98c046c3be25f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 01:22:17 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 01:38:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60f81eb
7
8 x11-libs/libXcursor: Version bump to 1.1.15
9
10 x11-libs/libXcursor/Manifest | 1 +
11 x11-libs/libXcursor/libXcursor-1.1.15.ebuild | 22 ++++++++++++++++++++++
12 2 files changed, 23 insertions(+)
13
14 diff --git a/x11-libs/libXcursor/Manifest b/x11-libs/libXcursor/Manifest
15 index f0316289e1d..9ac9bb3bdf9 100644
16 --- a/x11-libs/libXcursor/Manifest
17 +++ b/x11-libs/libXcursor/Manifest
18 @@ -1 +1,2 @@
19 DIST libXcursor-1.1.14.tar.bz2 311896 SHA256 9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df SHA512 687963b54da66be25371f64a88f91812b38de4ffc3b806070f3aeb1da379df16ede819201a352b3fb66efc6b40a36a22770add3ae464f2008aff3e23cb60a8e6 WHIRLPOOL 3cb8adedd3b4f68f37814a880949a7d05d429b3f7f80a94456af823e921844dd338c5f5fa0da4a157b1b853ca8116e8366b004c6f4561150121397440aa651ec
20 +DIST libXcursor-1.1.15.tar.bz2 331607 BLAKE2B e39179902bf0a7c1b8c32f8c5fe856b51113a0c7fe98158f04d019df4737afb7d42b02ea509df66753d128c38c68dc976b2dfad8f6c8899002ecce9396fc4d8d SHA512 53ad0fa2afd7b4cf1108b560e44ea71abdf5c55a18df243d7123942513589c927f5c105395f790d8769959e0129db54264e6aac7efd51a5f1aec270379b1f2f5
21
22 diff --git a/x11-libs/libXcursor/libXcursor-1.1.15.ebuild b/x11-libs/libXcursor/libXcursor-1.1.15.ebuild
23 new file mode 100644
24 index 00000000000..d3547b10649
25 --- /dev/null
26 +++ b/x11-libs/libXcursor/libXcursor-1.1.15.ebuild
27 @@ -0,0 +1,22 @@
28 +# Copyright 1999-2017 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=5
32 +
33 +XORG_MULTILIB=yes
34 +inherit xorg-2
35 +
36 +DESCRIPTION="X.Org Xcursor library"
37 +
38 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
39 +IUSE=""
40 +
41 +RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
42 + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
43 + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]"
44 +DEPEND="${RDEPEND}"
45 +
46 +XORG_CONFIGURE_OPTIONS=(
47 + --with-icondir=/usr/share/cursors/xorg-x11
48 + --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'
49 +)