summaryrefslogtreecommitdiffstats
path: root/libraries/gnome-autoar
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gnome-autoar')
-rw-r--r--libraries/gnome-autoar/README4
-rw-r--r--libraries/gnome-autoar/gnome-autoar.SlackBuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/gnome-autoar/README b/libraries/gnome-autoar/README
index e0b27ce032..faaa474f81 100644
--- a/libraries/gnome-autoar/README
+++ b/libraries/gnome-autoar/README
@@ -13,7 +13,7 @@ are:
preferences settings.
Below variables can be used to configure the build:
- INTROSPECTION=yes : Build introspection support
+ INTROSPECTION=no : Don't build introspection support
GTKDOC=yes : Build GTK Doc reference
TESTS=yes : Build tests
- VAPI=yes : Build vala bindings
+ VAPI=no : Don't build vala bindings
diff --git a/libraries/gnome-autoar/gnome-autoar.SlackBuild b/libraries/gnome-autoar/gnome-autoar.SlackBuild
index cc5b4f50f2..dbc0522671 100644
--- a/libraries/gnome-autoar/gnome-autoar.SlackBuild
+++ b/libraries/gnome-autoar/gnome-autoar.SlackBuild
@@ -26,14 +26,14 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnome-autoar
VERSION=${VERSION:-0.4.3}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-INTROSPECTION=${INTROSPECTION:-no}
+INTROSPECTION=${INTROSPECTION:-yes}
GTKDOC=${GTKDOC:-no}
TESTS=${TESTS:-no}
-VAPI=${VAPI:-no}
+VAPI=${VAPI:-yes}
if [ "$INTROSPECTION" = "yes" ]; then
INTROSPECTIONP="enabled"