summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com>2022-07-17 12:27:38 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-17 19:08:46 +0700
commit4c21fdb4832232ee1801b57f090bf2d142a93e68 (patch)
tree2b94be984ffe31ea14facca08353c0ccd08d3613 /libraries
parent1c009a03ef1b4a8748777f2ea304028c1e25a71d (diff)
downloadslackbuilds-4c21fdb4832232ee1801b57f090bf2d142a93e68.tar.gz
slackbuilds-4c21fdb4832232ee1801b57f090bf2d142a93e68.tar.xz
libraries/libgdata: Make introspection and vapi yes by default
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libgdata/README4
-rw-r--r--libraries/libgdata/libgdata.SlackBuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/libgdata/README b/libraries/libgdata/README
index fcbc29f6f8..94614677be 100644
--- a/libraries/libgdata/README
+++ b/libraries/libgdata/README
@@ -5,8 +5,8 @@ support.
Below variables can be used to configure the build:
GTKDOC=yes : Builds gtkdocs
- INSTROSPECTION=yes : Enables the introspection generation
+ INSTROSPECTION=no : Disable the introspection generation
TESTS=yes : Build & install test programs
- VAPI=yes : Enable creation of vapi files
+ VAPI=no : Disable creation of vapi files
OAUTH=yes : Enable OAuth 1.0 support (deprecated)
MAN=yes : Generate man pages
diff --git a/libraries/libgdata/libgdata.SlackBuild b/libraries/libgdata/libgdata.SlackBuild
index 1f309d00aa..cdd98dfef5 100644
--- a/libraries/libgdata/libgdata.SlackBuild
+++ b/libraries/libgdata/libgdata.SlackBuild
@@ -26,14 +26,14 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libgdata
VERSION=${VERSION:-0.18.1}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
TESTS=${TESTS:-no}
GTKDOC=${GTKDOC:-no}
-INTROSPECTION=${INTROSPECTION:-no}
-VAPI=${VAPI:-no}
+INTROSPECTION=${INTROSPECTION:-yes}
+VAPI=${VAPI:-yes}
OAUTH1=${OAUTH1=no}
MAN=${MAN:-no}