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

27 lines
739 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Gri ve mavi bir xfce teması
# URL: https://github.com/shimmerproject/Greybird
# Paketçi: yasarciv67@gmail.com
# Gerekler: gtk-engine-murrine gtk3
isim=greybird-theme
surum=3.22.4
devir=1
kaynak=(https://github.com/shimmerproject/Greybird/archive/v3.22.4.tar.gz
)
derle() {
install -dm 755 "$PKG/usr/share/themes/Greybird Compact"
install -dm 755 "$PKG/usr/share/themes/Greybird a11y"
cp -r "Greybird-$surum/" "$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"
}