summaryrefslogtreecommitdiffstats
path: root/libraries/geocode-glib
diff options
context:
space:
mode:
author Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com>2022-05-29 22:45:02 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-04 10:37:03 +0700
commit48fd1a96c9caff3e6d2a419ba17ce3d61c0daa18 (patch)
treecad1f72b770c13920f69ab1a9f703a21d54d79c7 /libraries/geocode-glib
parentc2e1efd359a0b5172e6a80710b42a15b5ae33c60 (diff)
downloadslackbuilds-48fd1a96c9caff3e6d2a419ba17ce3d61c0daa18.tar.gz
slackbuilds-48fd1a96c9caff3e6d2a419ba17ce3d61c0daa18.tar.xz
libraries/geocode-glib: Fix typo in the SlackBuild and README.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/geocode-glib')
-rw-r--r--libraries/geocode-glib/README2
-rw-r--r--libraries/geocode-glib/geocode-glib.SlackBuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/geocode-glib/README b/libraries/geocode-glib/README
index b4915ed7c4..1c3bf0020b 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
- INSTROSPECTION=yes : Enables the introspection generation
+ INTROSPECTION=yes : Enables 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 cbd31f8f9e..bb3aac8bea 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:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
GTKDOC=${GTKDOC:-no}
-INSTROSPECTION=${INSTROSPECTION:-no}
+INTROSPECTION=${INTROSPECTION:-no}
TESTS=${TESTS:-no}
if [ "$GTKDOC" = "yes" ]; then
@@ -40,10 +40,10 @@ else
GTKDOCP="false"
fi
-if [ "$INSTROSPECTION" = "yes" ]; then
- INSTROSPECTIONP="true"
+if [ "$INTROSPECTION" = "yes" ]; then
+ INTROSPECTIONP="true"
else
- INSTROSPECTIONP="false"
+ INTROSPECTIONP="false"
fi
if [ "$TESTS" = "yes" ]; then
@@ -115,7 +115,7 @@ cd build
--prefix=/usr \
--sysconfdir=/etc \
-Dstrip=true \
- -Denable-introspection="$INSTROSPECTIONP" \
+ -Denable-introspection="$INTROSPECTIONP" \
-Denable-gtk-doc="$GTKDOCP" \
-Denable-installed-tests="$TESTSP"
"${NINJA:=ninja}"