Date: Tuesday, February 25, 2020 @ 20:50:17 Author: cesura Revision: 582008
upgpkg: pluma 1.24.0-1: Updated to version 1.24.0 Modified: pluma/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-25 20:38:11 UTC (rev 582007) +++ PKGBUILD 2020-02-25 20:50:17 UTC (rev 582008) @@ -2,31 +2,25 @@ # Contributor: Martin Wimpress <c...@flexion.org> pkgname=pluma -pkgver=1.22.2 +pkgver=1.24.0 pkgrel=1 pkgdesc="A powerful text editor for MATE" url="https://mate-desktop.org" arch=('x86_64') license=('GPL') -depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas' 'python2') -makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 'mate-common' 'yelp-tools') -optdepends=('python2-gobject: to use the python plugins') +depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas' 'python' 'gettext') +makedepends=('itstool' 'gobject-introspection' 'python' 'mate-common' 'yelp-tools' 'autoconf-archive') +optdepends=('python-gobject: to use the python plugins') groups=('mate-extra') conflicts=('pluma-gtk3') replaces=('pluma-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('6a772395d400c1b5887f0478dbacd03e499698fca8f15fe896617dd8f24352bf') +sha256sums=('1964c7fc970f62c2e00977828f6f115995bd60077bcea2fb70130f0f296cb6ee') -prepare() { - cd "${pkgname}-${pkgver}" - sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in - sed -i 's/, enchant/, enchant-2/' configure.ac -} - build() { cd "${pkgname}-${pkgver}" ./autogen.sh - PYTHON=/usr/bin/python2 ./configure \ + PYTHON=/usr/bin/python ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/${pkgname} \ --enable-gtk-doc=no \