wok-next diff libgnome/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 342b30daff76
children a3c581bf52b8
line diff
     1.1 --- a/libgnome/receipt	Fri Jun 01 00:47:43 2018 +0300
     1.2 +++ b/libgnome/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -1,23 +1,22 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libgnome"
     1.7 -VERSION="2.30.0"
     1.8 +VERSION="2.32.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="GNOME Library"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://www.gnome.org"
    1.14 +WEB_SITE="http://www.gnome.org/"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  
    1.19 -BUILD_DEPENDS="libbonobo-dev gnome-vfs-dev esound-dev audiofile-dev \
    1.20 -GConf-dev popt-dev alsa-lib-dev dbus-glib-dev intltool libffi libxml2-dev \
    1.21 -gnutls-dev libgcrypt-dev"
    1.22 +BUILD_DEPENDS="automake libtool gettext GConf-dev intltool gnome-vfs-dev \
    1.23 +libbonobo-dev libcanberra-dev popt-dev libgcrypt-dev"
    1.24  SPLIT="libgnome-dev"
    1.25  
    1.26  compile_rules() {
    1.27 -	sed -i 's/-DG_DISABLE_DEPRECATED//' libgnome/Makefile*
    1.28 +	autoreconf -fi
    1.29  
    1.30  	./configure \
    1.31  		--sysconfdir=/etc/gnome \
    1.32 @@ -36,13 +35,12 @@
    1.33  	case $PACKAGE in
    1.34  		libgnome)
    1.35  			copy @std
    1.36 -			DEPENDS="GConf audiofile esound glib gnome-vfs libbonobo orbit2 \
    1.37 -			popt"
    1.38 +			DEPENDS="GConf glib gnome-vfs libbonobo libcanberra orbit2 popt"
    1.39  			;;
    1.40  		*-dev)
    1.41  			copy @dev
    1.42 -			DEPENDS="libgnome GConf-dev esound-dev glib-dev gnome-vfs-dev \
    1.43 -			libbonobo-dev orbit2-dev popt-dev"
    1.44 +			DEPENDS="libgnome GConf-dev glib-dev gnome-vfs-dev libbonobo-dev \
    1.45 +			libcanberra-dev orbit2-dev popt-dev"
    1.46  			;;
    1.47  	esac
    1.48  }