From ba00d1220275788bf5cabcea091c649b463b1974 Mon Sep 17 00:00:00 2001 From: Ozan Türkyılmaz Date: Sat, 11 Feb 2023 23:15:22 +0300 Subject: libraries/libgweather: Turned vala on default. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- libraries/libgweather/README | 1 + libraries/libgweather/libgweather.SlackBuild | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'libraries/libgweather') 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} -- cgit v1.2.3-65-gdbad