wok-6.x rev 13836
epdfview: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 07 15:14:06 2013 +0100 (2013-01-07) |
parents | 95f617f68721 |
children | 81358b736388 |
files | epdfview/receipt thunderbird/receipt |
line diff
1.1 --- a/epdfview/receipt Mon Jan 07 15:19:05 2013 +0000 1.2 +++ b/epdfview/receipt Mon Jan 07 15:14:06 2013 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 TAGS="pdf viewer" 1.5 1.6 DEPENDS="gtk+ poppler glib libpng xorg-libXdamage gcc-lib-base" 1.7 -BUILD_DEPENDS="gtk+-dev poppler-dev poppler" 1.8 +BUILD_DEPENDS="gtk+-dev poppler-dev poppler cairo-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/thunderbird/receipt Mon Jan 07 15:19:05 2013 +0000 2.2 +++ b/thunderbird/receipt Mon Jan 07 15:14:06 2013 +0100 2.3 @@ -41,7 +41,7 @@ 2.4 patch -Np1 -i $stuff/thunderbird-3.0-lang.patch 2.5 patch -Np1 -i $stuff/thunderbird-install-dir.patch 2.6 ./configure $CONFIGURE_ARGS && 2.7 - make 2>&1 | (head -n 1000 ; tail -n 1000) && 2.8 + make 2>&1 | head -n 1000 && 2.9 make DESTDIR=$DESTDIR install 2.10 } 2.11