xfpanel-switch
This commit is contained in:
parent
7d017c1e48
commit
05d922040c
|
@ -0,0 +1,19 @@
|
|||
# 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}
|
||||
}
|
Loading…
Reference in New Issue