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
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=greybird-theme
|
|
|
|
|
surum=3.22.4
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://github.com/shimmerproject/Greybird/archive/v3.22.4.tar.gz
|
2017-09-09 15:36:12 +02:00
|
|
|
|
)
|
|
|
|
|
|
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"
|
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cp -r "Greybird-$surum/" "$PKG/usr/share/themes/Greybird/"
|
2017-09-09 15:36:12 +02:00
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
}
|