All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-xfce/meta-gnome 00/10] world-fixes
@ 2014-04-01 15:21 Andreas Müller
  2014-04-01 15:21 ` [PATCH][meta-xfce/meta-gnome 01/10] xfce-git.bbclass initial add Andreas Müller
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Andreas Müller @ 2014-04-01 15:21 UTC (permalink / raw)
  To: openembedded-devel

mousepad seems already fixed in secret shr repo

The following changes since commit c04626475be6f0e52400552d5aed044062aac4dd:

  exo: Add intltool-native as native dependency (2014-03-29 22:51:36 +0100)

are available in the git repository at:

  git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git patches-for-world

for you to fetch changes up to 4972401d7133f07f732a06d47bc9bce664465493:

  abiword: update to 3.0.0 to fix build (2014-04-01 17:12:30 +0200)

----------------------------------------------------------------
Andreas Müller (10):
      xfce-git.bbclass initial add
      xarchiver: fix configue
      xfwm4: fix configue by inheriting xfce-git.bbclass
      libxfce4ui: fix configue by inheriting xfce-git.bbclass
      xfce4-taskmanager: fix configue by inheriting xfce-git.bbclass
      xfce4-closebutton-plugin: fix configue by inheriting xfce-git.bbclass
      xfce4-settings: fix configue by inheriting xfce-git.bbclass
      xfce4-dev-tools: update to 4.11.0
      sound-theme-freedesktop: fix configure
      abiword: update to 3.0.0 to fix build

 meta-gnome/recipes-gnome/abiword/abiword/abiword-cxx-for-ld-fix.patch                           |  12 ---------
 meta-gnome/recipes-gnome/abiword/abiword/abiword.fix.glib-2.32.patch                            |  21 ----------------
 meta-gnome/recipes-gnome/abiword/abiword/cdump.pl                                               |  32 ------------------------
 meta-gnome/recipes-gnome/abiword/abiword/debian_patches_boost54.patch                           |  32 ++++++++++++++++++++++++
 meta-gnome/recipes-gnome/abiword/abiword/fix.no.undefined.param.patch                           | 104 ----------------------------------------------------------------------------
 meta-gnome/recipes-gnome/abiword/abiword/libpng15.patch                                         | 102 --------------------------------------------------------------------------
 meta-gnome/recipes-gnome/abiword/abiword/nodolt.patch                                           |  12 ---------
 meta-gnome/recipes-gnome/abiword/{abiword_2.8.6.bb => abiword_3.0.0.bb}                         |  39 +++++++++++------------------
 meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb                          |   2 ++
 meta-xfce/classes/xfce-git.bbclass                                                              |   5 ++++
 meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb                                               |   8 ++----
 meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_git.bb                               |   6 +----
 meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb                     |   6 +----
 meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb                                          |   8 +-----
 meta-xfce/recipes-xfce/xfce4-dev-tools/{xfce4-dev-tools_4.10.0.bb => xfce4-dev-tools_4.11.0.bb} |   4 +--
 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb                                     |   6 +----
 meta-xfce/recipes-xfce/xfwm4/xfwm4_git.bb                                                       |   6 +----
 17 files changed, 63 insertions(+), 342 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/abiword/abiword/abiword-cxx-for-ld-fix.patch
 delete mode 100644 meta-gnome/recipes-gnome/abiword/abiword/abiword.fix.glib-2.32.patch
 delete mode 100755 meta-gnome/recipes-gnome/abiword/abiword/cdump.pl
 create mode 100644 meta-gnome/recipes-gnome/abiword/abiword/debian_patches_boost54.patch
 delete mode 100644 meta-gnome/recipes-gnome/abiword/abiword/fix.no.undefined.param.patch
 delete mode 100644 meta-gnome/recipes-gnome/abiword/abiword/libpng15.patch
 delete mode 100644 meta-gnome/recipes-gnome/abiword/abiword/nodolt.patch
 rename meta-gnome/recipes-gnome/abiword/{abiword_2.8.6.bb => abiword_3.0.0.bb} (83%)
 create mode 100644 meta-xfce/classes/xfce-git.bbclass
 rename meta-xfce/recipes-xfce/xfce4-dev-tools/{xfce4-dev-tools_4.10.0.bb => xfce4-dev-tools_4.11.0.bb} (78%)

-- 
1.8.3.1



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

end of thread, other threads:[~2014-04-20  8:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01 15:21 [PATCH][meta-xfce/meta-gnome 00/10] world-fixes Andreas Müller
2014-04-01 15:21 ` [PATCH][meta-xfce/meta-gnome 01/10] xfce-git.bbclass initial add Andreas Müller
2014-04-01 15:21 ` [PATCH][meta-xfce/meta-gnome 02/10] xarchiver: fix configue Andreas Müller
2014-04-01 15:21 ` [PATCH][meta-xfce/meta-gnome 03/10] xfwm4: fix configue by inheriting xfce-git.bbclass Andreas Müller
2014-04-01 15:21 ` [PATCH][meta-xfce/meta-gnome 04/10] libxfce4ui: " Andreas Müller
2014-04-01 15:21 ` [PATCH][meta-xfce/meta-gnome 05/10] xfce4-taskmanager: " Andreas Müller
2014-04-01 15:21 ` [PATCH][meta-xfce/meta-gnome 06/10] xfce4-closebutton-plugin: " Andreas Müller
2014-04-01 15:21 ` [PATCH][meta-xfce/meta-gnome 07/10] xfce4-settings: " Andreas Müller
2014-04-01 15:21 ` [PATCH][meta-xfce/meta-gnome 08/10] xfce4-dev-tools: update to 4.11.0 Andreas Müller
2014-04-01 15:21 ` [PATCH][meta-xfce/meta-gnome 09/10] sound-theme-freedesktop: fix configure Andreas Müller
2014-04-01 15:21 ` [PATCH][meta-xfce/meta-gnome 10/10] abiword: update to 3.0.0 to fix build Andreas Müller
2014-04-20  8:53 ` [PATCH][meta-xfce/meta-gnome 00/10] world-fixes Martin Jansa

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.