[arch-commits] Commit in pango-perl/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sat Aug 19 21:44:20 UTC 2017
Date: Saturday, August 19, 2017 @ 21:44:19
Author: jgc
Revision: 302914
Remove testsuite because of circular dependencies (FS#54751)
Without gtk2-perl installed there is not much to test, so just disable it completely.
Modified:
pango-perl/trunk/PKGBUILD
----------+
PKGBUILD | 6 ------
1 file changed, 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-19 21:28:02 UTC (rev 302913)
+++ PKGBUILD 2017-08-19 21:44:19 UTC (rev 302914)
@@ -9,7 +9,6 @@
license=('LGPL')
url="http://gtk2-perl.sourceforge.net/"
makedepends=('perl-extutils-pkgconfig' 'perl-extutils-depends')
-checkdepends=('gtk2-perl' 'xorg-server-xvfb')
depends=('pango' 'glib-perl' 'cairo-perl')
options=('!emptydirs')
source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Pango-${pkgver}.tar.gz)
@@ -22,11 +21,6 @@
make
}
-check() {
- cd Pango-$pkgver
- xvfb-run -a -s "-extension GLX -screen 0 1280x1024x24" make test
-}
-
package() {
cd Pango-$pkgver
make install DESTDIR="${pkgdir}"
More information about the arch-commits
mailing list