summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Gonzalez2018-11-12 16:28:10 -0800
committerJason Gonzalez2018-11-12 16:28:10 -0800
commite99175d38876a44d27857e6944452bc45d2c9541 (patch)
tree577af939f4e8a82a2b16ec12a79117b0b4eb6015
downloadaur-e99175d38876a44d27857e6944452bc45d2c9541.tar.gz
JGD-FallSunset initial upload
-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..fc7ca91c755f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = jgd-fall-sunset
+ pkgdesc = A dark GTK theme collection with an orange, brown and blue color scheme
+ pkgver = 11_10_18
+ pkgrel = 1
+ url = https://www.jasong-designs.com/2018/11/11/jgd-fallsunset/
+ 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/jgd-fall-sunset/raw/master/downloads/jgd-fall-sunset-11-10-18.tar.gz
+ md5sums = 5ffee5ba96760ca508e525683b318c6d
+
+pkgname = jgd-fall-sunset
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4594612c4d9c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Jason Gonzalez <jason at jasong-designs dot com>
+
+pkgname=jgd-fall-sunset
+pkgver=11_10_18
+pkgrel=1
+pkgdesc="A dark GTK theme collection with an orange, brown and blue color scheme"
+arch=('any')
+url="https://www.jasong-designs.com/2018/11/11/jgd-fallsunset/"
+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/jgd-fall-sunset/raw/master/downloads/$pkgname-${pkgver//_/-}.tar.gz")
+
+package() {
+ cd "${srcdir}"
+ install -dm755 "$pkgdir/usr/share/themes"
+ cp -R JGD-FallSunset "$pkgdir/usr/share/themes"
+}
+
+
+md5sums=('5ffee5ba96760ca508e525683b318c6d')