diff options
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch (renamed from meta-xfce/recipes-xfce/libxfce4ui/files/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch) | 0 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0002-Remove-GTK2-leftovers.patch | 44 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb | 7 |
3 files changed, 49 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/files/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch index 616142761e..616142761e 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/files/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch | |||
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0002-Remove-GTK2-leftovers.patch b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0002-Remove-GTK2-leftovers.patch new file mode 100644 index 0000000000..cd6ca32d00 --- /dev/null +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0002-Remove-GTK2-leftovers.patch | |||
@@ -0,0 +1,44 @@ | |||
1 | From fb7bd8511d55cf0d24f6f93768f51773cf434a59 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | ||
3 | Date: Fri, 8 Jan 2021 21:59:45 +0100 | ||
4 | Subject: [PATCH] Remove GTK2 leftovers | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | It seems that these cause install performed twice causing natsy races - | ||
10 | see [1] and search for 'TOPDIR/build/tmpfs/hosttools/install -c -m 644 | ||
11 | ../../libxfce4ui-4.16.0/libxfce4ui/libxfce4ui.h' | ||
12 | |||
13 | [1] https://errors.yoctoproject.org/Errors/Details/540832/ | ||
14 | |||
15 | Upstream-Status: Submitted [https://gitlab.xfce.org/xfce/libxfce4ui/-/merge_requests/29] | ||
16 | |||
17 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
18 | --- | ||
19 | libxfce4ui/Makefile.am | 9 --------- | ||
20 | 1 file changed, 9 deletions(-) | ||
21 | |||
22 | diff --git a/libxfce4ui/Makefile.am b/libxfce4ui/Makefile.am | ||
23 | index 935eece..bc5afac 100644 | ||
24 | --- a/libxfce4ui/Makefile.am | ||
25 | +++ b/libxfce4ui/Makefile.am | ||
26 | @@ -51,15 +51,6 @@ libxfce4ui_sources = \ | ||
27 | xfce-filename-input.c \ | ||
28 | xfce-titled-dialog.c | ||
29 | |||
30 | -libxfce4ui_includedir = \ | ||
31 | - $(includedir)/xfce4/libxfce4ui-$(LIBXFCE4UI_VERSION_API)/libxfce4ui | ||
32 | - | ||
33 | -libxfce4ui_include_HEADERS = \ | ||
34 | - $(libxfce4ui_headers) | ||
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
39 | ## | ||
40 | ## GTK+ 3 support library | ||
41 | ## | ||
42 | -- | ||
43 | 2.26.2 | ||
44 | |||
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb index 7a269ad666..6fbf1cf258 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb | |||
@@ -8,8 +8,11 @@ inherit xfce gtk-doc gobject-introspection features_check | |||
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | # TODO: Check if this can go | 11 | # TODO: Check if 0001-... can go |
12 | SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch" | 12 | SRC_URI += " \ |
13 | file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \ | ||
14 | file://0002-Remove-GTK2-leftovers.patch \ | ||
15 | " | ||
13 | SRC_URI[sha256sum] = "8b06c9e94f4be88a9d87c47592411b6cbc32073e7af9cbd64c7b2924ec90ceaa" | 16 | SRC_URI[sha256sum] = "8b06c9e94f4be88a9d87c47592411b6cbc32073e7af9cbd64c7b2924ec90ceaa" |
14 | 17 | ||
15 | EXTRA_OECONF += "--with-vendor-info=${DISTRO}" | 18 | EXTRA_OECONF += "--with-vendor-info=${DISTRO}" |