summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f7a3afcf6e917036b72d4d0ab834ed51562a0bcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer : fredbezies <fredbezies at gmail dot com>
# Contributor: ubunblox <ubunblox@gmail.com>

pkgname=simplistica-icon-theme
pkgver=1.0
pkgrel=2
pkgdesc="Icon theme for GTK"
arch=('any')
url="http://pr09studio.yolasite.com/themes.php"
license=('GPL')
depends=('gtk2')
source=(http://ubunblox.free.fr/UbunBlox/AUR/$pkgname-$pkgver.tar.gz)
md5sums=('a940d3698be0fb9fd6920a1ca611952d')

package() {
	mkdir -p $pkgdir/usr/share/icons/
        cd $srcdir/
	tar -xf $pkgname-$pkgver.tar.gz        
        cp -r $srcdir/Simplistica $pkgdir/usr/share/icons/
        chmod -R 777 $pkgdir/usr/share/icons/Simplistica
        chown -R root:users $pkgdir/usr/share/icons/Simplistica
}