wok diff libwnck/receipt @ rev 8114

Fix: lzma wrapper in xz package should now display usage correctly
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Jan 23 22:57:43 2011 +0100 (2011-01-23)
parents 5d23f675487c
children 91e33f964d22
line diff
     1.1 --- a/libwnck/receipt	Thu Nov 18 01:01:37 2010 +0000
     1.2 +++ b/libwnck/receipt	Sun Jan 23 22:57:43 2011 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  DEPENDS="expat gtk+ startup-notification xorg-libICE xorg-libSM xorg-libX11 \
     1.5  xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
     1.6  xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
     1.7 -BUILD_DEPENDS="perl-xml-parser gettext intltool xorg-dev gtk+-dev pkg-config"
     1.8 +BUILD_DEPENDS="perl-xml-parser gettext intltool xorg-dev gtk+-dev pkg-config gobject-introspection-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://ftp.acc.umu.se/pub/gnome/sources/libwnck/"
    1.11  WGET_URL="http://ftp.acc.umu.se/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.12 @@ -32,4 +32,5 @@
    1.13  	mkdir -p $fs/usr/lib
    1.14  	cp -a $_pkg/usr/bin $fs/usr
    1.15  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 +	cp -a $_pkg/usr/share/girepository-1.0 $fs/usr/share
    1.17  }