aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2020-05-21 02:27:55 +0200
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2020-05-21 02:27:55 +0200
commit1d31e158b8666868e62553a2e82a37d40145c2e2 (patch)
treedf5ed5bc12eb0a77e3b06fee3e928900b0277616 /x11-apps
parentdev-vcs/lazygit: 0.20.4 version bump (diff)
downloadguru-1d31e158b8666868e62553a2e82a37d40145c2e2.tar.gz
guru-1d31e158b8666868e62553a2e82a37d40145c2e2.tar.bz2
guru-1d31e158b8666868e62553a2e82a37d40145c2e2.zip
x11-apps/xcur2png: New package.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xcur2png/Manifest1
-rw-r--r--x11-apps/xcur2png/metadata.xml15
-rw-r--r--x11-apps/xcur2png/xcur2png-0.7.1.ebuild18
3 files changed, 34 insertions, 0 deletions
diff --git a/x11-apps/xcur2png/Manifest b/x11-apps/xcur2png/Manifest
new file mode 100644
index 000000000..fc11f5baf
--- /dev/null
+++ b/x11-apps/xcur2png/Manifest
@@ -0,0 +1 @@
+DIST xcur2png-0.7.1.tar.gz 99826 BLAKE2B 4ea7497e5e1520216d487e1e43af6f44cc1ff48b78750aaa7a9f2f82d93b009c8deaccd6229606a7bcd19881828d1a1cc8f72fe5981acb67d1510d20b7280a86 SHA512 7a979b4f696810c217f7e2b93d30ecf4f1674bdf1c6483da8aa54ad96ad81f9f720ebd8ef81802a1e7e99747d2f7ea5af4b06a6104a53819b1ce621d3b534c94
diff --git a/x11-apps/xcur2png/metadata.xml b/x11-apps/xcur2png/metadata.xml
new file mode 100644
index 000000000..36d51d402
--- /dev/null
+++ b/x11-apps/xcur2png/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@tastytea.de</email>
+ <name>Ronny (tastytea) Gutbrod</name>
+ </maintainer>
+ <longdescription lang="en">
+ xcur2png is a program which lets you convert X cursors to PNG images and
+ generates a config-file which is reusable by xcursorgen.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">eworm-de/xcur2png</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-apps/xcur2png/xcur2png-0.7.1.ebuild b/x11-apps/xcur2png/xcur2png-0.7.1.ebuild
new file mode 100644
index 000000000..00e8b422b
--- /dev/null
+++ b/x11-apps/xcur2png/xcur2png-0.7.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Convert X cursors to PNG images"
+HOMEPAGE="https://github.com/eworm-de/xcur2png"
+SRC_URI="https://github.com/eworm-de/xcur2png/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ media-libs/libpng
+ x11-libs/libXcursor
+"