From 0e83c37b2b88c55211a31dcc1becd7dedcf4f4d2 Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Thu, 5 Apr 2012 15:59:15 +0200 Subject: [PATCH] telepathy-salut: update to 0.8.0. --- srcpkgs/telepathy-salut/telepathy-salut.rshlibs | 1 + srcpkgs/telepathy-salut/template | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/srcpkgs/telepathy-salut/telepathy-salut.rshlibs b/srcpkgs/telepathy-salut/telepathy-salut.rshlibs index a09aaa03f4..68247971ed 100644 --- a/srcpkgs/telepathy-salut/telepathy-salut.rshlibs +++ b/srcpkgs/telepathy-salut/telepathy-salut.rshlibs @@ -16,3 +16,4 @@ libgthread-2.0.so.0 libglib-2.0.so.0 libtelepathy-glib.so.0 libc.so.6 +librt.so.1 diff --git a/srcpkgs/telepathy-salut/template b/srcpkgs/telepathy-salut/template index ec706faf73..c0c0f56362 100644 --- a/srcpkgs/telepathy-salut/template +++ b/srcpkgs/telepathy-salut/template @@ -1,15 +1,15 @@ # Template file for 'telepathy-salut' pkgname=telepathy-salut -version=0.6.0 +version=0.8.0 distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" build_style=gnu-configure -configure_args="--disable-tests --disable-debug --disable-plugins --with-tls=openssl" -revision=1 +configure_args="--disable-tests --disable-debug --disable-plugins --with-tls=openssl +--disable-avahi-tests --disable-static" short_desc="A link-local XMPP connection manager for Telepathy" maintainer="Juan RP <xtraeme@gmail.com>" homepage="http://telepathy.freedesktop.org" license="LGPL-2.1" -checksum=423693c791628f2f6e79d421d97abd49533e35e181cbfb0939dc067625a45e7b +checksum=f504faf472e81c17c2707696124d4219fe869c83d7cdbbe53a035eb724bfb5ce long_desc=" Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts @@ -24,3 +24,5 @@ Add_dependency build avahi-glib-libs-devel Add_dependency build libsoup-devel Add_dependency build telepathy-glib-devel Add_dependency build openssl-devel +Add_dependency build libuuid-devel +Add_dependency build sqlite-devel