wok-6.x diff libunique/receipt @ rev 20170
Add linux-debug (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 16 13:05:30 2018 +0100 (2018-01-16) |
parents | 6f0f8b6fe487 |
children | eeba7ab1dffe |
line diff
1.1 --- a/libunique/receipt Sun Apr 06 18:57:04 2014 +0000 1.2 +++ b/libunique/receipt Tue Jan 16 13:05:30 2018 +0100 1.3 @@ -9,21 +9,23 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://live.gnome.org/LibUnique" 1.6 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.7 -#HOST_ARCH="i486 arm" 1.8 +HOST_ARCH="i486 arm" 1.9 1.10 -DEPENDS="cairo gtk+ dbus dbus-glib" 1.11 -BUILD_DEPENDS="cairo-dev gtk+-dev glib-dev dbus-dev dbus-glib-dev expat-dev" 1.12 +DEPENDS="cairo gtk+" 1.13 +BUILD_DEPENDS="cairo-dev gtk+-dev glib-dev expat-dev" 1.14 1.15 case "$ARCH" in 1.16 - i?86) BUILD_DEPENDS="$BUILD_DEPENDS gobject-introspection-dev perl" 1.17 + i?86) 1.18 + BUILD_DEPENDS="$BUILD_DEPENDS gobject-introspection-dev perl" 1.19 export CFLAGS="$CFLAGS -Wno-error=unused-but-set-variable" 1.20 esac 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - patch -Np1 -i $stuff/remove_G_CONST_RETURN.patch 1.26 + patch -Np1 -i $stuff/remove_G_CONST_RETURN.patch || return 1 1.27 ./configure \ 1.28 + --disable-dbus \ 1.29 $CONFIGURE_ARGS && 1.30 make && make install 1.31 } 1.32 @@ -33,6 +35,5 @@ 1.33 { 1.34 mkdir -p $fs/usr/lib 1.35 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.36 - cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 1.37 } 1.38