void-packages/srcpkgs/folks/template

37 lines
1.3 KiB
Plaintext
Raw Normal View History

# Template file for 'folks'
pkgname=folks
2011-12-16 08:00:53 +01:00
version=0.6.6
2012-03-08 19:23:28 +01:00
revision=1
homepage="http://telepathy.freedesktop.org/wiki/Folks"
2011-09-29 12:09:56 +02:00
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--enable-vala --enable-tracker-backend"
short_desc="GObject Library to aggregate people into metacontacts"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
2011-12-16 08:00:53 +01:00
checksum=3dd6a2983969a6369c6b0e25f28ec92415b5570dd6c89b25385807ecc4aeb0a8
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"
Add_dependency build pkg-config
Add_dependency build intltool
2012-03-08 19:23:28 +01:00
Add_dependency build which
Add_dependency build gobject-introspection
Add_dependency build vala-devel
Add_dependency build dbus-glib-devel
Add_dependency build telepathy-glib-devel
2011-09-29 12:09:56 +02:00
Add_dependency build libgee-devel ">=0.6.2.1_1" # introspection fix
Add_dependency build libsocialweb-devel
Add_dependency build evolution-data-server-devel
Add_dependency build tracker-devel
2012-03-08 19:23:28 +01:00
pre_configure() {
sed -i "s|\(TRACKER_SPARQL_MAJOR=\)0.12|\10.14|" configure
}