telepathy-salut: update to 0.8.0.
This commit is contained in:
parent
b847e55f3f
commit
0e83c37b2b
2 changed files with 7 additions and 4 deletions
srcpkgs/telepathy-salut
|
@ -16,3 +16,4 @@ libgthread-2.0.so.0
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libtelepathy-glib.so.0
|
libtelepathy-glib.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
librt.so.1
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'telepathy-salut'
|
# Template file for 'telepathy-salut'
|
||||||
pkgname=telepathy-salut
|
pkgname=telepathy-salut
|
||||||
version=0.6.0
|
version=0.8.0
|
||||||
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-tests --disable-debug --disable-plugins --with-tls=openssl"
|
configure_args="--disable-tests --disable-debug --disable-plugins --with-tls=openssl
|
||||||
revision=1
|
--disable-avahi-tests --disable-static"
|
||||||
short_desc="A link-local XMPP connection manager for Telepathy"
|
short_desc="A link-local XMPP connection manager for Telepathy"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://telepathy.freedesktop.org"
|
homepage="http://telepathy.freedesktop.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=423693c791628f2f6e79d421d97abd49533e35e181cbfb0939dc067625a45e7b
|
checksum=f504faf472e81c17c2707696124d4219fe869c83d7cdbbe53a035eb724bfb5ce
|
||||||
long_desc="
|
long_desc="
|
||||||
Telepathy is a D-Bus framework for unifying real time communication,
|
Telepathy is a D-Bus framework for unifying real time communication,
|
||||||
including instant messaging, voice calls and video calls. It abstracts
|
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 libsoup-devel
|
||||||
Add_dependency build telepathy-glib-devel
|
Add_dependency build telepathy-glib-devel
|
||||||
Add_dependency build openssl-devel
|
Add_dependency build openssl-devel
|
||||||
|
Add_dependency build libuuid-devel
|
||||||
|
Add_dependency build sqlite-devel
|
||||||
|
|
Loading…
Reference in a new issue