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

Antonio Rojas arojas at archlinux.org
Thu Jun 4 14:50:36 UTC 2015


    Date: Thursday, June 4, 2015 @ 16:50:35
  Author: arojas
Revision: 240335

Enchant backend is not built (FS#45203)

Modified:
  sonnet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-04 10:27:31 UTC (rev 240334)
+++ PKGBUILD	2015-06-04 14:50:35 UTC (rev 240335)
@@ -4,13 +4,14 @@
 
 pkgname=sonnet
 pkgver=5.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Spelling framework for Qt5'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/sonnet'
 license=('LGPL')
-depends=('qt5-base' 'enchant')
-makedepends=('extra-cmake-modules' 'qt5-tools')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' 'hspell: spell checking for Hebrew')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
 md5sums=('169c46a61f2e98ec5e1e6eea26bfa015')



More information about the arch-commits mailing list