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

Antonio Rojas arojas at archlinux.org
Mon Jan 15 18:35:32 UTC 2018


    Date: Monday, January 15, 2018 @ 18:35:30
  Author: arojas
Revision: 314812

enchant 2.2.1 rebuild

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-15 18:00:50 UTC (rev 314811)
+++ PKGBUILD	2018-01-15 18:35:30 UTC (rev 314812)
@@ -4,7 +4,7 @@
 
 pkgname=lyx
 pkgver=2.2.3
-pkgrel=6
+pkgrel=7
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('x86_64')
 url="http://www.lyx.org"
@@ -25,6 +25,8 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 -i ../lyx-enchant2.patch # Fix build with Enchant 2.x
+  sed -e 's|\[enchant\]|\[enchant-2\]|g' -i config/spell.m4
+  autoreconf -vi
 }
 
 build() {



More information about the arch-commits mailing list