2011-03-03 13:23:02 +00:00
|
|
|
# Template file for 'folks'
|
|
|
|
pkgname=folks
|
2012-04-16 23:17:15 +00:00
|
|
|
version=0.6.9
|
2011-11-15 12:23:03 +00:00
|
|
|
homepage="http://telepathy.freedesktop.org/wiki/Folks"
|
2011-09-29 10:09:56 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-11-15 12:23:03 +00:00
|
|
|
configure_args="--enable-vala --enable-tracker-backend"
|
2012-05-23 16:26:56 +00:00
|
|
|
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"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2011-03-03 13:23:02 +00:00
|
|
|
short_desc="GObject Library to aggregate people into metacontacts"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-11-15 12:23:03 +00:00
|
|
|
license="LGPL-2.1"
|
2012-04-16 23:17:15 +00:00
|
|
|
checksum=cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540
|
2011-03-03 13:23:02 +00:00
|
|
|
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"
|
|
|
|
|
2012-03-08 18:23:28 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
sed -i "s|\(TRACKER_SPARQL_MAJOR=\)0.12|\10.14|" configure
|
|
|
|
}
|