telepathy-gabble: update to 0.17.5.

This commit is contained in:
Juan RP 2013-08-01 07:17:09 +02:00
parent 53179ff5e8
commit 72068cd88b

View file

@ -1,11 +1,12 @@
# Template file for 'telepathy-gabble'
pkgname=telepathy-gabble
version=0.16.2
revision=2
version=0.17.5
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"
makedepends="python pkg-config libxslt dbus-glib-devel libxml2-devel
hostmakedepends="python pkg-config libxslt"
makedepends="dbus-glib-devel libxml2-devel
sqlite-devel gnutls-devel>=3.1.5 telepathy-glib-devel libsoup-devel
libnice-devel ca-certificates"
short_desc="A Jabber/XMPP connection manager for Telepathy"
@ -13,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://telepathy.freedesktop.org"
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
checksum=a488113c23035bba33e9c6a7fa23f7a7af20cfa3b0395c59a1713a62617d62ff
checksum=df9e2d10d193f3b3c8daef62beb06c31e5bbf6d18b305a12ed292166979aea4e
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 +24,6 @@ long_desc="
telepathy-gabble_package() {
depends="ca-certificates"
pkg_install() {
vmove usr
vmove all
}
}