summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Gonzalez2019-08-05 16:35:53 -0700
committerJason Gonzalez2019-08-05 16:35:53 -0700
commit6059b3d6cffd8f8ee4df5ce42d98112d1883f96d (patch)
treec5027dbb84d7fedbc35feafda31d3300809210fd
parent275821e22e1cfd171012db502ebe1a9eb253c6b4 (diff)
downloadaur-6059b3d6cffd8f8ee4df5ce42d98112d1883f96d.tar.gz
Updated for rendering issues in LibreOffice 6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1d6aa031814..326c0a7e39b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jgd-springawakening
pkgdesc = Pastel yellow and green theme for GTK2 and GTK3 (3.10 and 3.20+)
- pkgver = 09_17_18
+ pkgver = 08_05_19
pkgrel = 1
url = http://www.jasong-designs.com/2016/08/12/jgd-spring-awakening-gtk/
arch = any
@@ -10,8 +10,8 @@ pkgbase = jgd-springawakening
depends = gtk-engine-murrine
optdepends = openbox: optional window manager theme
optdepends = ttf-dejavu: font support
- source = https://github.com/jgpws/jgd-spring-awakening/raw/master/downloads/jgd-springawakening-09-17-18.tar.gz
- md5sums = 79614f1907bb595e1ada7209f3dc5071
+ source = https://github.com/jgpws/jgd-spring-awakening/raw/master/downloads/jgd-springawakening-08-05-19.tar.gz
+ md5sums = 793397c0ed35db0baa36e7671612bfc1
pkgname = jgd-springawakening
diff --git a/PKGBUILD b/PKGBUILD
index ecdc2317d280..46893c0d4a8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jason Gonzalez <jason at jasong-designs dot com>
pkgname=jgd-springawakening
-pkgver=09_17_18
+pkgver=08_05_19
pkgrel=1
pkgdesc="Pastel yellow and green theme for GTK2 and GTK3 (3.10 and 3.20+)"
arch=('any')
@@ -14,9 +14,8 @@ source=("https://github.com/jgpws/jgd-spring-awakening/raw/master/downloads/$pkg
package() {
cd "${srcdir}"
- tar -xzvf $pkgname-${pkgver//_/-}.tar.gz
- sudo cp -R JGD-SpringAwakening /usr/share/themes
+ install -dm755 "$pkgdir/usr/share/themes"
+ cp -R JGD-SpringAwakening "$pkgdir/usr/share/themes"
}
-
-md5sums=('79614f1907bb595e1ada7209f3dc5071')
+md5sums=('793397c0ed35db0baa36e7671612bfc1')