[arch-commits] Commit in perl-tk/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Aug 1 09:26:07 UTC 2018


    Date: Wednesday, August 1, 2018 @ 09:26:07
  Author: foutrelis
Revision: 330085

Need to have a font installed for check()

Otherwise fontconfig will throw an assertion error.

Modified:
  perl-tk/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-01 09:26:04 UTC (rev 330084)
+++ PKGBUILD	2018-08-01 09:26:07 UTC (rev 330085)
@@ -12,7 +12,7 @@
 url="http://search.cpan.org/dist/Tk"
 license=('PerlArtistic' 'GPL' 'custom')
 depends=('libpng' 'libjpeg' 'tk' 'perl')
-checkdepends=('xorg-server-xvfb' 'perl-devel-leak' 'perl-test-pod')
+checkdepends=('xorg-server-xvfb' 'perl-devel-leak' 'perl-test-pod' 'ttf-font')
 options=('!emptydirs' '!strip')
 source=(http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-${pkgver}.tar.gz)
 sha512sums=('8d04fd902db72f80f749256453703e40c94fd009c6a196c608dd3bde4eeb99f974a154d5f52b28baa9e67f75529f0180619989c16cae28a9417b647908de04b6')



More information about the arch-commits mailing list