2017-01-24 00:43:48 +01:00
|
|
|
# Description: MATE paneli için appletler
|
2017-06-23 13:09:15 +02:00
|
|
|
# URL: http://www.mate-desktop.org/
|
|
|
|
# Packager: yasarciv67@gmail.com
|
2017-06-28 00:05:17 +02:00
|
|
|
# Depends on: intltool itstool gtksourceview3 libgtop libnotify mate-panel polkit dbus-python python-gobject upower wireless-tools
|
2017-01-24 00:43:48 +01:00
|
|
|
|
|
|
|
name=mate-applets
|
2017-06-23 13:09:15 +02:00
|
|
|
version=1.18.1
|
2017-01-24 00:43:48 +01:00
|
|
|
release=1
|
|
|
|
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
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-06-23 13:09:15 +02:00
|
|
|
--libexecdir=/usr/lib/$name \
|
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
|
|
|
|