summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/dconf/dconf-editor_49.0.bb (renamed from meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb)4
-rw-r--r--meta-gnome/recipes-gnome/eog/eog_50.1.bb (renamed from meta-gnome/recipes-gnome/eog/eog_49.3.bb)2
-rw-r--r--meta-gnome/recipes-gnome/evince/evince_48.4.bb (renamed from meta-gnome/recipes-gnome/evince/evince_48.1.bb)2
-rw-r--r--meta-gnome/recipes-gnome/file-roller/file-roller_44.5.bb1
-rw-r--r--meta-gnome/recipes-gnome/gdm/gdm_50.1.bb (renamed from meta-gnome/recipes-gnome/gdm/gdm_50.0.bb)2
-rw-r--r--meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_48.0.bb11
-rw-r--r--meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_49.7.bb (renamed from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_49.2.2.bb)2
-rw-r--r--meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb6
-rw-r--r--meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_50.1.bb (renamed from meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_50.0.bb)2
-rw-r--r--meta-gnome/recipes-gnome/libgsf/libgsf_1.14.58.bb (renamed from meta-gnome/recipes-gnome/libgsf/libgsf_1.14.56.bb)2
-rw-r--r--meta-gnome/recipes-gnome/libpeas/libpeas-1_1.38.1.bb (renamed from meta-gnome/recipes-gnome/libpeas/libpeas-1_1.36.0.bb)4
-rw-r--r--meta-gnome/recipes-gnome/nautilus/nautilus_49.5.bb4
12 files changed, 15 insertions, 27 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb b/meta-gnome/recipes-gnome/dconf/dconf-editor_49.0.bb
index 32a69a0707..5e40b4df25 100644
--- a/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb
+++ b/meta-gnome/recipes-gnome/dconf/dconf-editor_49.0.bb
@@ -13,8 +13,8 @@ DEPENDS = " \
13 13
14inherit gnomebase vala gsettings bash-completion pkgconfig gtk-icon-cache 14inherit gnomebase vala gsettings bash-completion pkgconfig gtk-icon-cache
15 15
16SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/45/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive" 16SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/49/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive"
17SRC_URI[archive.sha256sum] = "1180297678eedae6217cc514a2638c187d2f1d1ef2720cb9079b740c429941dd" 17SRC_URI[archive.sha256sum] = "90a8ccfadf51dff31e0028324fb9a358b2d26c5ae861a71c7dbf9f4dd9bdd399"
18 18
19FILES:${PN} += " \ 19FILES:${PN} += " \
20 ${datadir}/dbus-1 \ 20 ${datadir}/dbus-1 \
diff --git a/meta-gnome/recipes-gnome/eog/eog_49.3.bb b/meta-gnome/recipes-gnome/eog/eog_50.1.bb
index eee6c14459..5d454f6236 100644
--- a/meta-gnome/recipes-gnome/eog/eog_49.3.bb
+++ b/meta-gnome/recipes-gnome/eog/eog_50.1.bb
@@ -23,7 +23,7 @@ inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg fea
23# FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used. 23# FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used.
24REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data" 24REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data"
25 25
26SRC_URI[archive.sha256sum] = "6b4e69c7a8086ae85d556ca4a24daa665b5622c4097e1ee59564bff4cc963124" 26SRC_URI[archive.sha256sum] = "6f5ee6d756548b88e25a987e0d06dabc3c6c32598fb7df49fb08945c1fe94a55"
27 27
28PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11','cms', '', d)}" 28PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'x11','cms', '', d)}"
29 29
diff --git a/meta-gnome/recipes-gnome/evince/evince_48.1.bb b/meta-gnome/recipes-gnome/evince/evince_48.4.bb
index 9cf048f14b..5756fa5fcb 100644
--- a/meta-gnome/recipes-gnome/evince/evince_48.1.bb
+++ b/meta-gnome/recipes-gnome/evince/evince_48.4.bb
@@ -33,7 +33,7 @@ REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'open
33def gnome_verdir(v): 33def gnome_verdir(v):
34 return oe.utils.trim_version(v, 1) 34 return oe.utils.trim_version(v, 1)
35 35
36SRC_URI[archive.sha256sum] = "7d8b9a6fa3a05d3f5b9048859027688c73a788ff6e923bc3945126884943fa10" 36SRC_URI[archive.sha256sum] = "f296c5c662886635d4cd597e8ac0afcde7982be4486533c2b7f095b268be8668"
37 37
38GTKDOC_MESON_OPTION = "gtk_doc" 38GTKDOC_MESON_OPTION = "gtk_doc"
39 39
diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_44.5.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_44.5.bb
index 050f6803c7..f0f74f5561 100644
--- a/meta-gnome/recipes-gnome/file-roller/file-roller_44.5.bb
+++ b/meta-gnome/recipes-gnome/file-roller/file-roller_44.5.bb
@@ -11,7 +11,6 @@ DEPENDS = " \
11 gtk4 \ 11 gtk4 \
12 libadwaita \ 12 libadwaita \
13 libarchive \ 13 libarchive \
14 libhandy \
15 libportal \ 14 libportal \
16" 15"
17 16
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_50.0.bb b/meta-gnome/recipes-gnome/gdm/gdm_50.1.bb
index 858933a4b3..9332c7836c 100644
--- a/meta-gnome/recipes-gnome/gdm/gdm_50.0.bb
+++ b/meta-gnome/recipes-gnome/gdm/gdm_50.1.bb
@@ -21,7 +21,7 @@ GIR_MESON_OPTION = ""
21 21
22inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd useradd itstool gnome-help features_check 22inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd useradd itstool gnome-help features_check
23 23
24SRC_URI[archive.sha256sum] = "646f53d68f2d2d147146ffaeb85047ded8b813dcb1c104d8f0ec36ca609eb5bf" 24SRC_URI[archive.sha256sum] = "770159373512192410f412b5d0c4678ec1573f1ae4b39c81fe75861fe8890174"
25 25
26PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" 26PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
27PACKAGECONFIG[plymouth] = "-Dplymouth=enabled,-Dplymouth=disabled,plymouth" 27PACKAGECONFIG[plymouth] = "-Dplymouth=enabled,-Dplymouth=disabled,plymouth"
diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_48.0.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_48.0.bb
index 44bde3774d..3c282ab1f9 100644
--- a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_48.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_48.0.bb
@@ -10,28 +10,21 @@ DEPENDS = " \
10 gsettings-desktop-schemas \ 10 gsettings-desktop-schemas \
11 evolution-data-server \ 11 evolution-data-server \
12 libsoup \ 12 libsoup \
13 libdazzle \
14 libadwaita \ 13 libadwaita \
15 libgweather4 \ 14 libgweather4 \
16 geoclue \ 15 geoclue \
17 geocode-glib \
18" 16"
19 17
20GTKIC_VERSION = '4' 18GTKIC_VERSION = '4'
21inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even mime-xdg 19inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even mime-xdg
22 20
23REQUIRED_DISTRO_FEATURES = "x11 opengl" 21REQUIRED_DISTRO_FEATURES = "opengl"
22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
24 23
25SRC_URI[archive.sha256sum] = "e69a5a66be820105a4d823d4dba9b4e6ef9f6e7523978aaf33361ebbb993e604" 24SRC_URI[archive.sha256sum] = "e69a5a66be820105a4d823d4dba9b4e6ef9f6e7523978aaf33361ebbb993e604"
26 25
27do_install:prepend() {
28 sed -i -e 's|${S}/src|${TARGET_DBGSRC_DIR}/src|g' ${B}/src/gcal-enum-types.h
29 sed -i -e 's|${S}/src|${TARGET_DBGSRC_DIR}/src|g' ${B}/src/gcal-enum-types.c
30}
31
32FILES:${PN} += " \ 26FILES:${PN} += " \
33 ${datadir}/gnome-shell \ 27 ${datadir}/gnome-shell \
34 ${datadir}/metainfo \ 28 ${datadir}/metainfo \
35 ${datadir}/dbus-1 \ 29 ${datadir}/dbus-1 \
36" 30"
37
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_49.2.2.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_49.7.bb
index 38b2c53c82..137d82e92c 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_49.2.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_49.7.bb
@@ -40,7 +40,7 @@ inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext gi-docgen upstream-
40REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd" 40REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd"
41 41
42SRC_URI = "https://download.gnome.org/sources/gnome-control-center/${@oe.utils.trim_version('${PV}', 1)}/gnome-control-center-${PV}.tar.xz" 42SRC_URI = "https://download.gnome.org/sources/gnome-control-center/${@oe.utils.trim_version('${PV}', 1)}/gnome-control-center-${PV}.tar.xz"
43SRC_URI[sha256sum] = "c23ae220d6c1237d285925de7801e0e36338b9cc1a8bb51c2e37e715e6b503ad" 43SRC_URI[sha256sum] = "e4a1524af73c25f0ebc5badcf5d5bea79024d801850bb051baf25feff320ed00"
44 44
45SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" 45SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
46 46
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb
index 1ae11dda3b..29918605ef 100644
--- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_50.0.bb
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4 4
5DEPENDS = " \ 5DEPENDS = " \
6 catch2 \ 6 catch2 \
7 gnome-common-native \
8 libxml2-native \ 7 libxml2-native \
9 glib-2.0-native \ 8 glib-2.0-native \
10 glibmm-2.68 \ 9 glibmm-2.68 \
@@ -13,15 +12,12 @@ DEPENDS = " \
13 libadwaita \ 12 libadwaita \
14 libgtop \ 13 libgtop \
15 librsvg \ 14 librsvg \
16 polkit \
17 libhandy \
18" 15"
19 16
20
21inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext 17inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext
22 18
23ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 19ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
24REQUIRED_DISTRO_FEATURES = "polkit" 20REQUIRED_DISTRO_FEATURES = "opengl"
25 21
26SRC_URI[archive.sha256sum] = "a4138aa754b4584c46de91fad1d685e27b12bc2457de761863b6be02d84c4862" 22SRC_URI[archive.sha256sum] = "a4138aa754b4584c46de91fad1d685e27b12bc2457de761863b6be02d84c4862"
27 23
diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_50.0.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_50.1.bb
index 81224f7718..bd988f23fd 100644
--- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_50.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_50.1.bb
@@ -18,7 +18,7 @@ inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check
18 18
19REQUIRED_DISTRO_FEATURES = "opengl" 19REQUIRED_DISTRO_FEATURES = "opengl"
20 20
21SRC_URI[archive.sha256sum] = "9dc299da4daa085423b5d48db59f0021ad55e74143a5cb8ab2e5ffe17967f45b" 21SRC_URI[archive.sha256sum] = "f68036b09d378faa883bfe936e479c6ff37027c2ffed101daf912df70c51d0e6"
22 22
23FILES:${PN} += " \ 23FILES:${PN} += " \
24 ${datadir}/metainfo \ 24 ${datadir}/metainfo \
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.56.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.58.bb
index e1e1578411..a23ca13608 100644
--- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.56.bb
+++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.58.bb
@@ -9,7 +9,7 @@ DEPENDS = "libxml2 bzip2 glib-2.0 zlib"
9GNOMEBASEBUILDCLASS = "autotools" 9GNOMEBASEBUILDCLASS = "autotools"
10inherit gnomebase gobject-introspection gettext gtk-doc 10inherit gnomebase gobject-introspection gettext gtk-doc
11 11
12SRC_URI[archive.sha256sum] = "9d21d30df1d12feaf03e181afd6067f65e3048ab69cb6ad174a3c5b72b92d297" 12SRC_URI[archive.sha256sum] = "06e07ea12b7a52b9e316faddfecb640b1717a4875c59f0efb3b0cec1e2ccf35a"
13SRC_URI += " file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch" 13SRC_URI += " file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch"
14 14
15PACKAGECONFIG ??= "" 15PACKAGECONFIG ??= ""
diff --git a/meta-gnome/recipes-gnome/libpeas/libpeas-1_1.36.0.bb b/meta-gnome/recipes-gnome/libpeas/libpeas-1_1.38.1.bb
index c0b785fee7..3a76ed91cb 100644
--- a/meta-gnome/recipes-gnome/libpeas/libpeas-1_1.36.0.bb
+++ b/meta-gnome/recipes-gnome/libpeas/libpeas-1_1.38.1.bb
@@ -13,9 +13,9 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
13# FIXME: When upgrading to libpeas 2, g-i is no longer needed. 13# FIXME: When upgrading to libpeas 2, g-i is no longer needed.
14REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 14REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
15 15
16SRC_URI = "https://download.gnome.org/sources/libpeas/1.36/libpeas-${PV}.tar.xz;name=archive" 16SRC_URI = "https://download.gnome.org/sources/libpeas/1.38/libpeas-${PV}.tar.xz;name=archive"
17SRC_URI += "file://0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch" 17SRC_URI += "file://0001-Remove-builddir-and-srcdir-paths-from-test-binaries.patch"
18SRC_URI[archive.sha256sum] = "297cb9c2cccd8e8617623d1a3e8415b4530b8e5a893e3527bbfd1edd13237b4c" 18SRC_URI[archive.sha256sum] = "e82fd328adcac1aba34b64136bdfcbbacf2b3258a8bc4e5f480a72502a611ae9"
19S = "${UNPACKDIR}/libpeas-${PV}" 19S = "${UNPACKDIR}/libpeas-${PV}"
20 20
21PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject" 21PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject"
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_49.5.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_49.5.bb
index 45e0969d66..9597ce5136 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus_49.5.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus_49.5.bb
@@ -14,7 +14,6 @@ DEPENDS = " \
14 gtk4 \ 14 gtk4 \
15 libadwaita \ 15 libadwaita \
16 libcloudproviders \ 16 libcloudproviders \
17 libhandy \
18 libportal \ 17 libportal \
19 libxml2 \ 18 libxml2 \
20 tinysparql \ 19 tinysparql \
@@ -26,7 +25,8 @@ inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_che
26 25
27SRC_URI[archive.sha256sum] = "fa5655e73ee7953aecfe71fea67bfec0c67447e14e6df135aa3f80334386872c" 26SRC_URI[archive.sha256sum] = "fa5655e73ee7953aecfe71fea67bfec0c67447e14e6df135aa3f80334386872c"
28 27
29REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" 28REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data"
29ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
30 30
31GIDOCGEN_MESON_OPTION = "docs" 31GIDOCGEN_MESON_OPTION = "docs"
32GIDOCGEN_MESON_ENABLE_FLAG = 'true' 32GIDOCGEN_MESON_ENABLE_FLAG = 'true'