diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-11-11 14:49:21 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-11 09:26:41 -0800 |
commit | 84f88138586a64da397e0d940f39e039823b0306 (patch) | |
tree | 9ce6a1b58e06b68b9bf6b8e512f4063379454d36 /meta-gnome | |
parent | 105be9b3d92a4b863527418d9f20ce268d952282 (diff) | |
download | meta-openembedded-84f88138586a64da397e0d940f39e039823b0306.tar.gz |
drop GNOMEBASEBUILDCLASS = "meson"
It is set to meson by default
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
73 files changed, 14 insertions, 64 deletions
diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.6.bb b/meta-gnome/recipes-connectivity/folks/folks_0.15.6.bb index c94a9590f..5b9717f46 100644 --- a/meta-gnome/recipes-connectivity/folks/folks_0.15.6.bb +++ b/meta-gnome/recipes-connectivity/folks/folks_0.15.6.bb | |||
@@ -7,7 +7,6 @@ DEPENDS = " \ | |||
7 | libgee \ | 7 | libgee \ |
8 | " | 8 | " |
9 | 9 | ||
10 | GNOMEBASEBUILDCLASS = "meson" | ||
11 | EXTRA_OEMESON += "-Dtests=false -Db_lto=false " | 10 | EXTRA_OEMESON += "-Dtests=false -Db_lto=false " |
12 | 11 | ||
13 | CFLAGS:append:toolchain-clang = " -Wno-error=implicit-function-declaration" | 12 | CFLAGS:append:toolchain-clang = " -Wno-error=implicit-function-declaration" |
diff --git a/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb b/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb index 8737b6d7e..3bfe38f08 100644 --- a/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb +++ b/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.3.1.bb | |||
@@ -12,7 +12,6 @@ DEPENDS = " \ | |||
12 | zlib \ | 12 | zlib \ |
13 | " | 13 | " |
14 | 14 | ||
15 | GNOMEBASEBUILDCLASS = "meson" | ||
16 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 15 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
17 | GIR_MESON_OPTION = "" | 16 | GIR_MESON_OPTION = "" |
18 | VALA_MESON_OPTION = "with-vala" | 17 | VALA_MESON_OPTION = "with-vala" |
diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb index bff9a3360..997a5a71b 100644 --- a/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb +++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb | |||
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
4 | 4 | ||
5 | DEPENDS = "glib-2.0 gtk+3 gtk4 networkmanager" | 5 | DEPENDS = "glib-2.0 gtk+3 gtk4 networkmanager" |
6 | 6 | ||
7 | GNOMEBASEBUILDCLASS = "meson" | ||
8 | inherit gnomebase gobject-introspection gtk-doc gettext vala features_check | 7 | inherit gnomebase gobject-introspection gtk-doc gettext vala features_check |
9 | 8 | ||
10 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)} opengl" | 9 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)} opengl" |
diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.34.0.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.34.0.bb index 5ce1b9b14..312d759db 100644 --- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.34.0.bb +++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.34.0.bb | |||
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
4 | 4 | ||
5 | DEPENDS = "gtk+3 libnma libnotify libsecret libgudev networkmanager iso-codes nss" | 5 | DEPENDS = "gtk+3 libnma libnotify libsecret libgudev networkmanager iso-codes nss" |
6 | 6 | ||
7 | GNOMEBASEBUILDCLASS = "meson" | ||
8 | inherit features_check gnomebase gsettings gtk-icon-cache gettext pkgconfig | 7 | inherit features_check gnomebase gsettings gtk-icon-cache gettext pkgconfig |
9 | 8 | ||
10 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 9 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.106.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.106.bb index 5d656adb0..61cd7ada9 100644 --- a/meta-gnome/recipes-gimp/babl/babl_0.1.106.bb +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.106.bb | |||
@@ -2,8 +2,6 @@ SUMMARY = "Babl is a dynamic, any to any, pixel format conversion library" | |||
2 | LICENSE = "LGPL-3.0-only" | 2 | LICENSE = "LGPL-3.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | |||
7 | GIR_MESON_OPTION = "enable-gir" | 5 | GIR_MESON_OPTION = "enable-gir" |
8 | VALA_MESON_OPTION = "enable-vapi" | 6 | VALA_MESON_OPTION = "enable-vapi" |
9 | 7 | ||
diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.46.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.46.bb index 75e11722a..8c3f89fa9 100644 --- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.46.bb +++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.46.bb | |||
@@ -17,7 +17,6 @@ DEPENDS:append:toolchain-clang = " openmp" | |||
17 | DEPENDS:remove:toolchain-clang:riscv32 = "openmp" | 17 | DEPENDS:remove:toolchain-clang:riscv32 = "openmp" |
18 | DEPENDS:remove:toolchain-clang:powerpc = "openmp" | 18 | DEPENDS:remove:toolchain-clang:powerpc = "openmp" |
19 | 19 | ||
20 | GNOMEBASEBUILDCLASS = "meson" | ||
21 | VALA_MESON_OPTION = "" | 20 | VALA_MESON_OPTION = "" |
22 | 21 | ||
23 | inherit features_check gnomebase gobject-introspection vala | 22 | inherit features_check gnomebase gobject-introspection vala |
diff --git a/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb b/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb index 31226ef44..32a69a070 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "Configuration editor for dconf" | |||
2 | LICENSE = "GPL-3.0-only" | 2 | LICENSE = "GPL-3.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | 5 | ||
7 | DEPENDS = " \ | 6 | DEPENDS = " \ |
8 | dconf \ | 7 | dconf \ |
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb index 6641be86e..c5c45a026 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb | |||
@@ -7,7 +7,6 @@ SRC_URI[archive.sha256sum] = "cf7f22a4c9200421d8d3325c5c1b8b93a36843650c9f95d645 | |||
7 | 7 | ||
8 | DEPENDS = "dbus glib-2.0 intltool-native" | 8 | DEPENDS = "dbus glib-2.0 intltool-native" |
9 | 9 | ||
10 | GNOMEBASEBUILDCLASS = "meson" | ||
11 | 10 | ||
12 | inherit gnomebase bash-completion vala | 11 | inherit gnomebase bash-completion vala |
13 | 12 | ||
diff --git a/meta-gnome/recipes-gnome/eog/eog_45.1.bb b/meta-gnome/recipes-gnome/eog/eog_45.1.bb index 41bd5d882..41ed940c0 100644 --- a/meta-gnome/recipes-gnome/eog/eog_45.1.bb +++ b/meta-gnome/recipes-gnome/eog/eog_45.1.bb | |||
@@ -15,7 +15,6 @@ DEPENDS = " \ | |||
15 | lcms \ | 15 | lcms \ |
16 | " | 16 | " |
17 | 17 | ||
18 | GNOMEBASEBUILDCLASS = "meson" | ||
19 | 18 | ||
20 | inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache | 19 | inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache |
21 | 20 | ||
diff --git a/meta-gnome/recipes-gnome/evince/evince_45.0.bb b/meta-gnome/recipes-gnome/evince/evince_45.0.bb index d97a8a0cf..e2c6b3b82 100644 --- a/meta-gnome/recipes-gnome/evince/evince_45.0.bb +++ b/meta-gnome/recipes-gnome/evince/evince_45.0.bb | |||
@@ -25,7 +25,6 @@ DEPENDS = " \ | |||
25 | zlib \ | 25 | zlib \ |
26 | " | 26 | " |
27 | 27 | ||
28 | GNOMEBASEBUILDCLASS = "meson" | ||
29 | 28 | ||
30 | inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gi-docgen features_check gtk-icon-cache | 29 | inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gi-docgen features_check gtk-icon-cache |
31 | 30 | ||
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc index 195b8cb85..2f3bf6198 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc | |||
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \ | |||
7 | file://src/camel/camel.h;endline=24;md5=342fc5e9357254bc30c24e43ae47d9a1 \ | 7 | file://src/camel/camel.h;endline=24;md5=342fc5e9357254bc30c24e43ae47d9a1 \ |
8 | file://src/libedataserver/e-data-server-util.h;endline=20;md5=8f21a9c80ea82a4fb80b5f959f672543" | 8 | file://src/libedataserver/e-data-server-util.h;endline=20;md5=8f21a9c80ea82a4fb80b5f959f672543" |
9 | 9 | ||
10 | GNOMEBASEBUILDCLASS = "autotools" | ||
10 | inherit gnomebase upstream-version-is-even | 11 | inherit gnomebase upstream-version-is-even |
11 | 12 | ||
12 | SRC_URI[archive.sha256sum] = "91f4ffc38a1b8d2fe8939834449ac541c0bff4a39b444edc2a9529344a28e98a" | 13 | SRC_URI[archive.sha256sum] = "91f4ffc38a1b8d2fe8939834449ac541c0bff4a39b444edc2a9529344a28e98a" |
diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_43.0.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_43.0.bb index f9b6841d6..ce2b6d95b 100644 --- a/meta-gnome/recipes-gnome/file-roller/file-roller_43.0.bb +++ b/meta-gnome/recipes-gnome/file-roller/file-roller_43.0.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "An archive manager utility for the GNOME Environment" | |||
2 | LICENSE="GPL-2.0-only" | 2 | LICENSE="GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | 5 | ||
7 | DEPENDS = " \ | 6 | DEPENDS = " \ |
8 | desktop-file-utils-native \ | 7 | desktop-file-utils-native \ |
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_45.0.1.bb b/meta-gnome/recipes-gnome/gdm/gdm_45.0.1.bb index 311d28325..d95ea9013 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm_45.0.1.bb +++ b/meta-gnome/recipes-gnome/gdm/gdm_45.0.1.bb | |||
@@ -17,7 +17,6 @@ DEPENDS = " \ | |||
17 | REQUIRED_DISTRO_FEATURES = "x11 systemd pam polkit gobject-introspection-data" | 17 | REQUIRED_DISTRO_FEATURES = "x11 systemd pam polkit gobject-introspection-data" |
18 | GIR_MESON_OPTION = "" | 18 | GIR_MESON_OPTION = "" |
19 | 19 | ||
20 | GNOMEBASEBUILDCLASS = "meson" | ||
21 | 20 | ||
22 | inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd useradd itstool gnome-help features_check | 21 | inherit gnomebase gsettings pkgconfig gobject-introspection gettext systemd useradd itstool gnome-help features_check |
23 | SRC_URI = "https://download.gnome.org/sources/gdm/${@oe.utils.trim_version("${PV}", 1)}/gdm-${PV}.tar.xz" | 22 | SRC_URI = "https://download.gnome.org/sources/gdm/${@oe.utils.trim_version("${PV}", 1)}/gdm-${PV}.tar.xz" |
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_46.1.bb b/meta-gnome/recipes-gnome/gedit/gedit_46.1.bb index 0014b512a..c0221b9a7 100644 --- a/meta-gnome/recipes-gnome/gedit/gedit_46.1.bb +++ b/meta-gnome/recipes-gnome/gedit/gedit_46.1.bb | |||
@@ -3,7 +3,6 @@ SECTION = "x11/gnome" | |||
3 | LICENSE = "GPL-2.0-or-later" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" |
5 | 5 | ||
6 | GNOMEBASEBUILDCLASS = "meson" | ||
7 | 6 | ||
8 | DEPENDS = " \ | 7 | DEPENDS = " \ |
9 | appstream-glib-native \ | 8 | appstream-glib-native \ |
diff --git a/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.4.bb b/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.4.bb index 42659d0f6..a1495d615 100644 --- a/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.4.bb +++ b/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.4.bb | |||
@@ -3,7 +3,6 @@ SUMMARY = "A convenience library for the geocoding" | |||
3 | LICENSE = "LGPL-2.0-only" | 3 | LICENSE = "LGPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | 4 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" |
5 | 5 | ||
6 | GNOMEBASEBUILDCLASS = "meson" | ||
7 | GIR_MESON_OPTION = "enable-introspection" | 6 | GIR_MESON_OPTION = "enable-introspection" |
8 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | 7 | GTKDOC_MESON_OPTION = "enable-gtk-doc" |
9 | 8 | ||
diff --git a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb index 19d31f428..8fd658310 100644 --- a/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb +++ b/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.2.bb | |||
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2" | |||
4 | 4 | ||
5 | DEPENDS = "exiv2 python3-pygobject-native" | 5 | DEPENDS = "exiv2 python3-pygobject-native" |
6 | 6 | ||
7 | GNOMEBASEBUILDCLASS = "meson" | ||
8 | GTKDOC_MESON_OPTION = "gtk_doc" | 7 | GTKDOC_MESON_OPTION = "gtk_doc" |
9 | 8 | ||
10 | inherit gnomebase gobject-introspection gtk-doc python3native vala | 9 | inherit gnomebase gobject-introspection gtk-doc python3native vala |
diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb index faeaa8ccb..e9ee434ad 100644 --- a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb +++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = " \ | |||
10 | libsoup-2.4 \ | 10 | libsoup-2.4 \ |
11 | gnome-online-accounts \ | 11 | gnome-online-accounts \ |
12 | " | 12 | " |
13 | 13 | GNOMEBASEBUILDCLASS = "autotools" | |
14 | inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check | 14 | inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check |
15 | 15 | ||
16 | # for gnome-online-accounts | 16 | # for gnome-online-accounts |
diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.78.0.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.78.0.bb index e91fa1bc6..67efdabd7 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.78.0.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.78.0.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "Javascript bindings for GNOME" | |||
2 | LICENSE = "MIT & LGPL-2.0-or-later" | 2 | LICENSE = "MIT & LGPL-2.0-or-later" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8dcea832f6acf45d856abfeb2d51ec48" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8dcea832f6acf45d856abfeb2d51ec48" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | 5 | ||
7 | DEPENDS = "mozjs-115 cairo" | 6 | DEPENDS = "mozjs-115 cairo" |
8 | 7 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.4.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.4.bb index 29aeef1ad..8d602eee4 100644 --- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.4.bb +++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.4.bb | |||
@@ -7,7 +7,6 @@ DEPENDS = " \ | |||
7 | libarchive \ | 7 | libarchive \ |
8 | " | 8 | " |
9 | 9 | ||
10 | GNOMEBASEBUILDCLASS = "meson" | ||
11 | GIR_MESON_ENABLE_FLAG = 'enabled' | 10 | GIR_MESON_ENABLE_FLAG = 'enabled' |
12 | GIR_MESON_DISABLE_FLAG = 'disabled' | 11 | GIR_MESON_DISABLE_FLAG = 'disabled' |
13 | GTKDOC_MESON_OPTION = "gtk_doc" | 12 | GTKDOC_MESON_OPTION = "gtk_doc" |
diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_45.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_45.0.bb index 534f9a4c2..704a0b645 100644 --- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_45.0.bb +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_45.0.bb | |||
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b52fb0a6df395efb7047cb6fc56bfd7e" | |||
4 | 4 | ||
5 | SECTION = "x11/gnome" | 5 | SECTION = "x11/gnome" |
6 | 6 | ||
7 | GNOMEBASEBUILDCLASS = "meson" | ||
8 | 7 | ||
9 | inherit gnomebase gettext allarch | 8 | inherit gnomebase gettext allarch |
10 | 9 | ||
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 e2a885b1f..2a9726312 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 | |||
@@ -11,7 +11,6 @@ DEPENDS = "udev gtk+3 libnotify libcanberra bluez5" | |||
11 | GNOMEBN = "gnome-bluetooth" | 11 | GNOMEBN = "gnome-bluetooth" |
12 | S = "${WORKDIR}/${GNOMEBN}-${PV}" | 12 | S = "${WORKDIR}/${GNOMEBN}-${PV}" |
13 | 13 | ||
14 | GNOMEBASEBUILDCLASS = "meson" | ||
15 | GTKDOC_MESON_OPTION = "gtk_doc" | 14 | GTKDOC_MESON_OPTION = "gtk_doc" |
16 | 15 | ||
17 | inherit features_check gnomebase gtk-icon-cache gtk-doc gobject-introspection upstream-version-is-even | 16 | inherit features_check gnomebase gtk-icon-cache gtk-doc gobject-introspection upstream-version-is-even |
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.6.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.6.bb index 7cce14dba..1385e4203 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.6.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.6.bb | |||
@@ -18,7 +18,6 @@ DEPENDS = " \ | |||
18 | libadwaita \ | 18 | libadwaita \ |
19 | " | 19 | " |
20 | 20 | ||
21 | GNOMEBASEBUILDCLASS = "meson" | ||
22 | GTKDOC_MESON_OPTION = "gtk_doc" | 21 | GTKDOC_MESON_OPTION = "gtk_doc" |
23 | GTKIC_VERSION = "4" | 22 | GTKIC_VERSION = "4" |
24 | 23 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_45.0.2.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_45.0.2.bb index 3482f76a5..30f532c63 100644 --- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_45.0.2.bb +++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_45.0.2.bb | |||
@@ -20,7 +20,6 @@ GIR_MESON_ENABLE_FLAG = 'false' | |||
20 | GIR_MESON_DISABLE_FLAG = 'true' | 20 | GIR_MESON_DISABLE_FLAG = 'true' |
21 | VALA_MESON_OPTION = '' | 21 | VALA_MESON_OPTION = '' |
22 | 22 | ||
23 | GNOMEBASEBUILDCLASS = "meson" | ||
24 | GTKIC_VERSION = '4' | 23 | GTKIC_VERSION = '4' |
25 | 24 | ||
26 | inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check | 25 | inherit gnomebase gobject-introspection gnome-help vala gtk-icon-cache gettext features_check |
diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb index 1f63c8aeb..bcc19fbed 100644 --- a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb +++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb | |||
@@ -17,7 +17,6 @@ DEPENDS = " \ | |||
17 | geocode-glib \ | 17 | geocode-glib \ |
18 | " | 18 | " |
19 | 19 | ||
20 | GNOMEBASEBUILDCLASS = "meson" | ||
21 | GTKIC_VERSION = '4' | 20 | GTKIC_VERSION = '4' |
22 | inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even mime-xdg | 21 | inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even mime-xdg |
23 | 22 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.16.1.bb b/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.16.1.bb index 6aa28fc00..474512daa 100644 --- a/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.16.1.bb +++ b/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.16.1.bb | |||
@@ -13,7 +13,6 @@ CXXFLAGS += "-D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR" | |||
13 | inherit gnomebase itstool gettext gnome-help features_check meson gtk-icon-cache mime-xdg | 13 | inherit gnomebase itstool gettext gnome-help features_check meson gtk-icon-cache mime-xdg |
14 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 14 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" |
15 | 15 | ||
16 | GNOMEBASEBUILDCLASS = "meson" | ||
17 | GIR_MESON_ENABLE_FLAG = 'enabled' | 16 | GIR_MESON_ENABLE_FLAG = 'enabled' |
18 | GIR_MESON_DISABLE_FLAG = 'disabled' | 17 | GIR_MESON_DISABLE_FLAG = 'disabled' |
19 | 18 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.1.bb index 34e054f99..123c0b89f 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.1.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_45.1.bb | |||
@@ -3,7 +3,6 @@ DESCRIPTION = "GNOME Settings is GNOME's main interface for configuration of var | |||
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" |
5 | 5 | ||
6 | GNOMEBASEBUILDCLASS = "meson" | ||
7 | GTKIC_VERSION = "4" | 6 | GTKIC_VERSION = "4" |
8 | 7 | ||
9 | DEPENDS = " \ | 8 | DEPENDS = " \ |
diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_44.0.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_44.0.bb index 03411c88d..19bae74ce 100644 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_44.0.bb +++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_44.0.bb | |||
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = " \ | |||
6 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | 6 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ |
7 | " | 7 | " |
8 | 8 | ||
9 | GNOMEBASEBUILDCLASS = "meson" | ||
10 | 9 | ||
11 | inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspection features_check gtk-doc | 10 | inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspection features_check gtk-doc |
12 | 11 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_45.0.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_45.0.bb index 7cae5dbcc..4f3738cfb 100644 --- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_45.0.bb +++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_45.0.bb | |||
@@ -16,7 +16,6 @@ DEPENDS = " \ | |||
16 | xz \ | 16 | xz \ |
17 | " | 17 | " |
18 | 18 | ||
19 | GNOMEBASEBUILDCLASS = "meson" | ||
20 | 19 | ||
21 | inherit gnomebase gsettings gtk-icon-cache gettext features_check mime-xdg | 20 | inherit gnomebase gsettings gtk-icon-cache gettext features_check mime-xdg |
22 | 21 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.46.0.bb b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.46.0.bb index 597cdbab9..cf1122714 100644 --- a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.46.0.bb +++ b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.46.0.bb | |||
@@ -2,6 +2,7 @@ SUMMARY = "GNOME Flashback (GNOME 2) session" | |||
2 | LICENSE = "GPL-3.0-only" | 2 | LICENSE = "GPL-3.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "autotools" | ||
5 | inherit gnomebase gsettings gtk-icon-cache gettext upstream-version-is-even features_check | 6 | inherit gnomebase gsettings gtk-icon-cache gettext upstream-version-is-even features_check |
6 | 7 | ||
7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" | 8 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" |
diff --git a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_45.0.bb b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_45.0.bb index 2b24e54fe..629bc7186 100644 --- a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_45.0.bb +++ b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_45.0.bb | |||
@@ -10,7 +10,6 @@ DEPENDS = " \ | |||
10 | libadwaita \ | 10 | libadwaita \ |
11 | " | 11 | " |
12 | 12 | ||
13 | GNOMEBASEBUILDCLASS = "meson" | ||
14 | 13 | ||
15 | inherit gnomebase gtk-icon-cache gettext features_check mime-xdg | 14 | inherit gnomebase gtk-icon-cache gettext features_check mime-xdg |
16 | 15 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_42.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_42.1.bb index 241a94cd7..65c22e639 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_42.1.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_42.1.bb | |||
@@ -17,6 +17,7 @@ DEPENDS = " \ | |||
17 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} \ | 17 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} \ |
18 | " | 18 | " |
19 | 19 | ||
20 | GNOMEBASEBUILDCLASS = "autotools" | ||
20 | inherit gnomebase gsettings features_check gettext | 21 | inherit gnomebase gsettings features_check gettext |
21 | 22 | ||
22 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 23 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
diff --git a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_3.36.0.bb b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_3.36.0.bb index fa162510c..47b6733e4 100644 --- a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_3.36.0.bb +++ b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_3.36.0.bb | |||
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
6 | 6 | ||
7 | DEPENDS = "glib-2.0" | 7 | DEPENDS = "glib-2.0" |
8 | 8 | ||
9 | GNOMEBASEBUILDCLASS = "autotools" | ||
9 | inherit gnomebase gettext pkgconfig gobject-introspection upstream-version-is-even | 10 | inherit gnomebase gettext pkgconfig gobject-introspection upstream-version-is-even |
10 | 11 | ||
11 | SRC_URI[archive.md5sum] = "a8fd71fcf31a87fc799d80396a526829" | 12 | SRC_URI[archive.md5sum] = "a8fd71fcf31a87fc799d80396a526829" |
diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb index cd14b4850..47b234e23 100644 --- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "GNOME Online Accounts - Single sign-on framework for GNOME" | |||
2 | LICENSE = "LGPL-2.0-or-later" | 2 | LICENSE = "LGPL-2.0-or-later" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=34c88b124db5fb2762c1676be7dadd36" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=34c88b124db5fb2762c1676be7dadd36" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | 5 | ||
7 | inherit gnomebase gsettings gobject-introspection gtk-icon-cache vala features_check | 6 | inherit gnomebase gsettings gobject-introspection gtk-icon-cache vala features_check |
8 | 7 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.47.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.47.1.bb index 8380c51ed..02a8b01b2 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.47.1.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.47.1.bb | |||
@@ -2,6 +2,7 @@ SUMMARY = "GNOME flashback panel" | |||
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "autotools" | ||
5 | inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gettext upstream-version-is-even features_check | 6 | inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gettext upstream-version-is-even features_check |
6 | 7 | ||
7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" | 8 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" |
diff --git a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb index 066a50e52..4b05e52ca 100644 --- a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb +++ b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb | |||
@@ -24,7 +24,6 @@ DEPENDS = " \ | |||
24 | 24 | ||
25 | RDEPENDS:${PN} = "tracker-miners" | 25 | RDEPENDS:${PN} = "tracker-miners" |
26 | 26 | ||
27 | GNOMEBASEBUILDCLASS = "meson" | ||
28 | 27 | ||
29 | inherit gnomebase gettext gnome-help features_check | 28 | inherit gnomebase gettext gnome-help features_check |
30 | 29 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot_41.0.bb b/meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot_41.0.bb index fa7e161e9..4f82492e6 100644 --- a/meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot_41.0.bb +++ b/meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot_41.0.bb | |||
@@ -6,8 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
6 | 6 | ||
7 | SECTION = "x11/gnome" | 7 | SECTION = "x11/gnome" |
8 | 8 | ||
9 | GNOMEBASEBUILDCLASS = "meson" | ||
10 | |||
11 | inherit features_check gnomebase gettext upstream-version-is-even pkgconfig | 9 | inherit features_check gnomebase gettext upstream-version-is-even pkgconfig |
12 | 10 | ||
13 | SRC_URI += " file://0001-meson-remove-extraneous-positional-argument.patch" | 11 | SRC_URI += " file://0001-meson-remove-extraneous-positional-argument.patch" |
diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb index ec5b47b97..c5e27af58 100644 --- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb +++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_45.0.bb | |||
@@ -16,7 +16,6 @@ DEPENDS = " \ | |||
16 | json-glib \ | 16 | json-glib \ |
17 | " | 17 | " |
18 | 18 | ||
19 | GNOMEBASEBUILDCLASS = "meson" | ||
20 | 19 | ||
21 | inherit gnomebase gettext gsettings upstream-version-is-even features_check | 20 | inherit gnomebase gettext gsettings upstream-version-is-even features_check |
22 | 21 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb index 16b7f2367..90df8bbd0 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "Window navigation construction toolkit" | |||
2 | LICENSE = "LGPL-2.0-only" | 2 | LICENSE = "LGPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | 5 | ||
7 | inherit gnomebase gsettings gobject-introspection gettext features_check upstream-version-is-even | 6 | inherit gnomebase gsettings gobject-introspection gettext features_check upstream-version-is-even |
8 | 7 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_44.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_44.1.bb index 126e5ef3f..fc3e20486 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_44.1.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_44.1.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "GNOME Shell Extensions" | |||
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | 5 | ||
7 | inherit gnomebase gettext gsettings features_check | 6 | inherit gnomebase gettext gsettings features_check |
8 | 7 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb index 472c3bdb8..d35437cb5 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.1.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "GNOME Shell is the graphical shell of the GNOME desktop environment" | |||
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | 5 | ||
7 | DEPENDS = " \ | 6 | DEPENDS = " \ |
8 | libxml2-native \ | 7 | libxml2-native \ |
diff --git a/meta-gnome/recipes-gnome/gnome-software/gnome-software_45.1.bb b/meta-gnome/recipes-gnome/gnome-software/gnome-software_45.1.bb index d5ed29c8a..f363a2bbe 100644 --- a/meta-gnome/recipes-gnome/gnome-software/gnome-software_45.1.bb +++ b/meta-gnome/recipes-gnome/gnome-software/gnome-software_45.1.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "GNOME Software allows users to easily find, discover and install apps | |||
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | GTKDOC_MESON_OPTION ?= "gtk_doc" | 5 | GTKDOC_MESON_OPTION ?= "gtk_doc" |
7 | 6 | ||
8 | inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gtk-doc mime mime-xdg gettext upstream-version-is-even features_check | 7 | inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gtk-doc mime mime-xdg gettext upstream-version-is-even features_check |
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb index c8130d27e..b90bbb8e5 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_45.0.1.bb | |||
@@ -13,7 +13,6 @@ DEPENDS = " \ | |||
13 | libhandy \ | 13 | libhandy \ |
14 | " | 14 | " |
15 | 15 | ||
16 | GNOMEBASEBUILDCLASS = "meson" | ||
17 | 16 | ||
18 | inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext | 17 | inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext |
19 | 18 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.1.bb b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.1.bb index 13b440dfe..8f91f7cca 100644 --- a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.1.bb +++ b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.48.1.bb | |||
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = " \ | |||
5 | file://COPYING.GFDL;md5=a22d0be1ce2284b67950a4d1673dd1b0 \ | 5 | file://COPYING.GFDL;md5=a22d0be1ce2284b67950a4d1673dd1b0 \ |
6 | " | 6 | " |
7 | 7 | ||
8 | GNOMEBASEBUILDCLASS = "meson" | ||
9 | 8 | ||
10 | inherit pkgconfig meson gsettings gnome-help gettext itstool upstream-version-is-even | 9 | inherit pkgconfig meson gsettings gnome-help gettext itstool upstream-version-is-even |
11 | 10 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb index c1e8f3a99..2d310bd05 100644 --- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb +++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_45.1.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "A simple text editor" | |||
2 | LICENSE = "GPL-3.0-only" | 2 | LICENSE = "GPL-3.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | 5 | ||
7 | DEPENDS = " \ | 6 | DEPENDS = " \ |
8 | desktop-file-utils-native \ | 7 | desktop-file-utils-native \ |
diff --git a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb index ffdf2c9d3..a8d6a2ad6 100644 --- a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb +++ b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb | |||
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = " \ | |||
7 | 7 | ||
8 | DEPENDS = "libhandy" | 8 | DEPENDS = "libhandy" |
9 | 9 | ||
10 | GNOMEBASEBUILDCLASS = "meson" | ||
11 | 10 | ||
12 | inherit gnomebase gtk-icon-cache gobject-introspection features_check | 11 | inherit gnomebase gtk-icon-cache gobject-introspection features_check |
13 | 12 | ||
diff --git a/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb b/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb index 91cbe82ea..40603993f 100644 --- a/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb +++ b/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb | |||
@@ -11,7 +11,6 @@ DEPENDS = " \ | |||
11 | liboauth \ | 11 | liboauth \ |
12 | " | 12 | " |
13 | 13 | ||
14 | GNOMEBASEBUILDCLASS = "meson" | ||
15 | 14 | ||
16 | inherit gnomebase gnome-help vala | 15 | inherit gnomebase gnome-help vala |
17 | 16 | ||
diff --git a/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb b/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb index e86f75f0c..14e1ca9fe 100644 --- a/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb +++ b/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb | |||
@@ -7,7 +7,6 @@ DEPENDS = " \ | |||
7 | glib-2.0 \ | 7 | glib-2.0 \ |
8 | " | 8 | " |
9 | 9 | ||
10 | GNOMEBASEBUILDCLASS = "meson" | ||
11 | 10 | ||
12 | inherit gnomebase gobject-introspection gtk-doc gettext vala | 11 | inherit gnomebase gobject-introspection gtk-doc gettext vala |
13 | 12 | ||
diff --git a/meta-gnome/recipes-gnome/gsound/gsound_1.0.3.bb b/meta-gnome/recipes-gnome/gsound/gsound_1.0.3.bb index d01067eb1..6a50c22c7 100644 --- a/meta-gnome/recipes-gnome/gsound/gsound_1.0.3.bb +++ b/meta-gnome/recipes-gnome/gsound/gsound_1.0.3.bb | |||
@@ -7,7 +7,6 @@ DEPENDS = " \ | |||
7 | libcanberra \ | 7 | libcanberra \ |
8 | " | 8 | " |
9 | 9 | ||
10 | GNOMEBASEBUILDCLASS = "meson" | ||
11 | 10 | ||
12 | VALA_MESON_OPTION = "enable_vala" | 11 | VALA_MESON_OPTION = "enable_vala" |
13 | 12 | ||
diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb index 389f2fd48..67e64915b 100644 --- a/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb +++ b/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb | |||
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8c2e1ec1540fb3e0beb68361344cba7e" | |||
5 | 5 | ||
6 | DEPENDS = "gtk+3 iso-codes enchant2" | 6 | DEPENDS = "gtk+3 iso-codes enchant2" |
7 | 7 | ||
8 | GNOMEBASEBUILDCLASS = "autotools" | ||
8 | inherit gnomebase gettext gobject-introspection vala | 9 | inherit gnomebase gettext gobject-introspection vala |
9 | 10 | ||
10 | SRC_URI[archive.sha256sum] = "b4e993bd827e4ceb6a770b1b5e8950fce3be9c8b2b0cbeb22fdf992808dd2139" | 11 | SRC_URI[archive.sha256sum] = "b4e993bd827e4ceb6a770b1b5e8950fce3be9c8b2b0cbeb22fdf992808dd2139" |
diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.2.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.2.bb index 92152aca6..ecf8f6ab5 100644 --- a/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.2.bb +++ b/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.2.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "Image viewer and browser" | |||
2 | LICENSE="GPL-2.0-only" | 2 | LICENSE="GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | 5 | ||
7 | REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" | 6 | REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" |
8 | 7 | ||
@@ -24,6 +23,7 @@ DEPENDS = " \ | |||
24 | libsecret \ | 23 | libsecret \ |
25 | " | 24 | " |
26 | 25 | ||
26 | GNOMEBASEBUILDCLASS = "autotools" | ||
27 | inherit features_check gnomebase gnome-help gsettings itstool mime-xdg | 27 | inherit features_check gnomebase gnome-help gsettings itstool mime-xdg |
28 | 28 | ||
29 | SRC_URI[archive.sha256sum] = "97f8afe522535216541ebbf1e3b546d12a6beb38a8f0eb85f26e676934aad425" | 29 | SRC_URI[archive.sha256sum] = "97f8afe522535216541ebbf1e3b546d12a6beb38a8f0eb85f26e676934aad425" |
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 1e5652d3b..75f199b10 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb | |||
@@ -10,6 +10,7 @@ PNAME = "gtksourceview" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/${PNAME}-${PV}" | 11 | S = "${WORKDIR}/${PNAME}-${PV}" |
12 | 12 | ||
13 | GNOMEBASEBUILDCLASS = "autotools" | ||
13 | inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection upstream-version-is-even | 14 | inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection upstream-version-is-even |
14 | 15 | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | 16 | REQUIRED_DISTRO_FEATURES = "x11" |
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb index 979da792f..b10a317fa 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.2.bb | |||
@@ -10,7 +10,6 @@ PNAME = "gtksourceview" | |||
10 | 10 | ||
11 | S = "${WORKDIR}/${PNAME}-${PV}" | 11 | S = "${WORKDIR}/${PNAME}-${PV}" |
12 | 12 | ||
13 | GNOMEBASEBUILDCLASS = "meson" | ||
14 | 13 | ||
15 | inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala | 14 | inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection vala |
16 | 15 | ||
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb index 33830c6a2..f43fe2cf5 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb | |||
@@ -19,7 +19,6 @@ PNAME = "gtksourceview" | |||
19 | 19 | ||
20 | S = "${WORKDIR}/${PNAME}-${PV}" | 20 | S = "${WORKDIR}/${PNAME}-${PV}" |
21 | 21 | ||
22 | GNOMEBASEBUILDCLASS = "meson" | ||
23 | 22 | ||
24 | inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala | 23 | inherit gnomebase lib_package gettext features_check gi-docgen gtk-icon-cache gobject-introspection vala |
25 | 24 | ||
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb index 61c8fadfd..627b499fe 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb | |||
@@ -2,7 +2,6 @@ DESCRIPTION = "gvfs is a userspace virtual filesystem" | |||
2 | LICENSE = "LGPL-2.0-only" | 2 | LICENSE = "LGPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | inherit gnomebase gsettings bash-completion gettext upstream-version-is-even features_check useradd | 5 | inherit gnomebase gsettings bash-completion gettext upstream-version-is-even features_check useradd |
7 | 6 | ||
8 | DEPENDS += "\ | 7 | DEPENDS += "\ |
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb index 126ef712d..15e3d889f 100644 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb | |||
@@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | |||
10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr3 json-glib" | 10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr3 json-glib" |
11 | 11 | ||
12 | GTKDOC_MESON_OPTION = "gtk_doc" | 12 | GTKDOC_MESON_OPTION = "gtk_doc" |
13 | GNOMEBASEBUILDCLASS = "meson" | ||
14 | 13 | ||
15 | inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages features_check | 14 | inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages features_check |
16 | 15 | ||
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb index e213f60bc..a54991574 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.51.bb | |||
@@ -6,6 +6,7 @@ SECTION = "libs" | |||
6 | 6 | ||
7 | DEPENDS= "libxml2 bzip2 glib-2.0 zlib gnome-common-native" | 7 | DEPENDS= "libxml2 bzip2 glib-2.0 zlib gnome-common-native" |
8 | 8 | ||
9 | GNOMEBASEBUILDCLASS = "autotools" | ||
9 | inherit gnomebase gobject-introspection gettext gtk-doc | 10 | inherit gnomebase gobject-introspection gettext gtk-doc |
10 | 11 | ||
11 | SRC_URI[archive.sha256sum] = "f0b83251f98b0fd5592b11895910cc0e19f798110b389aba7da1cb7c474017f5" | 12 | SRC_URI[archive.sha256sum] = "f0b83251f98b0fd5592b11895910cc0e19f798110b389aba7da1cb7c474017f5" |
diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.41.1.bb b/meta-gnome/recipes-gnome/libgtop/libgtop_2.41.1.bb index 9a50b5e82..a8483de1a 100644 --- a/meta-gnome/recipes-gnome/libgtop/libgtop_2.41.1.bb +++ b/meta-gnome/recipes-gnome/libgtop/libgtop_2.41.1.bb | |||
@@ -2,6 +2,7 @@ SUMMARY = "A library for collecting system monitoring data" | |||
2 | LICENSE = "GPL-2.0-or-later" | 2 | LICENSE = "GPL-2.0-or-later" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "autotools" | ||
5 | inherit gnomebase lib_package gtk-doc gobject-introspection gettext upstream-version-is-even features_check | 6 | inherit gnomebase lib_package gtk-doc gobject-introspection gettext upstream-version-is-even features_check |
6 | 7 | ||
7 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 8 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.0.bb b/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.0.bb index 06353efab..c30edd15c 100644 --- a/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.0.bb +++ b/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.0.bb | |||
@@ -3,7 +3,6 @@ SUMMARY = "A library to access weather information from online services" | |||
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | GNOMEBASEBUILDCLASS = "meson" | ||
7 | GNOMEBN = "libgweather" | 6 | GNOMEBN = "libgweather" |
8 | S = "${WORKDIR}/${GNOMEBN}-${PV}" | 7 | S = "${WORKDIR}/${GNOMEBN}-${PV}" |
9 | 8 | ||
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_43.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_43.0.bb index 5b4de3290..c7f798911 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_43.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_43.0.bb | |||
@@ -10,7 +10,6 @@ DEPENDS = "cairo glib-2.0 gtk+3" | |||
10 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 10 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
11 | PACKAGECONFIG[x11] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification libxres" | 11 | PACKAGECONFIG[x11] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification libxres" |
12 | 12 | ||
13 | GNOMEBASEBUILDCLASS = "meson" | ||
14 | GTKDOC_MESON_OPTION = "gtk_doc" | 13 | GTKDOC_MESON_OPTION = "gtk_doc" |
15 | GIR_MESON_ENABLE_FLAG = 'enabled' | 14 | GIR_MESON_ENABLE_FLAG = 'enabled' |
16 | GIR_MESON_DISABLE_FLAG = 'disabled' | 15 | GIR_MESON_DISABLE_FLAG = 'disabled' |
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb index 3abba9499..8655affdb 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | |||
@@ -8,6 +8,7 @@ DEPENDS = "intltool-native gnome-common-native gtk+ gdk-pixbuf-native libxres" | |||
8 | PACKAGECONFIG ??= "startup-notification" | 8 | PACKAGECONFIG ??= "startup-notification" |
9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
10 | 10 | ||
11 | GNOMEBASEBUILDCLASS = "autotools" | ||
11 | inherit gnomebase gobject-introspection features_check | 12 | inherit gnomebase gobject-introspection features_check |
12 | REQUIRED_DISTRO_FEATURES = "x11" | 13 | REQUIRED_DISTRO_FEATURES = "x11" |
13 | 14 | ||
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.50.0.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.50.0.bb index 2f8173c01..e6921e6de 100644 --- a/meta-gnome/recipes-gnome/metacity/metacity_3.50.0.bb +++ b/meta-gnome/recipes-gnome/metacity/metacity_3.50.0.bb | |||
@@ -21,6 +21,7 @@ DEPENDS = " \ | |||
21 | # depends on startup-notification which depends on virtual/libx11 | 21 | # depends on startup-notification which depends on virtual/libx11 |
22 | REQUIRED_DISTRO_FEATURES = "x11" | 22 | REQUIRED_DISTRO_FEATURES = "x11" |
23 | 23 | ||
24 | GNOMEBASEBUILDCLASS = "autotools" | ||
24 | inherit gnomebase gsettings gettext upstream-version-is-even features_check | 25 | inherit gnomebase gsettings gettext upstream-version-is-even features_check |
25 | 26 | ||
26 | SRC_URI[archive.sha256sum] = "18e9b106438d46394e4148bcb83acc6367312be54559cdb564e270c1ccaeb60f" | 27 | SRC_URI[archive.sha256sum] = "18e9b106438d46394e4148bcb83acc6367312be54559cdb564e270c1ccaeb60f" |
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb b/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb index 541991ba8..60347aa49 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_45.1.bb | |||
@@ -22,7 +22,6 @@ DEPENDS = " \ | |||
22 | xwayland \ | 22 | xwayland \ |
23 | " | 23 | " |
24 | 24 | ||
25 | GNOMEBASEBUILDCLASS = "meson" | ||
26 | 25 | ||
27 | inherit gnomebase gsettings gobject-introspection gettext features_check | 26 | inherit gnomebase gsettings gobject-introspection gettext features_check |
28 | 27 | ||
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_45.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_45.1.bb index 4853c0ce3..9c0d154ec 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_45.1.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_45.1.bb | |||
@@ -4,7 +4,6 @@ SECTION = "x11/gnome" | |||
4 | LICENSE="GPL-3.0-only" | 4 | LICENSE="GPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | GNOMEBASEBUILDCLASS = "meson" | ||
8 | 7 | ||
9 | DEPENDS = " \ | 8 | DEPENDS = " \ |
10 | appstream-glib-native \ | 9 | appstream-glib-native \ |
diff --git a/meta-gnome/recipes-gnome/rest/rest_0.9.1.bb b/meta-gnome/recipes-gnome/rest/rest_0.9.1.bb index e46cbfc69..738b07e8c 100644 --- a/meta-gnome/recipes-gnome/rest/rest_0.9.1.bb +++ b/meta-gnome/recipes-gnome/rest/rest_0.9.1.bb | |||
@@ -3,7 +3,6 @@ HOMEPAGE = "https://wiki.gnome.org/Projects/Librest" | |||
3 | LICENSE = "LGPL-2.1-only" | 3 | LICENSE = "LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
5 | 5 | ||
6 | GNOMEBASEBUILDCLASS = "meson" | ||
7 | 6 | ||
8 | DEPENDS = " \ | 7 | DEPENDS = " \ |
9 | glib-2.0 \ | 8 | glib-2.0 \ |
diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_3.44.0.bb b/meta-gnome/recipes-gnome/sysprof/sysprof_3.44.0.bb index c9d32c394..3523bad3e 100644 --- a/meta-gnome/recipes-gnome/sysprof/sysprof_3.44.0.bb +++ b/meta-gnome/recipes-gnome/sysprof/sysprof_3.44.0.bb | |||
@@ -4,7 +4,6 @@ LICENSE = "GPL-3.0-or-later" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
5 | file://src/sysprof/sysprof-application.c;endline=17;md5=a3de8df3b0f8876dd01e1388d2d4b607" | 5 | file://src/sysprof/sysprof-application.c;endline=17;md5=a3de8df3b0f8876dd01e1388d2d4b607" |
6 | 6 | ||
7 | GNOMEBASEBUILDCLASS = "meson" | ||
8 | inherit gnomebase gnome-help gettext systemd upstream-version-is-even gsettings mime mime-xdg | 7 | inherit gnomebase gnome-help gettext systemd upstream-version-is-even gsettings mime mime-xdg |
9 | 8 | ||
10 | DEPENDS += " \ | 9 | DEPENDS += " \ |
diff --git a/meta-gnome/recipes-gnome/tecla/tecla_45.0.bb b/meta-gnome/recipes-gnome/tecla/tecla_45.0.bb index c047e29b7..197db17e9 100644 --- a/meta-gnome/recipes-gnome/tecla/tecla_45.0.bb +++ b/meta-gnome/recipes-gnome/tecla/tecla_45.0.bb | |||
@@ -10,7 +10,6 @@ DEPENDS = " \ | |||
10 | " | 10 | " |
11 | 11 | ||
12 | REQUIRED_DISTRO_FEATURES = "wayland" | 12 | REQUIRED_DISTRO_FEATURES = "wayland" |
13 | GNOMEBASEBUILDCLASS = "meson" | ||
14 | 13 | ||
15 | inherit gnomebase pkgconfig features_check | 14 | inherit gnomebase pkgconfig features_check |
16 | 15 | ||
diff --git a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb index 426082bd5..2be6beacb 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb | |||
@@ -12,7 +12,6 @@ DEPENDS = " \ | |||
12 | zlib \ | 12 | zlib \ |
13 | " | 13 | " |
14 | 14 | ||
15 | GNOMEBASEBUILDCLASS = "meson" | ||
16 | 15 | ||
17 | inherit gnomebase gsettings gobject-introspection vala bash-completion features_check | 16 | inherit gnomebase gsettings gobject-introspection vala bash-completion features_check |
18 | 17 | ||
diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.6.0.bb b/meta-gnome/recipes-gnome/tracker/tracker_3.6.0.bb index d2eb392a0..e7f0beb02 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker_3.6.0.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker_3.6.0.bb | |||
@@ -18,7 +18,6 @@ DEPENDS = " \ | |||
18 | libstemmer \ | 18 | libstemmer \ |
19 | " | 19 | " |
20 | 20 | ||
21 | GNOMEBASEBUILDCLASS = "meson" | ||
22 | 21 | ||
23 | inherit gettext gnomebase gsettings gobject-introspection vala gtk-doc bash-completion python3native | 22 | inherit gettext gnomebase gsettings gobject-introspection vala gtk-doc bash-completion python3native |
24 | 23 | ||
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb index 28ba39288..f3e1efeaa 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb | |||
@@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = " \ | |||
5 | file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | 5 | file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
6 | " | 6 | " |
7 | 7 | ||
8 | GNOMEBASEBUILDCLASS = "meson" | ||
9 | |||
10 | inherit gnomebase itstool | 8 | inherit gnomebase itstool |
11 | 9 | ||
12 | DEPENDS += " \ | 10 | DEPENDS += " \ |
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb index ba2536443..5a8089e01 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb | |||
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = " \ | |||
6 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 6 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
7 | " | 7 | " |
8 | 8 | ||
9 | GNOMEBASEBUILDCLASS = "autotools" | ||
9 | inherit gnomebase gettext itstool | 10 | inherit gnomebase gettext itstool |
10 | 11 | ||
11 | DEPENDS += "libxml2" | 12 | DEPENDS += "libxml2" |
diff --git a/meta-gnome/recipes-gnome/zenity/zenity_3.44.2.bb b/meta-gnome/recipes-gnome/zenity/zenity_3.44.2.bb index a152e6405..92b9f6655 100644 --- a/meta-gnome/recipes-gnome/zenity/zenity_3.44.2.bb +++ b/meta-gnome/recipes-gnome/zenity/zenity_3.44.2.bb | |||
@@ -3,7 +3,6 @@ SECTION = "x11/gnome" | |||
3 | LICENSE = "LGPL-2.1-or-later" | 3 | LICENSE = "LGPL-2.1-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
5 | 5 | ||
6 | GNOMEBASEBUILDCLASS = "meson" | ||
7 | 6 | ||
8 | inherit gnomebase pkgconfig itstool gtk-icon-cache features_check gettext | 7 | inherit gnomebase pkgconfig itstool gtk-icon-cache features_check gettext |
9 | 8 | ||
diff --git a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.4.bb b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.4.bb index 21fe4d119..1c03f41c2 100644 --- a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.4.bb +++ b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.4.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "libcloudproviders is a DBus API that allows cloud storage sync client | |||
2 | LICENSE="LGPL-3.0-or-later" | 2 | LICENSE="LGPL-3.0-or-later" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" |
4 | 4 | ||
5 | GNOMEBASEBUILDCLASS = "meson" | ||
6 | VALA_MESON_OPTION ?= 'vapigen' | 5 | VALA_MESON_OPTION ?= 'vapigen' |
7 | 6 | ||
8 | DEPENDS = "glib-2.0" | 7 | DEPENDS = "glib-2.0" |
diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.0.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.0.bb index 91469934d..6cf706a92 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.0.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.0.bb | |||
@@ -17,7 +17,6 @@ DEPENDS = " \ | |||
17 | 17 | ||
18 | RDEPENDS:${PN} = "xdg-desktop-portal xdg-desktop-portal-gtk" | 18 | RDEPENDS:${PN} = "xdg-desktop-portal xdg-desktop-portal-gtk" |
19 | 19 | ||
20 | GNOMEBASEBUILDCLASS = "meson" | ||
21 | inherit gnomebase pkgconfig gsettings features_check | 20 | inherit gnomebase pkgconfig gsettings features_check |
22 | 21 | ||
23 | REQUIRED_DISTRO_FEATURES = "polkit" | 22 | REQUIRED_DISTRO_FEATURES = "polkit" |