From 4a8f17ae5ef61b9085866e81805ca1ef034c9e19 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Sat, 24 Mar 2018 14:10:41 -0400 Subject: [PATCH] update libgweather for 3.28 --- .../libgweather/libgweather_3.26.0.bb | 17 ----------------- .../libgweather/libgweather_3.28.0.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libgweather/libgweather_3.26.0.bb create mode 100644 meta-gnome/recipes-gnome/libgweather/libgweather_3.28.0.bb diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather_3.26.0.bb b/meta-gnome/recipes-gnome/libgweather/libgweather_3.26.0.bb deleted file mode 100644 index e6300e6..0000000 --- a/meta-gnome/recipes-gnome/libgweather/libgweather_3.26.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Location and timezone database and weather lookup library" -HOMEPAGE = "https://wiki.gnome.org/Projects/LibGWeather" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRC_URI = "https://download.gnome.org/sources/libgweather/3.26/libgweather-${PV}.tar.xz" -SRC_URI[md5sum] = "798098eddb2cd4a7f582a3f9aeb1b08d" -SRC_URI[sha256sum] = "5b84badc0b3ecffff5db1bb9a7cc4dd4e400a8eb3f1282348f8ee6ba33626b6e" - -DEPENDS = "gtk+3 libxml2 libsoup-2.4 glib-2.0 intltool-native geocode-glib glib-2.0-native" - -FILES_${PN} += "${datadir}/glib-2.0/schemas" - -inherit pythonnative pkgconfig gettext autotools gobject-introspection - -EXTRA_OECONF = "--enable-introspection=yes --enable-vala=no --enable-glade-catalog=no --disable-glibtest" - diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather_3.28.0.bb b/meta-gnome/recipes-gnome/libgweather/libgweather_3.28.0.bb new file mode 100644 index 0000000..8d572ed --- /dev/null +++ b/meta-gnome/recipes-gnome/libgweather/libgweather_3.28.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "Location and timezone database and weather lookup library" +HOMEPAGE = "https://wiki.gnome.org/Projects/LibGWeather" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI[archive.md5sum] = "767b4af6ce55bda74cb2f53aaefcfc6f" +SRC_URI[archive.sha256sum] = "594be78dcc0b4c48bf79cd42ea6768160b661bc2a74d9d35ecc742575416e18f" + +DEPENDS = "gtk+3 libxml2 libsoup-2.4 glib-2.0 intltool-native geocode-glib glib-2.0-native" + +FILES_${PN} += "${datadir}/glib-2.0/schemas" + +GNOMEBASEBUILDCLASS = "meson" +inherit gnomebase gobject-introspection gettext +FILES_${PN} += "${datadir}/icons" + +EXTRA_OEMESON = "--buildtype=release -Denable-introspection=true" +