Date: Saturday, March 13, 2010 @ 17:41:20 Author: ibiru Revision: 72300
upgpkg: gajim 0.13.3-2 added notification-daemon to optdepends FS#18664 Modified: gajim/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-13 22:24:49 UTC (rev 72299) +++ PKGBUILD 2010-03-13 22:41:20 UTC (rev 72300) @@ -1,18 +1,18 @@ # $Id$ -# Maintainer: Ionut Biru <[email protected]> +# Maintainer: Ionut Biru <[email protected]> # Contributor: Douglas Soares de Andrade <douglasarchlinux.org> # Contributor: Nikos Kouremenos <[email protected]> pkgname=gajim pkgver=0.13.3 -pkgrel=1 +pkgrel=2 pkgdesc="Jabber client written in PyGTK" arch=(i686 x86_64) url="http://www.gajim.org/" license=('GPL3') depends=('gtkspell' 'sqlite3' 'dnsutils' 'pygtk' 'libxss' 'python>=2.6') makedepends=('gettext' 'intltool' 'dbus') -optdepends=('dbus-python' 'pyopenssl') +optdepends=('dbus-python' 'pyopenssl' 'notification-daemon: for desktop notification') options=(!libtool) source=(http://www.gajim.org/downloads/0.13/gajim-${pkgver}.tar.gz) md5sums=('9ef18ecbaf5118c382e5f5eeb72531c3')
