All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Müller" <schnitzeltony@googlemail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [V2][PATCH 00/19] various adds/updates/fxes
Date: Fri, 13 Feb 2015 08:01:40 +0100	[thread overview]
Message-ID: <1423810919-9857-1-git-send-email-schnitzeltony@googlemail.com> (raw)

V1-V2:

* long SUMMARYs shortened / DESCRIPTION added
* xmessage: commit message aligned

The following changes since commit 4e08e7c3a5c36c859e01e4d2168ea3e1b287bcc0:

  snmpd: instead option -LS by -Ls (2015-02-11 21:27:29 -0500)

are available in the git repository at:

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

for you to fetch changes up to d0eee205333bc47b68e3df688c445c63890a8cf1:

  gimp: update to 2.8.14 / fix build by not configuring with freetype-config (2015-02-13 07:49:22 +0100)

----------------------------------------------------------------
Andreas Müller (19):
      libmbim: initial add 1.12.2
      libqmi: initial add 1.12.2
      modemmanager: update to 1.4.2
      network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default
      xmessage: initial add 1.0.4
      xfce4-kbdleds-plugin: Initial add 0.0.6
      packagegroup-xfce-extended: add xfce4-kbdleds-plugin
      xfce4-screenshooter: update to 1.8.2
      xfce4-weather-plugin: update to 0.8.5
      xfce4-whiskermenu-plugin: update to 1.4.2
      xfce4-cpufreq-plugin: update to 1.1.1
      xfce4-netload-plugin: update to 1.2.4
      xfce4-eyes-plugin: update to 4.4.3
      xfce4-systemload-plugin: update to 1.1.2
      xfce4-equake-plugin: update to 1.3.6
      xfce4-timer-plugin: initial add 1.6.0
      packagegroup-xfce-extended: add xfce4-timer-plugin
      gnome-bluetooth: fix build by using a valid dbus interface + unblacklist
      gimp: update to 2.8.14 / fix build by not configuring with freetype-config

 meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb                         |   1 +
 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch    | 122 +++++++++++++++++++++++++++++++++++++++++++
 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb                                                |   8 +--
 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb                                                            |  16 ++++++
 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb                                                              |  16 ++++++
 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb                                                   |  40 +++++++++++++++
 meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb                                               |  29 -----------
 meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch                       |  38 ++++++++++++++
 meta-oe/recipes-graphics/gimp/gimp/freetype.patch                                                                 |  30 -----------
 meta-oe/recipes-graphics/gimp/{gimp_2.8.10.bb => gimp_2.8.14.bb}                                                  |  13 ++---
 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb                                                               |  10 ++++
 meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch                                |  43 ----------------
 meta-xfce/recipes-apps/xfce4-screenshooter/{xfce4-screenshooter_1.8.1.bb => xfce4-screenshooter_1.8.2.bb}         |  12 +++--
 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb                                             |  15 ------
 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb                                             |   9 ++++
 meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.5.bb => xfce4-equake-plugin_1.3.6.bb}             |   4 +-
 meta-xfce/recipes-panel-plugins/eyes/{xfce4-eyes-plugin_4.4.2.bb => xfce4-eyes-plugin_4.4.3.bb}                   |   4 +-
 meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb                                             |  15 ++++++
 meta-xfce/recipes-panel-plugins/netload/{xfce4-netload-plugin_1.2.0.bb => xfce4-netload-plugin_1.2.4.bb}          |   4 +-
 meta-xfce/recipes-panel-plugins/systemload/{xfce4-systemload-plugin_1.1.1.bb => xfce4-systemload-plugin_1.1.2.bb} |   4 +-
 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb                                                 |  10 ++++
 meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch     | 162 ----------------------------------------------------------
 meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch     |  27 ----------
 meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.3.bb => xfce4-weather-plugin_0.8.5.bb}          |   8 +--
 .../{whisker/xfce4-whiskermenu-plugin_1.3.2.bb => whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb}                  |   4 +-
 meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb                                                |   2 +
 26 files changed, 309 insertions(+), 337 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0002-bluetooth-client-use-valid-interface-names.patch
 create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb
 create mode 100644 meta-oe/recipes-connectivity/libqmi/libqmi_1.12.2.bb
 create mode 100644 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.4.2.bb
 delete mode 100644 meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
 create mode 100644 meta-oe/recipes-graphics/gimp/gimp/0001-configure-ac-do-not-check-for-freetype-config.patch
 delete mode 100644 meta-oe/recipes-graphics/gimp/gimp/freetype.patch
 rename meta-oe/recipes-graphics/gimp/{gimp_2.8.10.bb => gimp_2.8.14.bb} (73%)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/xmessage_1.0.4.bb
 delete mode 100644 meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
 rename meta-xfce/recipes-apps/xfce4-screenshooter/{xfce4-screenshooter_1.8.1.bb => xfce4-screenshooter_1.8.2.bb} (59%)
 delete mode 100644 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.0.bb
 create mode 100644 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.1.1.bb
 rename meta-xfce/recipes-panel-plugins/equake/{xfce4-equake-plugin_1.3.5.bb => xfce4-equake-plugin_1.3.6.bb} (74%)
 rename meta-xfce/recipes-panel-plugins/eyes/{xfce4-eyes-plugin_4.4.2.bb => xfce4-eyes-plugin_4.4.3.bb} (68%)
 create mode 100644 meta-xfce/recipes-panel-plugins/kbdleds/xfce4-kbdleds-plugin_0.0.6.bb
 rename meta-xfce/recipes-panel-plugins/netload/{xfce4-netload-plugin_1.2.0.bb => xfce4-netload-plugin_1.2.4.bb} (66%)
 rename meta-xfce/recipes-panel-plugins/systemload/{xfce4-systemload-plugin_1.1.1.bb => xfce4-systemload-plugin_1.1.2.bb} (70%)
 create mode 100644 meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.6.0.bb
 delete mode 100644 meta-xfce/recipes-panel-plugins/weather/files/0001-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
 delete mode 100644 meta-xfce/recipes-panel-plugins/weather/files/0002-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
 rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.3.bb => xfce4-weather-plugin_0.8.5.bb} (53%)
 rename meta-xfce/recipes-panel-plugins/{whisker/xfce4-whiskermenu-plugin_1.3.2.bb => whiskermenu/xfce4-whiskermenu-plugin_1.4.2.bb} (68%)

-- 
1.9.3



             reply	other threads:[~2015-02-13  7:02 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-13  7:01 Andreas Müller [this message]
2015-02-13  7:01 ` [V2][PATCH 01/19] libmbim: initial add 1.12.2 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 02/19] libqmi: " Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 03/19] modemmanager: update to 1.4.2 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 04/19] network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 05/19] xmessage: initial add 1.0.4 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 06/19] xfce4-kbdleds-plugin: Initial add 0.0.6 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 07/19] packagegroup-xfce-extended: add xfce4-kbdleds-plugin Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 08/19] xfce4-screenshooter: update to 1.8.2 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 09/19] xfce4-weather-plugin: update to 0.8.5 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 10/19] xfce4-whiskermenu-plugin: update to 1.4.2 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 11/19] xfce4-cpufreq-plugin: update to 1.1.1 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 12/19] xfce4-netload-plugin: update to 1.2.4 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 13/19] xfce4-eyes-plugin: update to 4.4.3 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 14/19] xfce4-systemload-plugin: update to 1.1.2 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 15/19] xfce4-equake-plugin: update to 1.3.6 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 16/19] xfce4-timer-plugin: initial add 1.6.0 Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 17/19] packagegroup-xfce-extended: add xfce4-timer-plugin Andreas Müller
2015-02-13  7:01 ` [V2][PATCH 18/19] gnome-bluetooth: fix build by using a valid dbus interface + unblacklist Andreas Müller
2015-02-13  8:36   ` package icedtea6-native-1.8.11-r5.3: task do_compile: Failed MONDON Daniel
2015-02-13  9:49     ` Henning Heinold
2015-02-13 10:08       ` MONDON Daniel
2015-02-13 10:33         ` Max Krummenacher
2015-02-13 10:57           ` MONDON Daniel
2015-02-13 14:20           ` Hugo Vasconcelos Saldanha
2015-02-17 13:00             ` Otavio Salvador
2015-02-17 13:03               ` MONDON Daniel
2015-02-17 13:04                 ` Otavio Salvador
2015-02-18 16:23               ` Hugo Vasconcelos Saldanha
2015-02-18 14:14           ` MONDON Daniel
2015-02-18 14:56             ` Henning Heinold
2015-02-23 10:49               ` package icedtea6-native-1.8.11-r5.3: task do_compile: Failed : solved! MONDON Daniel
2015-02-13  7:01 ` [V2][PATCH 19/19] gimp: update to 2.8.14 / fix build by not configuring with freetype-config Andreas Müller

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=1423810919-9857-1-git-send-email-schnitzeltony@googlemail.com \
    --to=schnitzeltony@googlemail.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.