summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-12-25 20:34:31 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-25 16:25:02 -0800
commit0d52ba2fed303bef6d99f978fe2f4e96e8f7eb2d (patch)
treeec6230c6ab603d0d47a69cede8938b925ba6dea1
parent0127e0b1e8689e969a95c9e89a6a57a3cb25137c (diff)
downloadmeta-openembedded-0d52ba2fed303bef6d99f978fe2f4e96e8f7eb2d.tar.gz
gnome-software: update 49.1 -> 49.2
- inherit pkgconfig Version 49.2 ~~~~~~~~~~~~ Released: 2025-11-20 This is a stable release with the following changes: * Fixed version history sometimes not showing for flatpak apps This release also updates translations: * Bokmål, Norwegian (Brage Fuglseth) * Catalan (Victor Dargallo) * Friulian (Fabio Tomat) * Greek, Modern (1453-) (Efstathios Iosifidis) * Persian (Danial Behzadi) * Romanian (Antonio Marin) * Serbian (Милош Поповић) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-software/gnome-software_49.2.bb (renamed from meta-gnome/recipes-gnome/gnome-software/gnome-software_49.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-software/gnome-software_49.1.bb b/meta-gnome/recipes-gnome/gnome-software/gnome-software_49.2.bb
index 9c441f5b2f..5c8be9bfb1 100644
--- a/meta-gnome/recipes-gnome/gnome-software/gnome-software_49.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-software/gnome-software_49.2.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5GTKDOC_MESON_OPTION ?= "gtk_doc" 5GTKDOC_MESON_OPTION ?= "gtk_doc"
6 6
7inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gtk-doc mime mime-xdg gettext upstream-version-is-even features_check 7inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gtk-doc mime mime-xdg gettext upstream-version-is-even features_check pkgconfig
8 8
9REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" 9REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam"
10 10
@@ -29,7 +29,7 @@ RDEPENDS:${PN} = "iso-codes"
29EXTRA_OEMESON += "-Dtests=false" 29EXTRA_OEMESON += "-Dtests=false"
30 30
31SRC_URI += "file://0001-meson.build-dont-look-for-flatpak-http_backend-varia.patch" 31SRC_URI += "file://0001-meson.build-dont-look-for-flatpak-http_backend-varia.patch"
32SRC_URI[archive.sha256sum] = "49dfeca77928801756d0c5386c1d20454ca077600a5d1ed66ec46ee33a32c66d" 32SRC_URI[archive.sha256sum] = "b610b6932a8d666432bc58d6c78c4568cd63d442ae736db8be2c4ca01bbc946c"
33 33
34PACKAGECONFIG ?= "flatpak" 34PACKAGECONFIG ?= "flatpak"
35PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree" 35PACKAGECONFIG[flatpak] = "-Dflatpak=true,-Dflatpak=false,flatpak ostree"