aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gspell/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gspell/APKBUILD')
-rw-r--r--testing/gspell/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/gspell/APKBUILD b/testing/gspell/APKBUILD
index c270ddb876b..463d32180bf 100644
--- a/testing/gspell/APKBUILD
+++ b/testing/gspell/APKBUILD
@@ -1,17 +1,18 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gspell
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=0
pkgdesc="Flexible API to add spell checking to a GTK+ application"
url="https://wiki.gnome.org/Projects/gspell"
arch="all"
license="LGPL-2.1-or-later"
+depends="iso-codes"
makedepends="glib-dev vala iso-codes-dev gtk+3.0-dev enchant2-dev
gobject-introspection-dev"
+checkdepends="xvfb-run hunspell-en ibus"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-options="!check" # Needs DISPLAY
-source="https://download.gnome.org/sources/gspell/${pkgver%.*}/gspell-${pkgver}.tar.xz"
+source="https://download.gnome.org/sources/gspell/${pkgver%.*}/gspell-$pkgver.tar.xz"
build() {
./configure \
@@ -25,11 +26,11 @@ build() {
}
check() {
- make check
+ xvfb-run make check
}
package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="ae94f46c7bdcdeefa0279cd4ac3c50e53b63092016e298ef6b502c40c2574a2135c503ab322f5a3a7b8b4422fdec291a6ed0c937683a8c0f32d7ad474cc1569b gspell-1.8.1.tar.xz"
+sha512sums="220bdec2b8229e848960e5e31bda1209dedac232637d3e6d4931ca2552054fbdf3f576d52f3d5a7ac734e6e626f2fcc7cefd0bff906b29ba9930cef791906c32 gspell-1.8.2.tar.xz"