milis/talimatname/genel/g/greybird-theme/talimat

27 lines
745 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Gri ve mavi bir xfce teması
2017-09-09 15:36:12 +02:00
# URL: https://github.com/shimmerproject/Greybird
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: gtk-engine-murrine gtk3
2017-09-09 15:36:12 +02:00
name=greybird-theme
version=3.22.4
release=1
source=(https://github.com/shimmerproject/Greybird/archive/v3.22.4.tar.gz
)
2017-10-27 23:59:41 +02:00
derle() {
2017-09-09 15:36:12 +02:00
install -dm 755 "$PKG/usr/share/themes/Greybird Compact"
install -dm 755 "$PKG/usr/share/themes/Greybird a11y"
cp -r "Greybird-$version/" "$PKG/usr/share/themes/Greybird/"
rm -rf "$PKG/usr/share/themes/Greybird/.gitignore"
ln -s "/usr/share/themes/Greybird/xfwm4-compact" \
"$PKG/usr/share/themes/Greybird Compact/xfwm4"
ln -s "/usr/share/themes/Greybird/xfwm4-a11y" \
"$PKG/usr/share/themes/Greybird a11y/xfwm4"
}