summaryrefslogtreecommitdiffstats
path: root/main/faenza-icon-theme/APKBUILD
blob: 1e3e6dee6c6146f0972024d717694ff42f322133 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=faenza-icon-theme
pkgver=1.3.1
pkgrel=2
pkgdesc="icons designed to go in tandem with equinox themes"
arch="noarch"
url="http://tiheum.deviantart.com/art/Faenza-Icons-173323228"
license="GPL"
depends=
makedepends=
install=
subpackages="$pkgname-extras

	$pkgname-abiword
	$pkgname-audacious
	$pkgname-audacity
	$pkgname-evince
	$pkgname-firefox
	$pkgname-geany
	$pkgname-gimp
	$pkgname-glade
	$pkgname-gnome-panel:gnome_panel
	$pkgname-gnome-session:gnome_session
	$pkgname-gnumeric
	$pkgname-gparted
	$pkgname-imagemagick
	$pkgname-inkscape
	$pkgname-midori
	$pkgname-mplayer
	$pkgname-pidgin
	$pkgname-shotwell
	$pkgname-thunar
	$pkgname-transmission
	$pkgname-truecrypt
	$pkgname-vim
	$pkgname-vlc
	$pkgname-wine
	$pkgname-wireshark
	$pkgname-xbmc
	$pkgname-xchat
	$pkgname-xfce4-appfinder:xfce4_appfinder
	$pkgname-xfce4-panel:xfce4_panel

	$pkgname-deadbeef
	$pkgname-dia
	$pkgname-emacs
	$pkgname-evolution
	$pkgname-hardinfo
	$pkgname-thunderbird
	$pkgname-totem
	"


source="https://launchpad.net/~tiheum/+archive/equinox/+files/faenza-icon-theme_$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname-1.3

package() {
	cd "$_builddir" || return 1

	mkdir -p "$pkgdir"/usr/share/icons
	cp -dpRf Faenza* "$pkgdir"/usr/share/icons
}

_app() {
	local app="$1" glob=
	shift
	pkgdesc="$pkgname - $app"
	replaces="$pkgname"
	if [ -n "$app" ]; then
		install_if="$pkgname=$pkgver-r$pkgrel $app"
	else
		install_if=
	fi
	cd "$pkgdir"
	for glob in "$@"; do
		find . -name "$glob" | while read path; do
			mkdir -p "$subpkgdir/${path%/*}"
			mv "$pkgdir/$path" "$subpkgdir/$path" || return 1
		done
	done
}

abiword()	{ _app abiword 'abiword*'; }
audacious()	{ _app audacious 'audacious*'; }
audacity()	{ _app audacity 'audacity*'; }
evince()	{ _app evince 'evince*'; }
firefox()	{ _app firefox '*firefox*'; }
geany()		{ _app geany 'geany*'; }
gimp()		{ _app gimp 'gimp*'; }
glade()		{ _app glade 'glade*'; }
gnome_panel()	{ _app gnome-panel 'gnome-panel*'; }
gnome_session()	{ _app gnome-session 'gnome-session*'; }
gnumeric()	{ _app gnumeric 'gnumeric*'; }
gparted()	{ _app gparted 'gparted*'; }
imagemagick()	{ _app imagemagick 'imagemagick*'; }
inkscape()	{ _app inkscape 'inkscape*'; }
midori()	{ _app midori 'midori*'; }
mplayer()	{ _app mplayer 'mplayer*'; }
pidgin()	{ _app pidgin 'pidgin*'; }
shotwell()	{ _app shotwell 'shotwell*'; }
thunar()	{ _app thunar 'thunar*'; }
transmission()	{ _app transmission 'transmission*'; }
truecrypt()	{ _app truecrypt 'truecrypt*'; }
vim()		{ _app vim 'vim*'; }
vlc()		{ _app vlc 'vlc*'; }
wine()		{ _app wine '*wine*'; }
wireshark()	{ _app wireshark 'wireshark*'; }
xbmc()		{ _app xbmc 'xbmc*'; }
xchat()		{ _app xchat 'xchat*'; }
xfce4_appfinder() { _app xfce4-appfinder 'xfce4-appfinder*'; }
xfce4_panel()	{ _app xfce4-panel 'xfce4-panel*'; }

# testing
deadbeef()	{ _app deadbeef 'deadbeef*'; }
dia()		{ _app dia 'dia*'; }
emacs()		{ _app emacs 'emacs*'; }
evolution()	{ _app evolution '*evolution*'; }
hardinfo()	{ _app hardinfo 'hardinfo*'; }
thunderbird()	{ _app thunderbird '*thunderbird*'; }
totem()		{ _app totem 'totem*'; }


#unsupported apps
extras()	{ _app "" \
	'*adobe*' \
	'*chess*' \
	'*crom*' \
	'*ubuntu*' \
	'WorldOfGoo*' \
	'amue*' \
	'blender*' \
	'bluefish*' \
	'bluegriffon' \
	'brasero*' \
	'bug-buddy*' \
	'chromium-browser' \
	'clementine*' \
	'comix' \
	'computerjanitor*' \
	'desura*' \
	'docky*' \
	'dropbox*' \
	'eclipse*' \
	'emesene' \
	'emsene*' \
	'eog.*' \
	'exaile*' \
	'f-spot*' \
	'fedora*' \
	'filezilla' \
	'frostwire*' \
	'gajim*' \
	'gbrainy*' \
	'gcstar*' \
	'glippy*' \
	'gnome-activity' \
	'gnome-aisleriot' \
	'gnome-do*' \
	'gnome-freecell' \
	'gnome-glines' \
	'gnome-gnect*' \
	'gnome-gnibbles' \
	'gnome-iagno' \
	'gnome-klotski' \
	'gnome-lightsoff' \
	'gnome-mahjong*' \
	'gnome-mines*' \
	'gnome-mines*' \
	'gnome-quadrapassel' \
	'gnome-robots' \
	'gnome-samegnome' \
	'gnome-sudoku' \
	'gnome-swell-foop' \
	'gnome-tali*' \
	'gnome-tetravex' \
	'google-chrome' \
	'googleearth*' \
	'guayadeque*' \
	'gwibber*' \
	'haguichi*' \
	'homebank*' \
	'icedove' \
	'iceweasel' \
	'jdownloader' \
	'jockey*' \
	'library-internet-radio' \
	'libreoffice*' \
	'logviewer' \
	'miro*' \
	'mono*' \
	'mypaint*' \
	'netbeans*' \
	'nvidia-settings*' \
	'ooo-*' \
	'ooo-*' \
	'openttd*' \
	'opera*' \
	'picasa*' \
	'pino*' \
	'pithos*' \
	'pitivi*' \
	'ppa.*' \
	'rhythmbox' \
	'rythmbox*' \
	'shutter*' \
	'skype*' \
	'softwarecenter-debian' \
	'spotify*' \
	'steam*' \
	'stellarium*' \
	'synapse*' \
	'telepathy*' \
	'tomboy*' \
	'tvtime*' \
	'wxbanker*' \
	'xine' \
	'xournal*' \

}

md5sums="b5339b70cbb821b583499e725957b150  faenza-icon-theme_1.3.1.tar.gz"