aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/php7-gmagick/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/php7-gmagick/APKBUILD b/testing/php7-gmagick/APKBUILD
index 1f5a29caf8..f8671bb442 100644
--- a/testing/php7-gmagick/APKBUILD
+++ b/testing/php7-gmagick/APKBUILD
@@ -4,12 +4,12 @@ pkgname=php7-gmagick
_pkgreal=gmagick
pkgver=2.0.5_rc1
_pkgver=${pkgver/_rc/RC}
-pkgrel=0
+pkgrel=1
pkgdesc="PHP7 bindings to the GraphicsMagick library"
url="http://pecl.php.net/package/gmagick"
arch="all"
license="PHP"
-depends=""
+depends="ghostscript-fonts"
makedepends="graphicsmagick-dev autoconf libtool php7-dev"
source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz"
builddir="$srcdir/$_pkgreal-$_pkgver"
@@ -25,9 +25,6 @@ build() {
check() {
cd "$builddir"
- # Test broken because of fonts collisions ghostscript-fonts and libwmf
- # https://bugs.alpinelinux.org/issues/8619
- rm tests/gmagick-006-annotateimage.phpt
make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test
}