wok diff avant-window-navigator/receipt @ rev 15635

deadbeef, xpaint, virtualbox-ose: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 09 15:20:40 2013 +0000 (2013-12-09)
parents 4c6b6a900860
children 5d53e8ccbc8d
line diff
     1.1 --- a/avant-window-navigator/receipt	Mon Apr 30 09:38:21 2012 +0200
     1.2 +++ b/avant-window-navigator/receipt	Mon Dec 09 15:20:40 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Dock-like bar which sits at the bottom of the screen."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="https://launchpad.net/awn/"
    1.10  WGET_URL="http://launchpad.net/awn/0.4/$VERSION/+download/$TARBALL"
    1.11 @@ -37,11 +38,11 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib $fs/usr/share
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
    1.18 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.19 -	cp -a $_pkg/usr/share/icons/hicolor/32x32/apps \
    1.20 +	cp -a $install/usr/bin $fs/usr
    1.21 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.22 +	cp -a $install/usr/share/$PACKAGE $fs/usr/share
    1.23 +	cp -a $install/usr/share/applications $fs/usr/share
    1.24 +	cp -a $install/usr/share/icons/hicolor/32x32/apps \
    1.25  		$fs/usr/share/pixmaps
    1.26  	# Custom autostart script so we ensure xcompmgr is also started.
    1.27  	cat > $fs/usr/bin/awn-autostart << _EOT_