summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXyne2015-06-21 02:44:59 +0000
committerXyne2015-06-21 02:44:59 +0000
commitccfcb63c282cb569d9e731c0a23f903732592183 (patch)
treed4f949b9901cd29db8d911dfc5ffbf76250385bb /PKGBUILD
downloadaur-gtk-theme-murrinapolymer.tar.gz
Initial import.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..2cda825fd071
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Xyne
+
+pkgname=gtk-theme-murrinapolymer
+pkgver=1.5
+pkgrel=1
+pkgdesc="This light gray GTK theme aims to be clean and easy to our poor eyes."
+arch=('any')
+url='http://gnome-look.org/content/show.php/MurrinaPolymer?content=122165'
+license=('GPL')
+depends=('gtk-engine-murrine')
+source=('http://dl.dropbox.com/u/465797/MurrinaPolymer.tar.gz')
+md5sums=('e123c838382820150cf910874900a130')
+
+
+build () {
+ mkdir -p "$pkgdir/usr/share/themes"
+ cp -R "$srcdir/MurrinaPolymer" -t "$pkgdir/usr/share/themes"
+ find "$pkgdir/usr/share/themes" -type f -exec chmod 644 {} \+
+}