25 lines
566 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
2019-07-19 19:01:08 +02:00
# Packager: jolupa, jlpavon at me dot com
# Maintainer: jolupa, jlpavon at me dot com
2019-07-19 01:31:37 +02:00
# Depends on: optipng gtk3
2019-04-30 12:43:34 +02:00
2019-08-20 14:55:02 +02:00
name=elementary-icon-theme
_name=elementary-xfce
2019-08-20 18:29:37 +02:00
version=0.14
release=1
2019-08-20 14:55:02 +02:00
source=(https://github.com/shimmerproject/$_name/archive/v$version.tar.gz)
2019-04-30 12:43:34 +02:00
build() {
2019-08-20 14:55:02 +02:00
cd $_name-$version
2019-04-30 12:43:34 +02:00
./configure \
--prefix=/usr
2019-04-30 12:43:34 +02:00
make
make DESTDIR=$PKG install
2019-08-20 14:55:02 +02:00
2019-08-20 18:29:37 +02:00
rm $PKG/usr/share/icons/elementary-{xfce,xfce-dark,xfce-darker,xfce-darkest}/{AUTHORS,README.md,CONTRIBUTORS}
2019-05-19 19:20:48 +02:00
2019-04-30 12:43:34 +02:00
}