[arch-commits] Commit in pluma/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jan 15 17:33:14 UTC 2018


    Date: Monday, January 15, 2018 @ 17:33:13
  Author: felixonmars
Revision: 282798

upgpkg: pluma 1.18.3-3

rebuild with enchant 2.2.1

Modified:
  pluma/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-15 17:32:47 UTC (rev 282797)
+++ PKGBUILD	2018-01-15 17:33:13 UTC (rev 282798)
@@ -3,13 +3,13 @@
 
 pkgname=pluma
 pkgver=1.18.3
-pkgrel=2
+pkgrel=3
 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')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 'mate-common' 'yelp-tools')
 optdepends=('python2-gobject: to use the python plugins')
 groups=('mate-extra')
 conflicts=('pluma-gtk3')
@@ -20,10 +20,12 @@
 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 \
         --prefix=/usr \
         --libexecdir=/usr/lib/${pkgname} \



More information about the arch-commits mailing list