diff options
Diffstat (limited to 'meta-oe/recipes-gnome')
7 files changed, 3 insertions, 8 deletions
diff --git a/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.3.bb b/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.3.bb index 62ca015309..23e2ff7811 100644 --- a/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.3.bb +++ b/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.3.bb | |||
| @@ -15,7 +15,7 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | |||
| 15 | 15 | ||
| 16 | SRC_URI[archive.sha256sum] = "6ec264eaa0c4de0adb7202c600170bde9a7fbe4d466bfbe940eaf7faaa6c5974" | 16 | SRC_URI[archive.sha256sum] = "6ec264eaa0c4de0adb7202c600170bde9a7fbe4d466bfbe940eaf7faaa6c5974" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/${GNOMEBN}-${PV}" | 18 | S = "${UNPACKDIR}/${GNOMEBN}-${PV}" |
| 19 | 19 | ||
| 20 | EXTRA_OEMESON = "-Dbuild-documentation=false" | 20 | EXTRA_OEMESON = "-Dbuild-documentation=false" |
| 21 | 21 | ||
diff --git a/meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb b/meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb index 0fd30f7424..bb905265ee 100644 --- a/meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb +++ b/meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb | |||
| @@ -25,7 +25,7 @@ SRC_URI = "https://download.gnome.org/sources/gcr/3.41/gcr-${PV}.tar.xz;name=arc | |||
| 25 | SRC_URI += "file://0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch" | 25 | SRC_URI += "file://0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch" |
| 26 | SRC_URI[archive.sha256sum] = "bad10f3c553a0e1854649ab59c5b2434da22ca1a54ae6138f1f53961567e1ab7" | 26 | SRC_URI[archive.sha256sum] = "bad10f3c553a0e1854649ab59c5b2434da22ca1a54ae6138f1f53961567e1ab7" |
| 27 | 27 | ||
| 28 | S = "${WORKDIR}/gcr-${PV}" | 28 | S = "${UNPACKDIR}/gcr-${PV}" |
| 29 | 29 | ||
| 30 | PACKAGECONFIG ??= " \ | 30 | PACKAGECONFIG ??= " \ |
| 31 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | 31 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
diff --git a/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb b/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb index c929763763..f10537eca7 100644 --- a/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb +++ b/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb | |||
| @@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;m | |||
| 8 | 8 | ||
| 9 | SRC_URI = "file://gnome-doc-utils.m4" | 9 | SRC_URI = "file://gnome-doc-utils.m4" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/sources" | 11 | S = "${UNPACKDIR}" |
| 12 | UNPACKDIR = "${S}" | ||
| 13 | 12 | ||
| 14 | PROVIDES = "gnome-doc-utils" | 13 | PROVIDES = "gnome-doc-utils" |
| 15 | 14 | ||
diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb index b00b4a4679..70da55c137 100644 --- a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb +++ b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb | |||
| @@ -10,7 +10,6 @@ inherit meson | |||
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main;tag=v${PV}" | 11 | SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main;tag=v${PV}" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | SRCREV = "c2e74c9d2a5c3895b8025ac1d4b9e4cced71fbe9" | 13 | SRCREV = "c2e74c9d2a5c3895b8025ac1d4b9e4cced71fbe9" |
| 15 | 14 | ||
| 16 | FILES:${PN} = "${datadir}/themes" | 15 | FILES:${PN} = "${datadir}/themes" |
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb index 0e6f4a2ed1..6e31889b69 100644 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb | |||
| @@ -12,7 +12,6 @@ SRC_URI = "\ | |||
| 12 | file://run-ptest \ | 12 | file://run-ptest \ |
| 13 | " | 13 | " |
| 14 | SRCREV = "f284d18a694ed98f49ddb06e6920265781a30125" | 14 | SRCREV = "f284d18a694ed98f49ddb06e6920265781a30125" |
| 15 | S = "${WORKDIR}/git" | ||
| 16 | 15 | ||
| 17 | inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package | 16 | inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package |
| 18 | 17 | ||
diff --git a/meta-oe/recipes-gnome/malcontent/malcontent.inc b/meta-oe/recipes-gnome/malcontent/malcontent.inc index 68523fa21e..10597f3308 100644 --- a/meta-oe/recipes-gnome/malcontent/malcontent.inc +++ b/meta-oe/recipes-gnome/malcontent/malcontent.inc | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | SRC_URI = "git://gitlab.freedesktop.org/pwithnall/malcontent.git;protocol=https;branch=main" | 1 | SRC_URI = "git://gitlab.freedesktop.org/pwithnall/malcontent.git;protocol=https;branch=main" |
| 2 | S = "${WORKDIR}/git" | ||
| 3 | SRCREV = "21f3ef7b6f984710a23b607d2298fe16e554f0c3" | 2 | SRCREV = "21f3ef7b6f984710a23b607d2298fe16e554f0c3" |
| 4 | PV = "0.13.0" | 3 | PV = "0.13.0" |
diff --git a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb index 0c9599a49c..b4dc739ec3 100644 --- a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb +++ b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb | |||
| @@ -9,4 +9,3 @@ SRC_URI = "git://anongit.freedesktop.org/xdg/pyxdg;branch=master" | |||
| 9 | 9 | ||
| 10 | inherit setuptools3 | 10 | inherit setuptools3 |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | ||
