summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Bob Funk2022-07-30 01:10:04 +0200
committer Willy Sudiarto Raharjo2022-07-30 06:26:22 +0200
commite430ee89e1054235a9cb3d043d604c1453c5c4cf (patch)
treea7bd0838f32a5cdc1896d5ffad875ecd86e8c861
parentecdfd030026e48d98e18bc2559c18345a8ea09fd (diff)
downloadslackbuilds-e430ee89e1054235a9cb3d043d604c1453c5c4cf.tar.gz
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>
-rw-r--r--libraries/folks/README12
-rw-r--r--libraries/folks/folks.info2
2 files changed, 1 insertions, 13 deletions
diff --git a/libraries/folks/README b/libraries/folks/README
index a703ca8375..7f532b86e7 100644
--- a/libraries/folks/README
+++ b/libraries/folks/README
@@ -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.
diff --git a/libraries/folks/folks.info b/libraries/folks/folks.info
index 6e3a8410c6..2efedd8835 100644
--- a/libraries/folks/folks.info
+++ b/libraries/folks/folks.info
@@ -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"