summaryrefslogtreecommitdiffstats
path: root/libraries/libgweather
diff options
context:
space:
mode:
author Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com>2023-02-11 23:15:22 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-18 10:06:37 +0700
commitba00d1220275788bf5cabcea091c649b463b1974 (patch)
tree5f1cd601d494cc53a0070d701d88bb5f76169d0f /libraries/libgweather
parent940fb0069626f3ae20fd7241b5f35b7925222302 (diff)
downloadslackbuilds-ba00d1220275788bf5cabcea091c649b463b1974.tar.gz
slackbuilds-ba00d1220275788bf5cabcea091c649b463b1974.tar.xz
libraries/libgweather: Turned vala on default.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgweather')
-rw-r--r--libraries/libgweather/README1
-rw-r--r--libraries/libgweather/libgweather.SlackBuild4
2 files changed, 3 insertions, 2 deletions
diff --git a/libraries/libgweather/README b/libraries/libgweather/README
index 5e144a8468..d79ead3b37 100644
--- a/libraries/libgweather/README
+++ b/libraries/libgweather/README
@@ -5,3 +5,4 @@ Below variables can be used to configure the build:
GTKDOC=yes : Generate the API reference
OWNAPI=APIKEY : Specify an API key for OpenWeatherMap
GLADE_CATALOG=yes : Install a glade catalog file
+ VALA=no : Don't generate vala files
diff --git a/libraries/libgweather/libgweather.SlackBuild b/libraries/libgweather/libgweather.SlackBuild
index aa94ab1524..197efad560 100644
--- a/libraries/libgweather/libgweather.SlackBuild
+++ b/libraries/libgweather/libgweather.SlackBuild
@@ -26,12 +26,12 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libgweather
VERSION=${VERSION:-40.0}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
OWNAPI=${OWPAPI:-no}
-VALA=${VALA:-no}
+VALA=${VALA:-yes}
GTKDOC=${GTKDOC:-no}
GLADE_CATALOG=${GLADE_CATALOG:-no}