mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 22:52:20 +01:00
21 lines
509 B
Plaintext
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}
|
|
}
|