milis/talimatname/genel/x/xfpanel-switch/talimat

20 lines
459 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: Xfce panel düzenlerini yönetmek için basit bir uygulama
# URL: https://launchpad.net/xfpanel-switch
# Paketçi: Cihan_Alkan
# Gerekler: python3 python3-gobject intltool
# Grup: xfce4
isim=xfpanel-switch
surum=1.0.4
devir=1
kaynak=(https://launchpad.net/${isim}/${surum%.*}/${surum}/+download/${isim}-${surum}.tar.bz2)
derle() {
cd ${SRC}/${isim}-${surum}
./configure --prefix=/usr --python=python3
make
make install DESTDIR=${PKG}
}