summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* gtk-xfce-engine: remove this recipeChangqing Li2019-12-131-30/+0
| | | | | | | | | | | | | | | | * 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>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-211-1/+1
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4: package libtool files if they are installedMark Asselstine2018-06-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | This is a partial revert of commit 2ad5ceafa53f [various classes recipes: Remove FILES entries for dbg/dev packages] to restore the packaging of libtool (.la) files. It is generally recommended to include 'remove-libtool' in your distro features to purge libtool files as a do_install postfunc for all recipes, as is the documented recommendation for handling of libtool files (unless the .la have been determined to be absolutely necessary, in which case a recipe can use the REMOVE_LIBTOOL_LA to prevent the cleanup). However, if the 'remove-libtool' distro feature is not specified we need to ensure that if after a recipe completes do_install() and there are libtool files present in the image, we must package them or we will hit 'installed-vs-shipped' QA issues. NOTE: that even with respect to libtool files this is not a 1:1 partial revert of commit 2ad5ceafa53f, adjustments are made according to the current state of the build today. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* various classes recipes: Remove FILES entries for dbg/dev packagesAndreas Müller2018-06-141-5/+0
| | | | | | | These entries are no more required - oe-core defaults were reworked long time ago. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* gtk-xfce-engine: Fix build with glib-2.0 > 2.53Khem Raj2017-12-271-0/+2
| | | | | | | | Fixes errors like UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 980: invalid continuation byte Makefile:737: recipe for target 'xfce_typebuiltin.h' failed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk-xfce-engine: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | gtk-xfce-engine depends on gtk+ which requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk-xfce-engine: create and pack gtk3 themes by defaultAndreas Müller2015-08-311-2/+2
| | | | | | | | | | | | | we already have some gtk3 apps in a typical image: xfce4-pulseaudio-plugin, network-manager-applet and xfce4-power-manager 1.5.x will come soon to meta-xfce. These are using gtk3 themes (which need love - but this is a different story). Without this patch loading Xfce gtk3 themes causes complaints for missing xfce theme engine. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk-xfce-engine: update to 3.2.0Andreas Müller2015-03-211-0/+26
announcement for 3.2.0 [1] notes that gtk3 engine is not used in Xfce 4.12 and is disabled by default. For users still wanting gtk3 part build, a PACKAGECONFIG was introduced. [1] https://mail.xfce.org/pipermail/xfce/2015-February/034198.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>