Date: Tuesday, September 29, 2020 @ 20:42:27
Author: nicohood
Revision: 713851
upgpkg: arc-gtk-theme 20200819-2
Modified:
arc-gtk-theme/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-29 20:38:25 UTC (rev 713850)
+++ PKGBUILD 2020-09-29 20:42:27 UTC (rev 713851)
@@ -9,7 +9,7 @@
pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and
Gnome-Shell"
pkgver=20200819
-pkgrel=1
+pkgrel=2
arch=('any')
# Upstream url: https://github.com/horst3180/arc-theme
# Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
@@ -27,6 +27,9 @@
validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
prepare() {
+ # Fix
https://github.com/jnsh/arc-theme/commit/2c726e439b1f157f9a2f54955e51a8c9900ff41a?branch=2c726e439b1f157f9a2f54955e51a8c9900ff41a&diff=unified
+ echo '@define-color text_view_bg #{"" + $base_color};' >>
${_pkgname}-${pkgver}/common/gtk-3.0/3.24/sass/_colors-public.scss
+
cp -a ${_pkgname}-${pkgver}{,-solid}
}