summaryrefslogtreecommitdiff
path: root/elementary/trisquel-themes/PKGBUILD
blob: 7cbc7f29deb2bcfd32cc29e62d284d4993325497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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')