mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-24 15:32:21 +01:00
24 lines
457 B
Plaintext
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
|
|
|
|
}
|