diff --git a/srcpkgs/telepathy-glib/template b/srcpkgs/telepathy-glib/template index 929ff37168..06e2ad1c15 100644 --- a/srcpkgs/telepathy-glib/template +++ b/srcpkgs/telepathy-glib/template @@ -1,17 +1,17 @@ # Template file for 'telepathy-glib' pkgname=telepathy-glib -version=0.20.4 +version=0.21.2 revision=1 build_style=gnu-configure configure_args="--enable-vala-bindings --disable-static" -makedepends="pkg-config intltool vala-devel libxslt gobject-introspection - dbus-glib-devel" +hostmakedepends="pkg-config intltool libxslt gobject-introspection" +makedepends="dbus-glib-devel vala-devel" short_desc="Library for GLib-based Telepathy components" maintainer="Juan RP " license="LGPL-2.1" homepage="http://telepathy.freedesktop.org" distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz" -checksum=c9a307c85d412c58bc68265c4c4128a8e3ffb283bc784143f1f086faaafcb16c +checksum=288f4ea477a2d7c2b5397f068534332900f2eb5c88a4c61978e725e5bb7e20fa long_desc=" Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts @@ -33,6 +33,6 @@ telepathy-glib-devel_package() { telepathy-glib_package() { pkg_install() { - vmove usr + vmove all } }