2011-03-03 13:23:02 +00:00
|
|
|
# Template file for 'folks'
|
|
|
|
pkgname=folks
|
2013-09-26 20:29:00 +00:00
|
|
|
version=0.9.5
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-09-26 20:29:00 +00:00
|
|
|
configure_args="--disable-static --disable-fatal-warnings --enable-eds-backend
|
|
|
|
--enable-vala --enable-inspect-tool --enable-tracker-backend
|
|
|
|
--disable-libsocialweb-backend --disable-schemas-compile"
|
2013-03-28 14:53:05 +00:00
|
|
|
hostmakedepends="pkg-config intltool which gobject-introspection"
|
2013-09-26 20:29:00 +00:00
|
|
|
# XXX needs zeitgeist >= 2.0
|
|
|
|
makedepends="readline-devel vala-devel>=0.22 telepathy-glib-devel>=0.21
|
|
|
|
libgee08-devel>=0.12 evolution-data-server-devel>=3.10 tracker-devel>=0.16_2"
|
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-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"
|
2013-09-26 20:29:00 +00:00
|
|
|
checksum=924c440f16a8c9b0d0d832588fa77a1553fa2a5d2659c4c7d3178a7ef42222af
|
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."
|
|
|
|
|
2013-09-26 20:29:00 +00:00
|
|
|
pre_build() {
|
|
|
|
export PKG_CONFIG_PATH="${wrksrc}/folks"
|
|
|
|
}
|
|
|
|
|
2013-04-12 09:16:02 +00:00
|
|
|
folks-devel_package() {
|
2013-09-26 20:29:00 +00:00
|
|
|
depends="telepathy-glib-devel>=0.21
|
|
|
|
libgee08-devel>=0.12
|
|
|
|
evolution-data-server-devel>=3.10
|
|
|
|
folks>=${version}"
|
|
|
|
short_desc+=" - development files"
|
2013-04-12 09:16:02 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
vmove usr/share/vala
|
2013-09-26 20:29:00 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 09:16:02 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
folks_package() {
|
|
|
|
depends="zeitgeist"
|
|
|
|
pkg_install() {
|
2013-09-26 20:29:00 +00:00
|
|
|
vmove all
|
2013-04-12 09:16:02 +00:00
|
|
|
}
|
|
|
|
}
|