summaryrefslogtreecommitdiffstats
path: root/libraries/libgweather
diff options
context:
space:
mode:
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}