summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ozan Türkyılmaz2022-07-17 11:30:25 +0200
committer Willy Sudiarto Raharjo2022-07-17 14:08:46 +0200
commit1981f274cc5f591f463717260fa5c159fb63f9e2 (patch)
treee579b8c67942aabf069555461e9eb2d52d50ab74
parentab46a5dea155e9afe74b21df8219292f75dab737 (diff)
downloadslackbuilds-1981f274cc5f591f463717260fa5c159fb63f9e2.tar.gz
system/gnome-online-accounts: Make introspection and vala yes by default
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/gnome-online-accounts/README4
-rw-r--r--system/gnome-online-accounts/gnome-online-accounts.SlackBuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/gnome-online-accounts/README b/system/gnome-online-accounts/README
index 7df0b054f8..a0210017f8 100644
--- a/system/gnome-online-accounts/README
+++ b/system/gnome-online-accounts/README
@@ -6,5 +6,5 @@ GVolumes, and so on.
Below variables are avaiable for configuration:
GTKDOC=yes : Build gtkdoc files
- INTROSPECTION=yes : Enable introspection for this build
- VALA=yes : Build Vala bindings
+ INTROSPECTION=no : Disable introspection for this build
+ VALA=no : Don't build Vala bindings
diff --git a/system/gnome-online-accounts/gnome-online-accounts.SlackBuild b/system/gnome-online-accounts/gnome-online-accounts.SlackBuild
index c582f5e710..a6a13e1c18 100644
--- a/system/gnome-online-accounts/gnome-online-accounts.SlackBuild
+++ b/system/gnome-online-accounts/gnome-online-accounts.SlackBuild
@@ -26,13 +26,13 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnome-online-accounts
VERSION=${VERSION:-3.43.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
GTKDOC=${GTKDOC:-no}
-INTROSPECTION=${INTROSPECTION:-no}
-VALA=${VALA:-no}
+INTROSPECTION=${INTROSPECTION:-yes}
+VALA=${VALA:-yes}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in