summaryrefslogtreecommitdiff
path: root/elementary
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-22 10:52:18 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-22 10:52:18 -0400
commit908d987dd1dcd4899f8f7f0878514c22ca8048b7 (patch)
tree29bf5986774207c3453044e1f370fb98d2431265 /elementary
parent308bfb446305a96dffce945b6c4fb82b10d1b91b (diff)
parent8351d69e64a40d68fa32cfeea227b6fcf7afe974 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'elementary')
-rw-r--r--elementary/trisquel-themes/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/elementary/trisquel-themes/PKGBUILD b/elementary/trisquel-themes/PKGBUILD
deleted file mode 100644
index 7cbc7f29d..000000000
--- a/elementary/trisquel-themes/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: fauno <fauno@kiwwwi.com.ar>
-
-pkgname=trisquel-themes
-pkgver=5.0
-_miniver=5.0
-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}-${pkgrel}.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/data trisquel-mini-data; do
- cp -R ${srcdir}/${trisquelsrc}/usr/share/themes/* \
- ${pkgdir}/usr/share/themes/
- done
-}
-md5sums=('ebb3392a7d758ae54036bd58d488df0b'
- '5b1773d33669dde5a3985495fff47998')