milis/talimatname/genel/greybird-theme/talimat

27 lines
752 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.

# Description: Gri ve mavi bir xfce teması
# URL: https://github.com/shimmerproject/Greybird
# Packager: yasarciv67@gmail.com
# Depends on: gtk-engine-murrine gtk3
name=greybird-theme
version=3.22.4
release=1
source=(https://github.com/shimmerproject/Greybird/archive/v3.22.4.tar.gz
)
build() {
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"
}