mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-23 15:12:20 +01:00
27 lines
646 B
Plaintext
27 lines
646 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-icon-theme
|
|
_name=elementary-xfce
|
|
version=0.15
|
|
release=1
|
|
source=(https://github.com/shimmerproject/$_name/archive/v$version.tar.gz)
|
|
|
|
build() {
|
|
cd $_name-$version
|
|
|
|
./configure \
|
|
--prefix=/usr/
|
|
|
|
make -j1
|
|
make DESTDIR=$PKG install
|
|
|
|
find $PKG -name AUTHORS -o -name CONTRIBUTORS -o -name LICENSE -delete
|
|
|
|
#rm $PKG/usr/share/icons/elementary-{xfce,xfce-dark,xfce-darker,xfce-darkest}/{AUTHORS,README.md,CONTRIBUTORS}
|
|
|
|
}
|