aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/classes
AgeCommit message (Collapse)Author
2016-11-23xfce-app.bbclass: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
All xfce apps depend on gtk+ or xfce4-panel or libxfce4ui which require x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23xfce-panel-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
The bbclass depends on xfce4-panel and libxfce4ui which require x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23thunar-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
thunar depends on gtk+, libsm and xfce4-panel which require x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-05-06meta-xfce: add intltool-native to DEPENDSAndreas Müller
fix tons of messages as: | WARNING: foo do_configure: Missing DEPENDS on intltool-native Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-16xfce-app.bbclass: SRC_URI calculation supports multiple digit version numbersAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-06-10xfce-git: Run autogen.sh in source directoryAsh Charles
The autogen.sh script executed by the xfce-git.bbclass needs to be run in and from the source directory. The configuration step can still be run from out-of-tree. Currently, this affects these recipes: * libxfce4ui * xarchiver * xfce4-taskmanager * xfce4-closebutton-plugin * xfce4-settings * xfwm4 Upstream-Status: Inappropriate (configuration) Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20xfce-git.bbclass initial addAndreas Müller
common preparations for xfce-git-repos * implement autogen.sh call in do_configure_prepend * AUTOTOOLS_COPYACLOCAL = "1": In oe-core commit 79ea036de331bde65a88fb777647dc099ef05acf copying aclocals was moved to do_configure[prefuncs]. These are called before do_configure_prepend which causes configure.ac not yet being created and autotools_copy_aclocals returning undone. By using this class tons of errors like | aclocal: error: couldn't open directory '/home/a.mueller/tmp/oe-core-eglibc/work/armv7at2hf-vfp-neon-angstrom-linux-gnueabi/xfce4-settings/4.11.0+gitAUTOINC+b7a0e1fd77-r0/git/aclocal-copy/': No such file or directory | autoreconf: aclocal failed with exit status: 1 are fixed. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2013-05-19thunar-plugin.bbclass: initial addAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce.bbclass: change SRC_URI calculationAndreas Müller
* grabbed from oe-core gnomebase.bbclass * old calculation did not work for version numbers with multiple digits (4.10) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-01-05xfce.bbclass: inherit gettextAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02xfce-panel-plugin.bbclass: Add further directories to FILES_${PN}Andreas Müller
* Some panel-plugins (e.g xfce4-clipman-plugin) use panel/plugins instead of xfce4/panel-plugins. * build tested on maiden tmp-dir * run tested all applications and plugins on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02xfce.bbclass: Add further folders for ${PN}-dev/-staticdev/-dbgAndreas Müller
* Some panel-plugins (e.g xfce4-clipman-plugin) store libraries in /usr/lib/xfce4/panel/plugins instead of /usr/lib/xfce4/panel-plugins. * build tested on maiden tmp-dir * run tested all applications and plugins on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-31xfce-app.bbclass: just set SRC_URI commmon to most xfce-appsAndreas Müller
* build tested with source download for xfce4-notifyd and xfce4-screenshooter * run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-25xfce-panel-plugin.bbclass: pack modules also from ${libdir}/xfce4/panel-pluginsAndreas Müller
* some panel-plugins (e.g xfce4-datetime-plugin) install their modules to ${libdir}/xfce4/panel-plugins * build tested with fresh build dir * run tested on overo: applications / all available plugins Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-25xfce.bbclass: Move static libraries to ${PN}-staticdevAndreas Müller
* build tested with fresh build dir * run tested on overo: applications / all available plugins Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18xfce-panel-plugin: bbclass for panel pluginsAndreas Müller
* based on Koen's patch [1] * use libxfce4ui instead of libxfcegui4 [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-October/035589.html Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-22xfce4-dev-tools: add native supportAndreas Müller
2011-08-05xfce.bbclass: A class for xfce-global settingsAndreas Mueller