summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Poulin2015-08-08 20:42:20 -0400
committerMaxime Poulin2015-08-08 20:43:41 -0400
commit537acd0024bca54e60668263db72d94b41bf0f57 (patch)
tree460f9d5636ad04efd21031e0e55f5014da1b7161
downloadaur-gtk-theme-+1.tar.gz
Port to AUR4
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD20
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..416088fad6be
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = gtk-theme-+1
+ pkgdesc = A flat gtk theme inspired by the google interface.
+ pkgver = 25032013
+ pkgrel = 1
+ url = http://nale12.deviantart.com/art/1-18032013-358336961
+ arch = any
+ license = GPL3
+ depends = gnome-themes-standard
+ depends = gtk-engine-unico
+ depends = gtk-engine-murrine
+
+pkgname = gtk-theme-+1
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..fbdf0645cbf8
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Maxime Poulin <maxpoulin64@gmail.com>
+# Contributor: Edoardo Maria Elidoro <edoardo.elidoro@gmail.com>
+pkgname=gtk-theme-+1
+pkgver=25032013
+pkgrel=1
+pkgdesc="A flat gtk theme inspired by the google interface."
+arch=('any')
+url="http://nale12.deviantart.com/art/1-18032013-358336961"
+license=('GPL3')
+depends=('gnome-themes-standard' 'gtk-engine-unico' 'gtk-engine-murrine')
+
+# DeviantArt doesn't allow direct downloads - please download the ZIP manually.
+source=('_1_25032013_by_nale12-d5xcekh.zip')
+md5sums=('e43b0af9d09b6c0cf3ad07c9b676f55e')
+
+package() {
+ cd "+1"
+ install -d -m 755 "$pkgdir/usr/share/themes/+1"
+ find . -type f -exec install -D -m 644 '{}' "$pkgdir/usr/share/themes/+1/{}" ';'
+}