wok diff libgnomeui/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents 73641efed1cc
children 6e8b1bcb30e2
line diff
     1.1 --- a/libgnomeui/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/libgnomeui/receipt	Sat Aug 03 17:37:48 2013 +0300
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="This is the gui parts of what was previously gnome-libs"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 +WEB_SITE="http://www.gnome.org"
    1.10 +
    1.11  DEPENDS="libgnome libgnomecanvas libglade libbonoboui gnome-keyring"
    1.12  BUILD_DEPENDS="libgnome-dev libgnomecanvas-dev gnome-keyring \
    1.13  libgnome-keyring-dev libbonoboui-dev util-linux-uuid-dev libgcrypt-dev \
    1.14  dbus-glib-dev esound-dev audiofile-dev libglade-dev intltool"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.gnome.org"
    1.17  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20 @@ -28,8 +30,8 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib $fs/usr/share
    1.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.25 -	cp -a $_pkg/usr/lib/libglade $fs/usr/lib
    1.26 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.27 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.28 +	cp -a $install/usr/lib/libglade $fs/usr/lib
    1.29 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.30  	find $fs/usr/lib -name *.*a -exec rm -f {} \;
    1.31  }