telepathy-glib: update to 0.21.2.
This commit is contained in:
parent
f3e18892bf
commit
9ca331d430
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'telepathy-glib'
|
# Template file for 'telepathy-glib'
|
||||||
pkgname=telepathy-glib
|
pkgname=telepathy-glib
|
||||||
version=0.20.4
|
version=0.21.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-vala-bindings --disable-static"
|
configure_args="--enable-vala-bindings --disable-static"
|
||||||
makedepends="pkg-config intltool vala-devel libxslt gobject-introspection
|
hostmakedepends="pkg-config intltool libxslt gobject-introspection"
|
||||||
dbus-glib-devel"
|
makedepends="dbus-glib-devel vala-devel"
|
||||||
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>"
|
||||||
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=c9a307c85d412c58bc68265c4c4128a8e3ffb283bc784143f1f086faaafcb16c
|
checksum=288f4ea477a2d7c2b5397f068534332900f2eb5c88a4c61978e725e5bb7e20fa
|
||||||
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
|
||||||
|
@ -33,6 +33,6 @@ telepathy-glib-devel_package() {
|
||||||
|
|
||||||
telepathy-glib_package() {
|
telepathy-glib_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue