Date: Thursday, February 8, 2018 @ 08:16:34 Author: arojas Revision: 290248
Update to 1.20 Modified: mate-applets/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-08 08:04:31 UTC (rev 290247) +++ PKGBUILD 2018-02-08 08:16:34 UTC (rev 290248) @@ -2,14 +2,13 @@ # Contributor: Martin Wimpress <[email protected]> pkgname=mate-applets -pkgver=1.18.2 +pkgver=1.20.0 pkgrel=1 pkgdesc="Applets for MATE panel" arch=('x86_64') url="https://mate-desktop.org" license=('GPL') -depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' - 'python2-dbus' 'python2-gobject' 'upower' 'wireless_tools') +depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 'wireless_tools') makedepends=('intltool' 'itstool' 'gucharmap') optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish applet' 'gucharmap: character picker applet') groups=('mate-extra') @@ -16,16 +15,11 @@ conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3') replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('fc6166f062ad3a557eec001608556e6faaa6b5c4bc79673709543b6b85a1ac10') +sha256sums=('5a148fd18efbc0dde8610aa8ee9b6c4a2a7f916c02965bba4a97abc51cd7b0ca') -prepare() { - cd ${pkgname}-${pkgver} - sed -i 's/env python/env python2/' invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart} -} - build() { cd ${pkgname}-${pkgver} - PYTHON=/usr/bin/python2 ./configure \ + ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/${pkgname} \
