summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/classes/clutter.bbclass2
-rw-r--r--meta-gnome/recipes-connectivity/geary/geary_46.0.bb1
-rw-r--r--meta-gnome/recipes-extended/polkit-gnome/polkit-gnome_0.105.bb1
-rw-r--r--meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb1
-rw-r--r--meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb1
-rw-r--r--meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb1
-rw-r--r--meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb1
-rw-r--r--meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb3
-rw-r--r--meta-gnome/recipes-gnome/gedit/libgedit-amtk_5.8.0.bb1
-rw-r--r--meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.2.1.bb1
-rw-r--r--meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3_3.34.5.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-chess/gnome-chess_48.0.bb1
-rw-r--r--meta-gnome/recipes-gnome/gnome-chess/gnuchess_6.2.9.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb1
-rw-r--r--meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb1
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb3
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb2
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb2
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb2
-rw-r--r--meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb1
-rw-r--r--meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.4.bb2
-rw-r--r--meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb1
-rw-r--r--meta-gnome/recipes-support/ibus/ibus.inc1
-rw-r--r--meta-gnome/recipes-support/keybinder/keybinder_3.0.bb1
-rw-r--r--meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb1
-rw-r--r--meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb1
-rw-r--r--meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb1
27 files changed, 9 insertions, 29 deletions
diff --git a/meta-gnome/classes/clutter.bbclass b/meta-gnome/classes/clutter.bbclass
index 24b53a13e4..6cf746261a 100644
--- a/meta-gnome/classes/clutter.bbclass
+++ b/meta-gnome/classes/clutter.bbclass
@@ -12,7 +12,7 @@ VERMINOR = "${@get_minor_dir("${PV}")}"
12REALNAME = "${@get_real_name("${BPN}")}" 12REALNAME = "${@get_real_name("${BPN}")}"
13 13
14SRC_URI = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive" 14SRC_URI = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive"
15S = "${WORKDIR}/${REALNAME}-${PV}" 15S = "${UNPACKDIR}/${REALNAME}-${PV}"
16 16
17CLUTTERBASEBUILDCLASS ??= "autotools" 17CLUTTERBASEBUILDCLASS ??= "autotools"
18inherit ${CLUTTERBASEBUILDCLASS} pkgconfig gtk-doc gettext 18inherit ${CLUTTERBASEBUILDCLASS} pkgconfig gtk-doc gettext
diff --git a/meta-gnome/recipes-connectivity/geary/geary_46.0.bb b/meta-gnome/recipes-connectivity/geary/geary_46.0.bb
index 81aa923c03..2012534993 100644
--- a/meta-gnome/recipes-connectivity/geary/geary_46.0.bb
+++ b/meta-gnome/recipes-connectivity/geary/geary_46.0.bb
@@ -41,7 +41,6 @@ SRC_URI = " \
41 file://0001-meson-Do-not-check-for-iso-xml-files-during-build.patch \ 41 file://0001-meson-Do-not-check-for-iso-xml-files-during-build.patch \
42" 42"
43 43
44S = "${WORKDIR}/git"
45SRCREV = "46e93c0c0dafc381e8a308b1befb07e908121722" 44SRCREV = "46e93c0c0dafc381e8a308b1befb07e908121722"
46 45
47ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 46ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
diff --git a/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome_0.105.bb b/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome_0.105.bb
index af1a7d8673..032532456d 100644
--- a/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome_0.105.bb
+++ b/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome_0.105.bb
@@ -19,7 +19,6 @@ SRC_URI = " \
19 file://polkit-gnome-authentication-agent-1.desktop \ 19 file://polkit-gnome-authentication-agent-1.desktop \
20" 20"
21SRCREV = "a0763a246a81188f60b0f9810143e49224dc752f" 21SRCREV = "a0763a246a81188f60b0f9810143e49224dc752f"
22S = "${WORKDIR}/git"
23 22
24 23
25do_install:append() { 24do_install:append() {
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb b/meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb
index 32603af310..414f9c5203 100644
--- a/meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb
+++ b/meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb
@@ -63,7 +63,6 @@ SRC_URI += "file://0001-meson.build-dont-check-for-lgi.patch"
63SRC_URI += "file://0001-meson.build-require-iso-codes-native.patch" 63SRC_URI += "file://0001-meson.build-require-iso-codes-native.patch"
64SRCREV = "c1901c5be644ab8dcaf779b1f383bf5370bc90c6" 64SRCREV = "c1901c5be644ab8dcaf779b1f383bf5370bc90c6"
65 65
66S = "${WORKDIR}/git"
67 66
68PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib" 67PACKAGECONFIG[aa] = "-Daa=enabled,-Daa=disabled,aalib"
69PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib" 68PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib"
diff --git a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
index b0f9b82e42..b64e91a765 100644
--- a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
+++ b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb
@@ -19,7 +19,6 @@ SRCREV = "2768251dacce3939136c839aeca413f4aa4241d0"
19 19
20PV = "1.6.1" 20PV = "1.6.1"
21 21
22S = "${WORKDIR}/git"
23 22
24EXTRA_AUTORECONF += "-I m4" 23EXTRA_AUTORECONF += "-I m4"
25 24
diff --git a/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb b/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb
index ca3912da88..b6b8ff8c1f 100644
--- a/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb
+++ b/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb
@@ -7,6 +7,5 @@ inherit autotools allarch
7SRC_URI = "git://github.com/mypaint/mypaint-brushes.git;protocol=https;branch=v1.3.x" 7SRC_URI = "git://github.com/mypaint/mypaint-brushes.git;protocol=https;branch=v1.3.x"
8SRCREV = "8a0124ac0675103eae8fa41fad533851768ae1ce" 8SRCREV = "8a0124ac0675103eae8fa41fad533851768ae1ce"
9PV = "1.3.1" 9PV = "1.3.1"
10S = "${WORKDIR}/git"
11 10
12FILES:${PN} += "${datadir}/mypaint-data" 11FILES:${PN} += "${datadir}/mypaint-data"
diff --git a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb
index 9e641daa5a..2bbf73dffc 100644
--- a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb
+++ b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb
@@ -15,7 +15,6 @@ SRC_URI = "git://github.com/dsalt/devilspie2;branch=master;protocol=https \
15 file://devilspie2.desktop \ 15 file://devilspie2.desktop \
16" 16"
17 17
18S = "${WORKDIR}/git"
19 18
20inherit features_check pkgconfig gettext 19inherit features_check pkgconfig gettext
21 20
diff --git a/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb b/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb
index 5db9457122..922c93cc53 100644
--- a/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb
+++ b/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb
@@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6 6
7inherit allarch gtk-icon-cache 7inherit allarch gtk-icon-cache
8 8
9S = "${WORKDIR}/sources" 9S = "${UNPACKDIR}"
10UNPACKDIR = "${S}"
11 10
12SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${BPN}/${BPN}_${PV}.zip" 11SRC_URI = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${BPN}/${BPN}_${PV}.zip"
13SRC_URI[sha256sum] = "d4486fda0413f8a81a87e0dd2329f50f2a8a7cb4147b48cf147f0160add8174a" 12SRC_URI[sha256sum] = "d4486fda0413f8a81a87e0dd2329f50f2a8a7cb4147b48cf147f0160add8174a"
diff --git a/meta-gnome/recipes-gnome/gedit/libgedit-amtk_5.8.0.bb b/meta-gnome/recipes-gnome/gedit/libgedit-amtk_5.8.0.bb
index 11da836ff4..c2e7dd67e9 100644
--- a/meta-gnome/recipes-gnome/gedit/libgedit-amtk_5.8.0.bb
+++ b/meta-gnome/recipes-gnome/gedit/libgedit-amtk_5.8.0.bb
@@ -8,7 +8,6 @@ DEPENDS = "glib-2.0 gtk+3"
8inherit meson pkgconfig gobject-introspection features_check gtk-doc 8inherit meson pkgconfig gobject-introspection features_check gtk-doc
9 9
10SRC_URI = "git://github.com/gedit-technology/libgedit-amtk.git;protocol=https;branch=main" 10SRC_URI = "git://github.com/gedit-technology/libgedit-amtk.git;protocol=https;branch=main"
11S = "${WORKDIR}/git"
12SRCREV = "f6fbfd1c57de3d97cab2056a5c3088b0da49e8a4" 11SRCREV = "f6fbfd1c57de3d97cab2056a5c3088b0da49e8a4"
13 12
14ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 13ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
diff --git a/meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.2.1.bb b/meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.2.1.bb
index d66ce60802..4f21c3e569 100644
--- a/meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.2.1.bb
+++ b/meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.2.1.bb
@@ -8,7 +8,6 @@ DEPENDS = "glib-2.0 gtk+3 libxml2"
8inherit meson pkgconfig gobject-introspection features_check gtk-doc 8inherit meson pkgconfig gobject-introspection features_check gtk-doc
9 9
10SRC_URI = "git://github.com/gedit-technology/libgedit-gtksourceview.git;protocol=https;branch=main" 10SRC_URI = "git://github.com/gedit-technology/libgedit-gtksourceview.git;protocol=https;branch=main"
11S = "${WORKDIR}/git"
12SRCREV = "eaafc892d033713c7c823d8ad602061e456b3c88" 11SRCREV = "eaafc892d033713c7c823d8ad602061e456b3c88"
13 12
14ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 13ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3_3.34.5.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3_3.34.5.bb
index 2a97263125..1ceff5ffcf 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3_3.34.5.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3_3.34.5.bb
@@ -9,7 +9,7 @@ SECTION = "x11/gnome"
9DEPENDS = "udev gtk+3 libnotify libcanberra bluez5" 9DEPENDS = "udev gtk+3 libnotify libcanberra bluez5"
10 10
11GNOMEBN = "gnome-bluetooth" 11GNOMEBN = "gnome-bluetooth"
12S = "${WORKDIR}/${GNOMEBN}-${PV}" 12S = "${UNPACKDIR}/${GNOMEBN}-${PV}"
13 13
14GTKDOC_MESON_OPTION = "gtk_doc" 14GTKDOC_MESON_OPTION = "gtk_doc"
15 15
diff --git a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_48.0.bb b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_48.0.bb
index 0e41626e6d..3aa353748b 100644
--- a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_48.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_48.0.bb
@@ -28,7 +28,6 @@ inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check
28 28
29GIR_MESON_OPTION = "" 29GIR_MESON_OPTION = ""
30 30
31S = "${WORKDIR}/git"
32SRCREV = "b0bf5288438f74fcb455e1e49f855b4964a2c7cb" 31SRCREV = "b0bf5288438f74fcb455e1e49f855b4964a2c7cb"
33 32
34FILES:${PN} += "${datadir}" 33FILES:${PN} += "${datadir}"
diff --git a/meta-gnome/recipes-gnome/gnome-chess/gnuchess_6.2.9.bb b/meta-gnome/recipes-gnome/gnome-chess/gnuchess_6.2.9.bb
index 78606b8a2a..9e2a21d4cc 100644
--- a/meta-gnome/recipes-gnome/gnome-chess/gnuchess_6.2.9.bb
+++ b/meta-gnome/recipes-gnome/gnome-chess/gnuchess_6.2.9.bb
@@ -8,7 +8,7 @@ SRC_URI = "https://git.savannah.gnu.org/cgit/chess.git/snapshot/chess-${PV}.tar.
8 file://0001-Remove-register-storage-class-classifier.patch" 8 file://0001-Remove-register-storage-class-classifier.patch"
9SRC_URI[sha256sum] = "03f9e844ccdd48d20ee49314174404f8b643d83bb8ce9ec9d2e6a21f1b6fb9f5" 9SRC_URI[sha256sum] = "03f9e844ccdd48d20ee49314174404f8b643d83bb8ce9ec9d2e6a21f1b6fb9f5"
10 10
11S = "${WORKDIR}/chess-${PV}" 11S = "${UNPACKDIR}/chess-${PV}"
12 12
13inherit autotools gettext 13inherit autotools gettext
14 14
diff --git a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb
index cfbde967fd..332c2c5423 100644
--- a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb
@@ -24,7 +24,6 @@ SRC_URI = " \
24 file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \ 24 file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch \
25" 25"
26SRCREV = "965cb9307713c618253918633416fcad86bcc5d2" 26SRCREV = "965cb9307713c618253918633416fcad86bcc5d2"
27S = "${WORKDIR}/git"
28 27
29PACKAGECONFIG ?= "" 28PACKAGECONFIG ?= ""
30PACKAGECONFIG[nautilus] = "-Dnautilus_extension=true,-Dnautilus_extension=false,nautilus,nautilus" 29PACKAGECONFIG[nautilus] = "-Dnautilus_extension=true,-Dnautilus_extension=false,nautilus,nautilus"
diff --git a/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb b/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb
index 07d631bccb..3b087c148d 100644
--- a/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb
@@ -16,7 +16,6 @@ REQUIRED_DISTRO_FEATURES = "systemd"
16SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-user-share.git;protocol=https;branch=master" 16SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-user-share.git;protocol=https;branch=master"
17SRC_URI += "file://0001-build-Define-list-of-libc-feature-test-macros.patch" 17SRC_URI += "file://0001-build-Define-list-of-libc-feature-test-macros.patch"
18SRCREV = "77ecbaddab0ed2121859926acbfccc9cecdee0db" 18SRCREV = "77ecbaddab0ed2121859926acbfccc9cecdee0db"
19S = "${WORKDIR}/git"
20 19
21PACKAGECONFIG ??= "modules" 20PACKAGECONFIG ??= "modules"
22PACKAGECONFIG[httpd] = "-Dhttpd=${sbindir}/httpd,,,apache2 mod-dnssd" 21PACKAGECONFIG[httpd] = "-Dhttpd=${sbindir}/httpd,,,apache2 mod-dnssd"
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb
index 9d46b43c42..cefb975890 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb
@@ -6,8 +6,7 @@ inherit allarch
6 6
7SRC_URI = "file://classic-light.xml" 7SRC_URI = "file://classic-light.xml"
8 8
9S = "${WORKDIR}/sources" 9S = "${UNPACKDIR}"
10UNPACKDIR = "${S}"
11 10
12do_install() { 11do_install() {
13 install -d ${D}${datadir}/gtksourceview-3.0/styles 12 install -d ${D}${datadir}/gtksourceview-3.0/styles
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb
index d3fa032fcd..baf4c33d38 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb
@@ -8,7 +8,7 @@ DEPENDS = "gtk+3 libxml2 glib-2.0-native"
8 8
9PNAME = "gtksourceview" 9PNAME = "gtksourceview"
10 10
11S = "${WORKDIR}/${PNAME}-${PV}" 11S = "${UNPACKDIR}/${PNAME}-${PV}"
12 12
13GNOMEBASEBUILDCLASS = "autotools" 13GNOMEBASEBUILDCLASS = "autotools"
14inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection upstream-version-is-even 14inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection upstream-version-is-even
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb
index 109050397c..b9ff4ef459 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb
@@ -8,7 +8,7 @@ DEPENDS = "gtk+3 libxml2 glib-2.0-native"
8 8
9PNAME = "gtksourceview" 9PNAME = "gtksourceview"
10 10
11S = "${WORKDIR}/${PNAME}-${PV}" 11S = "${UNPACKDIR}/${PNAME}-${PV}"
12 12
13inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala 13inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala
14 14
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb
index 939d053a75..7076214a4d 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb
@@ -16,7 +16,7 @@ DEPENDS = " \
16 16
17PNAME = "gtksourceview" 17PNAME = "gtksourceview"
18 18
19S = "${WORKDIR}/${PNAME}-${PV}" 19S = "${UNPACKDIR}/${PNAME}-${PV}"
20 20
21 21
22inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala 22inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala
diff --git a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
index a89ab8cc74..b7c587d25f 100644
--- a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
+++ b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
@@ -10,5 +10,4 @@ REQUIRED_DISTRO_FEATURES = "opengl"
10SRCREV = "941560af497148588783db991e8135f52a82574d" 10SRCREV = "941560af497148588783db991e8135f52a82574d"
11SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https" 11SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https"
12 12
13S = "${WORKDIR}/git"
14 13
diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.4.bb b/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.4.bb
index 85bc21b5da..3d8a5ed33a 100644
--- a/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.4.bb
+++ b/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.4.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6GNOMEBN = "libgweather" 6GNOMEBN = "libgweather"
7S = "${WORKDIR}/${GNOMEBN}-${PV}" 7S = "${UNPACKDIR}/${GNOMEBN}-${PV}"
8 8
9inherit gnomebase gsettings gobject-introspection gettext gi-docgen vala features_check 9inherit gnomebase gsettings gobject-introspection gettext gi-docgen vala features_check
10 10
diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb
index 6c9c36f3ed..f4d027ebf7 100644
--- a/meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb
+++ b/meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb
@@ -22,7 +22,6 @@ inherit meson gobject-introspection gettext features_check pkgconfig
22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
23SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main" 23SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main"
24SRCREV = "16ab2567257a053bd957699f89080fafd0999035" 24SRCREV = "16ab2567257a053bd957699f89080fafd0999035"
25S = "${WORKDIR}/git"
26 25
27# gobject-introspection is mandatory and cannot be configured 26# gobject-introspection is mandatory and cannot be configured
28REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" 27REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc
index 9dce2ce4f3..9ec1dfe578 100644
--- a/meta-gnome/recipes-support/ibus/ibus.inc
+++ b/meta-gnome/recipes-support/ibus/ibus.inc
@@ -17,7 +17,6 @@ SRC_URI = " \
17 file://0001-src-Fix-declaration-errors-with-GCC-15.patch \ 17 file://0001-src-Fix-declaration-errors-with-GCC-15.patch \
18" 18"
19SRCREV = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3" 19SRCREV = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3"
20S = "${WORKDIR}/git"
21 20
22PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase" 21PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase"
23PACKAGECONFIG[dconf] = "--enable-dconf,--disable-dconf,dconf" 22PACKAGECONFIG[dconf] = "--enable-dconf,--disable-dconf,dconf"
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
index 5365db270e..bbd7c866e1 100644
--- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
+++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
@@ -8,7 +8,6 @@ DEPENDS = "gtk+3 gobject-introspection-native \
8 8
9LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4" 9LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4"
10 10
11S = "${WORKDIR}/git"
12 11
13SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" 12SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0"
14PV = "3.0+git" 13PV = "3.0+git"
diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb b/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb
index 8f45221ad3..f816cdf239 100644
--- a/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb
+++ b/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb
@@ -15,7 +15,6 @@ DEPENDS = " \
15 libgudev \ 15 libgudev \
16" 16"
17 17
18S = "${WORKDIR}/git"
19 18
20inherit meson pkgconfig 19inherit meson pkgconfig
21 20
diff --git a/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb b/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb
index 73f22a3d95..726139a6b3 100644
--- a/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb
+++ b/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb
@@ -14,7 +14,6 @@ EXTRA_OEMESON = "-Dupdate_cache=true"
14 14
15SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;branch=mainline" 15SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;branch=mainline"
16 16
17S = "${WORKDIR}/git"
18SRCREV = "52232e4ba282b2fed68e8fcb4b5d45ed0eaa4ed3" 17SRCREV = "52232e4ba282b2fed68e8fcb4b5d45ed0eaa4ed3"
19 18
20FILES:${PN} = " \ 19FILES:${PN} = " \
diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb
index 0f6a9291b8..5e83a07a4b 100644
--- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb
+++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb
@@ -17,7 +17,6 @@ REQUIRED_DISTRO_FEATURES = "polkit"
17 17
18SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main" 18SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main"
19 19
20S = "${WORKDIR}/git"
21SRCREV = "337202d4e7179857bc37b03c1a6d8c9d92e47c44" 20SRCREV = "337202d4e7179857bc37b03c1a6d8c9d92e47c44"
22 21
23PACKAGECONFIG ?= "wallpaper appchooser lockdown settings" 22PACKAGECONFIG ?= "wallpaper appchooser lockdown settings"