2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Equinox GTK teması için tasarlanmış simge teması
|
2017-08-12 18:41:04 +02:00
|
|
|
|
# URL: http://gnome-look.org/content/show.php/Faenza?content=128143
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler:
|
2017-08-12 18:41:04 +02:00
|
|
|
|
|
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=faenza-icon-theme
|
|
|
|
|
surum=1.3.1
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$isim/${isim}_${surum}.tar.gz)
|
2017-08-12 18:41:04 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-1.3
|
2017-08-12 18:41:04 +02:00
|
|
|
|
mkdir -p "$PKG/usr/share/icons" "$PKG/usr/lib" "$PKG/usr/share"
|
|
|
|
|
|
|
|
|
|
cp -rf Faenza{,-Dark,-Darkest,-Darker,-Ambiance,-Radiance} "$PKG/usr/share/icons/"
|
|
|
|
|
cp -rf rhythmbox "$PKG/usr/lib/"
|
|
|
|
|
cp -rf emesene "$PKG/usr/share/"
|
|
|
|
|
|
|
|
|
|
# set the Arch Linux Distributor and start menu logo
|
|
|
|
|
for theme in Faenza{,-Dark}; do
|
|
|
|
|
for size in 22 24 32 48 64 96; do
|
|
|
|
|
cd "$PKG/usr/share/icons/$theme/places/$size/"
|
|
|
|
|
# no distributor-logo for Faenza-Dark
|
|
|
|
|
[[ $theme == Faenza ]] && ln -sf distributor-logo{-milislogo,}.png
|
|
|
|
|
ln -sf start-here{-milislogo,}.png
|
|
|
|
|
done
|
|
|
|
|
cd "$PKG/usr/share/icons/$theme/places/scalable/"
|
|
|
|
|
# no distributor-logo for Faenza-Dark
|
|
|
|
|
[[ $theme == Faenza ]] && ln -sf distributor-logo{-milislogo,}.svg
|
|
|
|
|
ln -sf start-here{-milislogo,}.svg
|
|
|
|
|
ln -sf start-here{-archlinux-symbolic,-symbolic}.svg
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
for theme in Faenza{,-Dark}; do
|
|
|
|
|
cd "$PKG/usr/share/icons/$theme/apps/scalable/"
|
|
|
|
|
ln -sf gnome-session-reboot.svg system-reboot.svg
|
|
|
|
|
for size in 16 22 24 32 48 64 96; do
|
|
|
|
|
cd "$PKG/usr/share/icons/$theme/apps/$size/"
|
|
|
|
|
ln -sf gnome-session-reboot.png system-reboot.png
|
|
|
|
|
done
|
|
|
|
|
done
|
|
|
|
|
}
|