updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / openbox-shiki-colors-themes / PKGBUILD
blobd5e33dbf8591727c52f7bbd4c37945e7d77ad124
1 # Contributor: grimi <grimi at poczta dot fm>
3 pkgname=openbox-shiki-colors-themes
4 pkgver=0.2
5 pkgrel=3
6 pkgdesc="Openbox Shiki-Colors matching themes for the GTK and respective Gnome-Colors icon theme"
7 arch=('any')
8 url="http://www.box-look.org/content/show.php/Shiki-Colors+for+Openbox?content=118358"
9 license=('Creative Commons by-nc-sa')
10 depends=('openbox')
11 source=("http://fc00.deviantart.net/fs71/f/2010/011/1/5/Shiki_Colors_for_Openbox_by_jmcknight.gz")
12 md5sums=('9bfdc470810ef2b72e107d7edae86661')
14 build() { 
15   true
18 package() {
19   cd "$srcdir"
20   for theme in Shiki-*; do
21      install -d "$pkgdir/usr/share/themes/$theme/openbox-3"
22      install -m644 "$theme/openbox-3/"{*.xbm,themerc} "$pkgdir/usr/share/themes/$theme/openbox-3"
23   done