41 lines
1.5 KiB
Text
41 lines
1.5 KiB
Text
# Template file for 'folks'
|
|
pkgname=folks
|
|
version=0.9.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="
|
|
--disable-static --disable-fatal-warnings --enable-eds-backend
|
|
--enable-vala --enable-inspect-tool --enable-tracker-backend
|
|
--disable-libsocialweb-backend --disable-schemas-compile"
|
|
hostmakedepends="pkg-config intltool which gobject-introspection"
|
|
makedepends="
|
|
readline-devel vala-devel>=0.22 telepathy-glib-devel>=0.21 zeitgeist-devel
|
|
libgee08-devel>=0.12 evolution-data-server-devel>=3.10 tracker-devel>=0.16_2"
|
|
depends="zeitgeist"
|
|
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.9/$pkgname-$version.tar.xz"
|
|
checksum=a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f
|
|
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."
|
|
|
|
folks-devel_package() {
|
|
depends="telepathy-glib-devel>=0.21
|
|
libgee08-devel>=0.12
|
|
evolution-data-server-devel>=3.10
|
|
folks>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gir-1.0
|
|
vmove usr/share/vala
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|