wok rev 9712

mousepad: fix missing build dep: startup-notification-dev
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 22:56:23 2011 +0200 (2011-05-08)
parents 380012ada188
children cefe5a63f9c0
files mousepad/receipt
line diff
     1.1 --- a/mousepad/receipt	Sun May 08 22:43:37 2011 +0200
     1.2 +++ b/mousepad/receipt	Sun May 08 22:56:23 2011 +0200
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xfce Text Editor"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libxfcegui4 libxfce4util startup-notification xorg-libXdamage"
     1.8 -BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev intltool"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.xfce.org/"
    1.11  WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.12  
    1.13 +DEPENDS="libxfcegui4 libxfce4util startup-notification xorg-libXdamage"
    1.14 +BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev intltool startup-notification-dev"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {