summaryrefslogtreecommitdiff
path: root/pcr/trisquel-themes/PKGBUILD
blob: 69aad1870f6be649cf2f6d1150609add38a32c44 (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=6.0
_miniver="5.99-3"
pkgrel=2
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)
md5sums=('8d81a535adade0e52a0c584c07f87a2a'
         'e448057b6e2d933916511c2c3d3585e1')

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
}