summaryrefslogtreecommitdiff
blob: 12fc7fdf877463c15e73c2ae647b1a1c71e6acb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Brushes for GIMP with the styles arrow, handpointer, button arrow and cursor"
HOMEPAGE="http://www.gimphelp.org/index.html"
SRC_URI="
	http://www.gimphelp.org/DL/arrow_brushes_color_1.tar.bz2
	http://www.gimphelp.org/DL/arrow_brushes_color_2.tar.bz2
	http://www.gimphelp.org/DL/arrow_brushes_BW_1.tar.bz2
	http://www.gimphelp.org/DL/arrow_brushes_BW_2.tar.bz2
	http://www.gimphelp.org/DL/arrow_brushes_black_gloss.tar.bz2
	http://www.gimphelp.org/DL/hand_pointer_brushes.tar.bz2
	http://www.gimphelp.org/DL/button_arrow_brushes.tar.bz2
	http://www.gimphelp.org/DL/arrow_action.tar.bz2
	http://www.gimphelp.org/DL/cursor_brushes-1.0.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
}