wok-stable diff gajim/receipt @ rev 5140
lxpanel: fix config file
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Mar 23 21:00:23 2010 +0100 (2010-03-23) |
parents | 6d7dbf11b4d1 |
children | 70c54b27468a |
line diff
1.1 --- a/gajim/receipt Mon Sep 28 16:08:21 2009 +0200 1.2 +++ b/gajim/receipt Tue Mar 23 21:00:23 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 &&