26 lines
1.1 KiB
Text
26 lines
1.1 KiB
Text
# Template file for 'folks'
|
|
pkgname=folks
|
|
version=0.6.9
|
|
homepage="http://telepathy.freedesktop.org/wiki/Folks"
|
|
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-vala --enable-tracker-backend"
|
|
makedepends="pkg-config intltool which gobject-introspection vala-devel dbus-glib-devel telepathy-glib-devel libgee-devel>=0.6.2.1_1 libsocialweb-devel evolution-data-server-devel tracker-devel"
|
|
revision=1
|
|
short_desc="GObject Library to aggregate people into metacontacts"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
checksum=cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
|
pre_configure() {
|
|
sed -i "s|\(TRACKER_SPARQL_MAJOR=\)0.12|\10.14|" configure
|
|
}
|