summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ozan Türkyılmaz2022-07-17 11:24:31 +0200
committer Willy Sudiarto Raharjo2022-07-17 14:08:45 +0200
commit0f1bdcdbe091bdd4c4a476e6b8019ff15409c39b (patch)
tree307b2319390d1410a38daafbb18f7e5f301cc23b
parent7fea94717c47a6dffcd8c937014fbade14fa94a5 (diff)
downloadslackbuilds-0f1bdcdbe091bdd4c4a476e6b8019ff15409c39b.tar.gz
libraries/geocode-glib: Make introspection yes by default
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/geocode-glib/README2
-rw-r--r--libraries/geocode-glib/geocode-glib.SlackBuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/libraries/geocode-glib/README b/libraries/geocode-glib/README
index 1c3bf0020b..10db582b42 100644
--- a/libraries/geocode-glib/README
+++ b/libraries/geocode-glib/README
@@ -6,5 +6,5 @@ results and to avoid unnecessary server load.
Below variables can be used to configure the build:
GTKDOC=yes : Builds gtkdocs
- INTROSPECTION=yes : Enables the introspection generation
+ INTROSPECTION=no : Disables the introspection generation
TESTS=yes : Build & install test programs
diff --git a/libraries/geocode-glib/geocode-glib.SlackBuild b/libraries/geocode-glib/geocode-glib.SlackBuild
index bb3aac8bea..a83009b1ba 100644
--- a/libraries/geocode-glib/geocode-glib.SlackBuild
+++ b/libraries/geocode-glib/geocode-glib.SlackBuild
@@ -26,12 +26,12 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=geocode-glib
VERSION=${VERSION:-3.26.2}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
GTKDOC=${GTKDOC:-no}
-INTROSPECTION=${INTROSPECTION:-no}
+INTROSPECTION=${INTROSPECTION:-yes}
TESTS=${TESTS:-no}
if [ "$GTKDOC" = "yes" ]; then