milis/talimatname/genel/m/mate-panel/talimat

29 lines
739 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: MATE paneli
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 libwnck3 libcanberra libmateweather xorg-libsm mate-menus mate-desktop intltool itstool gobject-introspection
2017-01-24 00:43:48 +01:00
2017-10-28 14:10:23 +02:00
isim=mate-panel
2018-02-10 01:21:20 +01:00
surum=1.20.0
2017-10-28 14:10:23 +02:00
devir=1
kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
2017-01-24 00:43:48 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-06-23 13:09:15 +02:00
./configure \
--prefix=/usr \
2017-10-28 14:10:23 +02:00
--libexecdir=/usr/lib/$isim \
2017-01-24 00:43:48 +01:00
--sysconfdir=/etc \
--localstatedir=/var \
--enable-introspection \
2017-06-23 13:09:15 +02:00
--with-gtk=3.0
#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
# vim: set ts=2 et: