All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe 00/19] Add xfce48 desktop system to meta-oe
@ 2011-08-01 21:02 Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 01/19] meta-xfce: Add layer information Andreas Mueller
                   ` (19 more replies)
  0 siblings, 20 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel

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




^ permalink raw reply	[flat|nested] 30+ messages in thread

* [meta-oe 01/19] meta-xfce: Add layer information
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
@ 2011-08-01 21:02 ` Andreas Mueller
  2011-08-02  2:35   ` Khem Raj
  2011-08-01 21:02 ` [meta-oe 02/19] xfce.bbclass: A class for xfce-global settings Andreas Mueller
                   ` (18 subsequent siblings)
  19 siblings, 1 reply; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 meta-xfce/conf/layer.conf |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/conf/layer.conf

diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf
new file mode 100644
index 0000000..d669e4e
--- /dev/null
+++ b/meta-xfce/conf/layer.conf
@@ -0,0 +1,9 @@
+# We have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a recipes directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "xfce-layer"
+BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/"
+BBFILE_PRIORITY_xfce-layer = "7"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 02/19] xfce.bbclass: A class for xfce-global settings
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 01/19] meta-xfce: Add layer information Andreas Mueller
@ 2011-08-01 21:02 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 03/19] xfce4-dev-tools: Add initial recipe with version 4.8.0 Andreas Mueller
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 meta-xfce/classes/xfce.bbclass |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/classes/xfce.bbclass

diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass
new file mode 100644
index 0000000..a5a35bb
--- /dev/null
+++ b/meta-xfce/classes/xfce.bbclass
@@ -0,0 +1,11 @@
+HOMEPAGE = "http://www.xfce.org"
+SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2"
+
+inherit autotools gtk-icon-cache pkgconfig
+
+FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*"
+FILES_${PN}-doc += "${datadir}/xfce4/doc"
+
+FILES_${PN}-dev += "${libdir}/xfce4/*/*.la"
+FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug"
+
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 03/19] xfce4-dev-tools: Add initial recipe with version 4.8.0
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 01/19] meta-xfce: Add layer information 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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 04/19] libxfce4util: Add initial recipe with version 4.8.1 Andreas Mueller
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb       |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb

diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb
new file mode 100644
index 0000000..3df67ee
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.8.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Xfce4 development tools"
+SECTION = "x11/libs"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
+
+PR = "r0"
+
+inherit xfce
+
+do_install_append() {
+       install -d ${D}${datadir}/aclocal
+       install -m 644 m4macros/*.m4 ${D}${datadir}/aclocal/
+}
+
+FILES_${PN}-dev += " ${datadir}/xfce4/dev-tools/m4macros/*.m4"
+
+SRC_URI[md5sum] = "9591299c49d92d00ba47974c42a735fa"
+SRC_URI[sha256sum] = "7a1457e9dc839cb121a48e5c53c483ce02a3a5dbaf09376794a13bafe4194815"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 04/19] libxfce4util: Add initial recipe with version 4.8.1
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (2 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 05/19] garcon: Add initial recipe with version 0.1.8 Andreas Mueller
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../libxfce4util/libxfce4util_4.8.1.bb             |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.8.1.bb

diff --git a/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.8.1.bb b/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.8.1.bb
new file mode 100644
index 0000000..5d94b6c
--- /dev/null
+++ b/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.8.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Basic utility library for Xfce4"
+SECTION = "x11/libs"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
+DEPENDS = "intltool-native xfce4-dev-tools glib-2.0"
+
+PR = "r0"
+
+inherit xfce
+
+EXTRA_OECONF += "--with-broken-putenv=yes"
+
+SRC_URI[md5sum] = "2be3af4c7db5ad293a7525e1021e6f0f"
+SRC_URI[sha256sum] = "732aeb4f845fb92efb5487e49662f5b8544ea5feb9f1e4bd7629e726aaa70c81"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 05/19] garcon: Add initial recipe with version 0.1.8
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (3 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 06/19] exo: Add initial recipe with version 0.6.2 Andreas Mueller
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 meta-xfce/recipes-xfce/garcon/garcon_0.1.8.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-xfce/garcon/garcon_0.1.8.bb

diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.1.8.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.1.8.bb
new file mode 100644
index 0000000..63825fe
--- /dev/null
+++ b/meta-xfce/recipes-xfce/garcon/garcon_0.1.8.bb
@@ -0,0 +1,14 @@
+DESCRIPTION="Xfce Menu Library"
+SECTION = "x11/libs"
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
+DEPENDS = "glib-2.0 xfce4-dev-tools"
+
+PR = "r0"
+
+inherit xfce
+
+FILES_${PN} += " ${datadir}/desktop-directories"
+
+SRC_URI[md5sum] = "18fbf523ed2865dfaccdfb40b4b20b05"
+SRC_URI[sha256sum] = "955a05e72ebbadc8207bb7b2c7349e71830dbdd596dbba3ea3665f0ecfb9cf63"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 06/19] exo: Add initial recipe with version 0.6.2
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (4 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 07/19] xfconf: Add initial recipe with version 4.8.0 Andreas Mueller
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel

* python bindings removed here (will be moved to pyxfce mainline [1])
* TBD: gnomemount replacement on postinst [2]

[1] http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560
[2] http://wiki.xfce.org/gnomemount-replacement

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 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 ++
 5 files changed, 686 insertions(+), 0 deletions(-)
 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

diff --git a/meta-xfce/recipes-xfce/exo/exo/configure.patch b/meta-xfce/recipes-xfce/exo/exo/configure.patch
new file mode 100644
index 0000000..2ccfcfc
--- /dev/null
+++ b/meta-xfce/recipes-xfce/exo/exo/configure.patch
@@ -0,0 +1,43 @@
+--- exo-0.3.4/configure.in~	2007-12-02 10:37:06.000000000 -0200
++++ exo-0.3.4/configure.in	2008-06-05 17:21:42.000000000 -0300
+@@ -127,22 +127,24 @@
+ dnl ***************************************
+ dnl *** Check for strftime() extensions ***
+ dnl ***************************************
+-AC_TRY_RUN([
+-  #include <string.h>
+-  #include <time.h>
+-  int
+-  main (int argc, char **argv)
+-  {
+-    struct tm tm;
+-    char      buffer[16];
+-    tm.tm_year = 81;
+-    if (strftime (buffer, 16, "%EY", &tm) == 4 && strcmp (buffer, "1981") == 0)
+-      return 0;
+-    return 1;
+-  }
+-], [
+-  AC_DEFINE([HAVE_STRFTIME_EXTENSION], 1, [Define if strftime supports %E and %O modifiers.])
+-])
++dnl grrrr...  this doesn't work for cross compiling, define it for OE
++AC_DEFINE([HAVE_STRFTIME_EXTENSION], 1, [Define if strftime supports %E and %O modifiers.])
++dnl AC_TRY_RUN([
++dnl   #include <string.h>
++dnl   #include <time.h>
++dnl   int
++dnl   main (int argc, char **argv)
++dnl   {
++dnl     struct tm tm;
++dnl     char      buffer[16];
++dnl     tm.tm_year = 81;
++dnl     if (strftime (buffer, 16, "%EY", &tm) == 4 && strcmp (buffer, "1981") == 0)
++dnl       return 0;
++dnl     return 1;
++dnl   }
++dnl ], [
++dnl   AC_DEFINE([HAVE_STRFTIME_EXTENSION], 1, [Define if strftime supports %E and %O modifiers.])
++dnl ])
+ 
+ dnl ******************************
+ dnl *** Check for i18n support ***
diff --git a/meta-xfce/recipes-xfce/exo/exo/exo-no-tests-0.6.patch b/meta-xfce/recipes-xfce/exo/exo/exo-no-tests-0.6.patch
new file mode 100644
index 0000000..cab41a8
--- /dev/null
+++ b/meta-xfce/recipes-xfce/exo/exo/exo-no-tests-0.6.patch
@@ -0,0 +1,12 @@
+--- a/Makefile.am.old	2011-01-16 16:38:21.000000000 +0100
++++ b/Makefile.am	2011-03-24 22:14:26.000000000 +0100
+@@ -15,8 +15,7 @@
+ 	icons								\
+ 	pixmaps								\
+ 	po								\
+-	$(PYTHON_SUBDIR)						\
+-	tests
++	$(PYTHON_SUBDIR)
+ 
+ AUTOMAKE_OPTIONS =							\
+ 	1.8								\
diff --git a/meta-xfce/recipes-xfce/exo/exo/fix-qa-desktop-type-error.patch b/meta-xfce/recipes-xfce/exo/exo/fix-qa-desktop-type-error.patch
new file mode 100644
index 0000000..e4ba75e
--- /dev/null
+++ b/meta-xfce/recipes-xfce/exo/exo/fix-qa-desktop-type-error.patch
@@ -0,0 +1,531 @@
+--- a/exo-helper/exo-helper.c.old	2011-01-16 16:38:21.000000000 +0100
++++ b/exo-helper/exo-helper.c	2011-03-07 12:31:49.000000000 +0100
+@@ -172,7 +172,7 @@
+   helper->startup_notify = xfce_rc_read_bool_entry (rc, "StartupNotify", FALSE);
+ 
+   /* verify the type of the desktop file */
+-  str = xfce_rc_read_entry_untranslated (rc, "Type", NULL);
++  str = xfce_rc_read_entry_untranslated (rc, "X-XFCE-Type", NULL);
+   if (G_UNLIKELY (!exo_str_is_equal (str, "X-XFCE-Helper")))
+     goto failed;
+ 
+@@ -897,7 +897,8 @@
+       xfce_rc_write_bool_entry (rc, "NoDisplay", TRUE);
+       xfce_rc_write_entry (rc, "Version", "1.0");
+       xfce_rc_write_entry (rc, "Encoding", "UTF-8");
+-      xfce_rc_write_entry (rc, "Type", "X-XFCE-Helper");
++      xfce_rc_write_entry (rc, "Type", "Application");
++      xfce_rc_write_entry (rc, "X-XFCE-Type", "X-XFCE-Helper");
+       xfce_rc_write_entry (rc, "X-XFCE-Category", category_string);
+ 
+       /* check if the command includes a parameter */
+--- a/exo-helper/helpers/aterm.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/aterm.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=aterm
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=aterm
+ StartupNotify=false
+ X-XFCE-Binaries=aterm;
+ X-XFCE-Category=TerminalEmulator
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B -e %s;
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/balsa.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/balsa.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=gnome-balsa2
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Balsa
+ StartupNotify=false
+ X-XFCE-Binaries=balsa;
+ X-XFCE-Category=MailReader
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=@HELPERDIR@/exo-compose-mail-1 balsa %B "mailto:%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/debian-sensible-browser.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/debian-sensible-browser.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=debian
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Debian Sensible Browser
+ StartupNotify=false
+ X-XFCE-Binaries=sensible-browser;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B "%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=debian
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Debian X Terminal Emulator
+ StartupNotify=false
+ X-XFCE-Binaries=x-terminal-emulator;
+ X-XFCE-Category=TerminalEmulator
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B -e %s;
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/encompass.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/encompass.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=encompass
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Encompass
+ StartupNotify=true
+ X-XFCE-Binaries=encompass;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B "%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/epiphany.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/epiphany.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=web-browser
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Epiphany Web Browser
+ StartupNotify=true
+ X-XFCE-Binaries=epiphany;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B "%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/eterm.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/eterm.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=Eterm
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Enlightened Terminal Emulator
+ StartupNotify=false
+ X-XFCE-Binaries=Eterm;
+ X-XFCE-Category=TerminalEmulator
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B --exec "%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/evolution.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/evolution.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=evolution
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Novell Evolution
+ StartupNotify=false
+ X-XFCE-Binaries=evolution-2.4;evolution-2.3;evolution-2.2;evolution-2.0;evolution-1.6;evolution-1.5;evolution-1.4;evolution;
+ X-XFCE-Category=MailReader
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=@HELPERDIR@/exo-compose-mail-1 evolution %B "mailto:%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/firefox.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/firefox.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=firefox
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Mozilla Firefox
+ StartupNotify=false
+ X-XFCE-Binaries=firefox;firefox-gtk2;firefox-gtk;mozilla-firefox;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=%B -remote "openURL(about:blank,new-window)";%B;
+ X-XFCE-CommandsWithParameter=%B -remote "openURL(%s)";%B %s;
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/galeon.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/galeon.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=galeon
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Galeon Web Browser
+ StartupNotify=true
+ X-XFCE-Binaries=galeon;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B "%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/gnome-terminal.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/gnome-terminal.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=gnome-terminal
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=GNOME Terminal
+ StartupNotify=true
+ X-XFCE-Binaries=gnome-terminal;gnometerminal;
+ X-XFCE-Category=TerminalEmulator
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B -x %s;
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/icedove.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/icedove.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=icedove
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Icedove
+ StartupNotify=false
+ X-XFCE-Binaries=icedove;
+ X-XFCE-Category=MailReader
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=@HELPERDIR@/exo-compose-mail-1 mozilla-remote %B "mailto:%s";@HELPERDIR@/exo-compose-mail-1 mozilla %B "mailto:%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/kmail.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/kmail.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=kmail
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=KMail
+ StartupNotify=true
+ X-XFCE-Binaries=kmail;
+ X-XFCE-Category=MailReader
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParamter=@HELPERDIR@/exo-compose-mail-1 kmail %B "mailto:%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/konqueror.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/konqueror.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=konqueror
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Konqueror Web Browser
+ StartupNotify=true
+ X-XFCE-Binaries=konqueror;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B "%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/links.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/links.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=links
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Links Text Browser
+ StartupNotify=false
+ X-XFCE-Binaries=links;links-current;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=exo-open --launch TerminalEmulator %B;
+ X-XFCE-CommandsWithParameter=exo-open --launch TerminalEmulator %B %s;
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/lynx.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/lynx.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=aterm
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Lynx Text Browser
+ StartupNotify=false
+ X-XFCE-Binaries=lynx;lynx-current;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=exo-open --launch TerminalEmulator %B;
+ X-XFCE-CommandsWithParameter=exo-open --launch TerminalEmulator %B %s;
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/midori.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/midori.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -2,10 +2,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=midori
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Midori
+ StartupNotify=true
+ X-XFCE-Binaries=midori;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B "%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/mozilla-browser.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/mozilla-browser.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=mozilla
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Mozilla Browser
+ StartupNotify=false
+ X-XFCE-Binaries=mozilla;mozilla-gtk2;mozilla-gtk;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=%B -remote "openURL(about:blank,new-window)";%B;
+ X-XFCE-CommandsWithParameter=%B -remote "openURL(%s,new-window)";%B %s;
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/mozilla-mailer.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/mozilla-mailer.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=mozilla
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Mozilla Mail
+ StartupNotify=false
+ X-XFCE-Binaries=mozilla;mozilla-gtk2;mozilla-gtk;
+ X-XFCE-Category=MailReader
+ X-XFCE-Commands=%B -mail;
+ X-XFCE-CommandsWithParameter=@HELPERDIR@/exo-compose-mail-1 mozilla-remote %B "mailto:%s";@HELPERDIR@/exo-compose-mail-1 mozilla %B "mailto:%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/mutt.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/mutt.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=mutt
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Mutt
+ StartupNotify=false
+ X-XFCE-Binaries=mutt;
+ X-XFCE-Category=MailReader
+ X-XFCE-Commands=exo-open --launch TerminalEmulator %B;
+ X-XFCE-CommandsWithParameter=exo-open --launch TerminalEmulator @HELPERDIR@/exo-compose-mail-1 mutt %B "mailto:%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/nautilus.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/nautilus.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -2,10 +2,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=nautilus
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Nautilus
+ StartupNotify=true
+ X-XFCE-Binaries=nautilus;
+ X-XFCE-Category=FileManager
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B "%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/netscape-navigator.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/netscape-navigator.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=mozilla
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Netscape Navigator
+ StartupNotify=false
+ X-XFCE-Binaries=netscape;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=%B -remote "openURL(about:blank,new-window)";%B;
+ X-XFCE-CommandsWithParameter=%B -remote "openURL(%s,new-window)";%B %s;
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/nxterm.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/nxterm.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=nxterm
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=NXterm
+ StartupNotify=false
+ X-XFCE-Binaries=nxterm;
+ X-XFCE-Category=TerminalEmulator
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B -e %s;
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/opera-browser.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/opera-browser.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=opera
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Opera Browser
+ StartupNotify=false
+ X-XFCE-Binaries=opera;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B "%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/opera-mailer.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/opera-mailer.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=opera
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Opera Mail
+ StartupNotify=false
+ X-XFCE-Binaries=opera;
+ X-XFCE-Category=MailReader
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B -remote "openURL(mailto:%s)";%B "mailto:%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/pcmanfm.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/pcmanfm.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -2,10 +2,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=pcmanfm
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=PCMan File Manager
+ StartupNotify=true
+ X-XFCE-Binaries=pcmanfm;
+ X-XFCE-Category=FileManager
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B "%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/sylpheed-claws.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/sylpheed-claws.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=claws-mail
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Claws Mail
+ StartupNotify=true
+ X-XFCE-Binaries=claws-mail;sylpheed-claws-gtk2;sylpheed-claws
+ X-XFCE-Category=MailReader
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=@HELPERDIR@/exo-compose-mail-1 sylpheed %B "mailto:%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/sylpheed.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/sylpheed.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=sylpheed
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Sylpheed
+ StartupNotify=true
+ X-XFCE-Binaries=sylpheed;
+ X-XFCE-Category=MailReader
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=@HELPERDIR@/exo-compose-mail-1 sylpheed %B "mailto:%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/Terminal.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/Terminal.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=Terminal
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Xfce Terminal
+ StartupNotify=true
+ X-XFCE-Binaries=Terminal;xterminal;xfce4-terminal;
+ X-XFCE-Category=TerminalEmulator
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B -x %s;
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/Thunar.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/Thunar.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -2,10 +2,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=Thunar
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Thunar
+ StartupNotify=true
+ X-XFCE-Binaries=Thunar;
+ X-XFCE-Category=FileManager
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B "%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/thunderbird.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/thunderbird.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=thunderbird
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=Mozilla Thunderbird
+ StartupNotify=false
+ X-XFCE-Binaries=thunderbird;thunderbird-gtk2;thunderbird-gtk;mozilla-thunderbird;
+ X-XFCE-Category=MailReader
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=@HELPERDIR@/exo-compose-mail-1 mozilla-remote %B "mailto:%s";@HELPERDIR@/exo-compose-mail-1 mozilla %B "mailto:%s";
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/urxvt.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/urxvt.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=rxvt
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=RXVT Unicode
+ StartupNotify=false
+ X-XFCE-Binaries=urxvt;
+ X-XFCE-Category=TerminalEmulator
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B -e %s;
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/w3m.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/w3m.desktop.in.in	2011-03-07 12:08:30.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=w3m
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=W3M Text Browser
+ StartupNotify=false
+ X-XFCE-Binaries=w3m;
+ X-XFCE-Category=WebBrowser
+ X-XFCE-Commands=exo-open --launch TerminalEmulator %B;
+ X-XFCE-CommandsWithParameter=exo-open --launch TerminalEmulator %B %s;
++X-XFCE-Type=X-XFCE-Helper
+--- a/exo-helper/helpers/xterm.desktop.in.in.old	2011-03-07 12:08:30.000000000 +0100
++++ b/exo-helper/helpers/xterm.desktop.in.in	2011-03-07 12:08:31.000000000 +0100
+@@ -1,10 +1,11 @@
+ [Desktop Entry]
+ Version=1.0
+ Icon=xterm
+-Type=X-XFCE-Helper
++Type=Application
+ _Name=X Terminal
+ StartupNotify=false
+ X-XFCE-Binaries=xterm;
+ X-XFCE-Category=TerminalEmulator
+ X-XFCE-Commands=%B;
+ X-XFCE-CommandsWithParameter=%B -e %s;
++X-XFCE-Type=X-XFCE-Helper
diff --git a/meta-xfce/recipes-xfce/exo/exo/gnome-mount b/meta-xfce/recipes-xfce/exo/exo/gnome-mount
new file mode 100644
index 0000000..85fdb25
--- /dev/null
+++ b/meta-xfce/recipes-xfce/exo/exo/gnome-mount
@@ -0,0 +1,64 @@
+#!/bin/sh
+#
+# gnome-mount - wrapper script for use with exo-mount
+#
+# Copyright 2009 Enrico Tröger <enrico(at)xfce(dot)org>
+# Licence: GPLv2
+#
+#
+# This script aims to be a wrapper script to provide the
+# gnome-mount utility on envrionments which only have
+# exo-mount (e.g. Xfce). It accepts all command line arguments
+# which are passed but ignores all which are not supported by
+# exo-mount.
+#
+# (This script was tested with Bash and Dash.)
+#
+# Possible use case is as a drop-in replacement to get mounting
+# local resources with GVfs working, e.g. mounting disks in CD drives.
+#
+# Usage:
+# Save this script as 'gnome-mount' in a directory in your path,
+# e.g. /usr/local/bin or ~/bin and make it executable.
+#
+
+
+
+OPTS=""
+
+# first catch all passed arguments and keep those exo-mount supports,
+# ignore all other arguments
+while [ -n "$*" ]
+do
+	case $1 in
+		-\?|--help)
+		OPTS="$OPTS --help"
+		;;
+		-e|--eject)
+		OPTS="$OPTS --eject"
+		;;
+		-u|--unmount)
+		OPTS="$OPTS --unmount"
+		;;
+		-h|--hal-udi)
+		OPTS="$OPTS --hal-udi"
+		shift
+		OPTS="$OPTS $1"
+		;;
+		-d|--device)
+		OPTS="$OPTS --device"
+		shift
+		OPTS="$OPTS $1"
+		;;
+		-n|--no-ui)
+		OPTS="$OPTS --no-ui"
+		;;
+		-V|--version)
+		OPTS="$OPTS --version"
+		;;
+	esac
+	shift
+done
+
+# now run exo-mount and hope things go well
+exo-mount $OPTS
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb b/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb
new file mode 100644
index 0000000..b9fc687
--- /dev/null
+++ b/meta-xfce/recipes-xfce/exo/exo_0.6.2.bb
@@ -0,0 +1,36 @@
+DESCRIPTION="Application library for the Xfce desktop environment"
+SECTION = "x11"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+DEPENDS = "gtk+ libxfce4util virtual/libx11 perl-native cairo"
+
+PR = "r0"
+
+inherit xfce
+
+# SRC_URI must follow inherited one
+SRC_URI += " \
+    file://exo-no-tests-0.6.patch \
+    file://configure.patch \
+    file://gnome-mount \
+    file://fix-qa-desktop-type-error.patch \
+"
+
+
+# see http://wiki.xfce.org/gnomemount-replacement
+do_install_append () {
+	install -m 755 -d ${D}${bindir}/exo-mount-wrapper
+	install -m 755 ${WORKDIR}//gnome-mount ${D}${bindir}/exo-mount-wrapper
+}
+
+# Note: python bindings did not work in oe-dev and are about to be moved to
+# pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560
+FILES_${PN} += "${datadir}/xfce4/ \
+                ${libdir}/xfce4/exo-1 \
+               "
+
+FILES_${PN}-dbg += "${libdir}/gio/modules/.debug \
+                   "
+
+SRC_URI[md5sum] = "e25333df350abc30999cd16fe96ab690"
+SRC_URI[sha256sum] = "f49cf6a85546f47a1dddb58ce9a5f9364384a6f173cba99deb879e027c811f39"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 07/19] xfconf: Add initial recipe with version 4.8.0
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (5 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 08/19] libxfce4ui: " Andreas Mueller
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb

diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb
new file mode 100644
index 0000000..65efffd
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Xfce configuration daemon and utilities"
+SECTION = "x11/wm"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
+DEPENDS = "dbus-glib libxfce4util perl-native"
+
+PR = "r0"
+
+inherit xfce
+
+FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \
+                ${datadir}/dbus-1/services/org.xfce.Xfconf.service"
+
+SRC_URI[md5sum] = "0f11ed1ec7789c5c4c3fcc7cdb3c2940"
+SRC_URI[sha256sum] = "e071d55982238f997a691ff4bb08ef39e4c86bae31cf69b6666bc0cdadd1b85d"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 08/19] libxfce4ui: Add initial recipe with version 4.8.0
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (6 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 09/19] xfce-utils: Add initial recipe with version 4.8.2 Andreas Mueller
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../recipes-xfce/libxfce4ui/libxfce4ui_4.8.0.bb    |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.0.bb

diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.0.bb
new file mode 100644
index 0000000..82fff58
--- /dev/null
+++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.8.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Xfce4 Widget library and X Window System interaction"
+SECTION = "x11/libs"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
+DEPENDS = "gtk+ gettext intltool libxfce4util startup-notification xfconf"
+
+PR = "r0"
+
+inherit xfce
+
+FILES_${PN} += "${libdir}/xfce4/modules ${libdir}/libglade/2.0/*.so ${datadir}/xfce4/mime ${datadir}/icons/hicolor"
+
+SRC_URI[md5sum] = "df9acb3328dff905bd0777b84532b69f"
+SRC_URI[sha256sum] = "21f67fd004653440bfdb44874ed69c9806b4784978ec068d0b1c7012864ba339"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 09/19] xfce-utils: Add initial recipe with version 4.8.2
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (7 preceding siblings ...)
  2011-08-01 21:02 ` [meta-oe 08/19] libxfce4ui: " Andreas Mueller
@ 2011-08-01 21:02 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 10/19] xfce4-panel: Add initial recipe with version 4.8.5 Andreas Mueller
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../xfce-utils/relative-symlinks-docs.patch        |   11 ++++++++
 .../recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb    |   27 ++++++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)
 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

diff --git a/meta-xfce/recipes-xfce/xfce-utils/xfce-utils/relative-symlinks-docs.patch b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils/relative-symlinks-docs.patch
new file mode 100644
index 0000000..d0d80fe
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils/relative-symlinks-docs.patch
@@ -0,0 +1,11 @@
+--- a/doc/manual/Makefile.am	2011-06-18 08:05:25.000000000 +0200
++++ b/doc/manual/Makefile.am	2011-07-13 21:45:17.079143002 +0200
+@@ -21,7 +21,7 @@
+ 			done; \
+ 			if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \
+ 				echo "--- Creating symlink to C images for $$lang"; \
+-				ln -sf $(docdir)/html/C/images $$dest/images; \
++				ln -sf ../C/images $$dest/images; \
+ 			fi \
+ 		fi \
+ 	done;
diff --git a/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb
new file mode 100644
index 0000000..e36b6a7
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce-utils/xfce-utils_4.8.2.bb
@@ -0,0 +1,27 @@
+DESCRIPTION="Xfce4 Utilities"
+SECTION = "x11"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
+DEPENDS = "gtk+ virtual/libx11 dbus libxfce4util libxfce4ui"
+RDEPENDS_${PN} = "xrdb"
+
+PR = "r0"
+
+inherit xfce
+
+# SRC_URI must follow inherited one
+SRC_URI += " \
+    file://relative-symlinks-docs.patch \
+"
+
+# usually we do not migrate (requires perl on target)
+EXTRA_OECONF += "--disable-xfconf-migration"
+
+FILES_${PN} += " \ 
+	${libdir}/xfce4/xfconf-migration \
+        ${datadir}/dbus-1/* \
+        ${datadir}/xsessions/xfce.desktop \
+"
+
+SRC_URI[md5sum] = "7f48198f4bee3edf7869064c2922c609"
+SRC_URI[sha256sum] = "a12b708b0cd19ffa07afb2ab2cd1bf9377ff7fbbfbe16d7493a5bb973bcb0aa5"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 10/19] xfce4-panel: Add initial recipe with version 4.8.5
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (8 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 11/19] xfce4-session: Add initial recipe with version 4.8.1 Andreas Mueller
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../recipes-xfce/xfce4-panel/xfce4-panel_4.8.5.bb  |   34 ++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.8.5.bb

diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.8.5.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.8.5.bb
new file mode 100644
index 0000000..d99f332
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.8.5.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "Xfce4 Panel"
+SECTION = "x11"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee"
+DEPENDS = "libxfce4util garcon libxfce4ui xfconf exo gtk+ dbus cairo virtual/libx11 libxml2 libwnck"
+
+PR = "r0"
+
+inherit xfce
+
+python populate_packages_prepend() {
+	plugin_dir = bb.data.expand('${libdir}/xfce4/panel/plugins/', d)
+	plugin_name = bb.data.expand('${PN}-plugin-%s', d)
+	do_split_packages(d, plugin_dir, '^lib(.*).so$', plugin_name,
+	                  '${PN} plugin for %s', extra_depends='', prepend=True,
+	                  aux_files_pattern=['${datadir}/xfce4/panel/plugins/%s.desktop',
+	                                     '${sysconfdir}/xdg/xfce/panel/%s-*',
+	                                     '${datadir}/icons/hicolor/48x48/apps/*-%s.png',
+	                                     '${bindir}/*%s*'])
+}
+
+PACKAGES_DYNAMIC = "${PN}-plugin-*"
+
+FILES_${PN} += "${libdir}/xfce4/panel/migrate \
+                ${libdir}/xfce4/panel/wrapper"
+
+FILES_${PN}-dbg += "${libdir}/xfce4/panel/plugins/.debug \
+		   "
+
+FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.*a \
+                   "
+
+SRC_URI[md5sum] = "3c00e92821709baa2a71b166a32d46a2"
+SRC_URI[sha256sum] = "df8379a18d337481b847cf232eec907a927287917788e7b730deef4a535deada"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 11/19] xfce4-session: Add initial recipe with version 4.8.1
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (9 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 12/19] xfce4-appfinder: Add initial recipe with version 4.8.0 Andreas Mueller
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel

* xfce4-session needs iceauth for building and running properly. A patch
  was sent but is trapped for style-guide / license issues (see [1] and [2])

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/034169.html
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/034176.html

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../xfce4-session/relative-symlinks-docs.patch     |   11 +++++++
 .../xfce4-session/xfce4-session_4.8.1.bb           |   32 ++++++++++++++++++++
 2 files changed, 43 insertions(+), 0 deletions(-)
 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

diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch
new file mode 100644
index 0000000..fb78c57
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch
@@ -0,0 +1,11 @@
+--- a/doc/manual/Makefile.am	2010-09-08 18:37:19.000000000 +0200
++++ b/doc/manual/Makefile.am	2011-07-17 23:17:28.602626999 +0200
+@@ -20,7 +20,7 @@
+ 			done; \
+ 			if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \
+ 				echo "--- Creating symlink to C images for $$lang"; \
+-				ln -sf $(docdir)/html/C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
++				ln -sf ../C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
+ 			fi \
+ 		fi \
+ 	done;
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb
new file mode 100644
index 0000000..bedd35f
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "xfce4-session is a session manager for Xfce 4 Desktop Environment"
+SECTION = "x11"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
+DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf xfce4-panel gconf gnome-keyring"
+RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth"
+
+PR = "r0"
+
+inherit xfce
+
+# SRC_URI must follow inherited one
+SRC_URI += " \
+    file://relative-symlinks-docs.patch \
+"
+
+# protect from frightening message that xfce might not work correctly
+pkg_postinst_${PN} () {
+    echo 127.0.0.1    ${MACHINE} >> /etc/hosts
+}
+
+FILES_${PN} += "${libdir}/xfce4/*/*/*.so \
+                ${libdir}/xfce4/session/*-*-* \
+                ${datadir}/xfce4/*/* \
+                ${datadir}/themes/Default/balou/*"
+
+FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug"
+
+FILES_${PN}-dev += "${libdir}/xfce4/*/*/*.*a"
+
+SRC_URI[md5sum] = "478080ff666fdd36786a243829663efd"
+SRC_URI[sha256sum] = "1df52a77d87ed4d27b4f40a2f03a0b6334422d64bdc4e31b9aac22e25e68b829"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 12/19] xfce4-appfinder: Add initial recipe with version 4.8.0
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (10 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 13/19] xfwm4: Add initial recipe with version 4.8.1 Andreas Mueller
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../xfce4-appfinder/xfce4-appfinder_4.8.0.bb       |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.8.0.bb

diff --git a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.8.0.bb b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.8.0.bb
new file mode 100644
index 0000000..9187041
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.8.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION="Xfce4 Application Finder"
+SECTION = "x11"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+DEPENDS="gtk+ libxfce4util libxfce4ui garcon xfconf"
+
+PR = "r0"
+
+inherit xfce
+
+SRC_URI[md5sum] = "fb4797ef91b90d111b989e98c3e000e0"
+SRC_URI[sha256sum] = "fd74184355e45f8a16cc3cdd32b012b6787a453deb3a8b96af90494c7a8ac77f"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 13/19] xfwm4: Add initial recipe with version 4.8.1
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (11 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 14/19] xfce4-settings: Add initial recipe with version 4.8.2 Andreas Mueller
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel

* xfwm4 must be started once manually to work

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../xfwm4/xfwm4/relative-symlinks-docs.patch       |   28 +++++++++++++++
 meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.1.bb        |   37 ++++++++++++++++++++
 2 files changed, 65 insertions(+), 0 deletions(-)
 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

diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4/relative-symlinks-docs.patch b/meta-xfce/recipes-xfce/xfwm4/xfwm4/relative-symlinks-docs.patch
new file mode 100644
index 0000000..4e855e4
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4/relative-symlinks-docs.patch
@@ -0,0 +1,28 @@
+From 09d0d36450e25554785bf7f730e4ba0e31982be6 Mon Sep 17 00:00:00 2001
+From: Andreas Mueller <schnitzeltony@gmx.de>
+Date: Thu, 21 Jul 2011 19:52:28 +0200
+Subject: [PATCH] docs: On installation create relative paths in symlinks to
+ images
+
+
+Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
+---
+ doc/manual/Makefile.am |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
+index b21962f..88e234b 100644
+--- a/doc/manual/Makefile.am
++++ b/doc/manual/Makefile.am
+@@ -20,7 +20,7 @@ install-data-local:
+ 			done; \
+ 			if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \
+ 				echo "--- Creating symlink to C images for $$lang"; \
+-				ln -sf $(docdir)/html/C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
++				ln -sf ../C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
+ 			fi \
+ 		fi \
+ 	done;
+-- 
+1.7.4.4
+
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.1.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.1.bb
new file mode 100644
index 0000000..e31471d
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.1.bb
@@ -0,0 +1,37 @@
+DESCRIPTION="Xfce4 Window Manager"
+SECTION = "x11/wm"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
+DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification"
+RDEPENDS_${PN} = "xfwm4-theme-default"
+
+PR = "r0"
+
+inherit xfce update-alternatives
+
+# SRC_URI must follow inherited one
+SRC_URI += " \
+    file://relative-symlinks-docs.patch \
+"
+
+EXTRA_OECONF += " --enable-startup-notification"
+
+python populate_packages_prepend () {
+	themedir = bb.data.expand('${datadir}/themes', d)
+	do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True)
+}
+
+PACKAGES_DYNAMIC += "xfwm4-theme-*"
+
+ALTERNATIVE_NAME = "x-window-manager"
+ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_PATH = "${bindir}/xfce4-session"
+ALTERNATIVE_PRIORITY = "30"
+
+FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \
+                ${datadir}/xfwm4/defaults \
+               "
+FILES_${PN}-dbg += "${libexecdir}/xfce4/xfwm4/.debug/*"
+
+SRC_URI[md5sum] = "447433dca613180ebd6cfed4beb1c1c9"
+SRC_URI[sha256sum] = "6a3cbf6c92a0cc3bcaf7cf2565c35beae6354768ec26b4d616a3c2544a8f8499"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 14/19] xfce4-settings: Add initial recipe with version 4.8.2
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (12 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 15/19] thunar: Add initial recipe with version 1.2.2 Andreas Mueller
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../xfce4-settings/xfce4-settings_4.8.2.bb         |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb

diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb
new file mode 100644
index 0000000..7b31dae
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.8.2.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Xfce4 settings"
+SECTION = "x11/wm"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+DEPENDS = "exo gtk+ libxfce4util libxfce4ui xfconf dbus-glib libxi virtual/libx11 xrandr libnotify libxcursor libxklavier"
+
+PR = "r0"
+
+inherit xfce
+
+SRC_URI[md5sum] = "a45420fea20f29265ab6785cb1d07377"
+SRC_URI[sha256sum] = "3f79865a6a3817f3c868f2412cbf105e73e54810438f62035699ae5fd72c29d0"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 15/19] thunar: Add initial recipe with version 1.2.2
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (13 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 16/19] xfdesktop: Add initial recipe with version 4.8.2 Andreas Mueller
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel

* thunar crashes silently but since it is required by xfdesktop the patch is
  send out

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../thunar/thunar/relative-symlinks-docs.patch     |   28 ++++++++++++++++
 meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb      |   34 ++++++++++++++++++++
 2 files changed, 62 insertions(+), 0 deletions(-)
 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

diff --git a/meta-xfce/recipes-xfce/thunar/thunar/relative-symlinks-docs.patch b/meta-xfce/recipes-xfce/thunar/thunar/relative-symlinks-docs.patch
new file mode 100644
index 0000000..26f35be
--- /dev/null
+++ b/meta-xfce/recipes-xfce/thunar/thunar/relative-symlinks-docs.patch
@@ -0,0 +1,28 @@
+From 3123ef0e38d18b6dfda644abeb4da48520aa7cb9 Mon Sep 17 00:00:00 2001
+From: Andreas Mueller <schnitzeltony@gmx.de>
+Date: Thu, 21 Jul 2011 23:18:47 +0200
+Subject: [PATCH] docs: On installation create relative paths in symlinks to
+ images
+
+
+Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
+---
+ docs/manual/Makefile.am |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am
+index 57c7c00..5207733 100644
+--- a/docs/manual/Makefile.am
++++ b/docs/manual/Makefile.am
+@@ -20,7 +20,7 @@ install-data-local:
+ 			done; \
+ 			if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \
+ 				echo "--- Creating symlink to C images for $$lang"; \
+-				ln -sf $(docdir)/html/C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
++				ln -sf ../C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
+ 			fi \
+ 		fi \
+ 	done;
+-- 
+1.7.4.4
+
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb
new file mode 100644
index 0000000..c978855
--- /dev/null
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.2.2.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "File manager for the Xfce Desktop Environment"
+SECTION = "x11"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+DEPENDS = "exo gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify"
+
+PR = "r0"
+
+inherit xfce
+
+# SRC_URI must follow inherited one
+SRC_URI = "http://archive.xfce.org/src/xfce/${PN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2 \
+           file://relative-symlinks-docs.patch \
+"
+
+S = "${WORKDIR}/Thunar-${PV}/"
+
+
+# no/minimum(default)/yes/full(fails <- Werror)
+#EXTRA_OECONF += "--enable-debug=yes"
+
+FILES_${PN} += "${libdir}/thunarx-2/* \
+                ${libdir}/xfce4/panel/plugins/* \
+                ${libdir}/Thunar/[Tt]hunar* \
+                ${datadir}/dbus-1 \
+                ${datadir}/Thunar \
+                ${datadir}/xfce4/panel-plugins/*"
+
+FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \
+                    ${libdir}/xfce4/panel/plugins/.debug/ \
+                    ${libdir}/Thunar/.debug/"
+
+SRC_URI[md5sum] = "a86df0212db71e61f459bda6bc7b7fb6"
+SRC_URI[sha256sum] = "56b07dddde423ae7854c5edd433948a912c27afe2a60689ffc50df3d981e90f6"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 16/19] xfdesktop: Add initial recipe with version 4.8.2
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (14 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 17/19] gtk-xfce-engine: Add initial recipe with version 2.8.1 Andreas Mueller
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../xfdesktop/relative-symlinks-docs.patch         |   28 ++++++++++++++++++++
 .../recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb      |   19 +++++++++++++
 2 files changed, 47 insertions(+), 0 deletions(-)
 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

diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop/relative-symlinks-docs.patch b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop/relative-symlinks-docs.patch
new file mode 100644
index 0000000..fa70f6e
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop/relative-symlinks-docs.patch
@@ -0,0 +1,28 @@
+From 90e191cc4719172aa84e6a8ae694a6f2d6ee8989 Mon Sep 17 00:00:00 2001
+From: Andreas Mueller <schnitzeltony@gmx.de>
+Date: Fri, 22 Jul 2011 00:05:15 +0200
+Subject: [PATCH] docs: On installation create relative paths in symlinks to
+ images
+
+
+Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
+---
+ doc/manual/Makefile.am |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
+index 646821d..cbf79e1 100644
+--- a/doc/manual/Makefile.am
++++ b/doc/manual/Makefile.am
+@@ -20,7 +20,7 @@ install-data-local:
+ 			done; \
+ 			if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \
+ 				echo "--- Creating symlink to C images for $$lang"; \
+-				ln -sf $(docdir)/html/C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
++				ln -sf ../C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
+ 			fi \
+ 		fi \
+ 	done;
+-- 
+1.7.4.4
+
diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb
new file mode 100644
index 0000000..c3be330
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.8.2.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Xfce4 Desktop Manager"
+SECTION = "x11/base"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+DEPENDS = "gtk+ libxfce4util libxfce4ui libwnck xfconf dbus-glib thunar garcon exo"
+
+PR = "r0"
+
+inherit xfce
+
+# SRC_URI must follow inherited one
+SRC_URI += " \
+    file://relative-symlinks-docs.patch \
+"
+
+FILES_${PN} += "${datadir}/xfce4/backdrops"
+
+SRC_URI[md5sum] = "ed25d59f478afda552d121e96657d16f"
+SRC_URI[sha256sum] = "9d0a48c4e9ed6723a3f9a1c5303e2bbe9b04a3b483c52472da46881df4595e71"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 17/19] gtk-xfce-engine: Add initial recipe with version 2.8.1
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (15 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-01 21:02 ` [meta-oe 18/19] xfce-terminal: Add initial recipe with version 0.4.8 Andreas Mueller
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../gtk-xfce-engine/gtk-xfce-engine_2.8.1.bb       |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_2.8.1.bb

diff --git a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_2.8.1.bb b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_2.8.1.bb
new file mode 100644
index 0000000..91239bf
--- /dev/null
+++ b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_2.8.1.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "XFCE theme for GTK"
+SECTION = "x11/libs"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+DEPENDS += "gtk+"
+
+PR = "r0"
+
+inherit xfce
+
+FILES_${PN} += "${libdir}/gtk-2.0/*/engines \
+                ${datadir}/themes/"
+FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug"
+
+SRC_URI[md5sum] = "8a6527b61b0554cda11d06f66a567314"
+SRC_URI[sha256sum] = "7cb0a52d74cded5c6a86894babd214de723bcf68771195db6d94acf5161be617"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 18/19] xfce-terminal: Add initial recipe with version 0.4.8
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (16 preceding siblings ...)
  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 ` 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
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 .../xfce-terminal/xfce-terminal_0.4.8.bb           |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-apps/xfce-terminal/xfce-terminal_0.4.8.bb

diff --git a/meta-xfce/recipes-apps/xfce-terminal/xfce-terminal_0.4.8.bb b/meta-xfce/recipes-apps/xfce-terminal/xfce-terminal_0.4.8.bb
new file mode 100644
index 0000000..697c5c6
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce-terminal/xfce-terminal_0.4.8.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Terminal emulator for the Xfce desktop environment"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
+DEPENDS = "virtual/libx11 exo gtk+ vte dbus-glib"
+
+PR = "r0"
+
+inherit xfce
+
+# SRC_URI must follow inherited one
+SRC_URI = "http://archive.xfce.org/src/apps/terminal//${@'${PV}'[0:3]}/Terminal-${PV}.tar.bz2 \
+"
+
+S = "${WORKDIR}/Terminal-${PV}"
+
+FILES_${PN} += "${datadir}/Terminal \
+                ${datadir}/gnome-control-center/default-apps/Terminal-default-apps.xml"
+
+SRC_URI[md5sum] = "8dff62234da14e1a5e542fb56560ebe2"
+SRC_URI[sha256sum] = "fe5db0b7127ce87efa1e10f44d8915be88005b6ce4f0bfea6b64533e25cc788d"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* [meta-oe 19/19] task-xfce-base: Add initial recipe adding all recipes required for xfce desktop
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (17 preceding siblings ...)
  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 ` Andreas Mueller
  2011-08-02  8:32 ` [meta-oe 00/19] Add xfce48 desktop system to meta-oe Koen Kooi
  19 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 meta-xfce/recipes-xfce/tasks/task-xfce-base.bb |   35 ++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-xfce/tasks/task-xfce-base.bb

diff --git a/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
new file mode 100644
index 0000000..8a87203
--- /dev/null
+++ b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb
@@ -0,0 +1,35 @@
+DESCRIPTION = "All packages required for a base installation of XFCE"
+SECTION = "x11/wm"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
+PR = "r0"
+
+inherit task
+
+RDEPENDS_${PN} = " \
+    xfwm4 \
+    xfwm4-theme-default \
+    xfce4-session \     
+    xfconf \
+    xfdesktop \
+    xfce4-panel \
+    \
+    gtk-xfce-engine \
+    \
+    xfce-utils \
+    xfce4-panel-plugin-actions \
+    xfce4-panel-plugin-applicationsmenu \
+    xfce4-panel-plugin-clock \
+    xfce4-panel-plugin-directorymenu \
+    xfce4-panel-plugin-launcher \
+    xfce4-panel-plugin-pager \
+    xfce4-panel-plugin-separator \
+    xfce4-panel-plugin-showdesktop \
+    xfce4-panel-plugin-systray \
+    xfce4-panel-plugin-tasklist \
+    xfce4-panel-plugin-windowmenu \   
+    xfce4-settings \
+    xfce-terminal \
+    thunar \
+#    thunar-volman \
+"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 30+ messages in thread

* Re: [meta-oe 01/19] meta-xfce: Add layer information
  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
  0 siblings, 1 reply; 30+ messages in thread
From: Khem Raj @ 2011-08-02  2:35 UTC (permalink / raw)
  To: openembedded-devel

On Monday, August 01, 2011 11:02:39 PM Andreas Mueller wrote:
> Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
> ---
>  meta-xfce/conf/layer.conf |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
>  create mode 100644 meta-xfce/conf/layer.conf
> 
> diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf
> new file mode 100644
> index 0000000..d669e4e
> --- /dev/null
> +++ b/meta-xfce/conf/layer.conf
> @@ -0,0 +1,9 @@
> +# We have a conf and classes directory, append to BBPATH
> +BBPATH .= ":${LAYERDIR}"
> +
> +# We have a recipes directory, add to BBFILES
> +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb
> ${LAYERDIR}/recipes-*/*/*.bbappend" +
> +BBFILE_COLLECTIONS += "xfce-layer"
> +BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/"
> +BBFILE_PRIORITY_xfce-layer = "7"

it would be nice if there was also a README
explaining the dependencies of this layer or any other
information that user of this layer needs to know

-- 
Khem Raj



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [meta-oe 01/19] meta-xfce: Add layer information
  2011-08-02  2:35   ` Khem Raj
@ 2011-08-02  6:24     ` Andreas Mueller
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-02  6:24 UTC (permalink / raw)
  To: openembedded-devel

On Tuesday, August 02, 2011 04:35:15 AM Khem Raj wrote:
> On Monday, August 01, 2011 11:02:39 PM Andreas Mueller wrote:
> > Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
> > ---
> > 
> >  meta-xfce/conf/layer.conf |    9 +++++++++
> >  1 files changed, 9 insertions(+), 0 deletions(-)
> >  create mode 100644 meta-xfce/conf/layer.conf
> > 
> > diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf
> > new file mode 100644
> > index 0000000..d669e4e
> > --- /dev/null
> > +++ b/meta-xfce/conf/layer.conf
> > @@ -0,0 +1,9 @@
> > +# We have a conf and classes directory, append to BBPATH
> > +BBPATH .= ":${LAYERDIR}"
> > +
> > +# We have a recipes directory, add to BBFILES
> > +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb
> > ${LAYERDIR}/recipes-*/*/*.bbappend" +
> > +BBFILE_COLLECTIONS += "xfce-layer"
> > +BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/"
> > +BBFILE_PRIORITY_xfce-layer = "7"
> 
> it would be nice if there was also a README
> explaining the dependencies of this layer or any other
> information that user of this layer needs to know
Oops - will be done in V2 or further patch..

Andreas



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [meta-oe 00/19] Add xfce48 desktop system to meta-oe
  2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
                   ` (18 preceding siblings ...)
  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 ` Koen Kooi
  2011-08-03 18:18   ` Andreas Mueller
  19 siblings, 1 reply; 30+ messages in thread
From: Koen Kooi @ 2011-08-02  8:32 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Do you have a public repo where this can be pulled from?

Op 01-08-11 23:02, Andreas Mueller schreef:
> 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
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFON7YTMkyGM64RGpERAriDAJ9joYypN+gLdmlAeHV5L9b+YxO3JACgqSGk
CXBTmtwQPhAuenA79gw8mmk=
=Yh/C
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [meta-oe 00/19] Add xfce48 desktop system to meta-oe
  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
  0 siblings, 1 reply; 30+ messages in thread
From: Andreas Mueller @ 2011-08-03 18:18 UTC (permalink / raw)
  To: openembedded-devel

On Tuesday, August 02, 2011 10:32:19 AM Koen Kooi wrote:
> Do you have a public repo where this can be pulled from?

Before pushing to

git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git branch meta-xfce

I did

* rebase the patches on latest meta-openembedded commits
* Add README ( Khem suggested )
* xfce-session: Modify commit message ( iceauth now mainline )
* thunar: Minor modifcation in commit message
* build-tested xfce-base-image again

Andreas



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [meta-oe 00/19] Add xfce48 desktop system to meta-oe
  2011-08-03 18:18   ` Andreas Mueller
@ 2011-08-03 18:48     ` Koen Kooi
  2011-08-03 20:59       ` Andreas Mueller
  0 siblings, 1 reply; 30+ messages in thread
From: Koen Kooi @ 2011-08-03 18:48 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 03-08-11 20:18, Andreas Mueller schreef:
> On Tuesday, August 02, 2011 10:32:19 AM Koen Kooi wrote:
>> Do you have a public repo where this can be pulled from?
> 
> Before pushing to
> 
> git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git branch meta-xfce
> 
> I did
> 
> * rebase the patches on latest meta-openembedded commits * Add README ( Khem suggested )

small nit: the README doesn't say that it depends on meta-oe for e.g. iceauth

> * xfce-session: Modify commit message ( iceauth now mainline ) * thunar: Minor modifcation in commit message * build-tested xfce-base-image again
> 
> Andreas

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOOZgBMkyGM64RGpERAsccAKCwfS+zn22CNQ+lKFcLWHaAo/RZFgCgqhO5
c/1Oi0zG4DjzTif7KO++f4w=
=psWs
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [meta-oe 00/19] Add xfce48 desktop system to meta-oe
  2011-08-03 18:48     ` Koen Kooi
@ 2011-08-03 20:59       ` Andreas Mueller
  2011-08-03 21:24         ` Khem Raj
  0 siblings, 1 reply; 30+ messages in thread
From: Andreas Mueller @ 2011-08-03 20:59 UTC (permalink / raw)
  To: openembedded-devel

On Wednesday, August 03, 2011 08:48:33 PM Koen Kooi wrote:
> Op 03-08-11 20:18, Andreas Mueller schreef:
> > On Tuesday, August 02, 2011 10:32:19 AM Koen Kooi wrote:
> >> Do you have a public repo where this can be pulled from?
> > 
> > Before pushing to
> > 
> > git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git branch
> > meta-xfce
> > 
> > I did
> > 
> > * rebase the patches on latest meta-openembedded commits * Add README (
> > Khem suggested )
> 
> small nit: the README doesn't say that it depends on meta-oe for e.g.
> iceauth
> 
OK - but what is the correct git workflow to fix

* Simply append a new commit?

OR

* git rebase -i xfce-meta~20 -> Move the commit at the end
* make modification
* git add <modification>
* git commit --amend
* git rebase -i xfce-meta~20 -> Move the commit back at the beginning

OR

???

Thanks

Andreas



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [meta-oe 00/19] Add xfce48 desktop system to meta-oe
  2011-08-03 20:59       ` Andreas Mueller
@ 2011-08-03 21:24         ` Khem Raj
  2011-08-03 21:47           ` Andreas Mueller
  0 siblings, 1 reply; 30+ messages in thread
From: Khem Raj @ 2011-08-03 21:24 UTC (permalink / raw)
  To: openembedded-devel

On (03/08/11 22:59), Andreas Mueller wrote:
> On Wednesday, August 03, 2011 08:48:33 PM Koen Kooi wrote:
> > Op 03-08-11 20:18, Andreas Mueller schreef:
> > > On Tuesday, August 02, 2011 10:32:19 AM Koen Kooi wrote:
> > >> Do you have a public repo where this can be pulled from?
> > > 
> > > Before pushing to
> > > 
> > > git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git branch
> > > meta-xfce
> > > 
> > > I did
> > > 
> > > * rebase the patches on latest meta-openembedded commits * Add README (
> > > Khem suggested )
> > 
> > small nit: the README doesn't say that it depends on meta-oe for e.g.
> > iceauth
> > 
> OK - but what is the correct git workflow to fix

If commits are not part of upstream or public git repo then I would
recommend rebase and squash it into the relevant commit.

but if the cat is out of hat then add it as a new commit



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [meta-oe 00/19] Add xfce48 desktop system to meta-oe
  2011-08-03 21:24         ` Khem Raj
@ 2011-08-03 21:47           ` Andreas Mueller
  2011-08-04  7:40             ` Koen Kooi
  0 siblings, 1 reply; 30+ messages in thread
From: Andreas Mueller @ 2011-08-03 21:47 UTC (permalink / raw)
  To: openembedded-devel

On Wednesday, August 03, 2011 11:24:44 PM Khem Raj wrote:
> On (03/08/11 22:59), Andreas Mueller wrote:
> > On Wednesday, August 03, 2011 08:48:33 PM Koen Kooi wrote:
> > > Op 03-08-11 20:18, Andreas Mueller schreef:
> > > > On Tuesday, August 02, 2011 10:32:19 AM Koen Kooi wrote:
> > > >> Do you have a public repo where this can be pulled from?
> > > > 
> > > > Before pushing to
> > > > 
> > > > git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git
> > > > branch meta-xfce
> > > > 
> > > > I did
> > > > 
> > > > * rebase the patches on latest meta-openembedded commits * Add README
> > > > ( Khem suggested )
> > > 
> > > small nit: the README doesn't say that it depends on meta-oe for e.g.
> > > iceauth
> > 
> > OK - but what is the correct git workflow to fix
> 
> If commits are not part of upstream or public git repo then I would
> recommend rebase and squash it into the relevant commit.
> 
> but if the cat is out of hat then add it as a new commit
hope Koen i playing with the cat...



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [meta-oe 00/19] Add xfce48 desktop system to meta-oe
  2011-08-03 21:47           ` Andreas Mueller
@ 2011-08-04  7:40             ` Koen Kooi
  2011-08-04 20:03               ` Andreas Mueller
  0 siblings, 1 reply; 30+ messages in thread
From: Koen Kooi @ 2011-08-04  7:40 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 03-08-11 23:47, Andreas Mueller schreef:
> On Wednesday, August 03, 2011 11:24:44 PM Khem Raj wrote:
>> On (03/08/11 22:59), Andreas Mueller wrote:
>>> On Wednesday, August 03, 2011 08:48:33 PM Koen Kooi wrote:
>>>> Op 03-08-11 20:18, Andreas Mueller schreef:
>>>>> On Tuesday, August 02, 2011 10:32:19 AM Koen Kooi wrote:
>>>>>> Do you have a public repo where this can be pulled from?
>>>>> 
>>>>> Before pushing to
>>>>> 
>>>>> git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git branch meta-xfce
>>>>> 
>>>>> I did
>>>>> 
>>>>> * rebase the patches on latest meta-openembedded commits * Add README ( Khem suggested )
>>>> 
>>>> small nit: the README doesn't say that it depends on meta-oe for e.g. iceauth
>>> 
>>> OK - but what is the correct git workflow to fix
>> 
>> If commits are not part of upstream or public git repo then I would recommend rebase and squash it into the relevant commit.
>> 
>> but if the cat is out of hat then add it as a new commit
> hope Koen i playing with the cat...

I'm playing with the cat, yes, but nothing has been pushed yet, so rebase away :)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOOkz2MkyGM64RGpERAp+AAJ9edMVHRrsYAX+VsEH72JJHiEeKcwCfZZYP
dU0uxYR67ynWQJQw8V7iqF0=
=yOzz
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [meta-oe 00/19] Add xfce48 desktop system to meta-oe
  2011-08-04  7:40             ` Koen Kooi
@ 2011-08-04 20:03               ` Andreas Mueller
  0 siblings, 0 replies; 30+ messages in thread
From: Andreas Mueller @ 2011-08-04 20:03 UTC (permalink / raw)
  To: openembedded-devel

On Thursday, August 04, 2011 09:40:38 AM Koen Kooi wrote:
> Op 03-08-11 23:47, Andreas Mueller schreef:
> > On Wednesday, August 03, 2011 11:24:44 PM Khem Raj wrote:
> >> On (03/08/11 22:59), Andreas Mueller wrote:
> >>> On Wednesday, August 03, 2011 08:48:33 PM Koen Kooi wrote:
> >>>> Op 03-08-11 20:18, Andreas Mueller schreef:
> >>>>> On Tuesday, August 02, 2011 10:32:19 AM Koen Kooi wrote:
> >>>>>> Do you have a public repo where this can be pulled from?
> >>>>> 
> >>>>> Before pushing to
> >>>>> 
> >>>>> git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git
> >>>>> branch meta-xfce
> >>>>> 
> >>>>> I did
> >>>>> 
> >>>>> * rebase the patches on latest meta-openembedded commits * Add README
> >>>>> ( Khem suggested )
> >>>> 
> >>>> small nit: the README doesn't say that it depends on meta-oe for e.g.
> >>>> iceauth
> >>> 
> >>> OK - but what is the correct git workflow to fix
> >> 
> >> If commits are not part of upstream or public git repo then I would
> >> recommend rebase and squash it into the relevant commit.
> >> 
> >> but if the cat is out of hat then add it as a new commit
> > 
> > hope Koen i playing with the cat...
> 
> I'm playing with the cat, yes, but nothing has been pushed yet, so rebase
> away :)
Done



^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2011-08-04 20:04 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-01 21:02 [meta-oe 00/19] Add xfce48 desktop system to meta-oe Andreas Mueller
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

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.