2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Elementary simge teması
|
2016-03-02 16:12:51 +01:00
|
|
|
|
# URL: https://github.com/shimmerproject/elementary-xfce
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler:
|
2018-01-10 18:50:38 +01:00
|
|
|
|
# Grup: xfce4
|
2017-04-21 14:20:19 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=xfce4-elementary-icon-theme
|
2018-01-10 18:50:38 +01:00
|
|
|
|
source /root/talimatname/genel/x/xfce4/surumler
|
|
|
|
|
surum="${xfce4_elementary_icon_theme_surum}";[ -z ${xfce4_elementary_icon_theme_surum} ] && \
|
2017-10-28 14:10:23 +02:00
|
|
|
|
surum=0.8
|
|
|
|
|
devir=1
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(https://github.com/shimmerproject/elementary-xfce/archive/v$surum.tar.gz)
|
2018-01-10 18:50:38 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2018-01-10 18:50:38 +01:00
|
|
|
|
install -d -m 0755 $PKG//usr/share/icons
|
|
|
|
|
mv elementary-xfce-$surum/elementary-xfce{,-dark,-darker} $PKG//usr/share/icons
|
2016-03-02 16:12:51 +01:00
|
|
|
|
}
|