mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
ecdfd03002
commit
e430ee89e1
2 changed files with 1 additions and 13 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue