mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-03 11:02:21 +01:00
28 lines
589 B
Plaintext
28 lines
589 B
Plaintext
# Description: Elementary Xfce theme by Shimmer Project
|
|
# URL: https://shimmerproject.org
|
|
# Maintainer: jolupa, jolupameister at gmail dot com
|
|
# Depends on: optipng gtk3
|
|
|
|
name=elementary-xfce
|
|
version=git
|
|
release=3
|
|
source=()
|
|
|
|
build() {
|
|
if cd "$name-$version" 2> /dev/null; then
|
|
git pull
|
|
else
|
|
git clone https://github.com/shimmerproject/elementary-xfce.git "$name-$version"
|
|
cd "$name-$version"
|
|
fi
|
|
|
|
./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}
|
|
|
|
}
|