summaryrefslogtreecommitdiff
path: root/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20190407.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20190407.ebuild
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20190407.ebuild')
-rw-r--r--media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20190407.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20190407.ebuild b/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20190407.ebuild
new file mode 100644
index 000000000000..5958ac66e933
--- /dev/null
+++ b/media-gfx/gimp-arrow-brushes/gimp-arrow-brushes-20190407.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Brushes for GIMP with the styles arrow, handpointer, button arrow and cursor"
+HOMEPAGE="http://www.gimphelp.org/index.html"
+# http://www.gimphelp.org/DL/ refuses wget without user-agent
+SRC_URI="
+ https://dev.gentoo.org/~pacho/${PN}/arrow_brushes_color_1.tar.bz2
+ https://dev.gentoo.org/~pacho/${PN}/arrow_brushes_color_2.tar.bz2
+ https://dev.gentoo.org/~pacho/${PN}/arrow_brushes_BW_1.tar.bz2
+ https://dev.gentoo.org/~pacho/${PN}/arrow_brushes_BW_2.tar.bz2
+ https://dev.gentoo.org/~pacho/${PN}/arrow_brushes_black_gloss.tar.bz2
+ https://dev.gentoo.org/~pacho/${PN}/hand_pointer_brushes.tar.bz2
+ https://dev.gentoo.org/~pacho/${PN}/button_arrow_brushes.tar.bz2
+ https://dev.gentoo.org/~pacho/${PN}/arrow_action.tar.bz2
+ https://dev.gentoo.org/~pacho/${PN}/cursor_brushes-1.0.tar.bz2
+ https://dev.gentoo.org/~pacho/${PN}/circle_brushes-1.0.tar.bz2
+ https://dev.gentoo.org/~pacho/${PN}/checkmark_brushes-1.0.tar.bz2
+ https://dev.gentoo.org/~pacho/${PN}/star_brushes.tar.bz2
+"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+ for i in */*.gbr; do
+ insinto /usr/share/gimp/2.0/brushes
+ doins $i
+ done
+}