19 lines
489 B
Plaintext
19 lines
489 B
Plaintext
# Description: A flat theme with transparent elements
|
|
# URL: https://github.com/NicoHood/arc-theme
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
|
# Depends on: gtk-engine-murrine inkscape sassc gnome-icon-theme gtk3
|
|
|
|
name=arc-theme
|
|
version=20190917
|
|
release=1
|
|
source=(https://github.com/NicoHood/$name/releases/download/$version/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
autoreconf -fi
|
|
./configure --prefix=/usr \
|
|
--disable-gnome-shell
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|