summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-04 11:21:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-04 11:21:19 -0700
commit3360fa3ecb95fcd0b335f8594660cf924ddbe1b2 (patch)
tree8941c396d4d0554f43e3706204cc84681baf8406
parentUpdated to 109.6 (diff)
downloadfreedink-3360fa3ecb95fcd0b335f8594660cf924ddbe1b2.tar.xz
Added xorg-server-xvfb to makedepends
Without this the test suite will fail in a chroot
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f86b983..2c4ad98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ license=('GPL3')
depends=('freedink-data' 'libzip' 'bzip2' 'zlib' 'fontconfig' 'freetype2'
'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_gfx' 'sdl2' 'expat'
'libutil-linux' 'libpng' 'harfbuzz' 'glib2' 'graphite' 'pcre')
-makedepends=('automake' 'autoconf' 'check' 'help2man' 'make' 'cxxtest' 'glm')
+makedepends=('automake' 'autoconf' 'check' 'help2man' 'make' 'cxxtest' 'glm' 'xorg-server-xvfb')
source=("https://ftp.gnu.org/gnu/freedink/${pkgname}-${pkgver}.tar.gz")
sha512sums=('9de4155e65c1af58166e30f3f642fed2111eeff2cfccedcd51ea7715e91795d9c9f89d4fa30a801e9a998b7d734682b7d2588ef1ebaba464764c3c3156b6a7ad')
@@ -29,7 +29,7 @@ check () {
cd "${srcdir}/${pkgname}-${pkgver}"
# This is just a trivial check.
- make check
+ xvfb-run -a -n 96 -s "-screen 0 1600x1200x24" make check
# This for the packaging of the source code in a snap shot package
# NOT the installed build artifacts.