wok diff mousepad/receipt @ rev 9539

Add setuptools to python-webob build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Apr 08 13:48:25 2011 +0000 (2011-04-08)
parents faf21c50d61f
children 56a6eb54a87c
line diff
     1.1 --- a/mousepad/receipt	Mon Mar 16 22:22:42 2009 +0000
     1.2 +++ b/mousepad/receipt	Fri Apr 08 13:48:25 2011 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mousepad"
     1.7 -VERSION="0.2.14"
     1.8 +VERSION="0.2.16"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce Text Editor"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="libxfcegui4 libxfce4util startup-notification xorg-libXdamage"
    1.13 -BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev"
    1.14 +BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev intltool"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.xfce.org/"
    1.17 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL"
    1.18 +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()