From 093eb22f483d13dc2bbe233c28677d77c48862b6 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 26 Oct 2023 11:20:07 +0200 Subject: eog: Update 45.0 -> 45.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 45.1 ------------ Bug fixes and improvements: #300, Statusbar image position incorrect (Felix Riemann) New and updated translations: - Sabri Ünal [tr] New and updated manual translations - Balázs Úr [hu] - Ser82-png [ru] Signed-off-by: Markus Volk Signed-off-by: Khem Raj (cherry picked from commit b4fa53fd26394e0ba4841d4af4c065ff0ff6fbbf) Signed-off-by: Armin Kuster --- meta-gnome/recipes-gnome/eog/eog_45.0.bb | 31 ------------------------------- meta-gnome/recipes-gnome/eog/eog_45.1.bb | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/eog/eog_45.0.bb create mode 100644 meta-gnome/recipes-gnome/eog/eog_45.1.bb diff --git a/meta-gnome/recipes-gnome/eog/eog_45.0.bb b/meta-gnome/recipes-gnome/eog/eog_45.0.bb deleted file mode 100644 index eb3d07ce10..0000000000 --- a/meta-gnome/recipes-gnome/eog/eog_45.0.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "This is the Eye of GNOME, an image viewer program." -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -DEPENDS = " \ - librsvg \ - gnome-desktop \ - gsettings-desktop-schemas \ - gdk-pixbuf \ - gtk+3 \ - libhandy \ - libpeas \ - libportal \ - libexif \ - lcms \ -" - -GNOMEBASEBUILDCLASS = "meson" - -inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache - -# FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used. -REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data" - -SRC_URI[archive.sha256sum] = "05cb2c9a66ba15870f47358cd4c1ce670f17e4c8b22e050d627d728ff88b57ba" - -GTKDOC_MESON_OPTION = "gtk_doc" - -EXTRA_OEMESON = "-Dxmp=false" - -FILES:${PN} += "${datadir}" diff --git a/meta-gnome/recipes-gnome/eog/eog_45.1.bb b/meta-gnome/recipes-gnome/eog/eog_45.1.bb new file mode 100644 index 0000000000..41bd5d8827 --- /dev/null +++ b/meta-gnome/recipes-gnome/eog/eog_45.1.bb @@ -0,0 +1,31 @@ +SUMMARY = "This is the Eye of GNOME, an image viewer program." +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +DEPENDS = " \ + librsvg \ + gnome-desktop \ + gsettings-desktop-schemas \ + gdk-pixbuf \ + gtk+3 \ + libhandy \ + libpeas \ + libportal \ + libexif \ + lcms \ +" + +GNOMEBASEBUILDCLASS = "meson" + +inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache + +# FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used. +REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data" + +SRC_URI[archive.sha256sum] = "c17f86704c722b36c01a168f1e51439be0bb279f2c6646f48b66e9d0f3a24cd2" + +GTKDOC_MESON_OPTION = "gtk_doc" + +EXTRA_OEMESON = "-Dxmp=false" + +FILES:${PN} += "${datadir}" -- cgit v1.2.3-54-g00ecf