From f5484c5e9ba6d1c057783939f7f21f05d117d3c9 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 17 Oct 2021 14:56:06 -0700 Subject: gnome-weather: add recipe for 41.0 A small application that allows you to monitor the current weather conditions for your city, or anywhere in the world. Signed-off-by: Tim Orling --- .../gnome-weather/gnome-weather_41.0.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-gnome/recipes-gnome/gnome-weather/gnome-weather_41.0.bb diff --git a/meta-gnome/recipes-gnome/gnome-weather/gnome-weather_41.0.bb b/meta-gnome/recipes-gnome/gnome-weather/gnome-weather_41.0.bb new file mode 100644 index 0000000000..7059216801 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-weather/gnome-weather_41.0.bb @@ -0,0 +1,20 @@ +SUMMARY = "GNOME Weather" +DESCRIPTION = "Monitor the current weather conditions for your city, or \ +anywhere in the world." +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING.md;md5=a9d253a59188a900a1ec39eb401a6824" + +SECTION = "x11/gnome" + +GNOMEBASEBUILDCLASS = "meson" + +inherit gnomebase gettext upstream-version-is-even gobject-introspection + +SRC_URI[archive.sha256sum] = "e5614eb74297e072960d6447557fa9fbfccf24bfcb314944b6d976640ee62dee" + +DEPENDS += "glib-2.0 glib-2.0-native gtk+3 gjs geoclue libgweather libhandy" + +#FILES:${PN} += " \ +# ${datadir}/backgrounds \ +# ${datadir}/gnome-background-properties \ +#" -- cgit 1.2.3-korg