2019-07-19 01:31:37 +02:00

24 lines
457 B
Plaintext

# Description: Elementary Xfce theme by Shimmer Project
# URL: https://shimmerproject.org
# Maintainer: jolupa, jolupameister at gmail dot com
# Depends on: optipng gtk3 sassc
name=greybird-xfce
version=3.22.10
release=1
source=(https://github.com/shimmerproject/Greybird/archive/v$version.tar.gz)
build() {
cd Greybird-$version
./autogen.sh \
--prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/themes/Greybird/gtk-3.0/README
}