mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-03 02:52:20 +01:00
25 lines
566 B
Plaintext
25 lines
566 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.14
|
|
release=1
|
|
source=(https://github.com/shimmerproject/$_name/archive/v$version.tar.gz)
|
|
|
|
build() {
|
|
cd $_name-$version
|
|
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
rm $PKG/usr/share/icons/elementary-{xfce,xfce-dark,xfce-darker,xfce-darkest}/{AUTHORS,README.md,CONTRIBUTORS}
|
|
|
|
}
|