All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Mueller <schnitzeltony@gmx.de>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe 00/19] Add xfce48 desktop system to meta-oe
Date: Mon,  1 Aug 2011 23:02:38 +0200	[thread overview]
Message-ID: <1312232577-7948-1-git-send-email-schnitzeltony@gmx.de> (raw)

Run tested on pandaboard with color display errors and without display errors 
on overo (created a meta-gumstix for test - see [1]).

All tests were performed with xfce-base-image.bb for meta-angstrom which will
be send out together with this patch series.

Known issues:

* This patch series needs iceauth for building and running properly. A patch
  was sent but is trapped for style-guide / license issues (see [2] and [3])
* xfwm4 must be started once manually on terminal-console to work properly.
* thunar crashes -> gdb session required
* All optional dependencies found in configure.ac / configure.in were set
  in DEPENDS. Some might be better in RRECOMMENDS
* QA issues with desktop files and RPATH /usr/* redundancies
* exo: gnomemount replacement for removable devices on desktop (see [4]) not 
  yet finished ( copy on postinst? )
* exo: python bindings were removed (they are about to be moved to pyxfce see 
  [5])
* Fix html creation on xfce-utils / xfce-session / xfwm / thunar / xfdesktop
  by individual patches. These patches will be removed on the next mainline 
  versions see [6]

[1] https://gitorious.org/schnitzeltony-oe-meta/meta-gumstix
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/034169.html
[3] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/034176.html
[4] http://wiki.xfce.org/gnomemount-replacement
[5] http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560
[6] http://mail.xfce.org/pipermail/xfce4-dev/2011-July/028999.html


Andreas Mueller (19):
  meta-xfce: Add layer information
  xfce.bbclass: A class for xfce-global settings
  xfce4-dev-tools: Add initial recipe with version 4.8.0
  libxfce4util: Add initial recipe with version 4.8.1
  garcon: Add initial recipe with version 0.1.8
  exo: Add initial recipe with version 0.6.2
  xfconf: Add initial recipe with version 4.8.0
  libxfce4ui: Add initial recipe with version 4.8.0
  xfce-utils: Add initial recipe with version 4.8.2
  xfce4-panel: Add initial recipe with version 4.8.5
  xfce4-session: Add initial recipe with version 4.8.1
  xfce4-appfinder: Add initial recipe with version 4.8.0
  xfwm4: Add initial recipe with version 4.8.1
  xfce4-settings: Add initial recipe with version 4.8.2
  thunar: Add initial recipe with version 1.2.2
  xfdesktop: Add initial recipe with version 4.8.2
  gtk-xfce-engine: Add initial recipe with version 2.8.1
  xfce-terminal: Add initial recipe with version 0.4.8
  task-xfce-base: Add initial recipe adding all recipes required for
    xfce desktop

 meta-xfce/classes/xfce.bbclass                     |   11 +
 meta-xfce/conf/layer.conf                          |    9 +
 .../xfce-terminal/xfce-terminal_0.4.8.bb           |   20 +
 meta-xfce/recipes-xfce/exo/exo/configure.patch     |   43 ++
 .../recipes-xfce/exo/exo/exo-no-tests-0.6.patch    |   12 +
 .../exo/exo/fix-qa-desktop-type-error.patch        |  531 ++++++++++++++++++++
 meta-xfce/recipes-xfce/exo/exo/gnome-mount         |   64 +++
 meta-xfce/recipes-xfce/exo/exo_0.6.2.bb            |   36 ++
 meta-xfce/recipes-xfce/garcon/garcon_0.1.8.bb      |   14 +
 .../gtk-xfce-engine/gtk-xfce-engine_2.8.1.bb       |   16 +
 .../recipes-xfce/libxfce4ui/libxfce4ui_4.8.0.bb    |   14 +
 .../libxfce4util/libxfce4util_4.8.1.bb             |   14 +
 meta-xfce/recipes-xfce/tasks/task-xfce-base.bb     |   35 ++
 .../thunar/thunar/relative-symlinks-docs.patch     |   28 +
 meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb      |   34 ++
 .../xfce-utils/relative-symlinks-docs.patch        |   11 +
 .../recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb    |   27 +
 .../xfce4-appfinder/xfce4-appfinder_4.8.0.bb       |   12 +
 .../xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb       |   18 +
 .../recipes-xfce/xfce4-panel/xfce4-panel_4.8.5.bb  |   34 ++
 .../xfce4-session/relative-symlinks-docs.patch     |   11 +
 .../xfce4-session/xfce4-session_4.8.1.bb           |   32 ++
 .../xfce4-settings/xfce4-settings_4.8.2.bb         |   12 +
 meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb      |   15 +
 .../xfdesktop/relative-symlinks-docs.patch         |   28 +
 .../recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb      |   19 +
 .../xfwm4/xfwm4/relative-symlinks-docs.patch       |   28 +
 meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.1.bb        |   37 ++
 28 files changed, 1165 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/classes/xfce.bbclass
 create mode 100644 meta-xfce/conf/layer.conf
 create mode 100644 meta-xfce/recipes-apps/xfce-terminal/xfce-terminal_0.4.8.bb
 create mode 100644 meta-xfce/recipes-xfce/exo/exo/configure.patch
 create mode 100644 meta-xfce/recipes-xfce/exo/exo/exo-no-tests-0.6.patch
 create mode 100644 meta-xfce/recipes-xfce/exo/exo/fix-qa-desktop-type-error.patch
 create mode 100644 meta-xfce/recipes-xfce/exo/exo/gnome-mount
 create mode 100644 meta-xfce/recipes-xfce/exo/exo_0.6.2.bb
 create mode 100644 meta-xfce/recipes-xfce/garcon/garcon_0.1.8.bb
 create mode 100644 meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_2.8.1.bb
 create mode 100644 meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.0.bb
 create mode 100644 meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.8.1.bb
 create mode 100644 meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
 create mode 100644 meta-xfce/recipes-xfce/thunar/thunar/relative-symlinks-docs.patch
 create mode 100644 meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb
 create mode 100644 meta-xfce/recipes-xfce/xfce-utils/xfce-utils/relative-symlinks-docs.patch
 create mode 100644 meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb
 create mode 100644 meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.8.0.bb
 create mode 100644 meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb
 create mode 100644 meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.8.5.bb
 create mode 100644 meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch
 create mode 100644 meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb
 create mode 100644 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb
 create mode 100644 meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb
 create mode 100644 meta-xfce/recipes-xfce/xfdesktop/xfdesktop/relative-symlinks-docs.patch
 create mode 100644 meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb
 create mode 100644 meta-xfce/recipes-xfce/xfwm4/xfwm4/relative-symlinks-docs.patch
 create mode 100644 meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.1.bb

-- 
1.7.4.4




             reply	other threads:[~2011-08-01 21:04 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-01 21:02 Andreas Mueller [this message]
2011-08-01 21:02 ` [meta-oe 01/19] meta-xfce: Add layer information Andreas Mueller
2011-08-02  2:35   ` Khem Raj
2011-08-02  6:24     ` Andreas Mueller
2011-08-01 21:02 ` [meta-oe 02/19] xfce.bbclass: A class for xfce-global settings Andreas Mueller
2011-08-01 21:02 ` [meta-oe 03/19] xfce4-dev-tools: Add initial recipe with version 4.8.0 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 04/19] libxfce4util: Add initial recipe with version 4.8.1 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 05/19] garcon: Add initial recipe with version 0.1.8 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 06/19] exo: Add initial recipe with version 0.6.2 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 07/19] xfconf: Add initial recipe with version 4.8.0 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 08/19] libxfce4ui: " Andreas Mueller
2011-08-01 21:02 ` [meta-oe 09/19] xfce-utils: Add initial recipe with version 4.8.2 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 10/19] xfce4-panel: Add initial recipe with version 4.8.5 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 11/19] xfce4-session: Add initial recipe with version 4.8.1 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 12/19] xfce4-appfinder: Add initial recipe with version 4.8.0 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 13/19] xfwm4: Add initial recipe with version 4.8.1 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 14/19] xfce4-settings: Add initial recipe with version 4.8.2 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 15/19] thunar: Add initial recipe with version 1.2.2 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 16/19] xfdesktop: Add initial recipe with version 4.8.2 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 17/19] gtk-xfce-engine: Add initial recipe with version 2.8.1 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 18/19] xfce-terminal: Add initial recipe with version 0.4.8 Andreas Mueller
2011-08-01 21:02 ` [meta-oe 19/19] task-xfce-base: Add initial recipe adding all recipes required for xfce desktop Andreas Mueller
2011-08-02  8:32 ` [meta-oe 00/19] Add xfce48 desktop system to meta-oe Koen Kooi
2011-08-03 18:18   ` Andreas Mueller
2011-08-03 18:48     ` Koen Kooi
2011-08-03 20:59       ` Andreas Mueller
2011-08-03 21:24         ` Khem Raj
2011-08-03 21:47           ` Andreas Mueller
2011-08-04  7:40             ` Koen Kooi
2011-08-04 20:03               ` Andreas Mueller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1312232577-7948-1-git-send-email-schnitzeltony@gmx.de \
    --to=schnitzeltony@gmx.de \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.