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-apps/xcursorgen/
Date: Tue, 08 Jan 2019 19:13:11
Message-Id: 1546974776.8caf4d2895d42b17aa0eb4738b6c77c92fc1007d.mattst88@gentoo
1 commit: 8caf4d2895d42b17aa0eb4738b6c77c92fc1007d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 18:39:07 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 19:12:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8caf4d28
7
8 x11-apps/xcursorgen: Version bump to 1.0.7
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xcursorgen/Manifest | 1 +
13 x11-apps/xcursorgen/xcursorgen-1.0.7.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest
17 index dfda9f3b8e8..b0592668421 100644
18 --- a/x11-apps/xcursorgen/Manifest
19 +++ b/x11-apps/xcursorgen/Manifest
20 @@ -1 +1,2 @@
21 DIST xcursorgen-1.0.6.tar.bz2 124545 BLAKE2B 03813fb666b382cab2b4076cd708eb0c67bc35e16122edd04da8ba897e53f67df3571a513023b6ad21066a92f497eecc619c9d00f431a940df23558123a9c5fd SHA512 3b464b7be3cec8c6d2bf4538266108bdc09e1dae4053d573f7f38e004929b41be0d996aa54918490fa040655644e2b0d4fab1ec24cca014d77bdb91c41ab1db4
22 +DIST xcursorgen-1.0.7.tar.bz2 128102 BLAKE2B d4e583e0183e23d1a127d367e520027bb36dad44306dc2848717f2d25ea3cb656a7cd95fd02a18522911a720319126eed07637e1809b868f1f85c74773a10c35 SHA512 bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2
23
24 diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.7.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.7.ebuild
25 new file mode 100644
26 index 00000000000..98667e63069
27 --- /dev/null
28 +++ b/x11-apps/xcursorgen/xcursorgen-1.0.7.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +inherit xorg-2
35 +
36 +DESCRIPTION="create an X cursor file from a collection of PNG images"
37 +
38 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
39 +IUSE=""
40 +
41 +RDEPEND="x11-libs/libX11
42 + x11-libs/libXcursor
43 + media-libs/libpng:0="
44 +DEPEND="${RDEPEND}"