mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
telepathy-gabble: update to 0.17.5.
This commit is contained in:
parent
53179ff5e8
commit
72068cd88b
1 changed files with 6 additions and 5 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'telepathy-gabble'
|
# Template file for 'telepathy-gabble'
|
||||||
pkgname=telepathy-gabble
|
pkgname=telepathy-gabble
|
||||||
version=0.16.2
|
version=0.17.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
|
configure_args="--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
|
||||||
--enable-handle-leak-debug --disable-debug --disable-static"
|
--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
|
sqlite-devel gnutls-devel>=3.1.5 telepathy-glib-devel libsoup-devel
|
||||||
libnice-devel ca-certificates"
|
libnice-devel ca-certificates"
|
||||||
short_desc="A Jabber/XMPP connection manager for Telepathy"
|
short_desc="A Jabber/XMPP connection manager for Telepathy"
|
||||||
|
@ -13,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://telepathy.freedesktop.org"
|
homepage="http://telepathy.freedesktop.org"
|
||||||
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=a488113c23035bba33e9c6a7fa23f7a7af20cfa3b0395c59a1713a62617d62ff
|
checksum=df9e2d10d193f3b3c8daef62beb06c31e5bbf6d18b305a12ed292166979aea4e
|
||||||
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 +24,6 @@ long_desc="
|
||||||
telepathy-gabble_package() {
|
telepathy-gabble_package() {
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue