23 lines
792 B
Bash
23 lines
792 B
Bash
# Template file for 'gnome-weather'
|
|
pkgname=gnome-weather
|
|
version=3.24.0
|
|
revision=1
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile"
|
|
hostmakedepends="pkg-config intltool itstool gnome-doc-utils glib-devel
|
|
$(vopt_if gir gobject-introspection)"
|
|
makedepends="gtk+3-devel gjs-devel libgweather-devel geoclue2-devel"
|
|
depends="desktop-file-utils"
|
|
short_desc="Access current weather conditions and forecasts for GNOME"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://wiki.gnome.org/Apps/Weather"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=e36847884670e59a71ac70ed982fc8f2fb70f1766c3a24f10a0cd38c9b66d574
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default+=" gir"
|
|
fi
|