summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2015-06-08 14:48:50 +0200
committerFrederic Bezies2015-06-08 14:48:50 +0200
commitb014671f09bba0074ed2027b0c36c6fc244b7fe6 (patch)
tree71449e4e54e6a7238d3222abf8a5cca08c1a058a
downloadaur-simplistica-icon-theme.tar.gz
initial commit on aur4
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD23
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..be5fcfe671f3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by makepkg 4.2.1
+# Sun Apr 12 14:47:39 UTC 2015
+pkgbase = simplistica-icon-theme
+ pkgdesc = Icon theme for GTK
+ pkgver = 1.0
+ pkgrel = 2
+ url = http://pr09studio.yolasite.com/themes.php
+ arch = any
+ license = GPL
+ depends = gtk2
+ source = http://ubunblox.free.fr/UbunBlox/AUR/simplistica-icon-theme-1.0.tar.gz
+ md5sums = a940d3698be0fb9fd6920a1ca611952d
+
+pkgname = simplistica-icon-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f7a3afcf6e91
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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
+}
+