18 lines
569 B
Plaintext
18 lines
569 B
Plaintext
# Description: A flat theme with transparent elements
|
|
# 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 adwaita-icon-theme meson gtk-theme-adwaita
|
|
|
|
name=arc-theme
|
|
version=20221218
|
|
release=1
|
|
source=(https://github.com/jnsh/$name/releases/download/$version/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
meson setup $name-$version build \
|
|
-D prefix=/usr \
|
|
-D themes="gtk2,gtk3,metacity,plank,unity,xfwm"
|
|
meson compile -C build
|
|
DESTDIR=$PKG meson install -C build
|
|
}
|