summaryrefslogtreecommitdiff
path: root/x11-apps/xcursorgen
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-12 16:58:08 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-12 16:58:08 +0000
commitc8a77dfe4d3d307c1d5dd2650b7297447d8b609d (patch)
tree9ea78393bc3ecd6ab4de449383d4e97e5f3648ae /x11-apps/xcursorgen
parent2891d29af8907ce881662f4a02844926d7a293c7 (diff)
gentoo resync : 12.01.2019
Diffstat (limited to 'x11-apps/xcursorgen')
-rw-r--r--x11-apps/xcursorgen/Manifest2
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.7.ebuild15
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest
index ad23dba4384b..a8bfbf0406de 100644
--- a/x11-apps/xcursorgen/Manifest
+++ b/x11-apps/xcursorgen/Manifest
@@ -1,3 +1,5 @@
DIST xcursorgen-1.0.6.tar.bz2 124545 BLAKE2B 03813fb666b382cab2b4076cd708eb0c67bc35e16122edd04da8ba897e53f67df3571a513023b6ad21066a92f497eecc619c9d00f431a940df23558123a9c5fd SHA512 3b464b7be3cec8c6d2bf4538266108bdc09e1dae4053d573f7f38e004929b41be0d996aa54918490fa040655644e2b0d4fab1ec24cca014d77bdb91c41ab1db4
+DIST xcursorgen-1.0.7.tar.bz2 128102 BLAKE2B d4e583e0183e23d1a127d367e520027bb36dad44306dc2848717f2d25ea3cb656a7cd95fd02a18522911a720319126eed07637e1809b868f1f85c74773a10c35 SHA512 bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2
EBUILD xcursorgen-1.0.6.ebuild 401 BLAKE2B 8e2c0d06acfc2992c9ec63e070611d803aafbd8dd5473fc72e136e9ce04a7a2d57da717d071a8be4b759b28f77349a77cc2810a2751cf893c4bac611f87b8ded SHA512 e3c930a53c3e0716a656154f0d5f5d1f82025ee2827a7ecc79cc6f8256a324f695caab3a2adab9745850d70a625f618f47b71d157c47ca0982d5e82daaf2c9e9
+EBUILD xcursorgen-1.0.7.ebuild 408 BLAKE2B f06fdbbf2cb55f1c6b509745e9c7e190ba005afb80fdbe8c5b366121cf10b18ee888c72db1214b900f909d19a6f597abd76134a08ce0f344e844e1b0bba477f2 SHA512 972456e074c8ad33d056dd0616c6fd6550e0dff6966e972be862b6b37b1384c93a43bd1a366f66000bde48fc1f7b1f0e3b9cfdde9ea411e42f9f163cfb404970
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.7.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.7.ebuild
new file mode 100644
index 000000000000..98667e630691
--- /dev/null
+++ b/x11-apps/xcursorgen/xcursorgen-1.0.7.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="create an X cursor file from a collection of PNG images"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXcursor
+ media-libs/libpng:0="
+DEPEND="${RDEPEND}"