wok-undigest rev 273

libgnome: needs dbus-glib (mak it build so Daniele pkg will also cook)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 29 02:38:36 2011 +0200 (2011-05-29)
parents 8bf26e05117a
children 44035f09768d
files libgnome/receipt
line diff
     1.1 --- a/libgnome/receipt	Sun May 29 01:51:35 2011 +0200
     1.2 +++ b/libgnome/receipt	Sun May 29 02:38:36 2011 +0200
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="GNOME Library"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="libbonobo gnome-vfs esound audiofile GConf popt alsa-lib"
     1.8 -BUILD_DEPENDS="$DEPENDS libbonobo-dev gnome-vfs-dev esound-dev audiofile-dev \
     1.9 -GConf-dev popt-dev alsa-lib-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.gnome.org"
    1.12  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.13  
    1.14 +DEPENDS="libbonobo gnome-vfs esound audiofile GConf popt alsa-lib dbus-glib"
    1.15 +BUILD_DEPENDS="libbonobo-dev gnome-vfs-dev esound-dev audiofile-dev \
    1.16 +GConf-dev popt-dev alsa-lib-dev dbus-glib-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -40,8 +41,5 @@
    1.22  		
    1.23  	# Clean unwated files
    1.24  	cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \;
    1.25 -	
    1.26 -	# Stripping all
    1.27 -	find . -name "*.so" -exec strip -s {} \;
    1.28  }
    1.29