diff options
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 |
commit | ba00d1220275788bf5cabcea091c649b463b1974 (patch) | |
tree | 5f1cd601d494cc53a0070d701d88bb5f76169d0f /libraries | |
parent | 940fb0069626f3ae20fd7241b5f35b7925222302 (diff) |
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')
-rw-r--r-- | libraries/libgweather/README | 1 | ||||
-rw-r--r-- | libraries/libgweather/libgweather.SlackBuild | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/libraries/libgweather/README b/libraries/libgweather/README index 5e144a846887..d79ead3b37cf 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 aa94ab15248c..197efad56041 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} |