telepathy-idle: update to 0.1.17.

This commit is contained in:
Juan RP 2013-09-26 17:24:09 +02:00
parent 5b626a12d7
commit 023a8b6f45
1 changed files with 6 additions and 5 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'telepathy-idle'
pkgname=telepathy-idle
version=0.1.13
version=0.1.17
revision=1
build_style=gnu-configure
makedepends="pkg-config python libxslt openssl-devel dbus-glib-devel
telepathy-glib-devel"
hostmakedepends="pkg-config python libxslt"
makedepends="openssl-devel dbus-glib-devel telepathy-glib-devel>=0.21"
short_desc="An IRC connection manager for Telepathy"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://telepathy.freedesktop.org"
distfiles="${homepage}/releases/$pkgname/$pkgname-$version.tar.gz"
checksum=511ddac8099f59623d12a3e243afe435fbcb686665f00a5a4f370fc99be0e640
checksum=e11e0d9fc6f29182c76d0c910760a1e1e24cd20a8c3ef652aca4dd2391006c73
long_desc="
Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
@ -18,7 +18,8 @@ long_desc="
applications."
telepathy-idle_package() {
depends="telepathy-glib>=0.21"
pkg_install() {
vmove usr
vmove all
}
}