void-packages/srcpkgs/gnome-weather/template
2019-04-07 04:14:55 -03:00

22 lines
801 B
Bash

# Template file for 'gnome-weather'
pkgname=gnome-weather
version=3.32.1
revision=1
build_helper="gir"
build_style=meson
hostmakedepends="pkg-config itstool glib-devel gjs"
makedepends="gtk+3-devel gjs-devel libgweather-devel geoclue2-devel"
depends="desktop-file-utils gjs geoclue2 libgweather gnome-desktop"
short_desc="Access current weather conditions and forecasts for GNOME"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/Weather"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=a4f0bac84c9106c4e99d4b5dacfcf6bc7daa94186711047894cb425446b50e76
lib32disabled=yes
case "$XBPS_TARGET_MACHINE" in
i686-musl|x86_64-musl) ;;
*-musl) broken="hard dependency on gobject-introspection" ;;
esac