folks: update to 0.5.0.

This commit is contained in:
Juan RP 2011-04-12 12:11:38 +02:00
parent 94fb2350e6
commit 5c3c2b148d
1 changed files with 6 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'folks'
pkgname=folks
version=0.4.2
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.bz2"
version=0.5.0
distfiles="${GNOME_SITE}/$pkgname/0.5/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--enable-vala"
short_desc="GObject Library to aggregate people into metacontacts"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=269426df3896c07581067d3ead6aa2669c5895cfd3568e9e83abda5016b08e54
checksum=ede4f047c52984aedeea5c32a6ac50916c41df193b9c6e4214f4465e70c39fbd
long_desc="
libfolks is a library that aggregates people from multiple sources (eg,
Telepathy connection managers and eventually evolution data server, Facebook,
@ -14,6 +14,7 @@ long_desc="
The initial goal is for GObject/C support, though the Vala bindings should
basically automatic."
# XXX: investigate tracker and libsocialweb support.
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
@ -23,6 +24,7 @@ Add_dependency run dbus-libs
Add_dependency run dbus-glib
Add_dependency run telepathy-glib
Add_dependency run libgee
Add_dependency run GConf
Add_dependency build pkg-config
Add_dependency build intltool
@ -34,3 +36,4 @@ Add_dependency build dbus-devel
Add_dependency build dbus-glib-devel
Add_dependency build telepathy-glib-devel
Add_dependency build libgee-devel
Add_dependency build GConf-devel