summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcan1s2015-06-08 19:57:05 +0300
committerarcan1s2015-06-08 19:57:05 +0300
commitca86558301d7f6b77e7c223b5ea409cdc9f20d81 (patch)
treeb2b3956108215666ad33f626a42e7e0f79da634e
downloadaur-ca86558301d7f6b77e7c223b5ea409cdc9f20d81.tar.gz
upload square-beam-icon-theme
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5ec82cf925d1
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = square-beam-icon-theme
+ pkgdesc = Icons set for Linux distribution with more than 30.000 icons included.
+ pkgver = 1.0
+ pkgrel = 5
+ url = http://gnome-look.org/content/show.php/Square-Beam?content=165094&PHPSESSID=fe02219631ab9c62f787bf3ae835ae41
+ arch = any
+ license = GPL
+ source = http://bit.ly/1sdnAo7
+ md5sums = a0b5dbab21e1d0a5fa55a42fce922724
+
+pkgname = square-beam-icon-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f424b5732b2f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: mareex <marcus dot behrendt dot 86 at gmail dot com>
+
+pkgname=square-beam-icon-theme
+pkgver=1.0
+pkgrel=5
+pkgdesc="Icons set for Linux distribution with more than 30.000 icons included."
+arch=('any')
+url="http://gnome-look.org/content/show.php/Square-Beam?content=165094&PHPSESSID=fe02219631ab9c62f787bf3ae835ae41"
+license=('GPL')
+source=("http://bit.ly/1sdnAo7")
+md5sums=('a0b5dbab21e1d0a5fa55a42fce922724')
+
+package() {
+ mkdir -p $pkgdir/usr/share/icons
+ cp -dr --no-preserve=ownership $srcdir/square-beam/Square-Beam $pkgdir/usr/share/icons/
+ chmod -R u+rwX,go+rX,go-w $pkgdir/usr/share/icons/Square-Beam
+}