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

Andreas Radke andyrtr at archlinux.org
Sun May 24 15:25:47 UTC 2020


    Date: Sunday, May 24, 2020 @ 15:25:46
  Author: andyrtr
Revision: 387499

upgpkg: enchant 2.2.8-3: make spell checking providers optional depedencies

Modified:
  enchant/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 15:09:19 UTC (rev 387498)
+++ PKGBUILD	2020-05-24 15:25:46 UTC (rev 387499)
@@ -4,13 +4,19 @@
 
 pkgname=enchant
 pkgver=2.2.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A wrapper library for generic spell checking"
 arch=('x86_64')
 url="https://abiword.github.io/enchant/"
 license=('LGPL')
-depends=('aspell' 'hunspell' 'hspell' 'nuspell' 'libvoikko' 'glib2')
-provides=(libenchant-2.so enchant_voikko.so enchant_nuspell.so enchant_hunspell.so enchant_hspell.so enchant_aspell.so)
+depends=('glib2')
+makedepends=('boost' 'aspell' 'hunspell' 'hspell' 'nuspell' 'libvoikko')
+optdepends=('aspell: for aspell based spell checking support'
+           'hunspell: for hunspell based spell checking support'
+           'libvoikko: for libvoikko based spell checking support'
+           'hspell: for hspell based spell checking support'
+           'nuspell: for nuspell based spell checking support')
+provides=('libenchant-2.so') # enchant_voikko.so enchant_nuspell.so enchant_hunspell.so enchant_hspell.so enchant_aspell.so)
 source=("https://github.com/AbiWord/enchant/releases/download/v$pkgver/enchant-$pkgver.tar.gz")
 sha512sums=('4bfa771af0deab3d0ca5523abab1fdb14cb596747dba7cf887e8cd812601015f52502cbd3df68247f102bba259cb281414e9ccde83b8bdd3c8cc83c2fcbc9090')
 



More information about the arch-commits mailing list