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

34 lines
791 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Xfce paneli için Yerler Menüsü eklentisi
2017-09-11 18:50:55 +02:00
# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: intltool libnotify xfce4-panel
2017-09-11 18:50:55 +02:00
name=xfce4-places-plugin
version=1.7.0
release=1
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2
mounts.patch
undefined-symbol.patch
)
build() {
cd "$name-$version"
# 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
}