29 lines
739 B
Plaintext
29 lines
739 B
Plaintext
|
# Tanım: MATE paneli
|
|||
|
# URL: http://www.mate-desktop.org/
|
|||
|
# Paketçi: yasarciv67@gmail.com
|
|||
|
# Gerekler: dbus-glib libwnck3 libcanberra libmateweather xorg-libsm mate-menus mate-desktop intltool itstool gobject-introspection
|
|||
|
|
|||
|
isim=mate-panel
|
|||
|
surum=1.20.0
|
|||
|
devir=1
|
|||
|
kaynak=(http://pub.mate-desktop.org/releases/${surum%.*}/$isim-$surum.tar.xz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd $isim-$surum
|
|||
|
./configure \
|
|||
|
--prefix=/usr \
|
|||
|
--libexecdir=/usr/lib/$isim \
|
|||
|
--sysconfdir=/etc \
|
|||
|
--localstatedir=/var \
|
|||
|
--enable-introspection \
|
|||
|
--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
|
|||
|
}
|
|||
|
|
|||
|
# vim: set ts=2 et:
|