summaryrefslogtreecommitdiff
path: root/perl-graphics-gnuplotif
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-07 10:01:01 +0200
committerErich Eckner <git@eckner.net>2017-09-07 10:01:01 +0200
commit6b5404562dd9b5dda504b51be493abea96e6c680 (patch)
tree80d556109e88b3196fbabc39a9f1d0b1e065f561 /perl-graphics-gnuplotif
parent7f33be0f573d60a118dabfbb3f5cc68cfe6f3551 (diff)
downloadarchlinuxewe.git.save-6b5404562dd9b5dda504b51be493abea96e6c680.tar.xz
perl-graphics-gnuplotif: enable all tests
Diffstat (limited to 'perl-graphics-gnuplotif')
-rw-r--r--perl-graphics-gnuplotif/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/perl-graphics-gnuplotif/PKGBUILD b/perl-graphics-gnuplotif/PKGBUILD
index 8c5474e1..7adf735e 100644
--- a/perl-graphics-gnuplotif/PKGBUILD
+++ b/perl-graphics-gnuplotif/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='perl-graphics-gnuplotif'
pkgver='1.8'
-pkgrel='4'
+pkgrel='5'
pkgdesc="A dynamic Perl interface to gnuplot"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -13,7 +13,10 @@ depends=(
'perl-version')
makedepends=(
'perl-extutils-makemaker')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+checkdepends=(
+ 'perl-test-pod'
+ 'perl-test-pod-coverage'
+ 'xorg-server-xvfb')
url='http://search.cpan.org/~mehner/Graphics-GnuplotIF-1.8/'
_distdir="Graphics-GnuplotIF-${pkgver}"
source=("http://search.cpan.org/CPAN/authors/id/M/ME/MEHNER/${_distdir}.tar.gz")
@@ -35,7 +38,8 @@ build() {
check() {
cd "$srcdir/$_distdir"
( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- make test
+ export USER=mehner
+ xvfb-run -a -s "+extension GLX -screen 0 1280x1024x24" make test
)
}