2023-07-10 05:52:59 -04:00
|
|
|
# Description: The Elementary Icon Theme for XFCE
|
|
|
|
# URL: https://github.com/shimmerproject/elementary-xfce
|
2024-12-03 03:35:57 -05:00
|
|
|
# Maintainer: Jay Lanagan, j at lngn dot net
|
2023-07-10 05:52:59 -04:00
|
|
|
# Depends on: gtk3 optipng
|
|
|
|
|
|
|
|
name=elementary-xfce-icons
|
2024-12-03 03:35:57 -05:00
|
|
|
version=0.20
|
2023-09-16 08:21:49 -04:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/shimmerproject/elementary-xfce/archive/v${version}/elementary-xfce-$version.tar.gz)
|
2023-07-10 05:52:59 -04:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd elementary-xfce-$version
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2023-07-17 21:28:59 -04:00
|
|
|
|
|
|
|
# these are depreciated and should not be used or provided
|
2024-12-03 03:35:57 -05: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
|
|
|
}
|