telepathy-glib: update to 0.15.5.
This commit is contained in:
parent
070b6f71d4
commit
cf5e251b92
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=0.13.15"
|
abi_depends=">=0.15.5"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -16,5 +16,4 @@ do_install()
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove usr/share/gir-1.0 usr/share
|
vmove usr/share/gir-1.0 usr/share
|
||||||
vmove usr/share/gtk-doc usr/share
|
vmove usr/share/gtk-doc usr/share
|
||||||
vmove usr/share/vala usr/share
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'telepathy-glib'
|
# Template file for 'telepathy-glib'
|
||||||
pkgname=telepathy-glib
|
pkgname=telepathy-glib
|
||||||
version=0.14.8
|
version=0.15.5
|
||||||
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
homepage="http://telepathy.freedesktop.org"
|
||||||
|
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-vala-bindings"
|
configure_args="--enable-vala-bindings"
|
||||||
short_desc="Library for GLib-based Telepathy components"
|
short_desc="Library for GLib-based Telepathy components"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=725e292d8fa72ed46d6e20a88f0c8c718b554e0ea5f5a8764defabc6cf39923d
|
license="LGPL-2.1"
|
||||||
|
checksum=eac004e0423c632ca35fb56e59e4990fea6a2b2107c9258e51ee215c49e46a66
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue