wok-next rev 20006
nginx-extras: update bdeps, vte-dev: add vte.pc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 21 15:15:14 2017 +0200 (2017-10-21) |
parents | 58744412e5b2 |
children | 27bae9732b8d |
files | nginx-extras/receipt visualboyadvance/receipt vte/receipt |
line diff
1.1 --- a/nginx-extras/receipt Sat Oct 21 14:16:43 2017 +0200 1.2 +++ b/nginx-extras/receipt Sat Oct 21 15:15:14 2017 +0200 1.3 @@ -16,7 +16,7 @@ 1.4 1.5 DEPENDS="pcre openssl zlib libgd geoip libxslt" 1.6 BUILD_DEPENDS="pcre-dev openssl-dev zlib-dev libgd-dev geoip-dev libxslt-dev \ 1.7 -perl" 1.8 +perl-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/visualboyadvance/receipt Sat Oct 21 14:16:43 2017 +0200 2.2 +++ b/visualboyadvance/receipt Sat Oct 21 15:15:14 2017 +0200 2.3 @@ -19,6 +19,8 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + sed -i 's/int i = 0; i < 16; i++/int ii = 0; ii < 16; ii++/' \ 2.8 + src/sdl/debugger.cpp 2.9 sed -i 's/void \*,void \*/gzFile, void */' src/Util.cpp 2.10 for i in $stuff/$VERSION-*.patch; do 2.11 patch -Np0 < $i
3.1 --- a/vte/receipt Sat Oct 21 14:16:43 2017 +0200 3.2 +++ b/vte/receipt Sat Oct 21 15:15:14 2017 +0200 3.3 @@ -61,6 +61,8 @@ 3.4 ;; 3.5 vte-dev) 3.6 copy @dev 3.7 + ln -s $(cd $fs/usr/lib/pkgconfig ; ls vte-*.pc) \ 3.8 + $fs/usr/lib/pkgconfig/vte.pc 3.9 DEPENDS="vte vte-terminal \ 3.10 atk-dev bzip2-dev cairo-dev fontconfig-dev freetype-dev \ 3.11 gdk-pixbuf-dev glib-dev gmp-dev gnutls-dev gtk+3-dev harfbuzz-dev \