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-themes/xcursor-themes/
Date: Sat, 16 Feb 2019 01:58:28
Message-Id: 1550282294.fdf03a054eb6322dae5beed05a4faa18a1c440b2.mattst88@gentoo
1 commit: fdf03a054eb6322dae5beed05a4faa18a1c440b2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 01:49:04 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 01:58:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf03a05
7
8 x11-themes/xcursor-themes: Version bump to 1.0.6
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-themes/xcursor-themes/Manifest | 1 +
13 x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/x11-themes/xcursor-themes/Manifest b/x11-themes/xcursor-themes/Manifest
17 index f3b3b8613cb..2bf6592ced9 100644
18 --- a/x11-themes/xcursor-themes/Manifest
19 +++ b/x11-themes/xcursor-themes/Manifest
20 @@ -1,2 +1,3 @@
21 DIST xcursor-themes-1.0.4.tar.bz2 2352782 BLAKE2B 6ef29722c7413ad04a1a9ebc2221b42b444d26d6481b168ee308276135f64d89727c3eda08299fa8b1b69d2f318dd5e204409248ebb12d3b93345e3ba6407817 SHA512 14f83e1aa08b89469338d59b067aeca14d8edb3af4b077cb9358521340ac3fc75bdf512a7fe40fb5485ab613a8b885f91b6993035b4bb0525e64e1682ba17bd7
22 DIST xcursor-themes-1.0.5.tar.bz2 2356853 BLAKE2B 9371722d74b7de9ff041839e03bdf6657129bb4f86545248444202a85be3ffbff2a74ba5d39e2275feb75af2556c25a81d2ba89c96b1af96b76808847ce0b8ce SHA512 f41e1de0d5deafba33106dcad81576d1888fca052a962c202f2221104aa2d8236b066d8d8fc3dcfbdc166db63f84e60980dfc54059b20a26c7415de71ed07a5b
23 +DIST xcursor-themes-1.0.6.tar.bz2 2363089 BLAKE2B faf6041152d9b42f37ab4d9691f4f11c6b5be52f968f57f88348c0630fb5d5f42ee866ba7ee6072bb4b5ff9121ac36bf49a524b3ceee7e069707dec72767e723 SHA512 2ad3586a5571a5ddc0001187362b54b839644916164834213af98e58698044aec4392dd6e1e42f1794fda85c8fedf259b09214a9636bd0e71a1629c710f198d3
24
25 diff --git a/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild b/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild
26 new file mode 100644
27 index 00000000000..31f8fa86053
28 --- /dev/null
29 +++ b/x11-themes/xcursor-themes/xcursor-themes-1.0.6.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +
36 +XORG_STATIC=no
37 +XORG_MODULE=data/
38 +inherit xorg-2
39 +
40 +DESCRIPTION="X.Org cursor themes: whiteglass, redglass and handhelds"
41 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
42 +IUSE=""
43 +
44 +RDEPEND="
45 + x11-libs/libX11
46 + x11-libs/libXcursor
47 +"
48 +DEPEND="${RDEPEND}
49 + x11-apps/xcursorgen"