2019-07-19 19:01:08 +02:00

24 lines
546 B
Plaintext

# Description: Elementary Xfce theme by Shimmer Project
# URL: https://shimmerproject.org
# Packager: jolupa, jlpavon at me dot com
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: optipng gtk3
name=elementary-xfce
version=0.13.1
release=1
source=(https://github.com/shimmerproject/elementary-xfce/archive/v$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/icons/elementary-{xfce,xfce-dark,xfce-darker,xfce-darkest}/{AUTHORS,LICENSE,CONTRIBUTORS}
}