wok-next rev 19932

xfce4-session: update bdeps, wbar2: add CXXFLAGS, libsmpeg: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 11:37:03 2017 +0200 (2017-10-15)
parents c733dc0b3f6c
children 365129cc4156
files libsmpeg/receipt wbar2/receipt xfce4-session/receipt
line diff
     1.1 --- a/libsmpeg/receipt	Sun Oct 15 05:11:40 2017 +0300
     1.2 +++ b/libsmpeg/receipt	Sun Oct 15 11:37:03 2017 +0200
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	sed -i 's/ 0-1/(unsigned int)&/g' audio/hufftable.cpp
     1.9  	chmod +x install-sh
    1.10  	./autogen.sh
    1.11  	./configure --prefix=/usr --disable-gtk-player $CONFIGURE_ARGS &&
     2.1 --- a/wbar2/receipt	Sun Oct 15 05:11:40 2017 +0300
     2.2 +++ b/wbar2/receipt	Sun Oct 15 11:37:03 2017 +0200
     2.3 @@ -26,7 +26,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	./configure \
     2.8 +	./configure CXXFLAGS="-Wno-error=literal-suffix" \
     2.9  		--exec-prefix=/usr \
    2.10  		--sysconfdir=/etc \
    2.11  		$CONFIGURE_ARGS &&
     3.1 --- a/xfce4-session/receipt	Sun Oct 15 05:11:40 2017 +0300
     3.2 +++ b/xfce4-session/receipt	Sun Oct 15 11:37:03 2017 +0200
     3.3 @@ -13,12 +13,12 @@
     3.4  
     3.5  DEPENDS="libxfce4util libxfce4ui libwnck2 dbus-glib libglade xorg-iceauth"
     3.6  BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev xfconf-dev libglade-dev dbus-dev  \
     3.7 -dbus-glib-dev xorg-iceauth libwnck2-dev pkg-config intltool util-linux-uuid-dev"
     3.8 +dbus-glib-dev xorg-iceauth libwnck2-dev pkg-config intltool util-linux-uuid-dev \
     3.9 +xorg-libSM-dev"
    3.10  
    3.11  # Rules to configure and make the package.
    3.12  compile_rules()
    3.13  {
    3.14 -	cd $src
    3.15  	./configure --prefix=/usr \
    3.16  		--sysconfdir=/etc \
    3.17  		--enable-panel-plugin \