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

Felix Yan felixonmars at archlinux.org
Mon Jan 15 17:58:49 UTC 2018


    Date: Monday, January 15, 2018 @ 17:58:45
  Author: felixonmars
Revision: 314808

upgpkg: kdelibs 4.14.38-3

rebuild with enchant 2.2.1

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-15 17:12:38 UTC (rev 314807)
+++ PKGBUILD	2018-01-15 17:58:45 UTC (rev 314808)
@@ -6,7 +6,7 @@
 pkgname=kdelibs
 pkgver=4.14.38
 _kdeappver=17.08.3
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Core Libraries"
 arch=('x86_64')
 url='https://www.kde.org/'
@@ -39,6 +39,10 @@
   patch -p1 -i ../kdelibs-no-kdewebkit.patch
   # fix build with openSSL 1.1 (OpenMandriva)
   patch -p1 -i ../kdelibs-openssl-1.1.patch
+
+  sed -e 's/enchant)/enchant-2)/' \
+      -e 's/NAMES enchant$/NAMES enchant-2/' \
+      -i cmake/modules/FindENCHANT.cmake
 }
 
 build() {



More information about the arch-commits mailing list