From e28f3d37773619421cac3b9d0df391316222bfe9 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 22 Dec 2023 16:11:06 +0100 Subject: gthumb: update 3.12.2 -> 3.12.4 Drop erroneous autotools assignment as well; not sure how this wasn't noticed until now. Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gthumb/gthumb_3.12.2.bb | 31 ------------------------ meta-gnome/recipes-gnome/gthumb/gthumb_3.12.4.bb | 30 +++++++++++++++++++++++ 2 files changed, 30 insertions(+), 31 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gthumb/gthumb_3.12.2.bb create mode 100644 meta-gnome/recipes-gnome/gthumb/gthumb_3.12.4.bb diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.2.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.2.bb deleted file mode 100644 index ecf8f6ab50..0000000000 --- a/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.2.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "Image viewer and browser" -LICENSE="GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" - - -REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" - -DEPENDS = " \ - glib-2.0-native \ - bison-native \ - yelp-tools-native \ - gtk+3 \ - gsettings-desktop-schemas \ - zlib \ - jpeg \ - exiv2 \ - colord \ - lcms \ - libraw \ - librsvg \ - libsoup \ - json-glib \ - libsecret \ -" - -GNOMEBASEBUILDCLASS = "autotools" -inherit features_check gnomebase gnome-help gsettings itstool mime-xdg - -SRC_URI[archive.sha256sum] = "97f8afe522535216541ebbf1e3b546d12a6beb38a8f0eb85f26e676934aad425" - -FILES:${PN} += "${datadir}/metainfo" diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.4.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.4.bb new file mode 100644 index 0000000000..79db8b7d75 --- /dev/null +++ b/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.4.bb @@ -0,0 +1,30 @@ +SUMMARY = "Image viewer and browser" +LICENSE="GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + + +REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" + +DEPENDS = " \ + glib-2.0-native \ + bison-native \ + yelp-tools-native \ + gtk+3 \ + gsettings-desktop-schemas \ + zlib \ + jpeg \ + exiv2 \ + colord \ + lcms \ + libraw \ + librsvg \ + libsoup \ + json-glib \ + libsecret \ +" + +inherit features_check gnomebase gnome-help gsettings itstool mime-xdg + +SRC_URI[archive.sha256sum] = "add693ac0aeb9a30d829ba03a06208289d3f6868dc3b02573549e88190c794e8" + +FILES:${PN} += "${datadir}/metainfo" -- cgit v1.2.3-54-g00ecf