updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / gtk-theme-adwaita-cupertino / PKGBUILD
blob7e3f29c8cb1e6e45ab42814518cb23c2365ce41c
1 # Maintainer: qwer1234 
2 pkgname=gtk-theme-adwaita-cupertino
3 pkgver=1.3.1
4 pkgrel=8
5 pkgdesc="Adwaita Cupertino GTK3 theme"
6 arch=(any)
7 url="http://gnome-look.org/content/show.php?content=147061"
8 license=('GPL')
9 makedepends=('')
10 depends=('gtk3' 'gtk-engine-unico' 'gtk-engine-murrine')
11 source=('http://gnome-look.org/CONTENT/content-files/147061-Adwaita-Cupertino.tar.gz')
12 md5sums=('ba41aecc34afb253cbc0a4bd87fab353')
15 build() {
16         bsdtar -xf ${srcdir}/147061-Adwaita-Cupertino.tar.gz
17         mkdir -p ${pkgdir}/usr/share/themes
18         cp -R ${srcdir}/Adwaita*  ${pkgdir}/usr/share/themes/
19         cd ${pkgdir}/usr/share/themes/
20         find . -type f -exec chmod 644 {} \;
21         find . -type d -exec chmod 755 {} \;