25 lines
744 B
Plaintext
Raw Normal View History

2023-07-10 05:52:59 -04:00
# 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.17
2023-07-20 06:08:52 -04:00
release=2
2023-07-10 05:52:59 -04:00
source=(https://github.com/shimmerproject/elementary-xfce/archive/v0.17/elementary-xfce-0.17.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
2023-07-10 05:52:59 -04:00
rm -r $PKG/usr/share/icons/elementary-xfce-{darker,darkest}
2023-07-17 23:01:03 -04:00
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}
2023-07-10 05:52:59 -04:00
}