milis/talimatname/genel/m/mate-notification-daemon/talimat

24 lines
576 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: MATE için bildirim uygulaması
2017-06-23 13:09:15 +02:00
# URL: http://www.mate-desktop.org/
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: dbus-glib libcanberra libwnck3 libnotify intltool
2017-01-24 00:43:48 +01:00
name=mate-notification-daemon
2017-06-23 13:09:15 +02:00
version=1.18.0
2017-01-24 00:43:48 +01:00
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
2017-06-23 13:09:15 +02:00
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name
#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
2017-01-24 00:43:48 +01:00
}
2017-06-23 13:09:15 +02:00