wok rev 4698

Up: gajim (0.13.1) + remove patch
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jan 02 10:01:42 2010 +0100 (2010-01-02)
parents afd8bad19793
children b4f95537c976
files gajim/receipt
line diff
     1.1 --- a/gajim/receipt	Sat Jan 02 10:01:16 2010 +0100
     1.2 +++ b/gajim/receipt	Sat Jan 02 10:01:42 2010 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gajim"
     1.7 -VERSION="0.12.5"
     1.8 +VERSION="0.13.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Gtk Jabber client."
    1.11  MAINTAINER="rocky@slitaz.org"
    1.12 @@ -9,20 +9,12 @@
    1.13  BUILD_DEPENDS="gettext gtkspell gtkspell-dev python-dev pygtk-dev pygobject-dev dbus-dev xorg-libXss xorg-libXss-dev xcb-util-dev enchant-dev xorg-scrnsaverproto xorg-xextproto gtk+-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.gajim.org/"
    1.16 -WGET_URL="http://www.gajim.org/downloads/$TARBALL"
    1.17 +WGET_URL="http://www.gajim.org/downloads/${VERSION%.*}/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22      cd $src
    1.23 -    while read file; do
    1.24 -        [ -f done.$file ] && continue
    1.25 -        echo "Apply $file..."
    1.26 -        patch -p1 < ../stuff/$file || return 1
    1.27 -        touch done.$file
    1.28 -    done <<EOT
    1.29 -host_srv.patch
    1.30 -EOT
    1.31      ./configure --prefix=/usr \
    1.32          --mandir=/usr/share/man \
    1.33          $CONFIGURE_ARGS &&