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

Felix Yan felixonmars at archlinux.org
Mon Jan 15 18:00:02 UTC 2018


    Date: Monday, January 15, 2018 @ 18:00:00
  Author: felixonmars
Revision: 314810

upgpkg: abiword 3.0.2-7

rebuild with enchant 2.2.1

Modified:
  abiword/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-15 17:59:32 UTC (rev 314809)
+++ PKGBUILD	2018-01-15 18:00:00 UTC (rev 314810)
@@ -5,7 +5,7 @@
 
 pkgname=abiword
 pkgver=3.0.2
-pkgrel=6
+pkgrel=7
 pkgdesc='Fully-featured word processor'
 arch=('x86_64')
 license=('GPL')
@@ -65,6 +65,9 @@
   # Generate m4 file for configure
   find plugins -name plugin.m4 | xargs cat > plugin-configure.m4
 
+  # enchant-2 naming change
+  sed -i 's/enchant >=/enchant-2 >=/' configure.ac
+
   libtoolize --force
   autoreconf -fi
 }



More information about the arch-commits mailing list