# HG changeset patch # User Liu Peng # Date 1246024159 0 # Node ID 9107c12aad0ae7fb9d7716f23f5ee2bb49b8be98 # Parent 43c66f7adf361c787b6993dd8749eff8961b3f1a emesene: update DEPENDS, remove host.patch(not needed). gajim: update DEPENDS diff -r 43c66f7adf36 -r 9107c12aad0a emesene/receipt --- a/emesene/receipt Fri Jun 26 06:50:57 2009 +0000 +++ b/emesene/receipt Fri Jun 26 13:49:19 2009 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Instant messaging client for Windows Live Messenger (tm) network." MAINTAINER="rocky@slitaz.org" -DEPENDS="python pygtk pycairo pysqlite" +DEPENDS="python pygtk pycairo python-pysqlite" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.emesene.org" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 43c66f7adf36 -r 9107c12aad0a gajim/receipt --- a/gajim/receipt Fri Jun 26 06:50:57 2009 +0000 +++ b/gajim/receipt Fri Jun 26 13:49:19 2009 +0000 @@ -5,8 +5,8 @@ CATEGORY="network" SHORT_DESC="Gtk Jabber client." MAINTAINER="rocky@slitaz.org" -DEPENDS="gtkspell python dbus-python pygtk pygobject pyopenssl pysqlite xorg-libXss bindutils" -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" +DEPENDS="gtkspell python dbus-python pygtk pygobject pyopenssl python-pysqlite xorg-libXss bind-client" +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" @@ -15,14 +15,6 @@ 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 <