diff options
author | root <root@rshg054.dnsready.net> | 2013-02-18 00:08:26 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-18 00:08:26 -0800 |
commit | 29883fd322e5c6464bf44e9eaa31b17790461bd0 (patch) | |
tree | 7a5c796989f3be3dbe636ab86c5c3a8ce77a2237 /pcr/trisquel-themes | |
parent | c6f4cd18ab706868be0eff10327a0dcd58cecdf3 (diff) |
Mon Feb 18 00:08:22 PST 2013
Diffstat (limited to 'pcr/trisquel-themes')
-rw-r--r-- | pcr/trisquel-themes/PKGBUILD | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/pcr/trisquel-themes/PKGBUILD b/pcr/trisquel-themes/PKGBUILD new file mode 100644 index 000000000..f65f5c92b --- /dev/null +++ b/pcr/trisquel-themes/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: fauno <fauno@kiwwwi.com.ar> + +pkgname=trisquel-themes +pkgver=6.0 +_miniver="5.99-2" +pkgrel=1 +pkgdesc="Themes from Trisquel, including GTK2, Metacity, XFWM and Openbox themes" +arch=('any') +url=http://trisquel.info +license=('GPL') +depends=() +optdepends=('gtk-engine-equinox: for Trisquel GTK2 theme') +source=(http://archive.trisquel.info/trisquel/pool/main/t/trisquel-gtk-theme/trisquel-gtk-theme_${pkgver}.tar.gz +http://archive.trisquel.info/trisquel/pool/main/t/trisquel-mini-data/trisquel-mini-data_${_miniver}.tar.gz) + +build() { + : +} + +package() { + install -d ${pkgdir}/usr/share/themes + + for trisquelsrc in trisquel-gtk-theme/data trisquel-mini-data; do + cp -R ${srcdir}/${trisquelsrc}/usr/share/themes/* \ + ${pkgdir}/usr/share/themes/ + done +} +md5sums=('8d81a535adade0e52a0c584c07f87a2a' + 'dd222c321374692f57e21c47aa70d402') |