From patchwork Wed Jan 2 15:16:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [meta-xfce/meta-gnome/V2,00/10] various updates Date: Wed, 02 Jan 2013 15:16:04 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40googlemail=2Ecom=3E?= X-Patchwork-Id: 41873 Message-Id: <1357139774-4364-1-git-send-email-schnitzeltony@googlemail.com> To: openembedded-devel@lists.openembedded.org V1->V2: * mousepad: add gtksourceview2 to depends * exo: correct version 0.10.2 in commit message * xfce4-terminal: V1 was 0.6.0 / V2 is 0.6.1 All patches were built from scratch and run tested on gumstix overo The following changes since commit 1de21e56eeefdcfe4972900cf9f651ba1d8c9f0b: imagemagick: disable opencl (2012-12-27 16:14:23 +0100) are available in the git repository at: git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git patches Andreas Müller (10): exo: update to 0.10.2 tumbler: update to 0.1.26 thunar: update to 1.6.2 xfce4-terminal: update to 0.6.1 packagegroup-xfce-base: xfce-terminal -> xfce4-terminal mousepad: initial add 0.3.0 xfce4-mixer: update to 4.10.0 xfce4-places-plugin: update to 1.5.0 midori: update to 0.4.7 xfce4-session: fix build on X11-less hosts .../midori/{midori_0.4.6.bb => midori_0.4.7.bb} | 7 +-- meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb | 10 +++++ .../xfce-terminal/xfce-terminal_0.4.8.bb | 20 ---------- ...{xfce4-mixer_4.8.0.bb => xfce4-mixer_4.10.0.bb} | 6 +- .../xfce4-terminal/xfce4-terminal_0.6.1.bb | 12 ++++++ ...lugin_1.4.0.bb => xfce4-places-plugin_1.5.0.bb} | 4 +- meta-xfce/recipes-xfce/exo/exo/configure.patch | 4 +- .../exo/{exo_0.8.0.bb => exo_0.10.2.bb} | 4 +- .../packagegroups/packagegroup-xfce-base.bb | 4 +- .../thunar/{thunar_1.4.0.bb => thunar_1.6.2.bb} | 5 +- .../{tumbler_0.1.25.bb => tumbler_0.1.26.bb} | 4 +- ...03-configure.in-hard-code-path-to-iceauth.patch | 40 ++++++++++++++++++++ .../xfce4-session/xfce4-session_4.10.0.bb | 6 ++- 13 files changed, 83 insertions(+), 43 deletions(-) rename meta-gnome/recipes-connectivity/midori/{midori_0.4.6.bb => midori_0.4.7.bb} (86%) create mode 100644 meta-xfce/recipes-apps/mousepad/mousepad_0.3.0.bb delete mode 100644 meta-xfce/recipes-apps/xfce-terminal/xfce-terminal_0.4.8.bb rename meta-xfce/recipes-apps/xfce4-mixer/{xfce4-mixer_4.8.0.bb => xfce4-mixer_4.10.0.bb} (53%) create mode 100644 meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.1.bb rename meta-xfce/recipes-panel-plugins/places/{xfce4-places-plugin_1.4.0.bb => xfce4-places-plugin_1.5.0.bb} (68%) rename meta-xfce/recipes-xfce/exo/{exo_0.8.0.bb => exo_0.10.2.bb} (87%) rename meta-xfce/recipes-xfce/thunar/{thunar_1.4.0.bb => thunar_1.6.2.bb} (84%) rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.1.25.bb => tumbler_0.1.26.bb} (89%) create mode 100644 meta-xfce/recipes-xfce/xfce4-session/files/0003-configure.in-hard-code-path-to-iceauth.patch