summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroberon20072016-01-06 02:11:10 +0100
committeroberon20072016-01-06 02:11:10 +0100
commitfc50ea16c5e4d28e003af02c66dd5866fd5fffda (patch)
tree3e211eb6b17bbd6c1c5300eddbc1d62fd87614c9
downloadaur-fc50ea16c5e4d28e003af02c66dd5866fd5fffda.tar.gz
initial commit
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..962d7da61a16
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Wed Jan 6 01:01:02 UTC 2016
+pkgbase = adwaita-graphene-gtk-theme
+ pkgdesc = Grey gtk2 and gtk3 theme
+ pkgver = 20150106
+ pkgrel = 1
+ url = https://github.com/oberon2007/adwaita-graphene-gtk-theme
+ arch = any
+ license = GPL
+ depends = gtk-engines
+ source = adwaita-graphene-gtk-theme-20150106.tar.gz::https://github.com/oberon2007/adwaita-graphene-gtk-theme/archive/96cd71cfccdf3869cb2fe85798e3831558185cfa.tar.gz
+ md5sums = 7d61e553b9d3228da79884929107b702
+
+pkgname = adwaita-graphene-gtk-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..04cce12572ce
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Bernhard Landauer <oberon@manjaro.org>
+pkgname=adwaita-graphene-gtk-theme
+pkgver=20150106
+pkgrel=1
+_snapshot=96cd71cfccdf3869cb2fe85798e3831558185cfa
+pkgdesc="Grey gtk2 and gtk3 theme"
+url="https://github.com/oberon2007/$pkgname"
+license=('GPL')
+arch=('any')
+depends=('gtk-engines')
+source="$pkgname-$pkgver.tar.gz::$url/archive/$_snapshot.tar.gz"
+md5sums=('7d61e553b9d3228da79884929107b702')
+
+package() {
+ cd $pkgname-$_snapshot
+ mkdir -p $pkgdir/usr/share/themes
+ cp -r * $pkgdir/usr/share/themes
+}