aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
AgeCommit message (Collapse)Author
2012-11-23README: update to dannyEric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-13thunar: add xfce4-panel to dependencies to ensure trash-plugin (tpa) is buildAndreas Müller
2012-10-28Replace bb.data.* with d.*Paul Eggleton
Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-19PACKAGES_DYNAMIC: use regexp not globMartin Jansa
* bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-16libxfce4ui: add glade packageAndreas Müller
* To edit glade files for xfce-packages it needs libxfce4ui's catalog [1]. * Unfortunately some host distributions do not supply a libxfce4ui-glade package. * By installing glade3 + libxfce4ui-glade it is now possible to edit xfce's glade-files on target machine. [1] http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/20021 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-18README: add some layer dependency hintsAndreas Müller
2012-09-18packagegroup-xfce-multimedia: initial addAndreas Müller
2012-09-18xfmpc: initial add 0.2.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce4-mpc-plugin: initial add 0.4.4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18packagegroup-xfce-extended: add xfce4-fsguard-plugin and xfce4-battery-pluginAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce4-battery-plugin: initial add 1.0.5Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce4-fsguard-plugin: initial add 1.0.1Andreas Müller
2012-09-18xfce4-systemload-plugin: update to 1.1.1Andreas Müller
2012-09-18xfce4-cpugraph-plugin: update to 1.0.5Andreas Müller
2012-09-18xfce4-places-plugin: update to 1.4.0Andreas Müller
2012-09-18xfce4-diskperf-plugin: update to 2.5.4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce4-netload-plugin: update to 1.2.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce4-screenshooter: update to 1.8.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce4-wavelan-plugin: update to 0.5.11Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18ristretto: update to 0.6.0Andreas Müller
LIC_FILES_CHKSUM: Free Software Foundation address changed Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18gtk-xfce-engine: update to 3.0.1 and restructureAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18thunar-volman: update to 0.8.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18tumbler: update to 0.1.25Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce4-appfinder: update to 4.10.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfdesktop update to 4.10.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18thunar: update to 1.4.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce4-panel: update to 4.10.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfwm4-themes: initial add 4.10.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18packagegroup-xfce-base: no need to RDEPEND xfwm4-theme-default - xfwm4 does ↵Andreas Müller
already Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18packagegreoup-xfce-extended: only RDEPEND on themes shipped by xfwm4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfwm4: update to 4.10.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce4-settings: update to 4.10.0 and set default themesAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce4-session: update to 4.10.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfconf: update to 4.10.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce-utils: remove since they are not needed anymoreAndreas Müller
Functionality has been moved in xfce4-session, libxfce4ui, xfce4-appfinder or is removed [1]. [1] http://xfce.org/download/changelogs/4.10pre1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18exo: update to 0.8.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18garcon: update to 0.2.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18libxfce4ui: update to 4.10.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18libxfce4util: update to 4.10.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2012-09-18xfce4-dev-tools: update to 4.10.0 and oe-stylize a bitAndreas 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-09-17xfce4-session: Don't loose xfwm4 when closing session with multiple windows ↵Andreas Müller
waiting for user input Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-05packagegroup: add RPROVIDES/RREPLACES/RCONFLICTS and bump PR to get some ↵Martin Jansa
upgrade path Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05task*: rename to packagegroup to match oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-31gtk-xfce-engine: fix staticdev warningAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-31gtk-xfce-engine: fix memory leakAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-27libxfce4ui: fix xfwm4 crash (no window borders) on first startAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-27xfwm4: cleanup update-alternatives deprecated codeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-31exo: stop configure detecting host's pythonAndreas Müller
This patch does not cause python bindings builded properly (native headers included) error message was: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. The path was '/home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/exo-0.6.2-r0/exo-0.6.2' ERROR: Function failed: do_qa_configure ERROR: Logfile of failure stored in: /home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/exo-0.6.2-r0/temp/log.do_configure.13932 NOTE: package exo-0.6.2-r0: task do_configure: Failed Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-25ristretto: add exo to DEPENDSAndreas Müller
error message was: | configure:7743: checking for exo-1 >= 0.4.0 | configure:7785: result: not found Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>