All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH][meta-xfce/meta-gnome 00/10] world-fixes
Date: Sun, 20 Apr 2014 10:53:29 +0200	[thread overview]
Message-ID: <20140420085329.GL2486@jama> (raw)
In-Reply-To: <1396365706-14220-1-git-send-email-schnitzeltony@googlemail.com>

[-- Attachment #1: Type: text/plain, Size: 4589 bytes --]

On Tue, Apr 01, 2014 at 05:21:36PM +0200, Andreas Müller wrote:
> 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)

All merged, thanks!

> 
> ----------------------------------------------------------------
> 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
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

      parent reply	other threads:[~2014-04-20  8:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Martin Jansa [this message]

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=20140420085329.GL2486@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

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

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