25 lines
1.1 KiB
Text
25 lines
1.1 KiB
Text
# Template file for 'folks'
|
|
pkgname=folks
|
|
version=0.8.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
subpackages="$pkgname-devel"
|
|
configure_args="--enable-vala --enable-tracker-backend"
|
|
depends="zeitgeist"
|
|
makedepends="pkg-config intltool which gobject-introspection vala-devel
|
|
dbus-glib-devel telepathy-glib-devel>=0.19.9 libgee-devel>=0.6.2.1_1
|
|
libsocialweb-devel evolution-data-server-devel>=3.6.0 tracker-devel
|
|
libzeitgeist-devel"
|
|
short_desc="GObject Library to aggregate people into metacontacts"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://telepathy.freedesktop.org/wiki/Folks"
|
|
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.xz"
|
|
checksum=8c56c7594dd502ef5877e93181136e41f4ea03de4971372a7a04e7f1492eed9d
|
|
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."
|
|
|