summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 79bda231ecb867ed267c05130e70d464bb104118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>

pkgname=trisquel-gtk-theme
pkgver=7.0_8
pkgrel=3
pkgdesc="A GTK2/3, metacity and xfwm4 theme for Trisquel."
url="http://trisquel.info"
arch=('any')
license=('GPL')
depends=('gdk-pixbuf2' 'gtk-engine-murrine' 'gtk-engine-unico')
source=("http://archive.trisquel.info/trisquel/pool/main/t/trisquel-gtk-theme/trisquel-gtk-theme_${pkgver/_/-}.tar.gz")
md5sums=('1342affa3a7342de76f04076eab2f4ea')
         
package() {
	install -d ${pkgdir}/usr/share/themes
	cp -a ./trisquel-gtk-theme/data/usr/share/themes/Trisquel ${pkgdir}/usr/share/themes/
}