xfce4/qogir-theme/Pkgfile
2019-05-20 21:48:17 +02:00

21 lines
509 B
Plaintext

# Description: Flat Design theme for GTK
# URL: https://github.com/vinceliuice/Qogir-theme
# Maintainer: jolupa, jolupameister at gmail dot com
# Depends on: gtk3 libsassc
name=qogir-theme
version=2019-05-03
release=2
source=(https://github.com/vinceliuice/Qogir-theme/archive/$version.tar.gz)
build() {
cd Qogir-theme-$version
mkdir -p $PKG/usr/share/themes
./Install \
-d $PKG/usr/share/themes
rm -r $PKG/usr/share/themes/Qogir{-dark,-light,-win-dark,-win-light,-win}/{AUTHORS,COPYING}
}