milis/talimatname/genel/l/lxde-panel/talimat

20 lines
480 B
Plaintext
Executable File
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: Hafif bir X11 masaüstü paneli içerir
# URL: http://lxde.org/
# Paketçi: milisarge@gmail.com
# Gerekler: gtk2 menu-cache alsa-lib libwnck wireless-tools keybinder2 libfm
isim=lxde-panel
_isim=lxpanel
surum=0.8.2
devir=1
kaynak=(http://downloads.sourceforge.net/lxde/files/${_name}-$surum.tar.xz)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
sed -i "s/gnome-terminal/lxterminal/" $PKG/etc/xdg/lxpanel/default/panels/panel
}