wok-next rev 20233
update some bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 06 09:31:09 2017 +0100 (2017-11-06) |
parents | b7594677cf1c |
children | 02bc382afeaf |
files | awesome/receipt davfs2/receipt foobillard/receipt foobillardplus/receipt gliv/receipt gnome-vfs-monikers/receipt libsdl-perl/receipt |
line diff
1.1 --- a/awesome/receipt Mon Nov 06 08:50:36 2017 +0100 1.2 +++ b/awesome/receipt Mon Nov 06 09:31:09 2017 +0100 1.3 @@ -13,7 +13,7 @@ 1.4 1.5 DEPENDS="cairo dbus gdk-pixbuf libxdg-basedir lgi lua startup-notification \ 1.6 xcb-util-image xcb-util-keysyms xcb-util-wm xorg-libXcursor" 1.7 -BUILD_DEPENDS="cmake xorg-libX11-dev libxcb-dev xcb-util-dev \ 1.8 +BUILD_DEPENDS="cmake xorg-libX11-dev xorg-libxcb-dev xcb-util-dev \ 1.9 xcb-util-keysyms-dev xcb-util-image-dev xcb-util-wm-dev lua-dev pango-dev \ 1.10 cairo-dev imlib2-dev dbus-dev libev-dev gperf cairo libxdg-basedir-dev \ 1.11 startup-notification-dev imagemagick pkg-config freetype-dev fontconfig-dev \
2.1 --- a/davfs2/receipt Mon Nov 06 08:50:36 2017 +0100 2.2 +++ b/davfs2/receipt Mon Nov 06 09:31:09 2017 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="davfs2" 2.7 -VERSION="1.4.6" 2.8 +VERSION="1.5.4" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Remote collaborative authoring of Web resources." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -17,7 +17,6 @@ 2.13 # Rules to configure and make the package. 2.14 compile_rules() 2.15 { 2.16 - cd $src 2.17 ./configure --prefix=/usr --infodir=/usr/share/info \ 2.18 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 2.19 make &&
3.1 --- a/foobillard/receipt Mon Nov 06 08:50:36 2017 +0100 3.2 +++ b/foobillard/receipt Mon Nov 06 09:31:09 2017 +0100 3.3 @@ -11,12 +11,12 @@ 3.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 3.5 3.6 DEPENDS="libsdl freetype libpng mesa libglu-mesa" 3.7 -BUILD_DEPENDS="libsdl-dev freetype-dev libpng-dev libglu-mesa mesa-dev zlib-dev" 3.8 +BUILD_DEPENDS="libsdl-dev freetype-dev libpng-dev libglu-mesa mesa-dev \ 3.9 +zlib-dev libglu-mesa-dev" 3.10 3.11 # Rules to configure and make the package. 3.12 compile_rules() 3.13 { 3.14 - cd $src 3.15 sed -i -e 's/-lXaw//' -e 's/-lXi//' src/Makefile.in 3.16 patch -p1 < $stuff/03_bugfixes 3.17 patch -p1 < $stuff/05_foul_explanation
4.1 --- a/foobillardplus/receipt Mon Nov 06 08:50:36 2017 +0100 4.2 +++ b/foobillardplus/receipt Mon Nov 06 09:31:09 2017 +0100 4.3 @@ -13,7 +13,7 @@ 4.4 DEPENDS="bzlib freetype libglu-mesa libpng libsdl-mixer libsdl-net" 4.5 4.6 BUILD_DEPENDS="bash automake autoconf libsdl-dev libsdl-mixer-dev \ 4.7 -libsdl-net-dev mesa-dev libglu-mesa freetype-dev libpng-dev" 4.8 +libsdl-net-dev mesa-dev libglu-mesa freetype-dev libpng-dev libglu-mesa-dev" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/gliv/receipt Mon Nov 06 08:50:36 2017 +0100 5.2 +++ b/gliv/receipt Mon Nov 06 09:31:09 2017 +0100 5.3 @@ -11,7 +11,8 @@ 5.4 WGET_URL="$WEB_SITE/files/$TARBALL" 5.5 5.6 DEPENDS="gtk+ gtkglext gettext-base pangox-compat" 5.7 -BUILD_DEPENDS="gtk+-dev gtkglext gtkglext-dev bison mesa-dev pangox-compat-dev" 5.8 +BUILD_DEPENDS="gtk+-dev gtkglext gtkglext-dev bison mesa-dev pangox-compat-dev \ 5.9 +libglu-mesa-dev" 5.10 5.11 # Rules to configure and make the package. 5.12 compile_rules()
6.1 --- a/gnome-vfs-monikers/receipt Mon Nov 06 08:50:36 2017 +0100 6.2 +++ b/gnome-vfs-monikers/receipt Mon Nov 06 09:31:09 2017 +0100 6.3 @@ -11,12 +11,12 @@ 6.4 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 6.5 6.6 DEPENDS="gnome-vfs libbonobo" 6.7 -BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev glib-dev ORBit2-dev dbus-glib-dev" 6.8 +BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev glib-dev ORBit2-dev dbus-glib-dev \ 6.9 +perl-xml-parser libxml2-dev" 6.10 6.11 # Rules to configure and make the package. 6.12 compile_rules() 6.13 { 6.14 - cd $src 6.15 export CFLAGS="-I/usr/include/libbonobo-2.0 -I/usr/include/glib-2.0 \ 6.16 -I/usr/lib/glib-2.0/include -I/usr/include/bonobo-activation-2.0 \ 6.17 -I/usr/include/orbit-2.0 -I/usr/include/gnome-vfs-2.0"
7.1 --- a/libsdl-perl/receipt Mon Nov 06 08:50:36 2017 +0100 7.2 +++ b/libsdl-perl/receipt Mon Nov 06 09:31:09 2017 +0100 7.3 @@ -15,12 +15,11 @@ 7.4 libsdl-net libsmpeg libsdl-ttf" 7.5 BUILD_DEPENDS="perl-yaml xorg-dev libglu-mesa libglu-mesa-dev mesa-dev \ 7.6 libsdl-dev libsdl-gfx-dev libsdl-image-dev libsdl-mixer-dev libsdl-net-dev \ 7.7 -libsdl-ttf-dev" 7.8 +libsdl-ttf-dev perl-module-build perl-dev" 7.9 7.10 # Rules to configure and make the package. 7.11 compile_rules() 7.12 { 7.13 - cd $src 7.14 perl Build.PL destdir="$DESTDIR" && 7.15 perl Build && 7.16 perl Build install