2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: MATE paneli için appletler
|
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: intltool itstool gtksourceview3 libgtop libnotify mate-panel polkit dbus-python python-gobject upower wireless-tools
|
2017-01-24 00:43:48 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=mate-applets
|
|
|
|
|
surum=1.18.1
|
|
|
|
|
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
|
|
|
|
sed -i 's/env python/env python2/' invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
|
|
|
|
|
PYTHON=/usr/bin/python2 ./configure \
|
2017-01-24 00:43:48 +01:00
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
2017-10-28 14:10:23 +02:00
|
|
|
|
--libexecdir=/usr/lib/$isim \
|
2017-01-24 00:43:48 +01:00
|
|
|
|
--enable-polkit \
|
2017-06-23 13:09:15 +02:00
|
|
|
|
--enable-ipv6
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
2017-01-24 00:43:48 +01:00
|
|
|
|
}
|
2017-06-23 13:09:15 +02:00
|
|
|
|
|