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

31 lines
631 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: cihan_alkan
# Gerekler: gtk2 menu-cache alsa-lib libwnck wireless-tools keybinder2 libfm
# Grup: sistem
isim=lxde-panel
_isim=lxpanel
surum=0.9.3
devir=1
kaynak=(https://downloads.sourceforge.net/lxde/${_isim}-$surum.tar.xz
fix-crash.patch)
derle() {
cd ${_isim}-$surum
# Fix crash
patch -Np1 -i ../fix-crash.patch
./configure \
--sysconfdir=/etc \
--prefix=/usr
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR="$PKG" install
}