# HG changeset patch # User Eric Joseph-Alexandre # Date 1262422902 -3600 # Node ID 81c238423eb1602f2e98319bc0a8b91e92ef2f25 # Parent afd8bad19793f6e7449fb297c476c55200dcf488 Up: gajim (0.13.1) + remove patch diff -r afd8bad19793 -r 81c238423eb1 gajim/receipt --- a/gajim/receipt Sat Jan 02 10:01:16 2010 +0100 +++ b/gajim/receipt Sat Jan 02 10:01:42 2010 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gajim" -VERSION="0.12.5" +VERSION="0.13.1" CATEGORY="network" SHORT_DESC="Gtk Jabber client." MAINTAINER="rocky@slitaz.org" @@ -9,20 +9,12 @@ 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" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gajim.org/" -WGET_URL="http://www.gajim.org/downloads/$TARBALL" +WGET_URL="http://www.gajim.org/downloads/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - while read file; do - [ -f done.$file ] && continue - echo "Apply $file..." - patch -p1 < ../stuff/$file || return 1 - touch done.$file - done <