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

19 lines
553 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.

# Tanım: Elementary simge teması
# URL: https://github.com/shimmerproject/elementary-xfce
# Paketçi: milisarge
# Gerekler:
# Grup: xfce4
isim=xfce4-elementary-icon-theme
source /root/talimatname/genel/x/xfce4/surumler
surum="${xfce4_elementary_icon_theme_surum}";[ -z ${xfce4_elementary_icon_theme_surum} ] && \
surum=0.8
devir=1
kaynak=(https://github.com/shimmerproject/elementary-xfce/archive/v$surum.tar.gz)
derle() {
install -d -m 0755 $PKG//usr/share/icons
mv elementary-xfce-$surum/elementary-xfce{,-dark,-darker} $PKG//usr/share/icons
}