24 lines
457 B
Plaintext
Raw Normal View History

2019-07-19 01:31:37 +02:00
# 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
2019-07-07 14:24:27 +02:00
version=3.22.10
release=1
source=(https://github.com/shimmerproject/Greybird/archive/v$version.tar.gz)
build() {
2019-07-07 14:24:27 +02:00
cd Greybird-$version
./autogen.sh \
2019-07-07 14:24:27 +02:00
--prefix=/usr
make
make DESTDIR=$PKG install
2019-05-20 21:48:17 +02:00
2019-05-20 22:58:44 +02:00
rm $PKG/usr/share/themes/Greybird/gtk-3.0/README
2019-05-20 21:48:17 +02:00
}