Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-xfce/meta-gnome/V2 00/10] various updates
@ 2013-01-02 15:16 Andreas Müller
  2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 01/10] exo: update to 0.10.2 Andreas Müller
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Andreas Müller @ 2013-01-02 15:16 UTC (permalink / raw)
  To: openembedded-devel

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

-- 
1.7.4.4




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

end of thread, other threads:[~2013-03-30 20:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-02 15:16 [meta-xfce/meta-gnome/V2 00/10] various updates Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 01/10] exo: update to 0.10.2 Andreas Müller
2013-03-30 17:05   ` Jason Kridner
2013-03-30 17:14     ` Jason Kridner
2013-03-30 17:44       ` Martin Jansa
2013-03-30 20:10       ` Otavio Salvador
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 02/10] tumbler: update to 0.1.26 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 03/10] thunar: update to 1.6.2 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 04/10] xfce4-terminal: update to 0.6.1 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 05/10] packagegroup-xfce-base: xfce-terminal -> xfce4-terminal Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 06/10] mousepad: initial add 0.3.0 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 07/10] xfce4-mixer: update to 4.10.0 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 08/10] xfce4-places-plugin: update to 1.5.0 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 09/10] midori: update to 0.4.7 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 10/10] xfce4-session: fix build on X11-less hosts Andreas Müller
2013-01-06 12:29 ` [meta-xfce/meta-gnome/V2 00/10] various updates Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox