diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-07 16:16:52 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 11:26:29 -0300 |
commit | adc5563f948cbc864203b5d631ca2dc641ca7256 (patch) | |
tree | be33c79ff26701f612f7f4eda88b0a9c222c095d /testing | |
parent | a3fdfc6b8dad9731d67b4d8da8423ccfc2d812b7 (diff) | |
download | aports-adc5563f948cbc864203b5d631ca2dc641ca7256.tar.bz2 aports-adc5563f948cbc864203b5d631ca2dc641ca7256.tar.xz |
testing/gspell: upgrade to 1.8.2
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gspell/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/gspell/APKBUILD b/testing/gspell/APKBUILD index c270ddb876..463d32180b 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" |