summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxwell Pray2016-11-02 12:07:51 -0700
committerMaxwell Pray2016-11-02 12:07:51 -0700
commitb8e5fd566ae1e848b55d1a95b3b84bebd74e28ed (patch)
treee6b60a7cf73bc5ca4da031321291acca49ca40f6
downloadaur-gtk-theme-gray-simple.tar.gz
Initial commit.
-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..d199f54a3dc0
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = gtk-theme-gray-simple
+ pkgdesc = Flat, animate and gray theme gtk18+ by Mephist Helu.
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://www.gnome-look.org/p/1160188
+ arch = any
+ license = GPL
+ source = https://dl.opendesktop.org/api/files/download/id/1478030463/Gray-Simple_gtk18+.zip
+ sha1sums = b71d3a188c50b5bbe73c7ebdb39a8e3896b4a54a
+
+pkgname = gtk-theme-gray-simple
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..27fa89e8e544
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
+
+pkgname=gtk-theme-gray-simple
+pkgver=1.0
+pkgrel=1
+pkgdesc="Flat, animate and gray theme gtk18+ by Mephist Helu."
+arch=("any")
+license=("GPL")
+url="https://www.gnome-look.org/p/1160188"
+source=("https://dl.opendesktop.org/api/files/download/id/1478030463/Gray-Simple_gtk18+.zip")
+sha1sums=("b71d3a188c50b5bbe73c7ebdb39a8e3896b4a54a")
+
+package() {
+ mkdir -p "$pkgdir/usr/share/themes"
+ cp -r "$srcdir/Gray-Simple" "$pkgdir/usr/share/themes/Gray-Simple"
+ chmod -x "$pkgdir/usr/share/themes/Gray-Simple/index.theme"
+}