From 2f35572bc31311192f00e49ac00e13cc2818f7b4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 28 Sep 2013 20:19:59 +0200 Subject: [PATCH] telepathy-salut: update to 0.8.1. --- srcpkgs/telepathy-salut/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/telepathy-salut/template b/srcpkgs/telepathy-salut/template index 6b92e0b38b6..0ba3b77c972 100644 --- a/srcpkgs/telepathy-salut/template +++ b/srcpkgs/telepathy-salut/template @@ -1,19 +1,19 @@ # Template file for 'telepathy-salut' pkgname=telepathy-salut -version=0.8.0 +version=0.8.1 revision=1 build_style=gnu-configure -configure_args="--disable-tests --disable-debug --disable-plugins --with-tls=openssl +configure_args="--disable-tests --disable-plugins --with-tls=openssl --disable-avahi-tests --disable-static" hostmakedepends="pkg-config xmldiff" -makedepends="avahi-glib-libs-devel libsoup-devel telepathy-glib-devel +makedepends="glib-devel avahi-glib-libs-devel libsoup-devel telepathy-glib-devel openssl-devel libuuid-devel sqlite-devel" short_desc="A link-local XMPP connection manager for Telepathy" maintainer="Juan RP " homepage="http://telepathy.freedesktop.org" license="LGPL-2.1" distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" -checksum=f504faf472e81c17c2707696124d4219fe869c83d7cdbbe53a035eb724bfb5ce +checksum=70b9108ac8b511b7688e1b580de4ddb8981603c3cbde01f287ef8f9cb708618e long_desc=" Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts @@ -23,6 +23,6 @@ long_desc=" telepathy-salut_package() { depends="avahi" pkg_install() { - vmove usr + vmove all } }