mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
telepathy-salut: update to 0.8.1.
This commit is contained in:
parent
01239118a2
commit
2f35572bc3
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'telepathy-salut'
|
# Template file for 'telepathy-salut'
|
||||||
pkgname=telepathy-salut
|
pkgname=telepathy-salut
|
||||||
version=0.8.0
|
version=0.8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
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"
|
--disable-avahi-tests --disable-static"
|
||||||
hostmakedepends="pkg-config xmldiff"
|
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"
|
openssl-devel libuuid-devel sqlite-devel"
|
||||||
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"
|
||||||
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=f504faf472e81c17c2707696124d4219fe869c83d7cdbbe53a035eb724bfb5ce
|
checksum=70b9108ac8b511b7688e1b580de4ddb8981603c3cbde01f287ef8f9cb708618e
|
||||||
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
|
||||||
|
@ -23,6 +23,6 @@ long_desc="
|
||||||
telepathy-salut_package() {
|
telepathy-salut_package() {
|
||||||
depends="avahi"
|
depends="avahi"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue