mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
25 lines
754 B
Plaintext
25 lines
754 B
Plaintext
# Description: The Elementary Icon Theme for XFCE
|
|
# URL: https://github.com/shimmerproject/elementary-xfce
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
|
# Depends on: gtk3 optipng
|
|
|
|
name=elementary-xfce-icons
|
|
version=0.19
|
|
release=1
|
|
source=(https://github.com/shimmerproject/elementary-xfce/archive/v${version}/elementary-xfce-$version.tar.gz)
|
|
|
|
build() {
|
|
cd elementary-xfce-$version
|
|
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
# these are depreciated and should not be used or provided
|
|
rm -r $PKG/usr/share/icons/elementary-xfce-{darker,darkest}
|
|
rm $PKG/usr/share/icons/elementary-xfce-dark/{AUTHORS,CONTRIBUTORS,LICENSE,README.md}
|
|
rm $PKG/usr/share/icons/elementary-xfce/{AUTHORS,CONTRIBUTORS,LICENSE,README.md}
|
|
}
|