xfpanel-switch

This commit is contained in:
milisbir 2018-07-13 01:01:11 +03:00
parent 7d017c1e48
commit 05d922040c
1 changed files with 19 additions and 0 deletions

View File

@ -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}
}