summaryrefslogtreecommitdiff
path: root/elementary/trisquel-themes/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-08 23:09:34 +0000
committerroot <root@rshg047.dnsready.net>2011-07-08 23:09:34 +0000
commitd006db78a1ce530e9df8a65f87bf39e8d6cc88e5 (patch)
tree082c5c2c39abee82c3957872552fa15c8325744d /elementary/trisquel-themes/PKGBUILD
parentff64a82ccedcb1690d2f0140d63432aa49676591 (diff)
Fri Jul 8 23:09:34 UTC 2011
Diffstat (limited to 'elementary/trisquel-themes/PKGBUILD')
-rw-r--r--elementary/trisquel-themes/PKGBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/elementary/trisquel-themes/PKGBUILD b/elementary/trisquel-themes/PKGBUILD
new file mode 100644
index 000000000..4f21fd10f
--- /dev/null
+++ b/elementary/trisquel-themes/PKGBUILD
@@ -0,0 +1,29 @@
+# Maintainer: fauno <fauno@kiwwwi.com.ar>
+
+pkgname=trisquel-themes
+pkgver=4.5
+_miniver=4.4.9
+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() {
+ /bin/true
+}
+
+package() {
+ install -d ${pkgdir}/usr/share/themes
+
+ for trisquelsrc in trisquel-gtk-theme-4.5/data trisquel-mini-data-4.0; do
+ cp -R ${srcdir}/${trisquelsrc}/usr/share/themes/* \
+ ${pkgdir}/usr/share/themes/
+ done
+}
+md5sums=('cfb8f457a40090e242448951240e81d7'
+ '4ba11a4902c718b2b4ccc2216ae5f12a')