mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
gnome-weather: update to 42.0
This commit is contained in:
parent
0722f9b20e
commit
0e43817188
2 changed files with 4 additions and 14 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- a/data/meson.build
|
|
||||||
+++ b/data/meson.build
|
|
||||||
@@ -59,7 +59,6 @@ endif
|
|
||||||
appdata_conf = configuration_data()
|
|
||||||
appdata_conf.set('app_id', weather_id)
|
|
||||||
appdata = i18n.merge_file(
|
|
||||||
- 'appdata',
|
|
||||||
input: configure_file(
|
|
||||||
input: '@0@.appdata.xml.in.in'.format(default_id),
|
|
||||||
output: '@0@.appdata.xml.in'.format(default_id),
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'gnome-weather'
|
# Template file for 'gnome-weather'
|
||||||
pkgname=gnome-weather
|
pkgname=gnome-weather
|
||||||
version=41.0
|
version=42.0
|
||||||
revision=1
|
revision=1
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="gettext pkg-config itstool glib-devel gjs"
|
hostmakedepends="gettext pkg-config itstool glib-devel gjs"
|
||||||
makedepends="gtk+3-devel gjs-devel libgweather-devel geoclue2-devel libhandy1-devel"
|
makedepends="gtk4-devel libadwaita-devel gjs-devel libgweather-devel geoclue2-devel"
|
||||||
depends="desktop-file-utils gjs geoclue2 libgweather gnome-desktop libhandy1"
|
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"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Weather"
|
homepage="https://wiki.gnome.org/Apps/Weather"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=e5614eb74297e072960d6447557fa9fbfccf24bfcb314944b6d976640ee62dee
|
checksum=579ee691d853e5bb3ff50e8c7b43f85ae9dd7e5b3a649e02c254a2d9b807b465
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue