milis/talimatname/genel/x/xfce4-places-plugin/talimat

34 lines
781 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 paneli için Yerler Menüsü eklentisi
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
# Paketçi: yasarciv67@gmail.com
# Gerekler: intltool libnotify xfce4-panel
isim=xfce4-places-plugin
surum=1.7.0
devir=1
kaynak=(http://archive.xfce.org/src/panel-plugins/$isim/${surum%.*}/$isim-$surum.tar.bz2
mounts.patch
undefined-symbol.patch
)
derle() {
cd "$isim-$surum"
# Disk olmayan diğer bağları göster (örn. NFS)
patch -Np1 -i "${SRC}/mounts.patch"
# Bug 11939
patch -Np1 -i "${SRC}/undefined-symbol.patch"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-debug
make
make DESTDIR="$PKG" install
}