mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-24 15:32:21 +01:00
24 lines
546 B
Plaintext
24 lines
546 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-xfce
|
|
version=0.13.1
|
|
release=1
|
|
source=(https://github.com/shimmerproject/elementary-xfce/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,LICENSE,CONTRIBUTORS}
|
|
|
|
}
|