summaryrefslogtreecommitdiff
path: root/arc-theme/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2020-06-02 11:25:13 -0500
committerMatt Housh <jaeger@crux.ninja>2020-06-02 11:25:13 -0500
commit75432fd38266484e6a2934058de65cab01b73353 (patch)
tree1d1b78d2b8fbffce9a46467e8f20f127886f502a /arc-theme/Pkgfile
parent82a266aadc78addb793868a5fd74fdbbbbdd2a0f (diff)
downloadcontrib-75432fd38266484e6a2934058de65cab01b73353.tar.gz
contrib-75432fd38266484e6a2934058de65cab01b73353.tar.xz
arc-theme: updated to version 20200513; new dependencies optipng and adwaita-icon-theme
Diffstat (limited to 'arc-theme/Pkgfile')
-rw-r--r--arc-theme/Pkgfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/arc-theme/Pkgfile b/arc-theme/Pkgfile
index f550cc420..21189ff46 100644
--- a/arc-theme/Pkgfile
+++ b/arc-theme/Pkgfile
@@ -1,17 +1,18 @@
# Description: A flat theme with transparent elements
-# URL: https://github.com/NicoHood/arc-theme
+# URL: https://github.com/jnsh/arc-theme
# Maintainer: Matt Housh, jaeger at crux dot ninja
-# Depends on: gtk-engine-murrine inkscape sassc gnome-icon-theme gtk3
+# Depends on: gtk-engine-murrine inkscape sassc gnome-icon-theme gtk3 optipng adwaita-icon-theme
name=arc-theme
-version=20190917
+version=20200513
release=1
-source=(https://github.com/arc-design/$name/releases/download/$version/$name-$version.tar.xz)
+source=(https://github.com/jnsh/$name/releases/download/$version/$name-$version.tar.xz)
build() {
cd $name-$version
autoreconf -fi
./configure --prefix=/usr \
+ --disable-cinnamon \
--disable-gnome-shell
make
make DESTDIR=$PKG install

Generated by cgit