summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-01-01 09:09:05 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-01-01 09:09:05 +0000
commit576739933ae7dd56928276a054db7e072bc522e3 (patch)
treee3bb80bed089abfab728bdd15274bd8c8b5db710
parentc6d81fbf00dba09a66fe8332298d06adf71d1152 (diff)
downloadpackages-576739933ae7dd56928276a054db7e072bc522e3.tar.gz
packages-576739933ae7dd56928276a054db7e072bc522e3.tar.bz2
packages-576739933ae7dd56928276a054db7e072bc522e3.tar.xz
packages-576739933ae7dd56928276a054db7e072bc522e3.zip
user/enchant: enable tests, we have dicts now
-rw-r--r--user/enchant/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/enchant/APKBUILD b/user/enchant/APKBUILD
index daa149747..a09bd4291 100644
--- a/user/enchant/APKBUILD
+++ b/user/enchant/APKBUILD
@@ -1,15 +1,15 @@
# Maintainer:
pkgname=enchant
pkgver=1.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="A wrapper library for generic spell checking"
url="https://abiword.github.io/enchant/"
arch="all"
-options="!check" # We need to ship dictionaries before testing will work...
license="LGPL-2.0+"
subpackages="$pkgname-dev $pkgname-doc"
depends=""
makedepends="aspell-dev bash dbus-glib-dev file glib-dev hunspell-dev"
+checkdepends="aspell-dict-en"
source="https://github.com/AbiWord/enchant/releases/download/enchant-1-6-1/enchant-1.6.1.tar.gz
hunspell-build-fix.patch"
@@ -24,7 +24,7 @@ build() {
}
check() {
- cd "$builddir"
+ cd "$builddir"/tests
make check
}