summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Gonzalez2018-10-08 14:58:43 -0700
committerJason Gonzalez2018-10-08 14:58:43 -0700
commit755498b03854534039e51909c07b971d842159fa (patch)
tree217e9b38e104e26612008f92aa3d4af4f8e63c14
downloadaur-755498b03854534039e51909c07b971d842159fa.tar.gz
GoldBars initial theme commit
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD22
2 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4c3492533483
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = goldbars
+ pkgdesc = Gold 3-D theme collection for GTK
+ pkgver = 10_08_18
+ pkgrel = 1
+ url = https://www.jasong-designs.com/2018/10/05/goldbars/
+ arch = any
+ license = GPL3
+ depends = gtk3
+ depends = gtk2
+ depends = gtk-engine-murrine
+ optdepends = openbox: optional window manager theme
+ optdepends = metacity: optional window manager theme
+ optdepends = ttf-dejavu: font support
+ source = https://github.com/jgpws/gold-bars/raw/master/downloads/goldbars-10-08-18.tar.gz
+ md5sums = 0c11bb64719be2203e955db18a76a167
+
+pkgname = goldbars
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..30e05631bdb3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Jason Gonzalez <jason at jasong-designs dot com>
+
+pkgname=goldbars
+pkgver=10_08_18
+pkgrel=1
+pkgdesc="Gold 3-D theme collection for GTK"
+arch=('any')
+url="https://www.jasong-designs.com/2018/10/05/goldbars/"
+license=('GPL3')
+depends=('gtk3' 'gtk2' 'gtk-engine-murrine' )
+optdepends=('openbox: optional window manager theme' 'metacity: optional window manager theme' 'ttf-dejavu: font support')
+changelog=
+source=("https://github.com/jgpws/gold-bars/raw/master/downloads/$pkgname-${pkgver//_/-}.tar.gz")
+
+package() {
+ cd "${srcdir}"
+ tar -xzvf gold-bars-10-08-18.tar.gz
+ sudo cp -R GoldBars /usr/share/themes
+}
+
+
+md5sums=('0c11bb64719be2203e955db18a76a167')