milis/talimatname/genel/x/xfce4-elementary-icon-theme/talimat

15 lines
394 B
Plaintext
Raw Normal View History

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:
2017-04-21 14:20:19 +02:00
2017-10-28 14:10:23 +02:00
isim=xfce4-elementary-icon-theme
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)
2017-10-27 23:59:41 +02:00
derle() {
2016-03-02 16:12:51 +01:00
install -d -m 0755 $PKG//usr/share/icons
2017-10-28 14:10:23 +02:00
mv elementary-xfce-$surum/elementary-xfce{,-dark,-darker} $PKG//usr/share/icons
2016-03-02 16:12:51 +01:00
}