wok-next rev 20007
gnet, gnome-desktop, gtk-screenshot, gtkglext, lightdm-gtk2-greeter, lightdm-gtk3-greeter, notecase, orage, python-pyexiv2, qlipper, qtpanel: update bdeps; rawstudio, realvnc-viewer: add CXXFLAGS; puzzles: tiny patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 21 16:36:07 2017 +0200 (2017-10-21) |
parents | f375934fce59 |
children | a9236dc0f5fb |
files | gnet/receipt gnome-desktop/receipt gtk-screenshot/receipt gtkglext/receipt lightdm-gtk2-greeter/receipt lightdm-gtk3-greeter/receipt notecase/receipt orage/receipt puzzles/receipt python-pyexiv2/receipt qlipper/receipt qtpanel/receipt rawstudio/receipt realvnc-viewer/receipt |
line diff
1.1 --- a/gnet/receipt Sat Oct 21 15:15:14 2017 +0200 1.2 +++ b/gnet/receipt Sat Oct 21 16:36:07 2017 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnet/${VERSION%.*}/$TARBALL" 1.5 1.6 DEPENDS="glib" 1.7 -BUILD_DEPENDS="glib-dev util-linux-uuid-dev" 1.8 +BUILD_DEPENDS="glib-dev util-linux-uuid-dev xorg-libXt" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/gnome-desktop/receipt Sat Oct 21 15:15:14 2017 +0200 2.2 +++ b/gnome-desktop/receipt Sat Oct 21 16:36:07 2017 +0200 2.3 @@ -12,12 +12,11 @@ 2.4 2.5 DEPENDS="GConf gtk+ startup-notification" 2.6 BUILD_DEPENDS="python-dev libxml2-python GConf-dev gnome-doc-utils-dev \ 2.7 -intltool gtk+-dev" 2.8 +intltool gtk+-dev xorg-libXrandr-dev" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules() 2.12 { 2.13 - cd $src 2.14 ./configure \ 2.15 --prefix=/usr \ 2.16 --sysconfdir=/etc/gnome \ 2.17 @@ -40,4 +39,3 @@ 2.18 cp -a $install/usr/lib/*.so* $fs/usr/lib 2.19 #cp -a $install/usr/share/dbus-1 $fs/usr/share 2.20 } 2.21 -
3.1 --- a/gtk-screenshot/receipt Sat Oct 21 15:15:14 2017 +0200 3.2 +++ b/gtk-screenshot/receipt Sat Oct 21 16:36:07 2017 +0200 3.3 @@ -12,7 +12,7 @@ 3.4 TAGS="gtk2 screenshot" 3.5 3.6 DEPENDS="gtk+" 3.7 -BUILD_DEPENDS="gtk+-dev libxml2-dev automake autoconf xorg-libXext-dev" 3.8 +BUILD_DEPENDS="gtk+-dev libxml2-dev automake autoconf xorg-libXext-dev intltool" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules()
4.1 --- a/gtkglext/receipt Sat Oct 21 15:15:14 2017 +0200 4.2 +++ b/gtkglext/receipt Sat Oct 21 16:36:07 2017 +0200 4.3 @@ -13,7 +13,7 @@ 4.4 4.5 DEPENDS="gtk+ mesa libglu-mesa pangox-compat" 4.6 BUILD_DEPENDS="gtk+-dev libglu-mesa libglu-mesa-dev mesa-dev \ 4.7 -util-linux-uuid-dev autoconf pangox-compat-dev expat-dev" 4.8 +util-linux-uuid-dev autoconf pangox-compat-dev expat-dev xorg-libxshmfence-dev" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/lightdm-gtk2-greeter/receipt Sat Oct 21 15:15:14 2017 +0200 5.2 +++ b/lightdm-gtk2-greeter/receipt Sat Oct 21 16:36:07 2017 +0200 5.3 @@ -13,7 +13,7 @@ 5.4 5.5 DEPENDS="gtk+ lightdm" 5.6 BUILD_DEPENDS="gobject-introspection-dev gtk+-dev lightdm-dev libxklavier-dev \ 5.7 -wget" 5.8 +wget intltool" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules()
6.1 --- a/lightdm-gtk3-greeter/receipt Sat Oct 21 15:15:14 2017 +0200 6.2 +++ b/lightdm-gtk3-greeter/receipt Sat Oct 21 16:36:07 2017 +0200 6.3 @@ -13,7 +13,7 @@ 6.4 6.5 DEPENDS="gtk+3 lightdm" 6.6 BUILD_DEPENDS="gobject-introspection-dev gtk+3-dev lightdm-dev libxklavier-dev \ 6.7 -wget" 6.8 +wget intltool" 6.9 6.10 # Rules to configure and make the package. 6.11 compile_rules()
7.1 --- a/notecase/receipt Sat Oct 21 15:15:14 2017 +0200 7.2 +++ b/notecase/receipt Sat Oct 21 16:36:07 2017 +0200 7.3 @@ -13,7 +13,7 @@ 7.4 7.5 DEPENDS="gnome-vfs gtksourceview" 7.6 BUILD_DEPENDS="gtk+-dev pixman-dev gtksourceview-dev gnome-vfs-dev GConf-dev \ 7.7 -pkg-config" 7.8 +pkg-config gettext-tools" 7.9 7.10 # Rules to configure and make the package. 7.11 compile_rules()
8.1 --- a/orage/receipt Sat Oct 21 15:15:14 2017 +0200 8.2 +++ b/orage/receipt Sat Oct 21 16:36:07 2017 +0200 8.3 @@ -14,12 +14,11 @@ 8.4 DEPENDS="libxfcegui4 libnotify dbus atk glib pango cairo libnotify \ 8.5 xfce4-panel popt" 8.6 BUILD_DEPENDS="libxfcegui4-dev xfce4-panel-dev libnotify-dev dbus-dev \ 8.7 -intltool popt-dev gtk+-dev" 8.8 +intltool popt-dev gtk+-dev dbus-glib-dev" 8.9 8.10 # Rules to configure and make the package. 8.11 compile_rules() 8.12 { 8.13 - cd $src 8.14 ./configure \ 8.15 --prefix=/usr \ 8.16 --enable-dbus \ 8.17 @@ -42,4 +41,3 @@ 8.18 cp -a $install/usr/share/dbus-1 $fs/usr/share 8.19 cp -a $install/usr/share/icons $fs/usr/share 8.20 } 8.21 -
9.1 --- a/puzzles/receipt Sat Oct 21 15:15:14 2017 +0200 9.2 +++ b/puzzles/receipt Sat Oct 21 16:36:07 2017 +0200 9.3 @@ -19,6 +19,7 @@ 9.4 cd $src 9.5 touch version2.def 9.6 sed -i 's/-pedantic//' Makefile mkfiles.pl 9.7 + sed -i 's/sizeof(lld)/sizeof(*lld)/' lightup.c 9.8 mkdir -p $DESTDIR/usr/local/games 2> /dev/null 9.9 make && 9.10 make DESTDIR=$DESTDIR install
10.1 --- a/python-pyexiv2/receipt Sat Oct 21 15:15:14 2017 +0200 10.2 +++ b/python-pyexiv2/receipt Sat Oct 21 16:36:07 2017 +0200 10.3 @@ -12,12 +12,11 @@ 10.4 WGET_URL="https://launchpad.net/$SOURCE/${VERSION%?}x/$VERSION/+download/$TARBALL" 10.5 10.6 DEPENDS="python exiv2 libboost-python" 10.7 -BUILD_DEPENDS="python wget scons exiv2-dev libboost-dev libboost-python" 10.8 +BUILD_DEPENDS="python-dev wget scons exiv2-dev libboost-dev libboost-python" 10.9 10.10 # Rules to configure and make the package. 10.11 compile_rules() 10.12 { 10.13 - cd $src 10.14 scons PREFIX=/usr 10.15 scons -k DESTDIR=$DESTDIR install 10.16 }
11.1 --- a/qlipper/receipt Sat Oct 21 15:15:14 2017 +0200 11.2 +++ b/qlipper/receipt Sat Oct 21 16:36:07 2017 +0200 11.3 @@ -11,7 +11,7 @@ 11.4 WGET_URL="$WEB_SITE/files/$TARBALL" 11.5 11.6 DEPENDS="libQtGui libQtDBus libQtNetwork" 11.7 -BUILD_DEPENDS="Qt4-dev cmake qmake" 11.8 +BUILD_DEPENDS="Qt4-dev cmake qmake xorg-libX11-dev" 11.9 11.10 # Rules to configure and make the package. 11.11 compile_rules()
12.1 --- a/qtpanel/receipt Sat Oct 21 15:15:14 2017 +0200 12.2 +++ b/qtpanel/receipt Sat Oct 21 16:36:07 2017 +0200 12.3 @@ -11,7 +11,7 @@ 12.4 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 12.5 12.6 DEPENDS="libQtGui xorg-libXdamage xorg-libXcomposite" 12.7 -BUILD_DEPENDS="wget cacerts Qt4-dev qmake cmake" 12.8 +BUILD_DEPENDS="wget cacerts Qt4-dev qmake cmake xorg-libX11-dev" 12.9 12.10 # Rules to configure and make the package. 12.11 compile_rules()
13.1 --- a/rawstudio/receipt Sat Oct 21 15:15:14 2017 +0200 13.2 +++ b/rawstudio/receipt Sat Oct 21 16:36:07 2017 +0200 13.3 @@ -16,7 +16,7 @@ 13.4 # Rules to configure and make the package. 13.5 compile_rules() 13.6 { 13.7 - cd $src 13.8 + export CXXFLAGS="-Wno-narrowing" 13.9 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" 13.10 export PKG_CONFIG_PATH="/usr/lib/pkgconfig" 13.11 patch -p1 -i $stuff/rawstudio-const.patch 13.12 @@ -38,4 +38,3 @@ 13.13 cp -a $install/usr/share/pixmaps $fs/usr/share 13.14 cp -a $install/usr/share/rawstudio $fs/usr/share 13.15 } 13.16 -
14.1 --- a/realvnc-viewer/receipt Sat Oct 21 15:15:14 2017 +0200 14.2 +++ b/realvnc-viewer/receipt Sat Oct 21 16:36:07 2017 +0200 14.3 @@ -26,6 +26,7 @@ 14.4 grep -q stdlib $i || sed -i '1i#include <stdlib.h>' $i 14.5 done 14.6 cd unix 14.7 + export CXXFLAGS="-Wno-narrowing" 14.8 ./configure --prefix=/usr $CONFIGURE_ARGS 14.9 make 14.10 }