mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
4f3af8358d
commit
c637453344
1 changed files with 13 additions and 14 deletions
|
@ -1,22 +1,21 @@
|
||||||
# Template file for 'gnome-weather'
|
# Template file for 'gnome-weather'
|
||||||
pkgname=gnome-weather
|
pkgname=gnome-weather
|
||||||
version=3.26.0
|
version=3.32.0
|
||||||
revision=1
|
revision=1
|
||||||
lib32disabled=yes
|
build_helper="gir"
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--disable-schemas-compile"
|
hostmakedepends="pkg-config itstool glib-devel gjs"
|
||||||
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"
|
makedepends="gtk+3-devel gjs-devel libgweather-devel geoclue2-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils gjs geoclue2 libgweather gnome-desktop"
|
||||||
short_desc="Access current weather conditions and forecasts for GNOME"
|
short_desc="Access current weather conditions and forecasts for GNOME"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Weather"
|
homepage="https://wiki.gnome.org/Apps/Weather"
|
||||||
license="GPL-2"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
checksum=dc20070745cf084305ca842d584ae2f22ef025dc6831a02f04f565c747c3ec2c
|
||||||
checksum=965cc0d1b4d4e53c06d494db96f0b124d232af5c0e731ca900edd10f77a74c78
|
lib32disabled=yes
|
||||||
|
|
||||||
build_options="gir"
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
i686-musl|x86_64-musl) ;;
|
||||||
build_options_default+=" gir"
|
*-musl) broken="hard dependency on gobject-introspection" ;;
|
||||||
fi
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue