From 5b626a12d738908217664d6097b17a8925039a57 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 26 Sep 2013 17:22:56 +0200 Subject: [PATCH] telepathy-gabble: update to 0.18.1. --- srcpkgs/telepathy-gabble/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/telepathy-gabble/template b/srcpkgs/telepathy-gabble/template index e505bea07b..d4be66afca 100644 --- a/srcpkgs/telepathy-gabble/template +++ b/srcpkgs/telepathy-gabble/template @@ -1,20 +1,20 @@ # Template file for 'telepathy-gabble' pkgname=telepathy-gabble -version=0.17.5 +version=0.18.1 revision=1 build_style=gnu-configure configure_args="--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt --enable-handle-leak-debug --disable-debug --disable-static" hostmakedepends="python pkg-config libxslt" makedepends="glib-devel dbus-glib-devel libxml2-devel - sqlite-devel gnutls-devel>=3.1.5 telepathy-glib-devel libsoup-devel + sqlite-devel gnutls-devel>=3.1.5 telepathy-glib-devel>=0.21 libsoup-devel libnice-devel ca-certificates" short_desc="A Jabber/XMPP connection manager for Telepathy" maintainer="Juan RP " license="LGPL-2.1" homepage="http://telepathy.freedesktop.org" distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz" -checksum=df9e2d10d193f3b3c8daef62beb06c31e5bbf6d18b305a12ed292166979aea4e +checksum=6bba4ed2700ac194c23f4591a3d5d3fb4473206d9d1b8ce2bd96008460f76900 long_desc=" Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts @@ -22,7 +22,7 @@ long_desc=" applications." telepathy-gabble_package() { - depends="ca-certificates" + depends="telepathy-glib>=0.21 ca-certificates" pkg_install() { vmove all }