libraries/folks: Update README.

INTROSPECTION & VALA enabled by default.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Bob Funk 2022-07-30 00:10:04 +01:00 committed by Willy Sudiarto Raharjo
parent ecdfd03002
commit e430ee89e1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 1 additions and 13 deletions

View file

@ -1,15 +1,3 @@
Folks is a contact aggregation library. It retrieves contacts from
various sources (including Telepathy IM accounts, and local contact
stores) and compiles them into fully-fledged people objects.
Important Note:
The 'evolution-data-server' dependency and its related dependencies
have generation of introspection and vala/vapi files disabled and must
be switched on with the following environment variables:
INTROSPECTION=yes
VALA=yes
VAPI=yes
Folks will fail to build without introspection and vala/vapi support
enabled in these dependencies.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://download.gnome.org/sources/folks/0.15/folks-0.15.5.tar.xz"
MD5SUM="62db936e9601e33268e2019b6eb0684e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README% evolution-data-server telepathy-glib"
REQUIRES="evolution-data-server telepathy-glib"
MAINTAINER="Bob Funk"
EMAIL="bobfunk11@gmail.com"