aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2021-10-17 14:56:06 -0700
committerTim Orling <ticotimo@gmail.com>2021-10-18 10:38:31 -0700
commitf5484c5e9ba6d1c057783939f7f21f05d117d3c9 (patch)
treed61fe7a5f487450797e3b279444b3c2b445bf6fc
parent2831020b3eb6884bdf7613a146e035ef1b3e0097 (diff)
downloadmeta-openembedded-contrib-f5484c5e9ba6d1c057783939f7f21f05d117d3c9.tar.gz
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 <ticotimo@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-weather/gnome-weather_41.0.bb20
1 files changed, 20 insertions, 0 deletions
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 \
+#"