wok rev 13761

xfce4-taskmanager: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 03 11:18:18 2013 +0100 (2013-01-03)
parents 02631cdd0090
children 57d4b7f3f25a
files xfce4-taskmanager/receipt
line diff
     1.1 --- a/xfce4-taskmanager/receipt	Thu Jan 03 11:12:56 2013 +0100
     1.2 +++ b/xfce4-taskmanager/receipt	Thu Jan 03 11:18:18 2013 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Simple taskmanager for Xfce."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libxfce4util libxfcegui4 startup-notification"
     1.8 -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev intltool"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"
    1.11  WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.12  
    1.13 +DEPENDS="libxfce4util libxfcegui4 startup-notification"
    1.14 +BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev \
    1.15 +intltool gtk+-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -23,6 +25,6 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 +	cp -a $install/usr/bin $fs/usr
    1.26  }
    1.27