void-packages/srcpkgs/folks/template

26 lines
1.1 KiB
Text
Raw Normal View History

# Template file for 'folks'
pkgname=folks
2013-03-28 14:53:05 +00:00
version=0.9.1
revision=2
build_style=gnu-configure
2012-09-26 02:13:37 +00:00
subpackages="$pkgname-devel"
configure_args="--enable-vala --enable-tracker-backend"
2012-09-26 02:13:37 +00:00
depends="zeitgeist"
2013-03-28 14:53:05 +00:00
hostmakedepends="pkg-config intltool which gobject-introspection"
makedepends="dbus-glib-devel telepathy-glib-devel>=0.19.9 libgee08-devel>=0.10
libsocialweb-devel evolution-data-server-devel>=3.8.0 tracker-devel>=0.16
libzeitgeist-devel"
short_desc="GObject Library to aggregate people into metacontacts"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
2012-09-26 02:13:37 +00:00
homepage="http://telepathy.freedesktop.org/wiki/Folks"
2013-03-28 14:53:05 +00:00
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
checksum=102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a
long_desc="
libfolks is a library that aggregates people from multiple sources (eg,
Telepathy connection managers and eventually evolution data server, Facebook,
etc.) to create metacontacts. It's written in Vala (in part to evaluate Vala).
The initial goal is for GObject/C support, though the Vala bindings should
basically automatic."