diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-12-13 16:45:43 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-13 21:38:44 -0800 |
commit | 3fc59d3b9755d5eaa250cb8618711479e41a4b38 (patch) | |
tree | 7f543c1324b120f2be0daa8471ff74c7f4edd8e4 | |
parent | 72600f0a4f2d97e819a79c874db284d87d3a61ae (diff) | |
download | meta-openembedded-3fc59d3b9755d5eaa250cb8618711479e41a4b38.tar.gz |
gtk-xfce-engine: remove this recipe
* Part of xfce 4.14 changelog
Theme Engine (gtk-xfce-engine)
The gtk-xfce-engine has been deprecated and archived.
* repo have been remove from upstream
https://archive.xfce.org/src/xfce/
no gtk-xfce-engine now
so remove this recipe
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Kai Kang <kai.kang@windriver.com>
3 files changed, 0 insertions, 54 deletions
diff --git a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine/glib-2.54-ftbfs.patch b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine/glib-2.54-ftbfs.patch deleted file mode 100644 index fb8910204..000000000 --- a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine/glib-2.54-ftbfs.patch +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | Description: Fix FTBFS with glib 2.54 | ||
2 | glib-mkenums now expects input files to be UTF-8, | ||
3 | fix the encoding of libgnomeui/gnome-scores.h | ||
4 | Author: Adrian Bunk <bunk@debian.org> | ||
5 | |||
6 | ported from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870738 | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
10 | |||
11 | Index: gtk-xfce-engine-3.2.0/gtk-3.0/xfce_style_types.h | ||
12 | =================================================================== | ||
13 | --- gtk-xfce-engine-3.2.0.orig/gtk-3.0/xfce_style_types.h | ||
14 | +++ gtk-xfce-engine-3.2.0/gtk-3.0/xfce_style_types.h | ||
15 | @@ -19,7 +19,7 @@ | ||
16 | * | ||
17 | * Portions based Thinice port by | ||
18 | * Tim Gerla <timg@rrv.net>, | ||
19 | - * Tomas Ögren <stric@ing.umu.se, | ||
20 | + * Tomas Ă–gren <stric@ing.umu.se>, | ||
21 | * Richard Hult <rhult@codefactory.se> | ||
22 | * Portions based on Smooth theme by | ||
23 | * Andrew Johnson <ajgenius@ajgenius.us> | ||
diff --git a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb deleted file mode 100644 index 0dd4a4c3f..000000000 --- a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | SUMMARY = "XFCE theme for GTK" | ||
2 | SECTION = "x11/libs" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
5 | DEPENDS = "gtk+ xfce4-dev-tools-native" | ||
6 | |||
7 | inherit xfce features_check | ||
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
10 | |||
11 | SRC_URI += "file://glib-2.54-ftbfs.patch" | ||
12 | |||
13 | SRC_URI[md5sum] = "363d6c16a48a00e26d45c45c2e1fd739" | ||
14 | SRC_URI[sha256sum] = "875c9c3bda96faf050a2224649cc42129ffb662c4de33add8c0fd1fb860b47ed" | ||
15 | |||
16 | PACKAGECONFIG ??= "gtk3" | ||
17 | PACKAGECONFIG[gtk3] = "--enable-gtk3,--disable-gtk3, gtk+3, gtk3-xfce-engine" | ||
18 | |||
19 | PACKAGES += "${PN}-themes gtk3-xfce-engine" | ||
20 | FILES_${PN} += "${libdir}/gtk-2.0/*/engines/*.so" | ||
21 | FILES_gtk3-xfce-engine += "${libdir}/gtk-3.0/*/theming-engines/*.so" | ||
22 | FILES_${PN}-themes += "${datadir}/themes" | ||
23 | |||
24 | FILES_${PN}-dev += " \ | ||
25 | ${libdir}/gtk-2.0/*/engines/*.la \ | ||
26 | ${libdir}/gtk-3.0/*/theming-engines/*.la \ | ||
27 | " | ||
28 | |||
29 | RDEPENDS_${PN} += "${PN}-themes" | ||
30 | RDEPENDS_gtk3-xfce-engine += "${PN}-themes" | ||
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb index 412c6ae80..70ef909ef 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | |||
@@ -13,7 +13,6 @@ RDEPENDS_${PN} = " \ | |||
13 | xfdesktop \ | 13 | xfdesktop \ |
14 | xfce4-panel \ | 14 | xfce4-panel \ |
15 | \ | 15 | \ |
16 | gtk-xfce-engine \ | ||
17 | librsvg-gtk \ | 16 | librsvg-gtk \ |
18 | \ | 17 | \ |
19 | xfce4-panel-plugin-actions \ | 18 | xfce4-panel-plugin-actions \ |