diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-02-17 23:41:10 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2013-02-17 23:41:10 -0300 |
commit | 02599583e4cb430da97edc4d4798d9dcc6a92475 (patch) | |
tree | cdc603be8375cd9296eabef76c703671ca2cd8b5 /elementary | |
parent | 7f71b84a7ef03b8bb28c98baada0bf7361885e4c (diff) |
Moved from [elementary] to [pcr]
Diffstat (limited to 'elementary')
-rw-r--r-- | elementary/trisquel-themes/PKGBUILD | 29 |
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') |