All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Müller" <schnitzeltony@googlemail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 15/29] xfce4-genmon-plugin: update 3.4.0 -> 4.0.0
Date: Wed, 12 Apr 2017 21:56:24 +0200	[thread overview]
Message-ID: <20170412195638.3243-16-schnitzeltony@googlemail.com> (raw)
In-Reply-To: <20170412195638.3243-1-schnitzeltony@googlemail.com>

Patch was a backport and is now included in tarball

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 ...-period-to-be-set-at-250ms-resolution.-Pa.patch | 36 ----------------------
 ...lugin_3.4.0.bb => xfce4-genmon-plugin_4.0.0.bb} |  8 ++---
 2 files changed, 2 insertions(+), 42 deletions(-)
 delete mode 100644 meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch
 rename meta-xfce/recipes-panel-plugins/genmon/{xfce4-genmon-plugin_3.4.0.bb => xfce4-genmon-plugin_4.0.0.bb} (57%)

diff --git a/meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch b/meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch
deleted file mode 100644
index 28c0eb1..0000000
--- a/meta-xfce/recipes-panel-plugins/genmon/files/0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 2d5fa307827a7b32af4f7b2ae0604f943e3a6e99 Mon Sep 17 00:00:00 2001
-From: John Lindgren <john.lindgren@aol.com>
-Date: Tue, 21 Aug 2012 19:33:45 -0400
-Subject: [PATCH] Allow timer period to be set at 250ms resolution.  Patch
- from Miguel Guedes.  Closes: #9102.
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Upstream-Status: Applied [1]
-
-[1] http://git.xfce.org/panel-plugins/xfce4-genmon-plugin/commit/?id=2d5fa307827a7b32af4f7b2ae0604f943e3a6e99
-
-Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
----
- panel-plugin/config_gui.c |    4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/panel-plugin/config_gui.c b/panel-plugin/config_gui.c
-index a4c891d..90e55c1 100644
---- a/panel-plugin/config_gui.c
-+++ b/panel-plugin/config_gui.c
-@@ -106,8 +106,8 @@ int genmon_CreateConfigGUI (GtkWidget *vbox1,
-     gtk_widget_show (alignment1);
-     gtk_container_add (GTK_CONTAINER (eventbox1), alignment1);
- 
--    wSc_Period_adj = gtk_adjustment_new (15, 1, 60*60*24, 1, 1, 0);
--    wSc_Period = gtk_spin_button_new (GTK_ADJUSTMENT (wSc_Period_adj), 1, 0);
-+    wSc_Period_adj = gtk_adjustment_new (15, .25, 60*60*24, .25, 1, 0);
-+    wSc_Period = gtk_spin_button_new (GTK_ADJUSTMENT (wSc_Period_adj), .25, 2);
-     gtk_widget_show (wSc_Period);
-     gtk_container_add (GTK_CONTAINER (alignment1), wSc_Period);
-     gtk_tooltips_set_tip (tooltips, wSc_Period,
--- 
-1.7.6.5
-
diff --git a/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.0.0.bb
similarity index 57%
rename from meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb
rename to meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.0.0.bb
index a13db62..0624fe9 100644
--- a/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_3.4.0.bb
+++ b/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.0.0.bb
@@ -5,9 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=68ad62c64cc6c620126241fd429e68fe"
 
 inherit xfce-panel-plugin
 
-SRC_URI += "file://0001-Allow-timer-period-to-be-set-at-250ms-resolution.-Pa.patch"
-
-SRC_URI[md5sum] = "24108b339bb040ed360266f53a245224"
-SRC_URI[sha256sum] = "b0a5337b49c85623dc89f3c9e47c7374b1d466af2418033d2d6dfc57a9790387"
-
-S = "${WORKDIR}/xfce4-genmon-plugin-3.4"
+SRC_URI[md5sum] = "f28cfbf9c82e758a236c1f5fcbcb8a35"
+SRC_URI[sha256sum] = "a7db4f786166643076323dcde99ad12e92383cc29b4b806862d5483ec468c3e3"
-- 
2.9.3



  parent reply	other threads:[~2017-04-12 19:57 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12 19:56 [PATCH 00/29] updates and more Andreas Müller
2017-04-12 19:56 ` [PATCH 01/29] fltk: rework completely Andreas Müller
2017-04-12 19:56 ` [PATCH 02/29] jack: update to latest git-revision Andreas Müller
2017-04-12 19:56 ` [PATCH 03/29] thunar: update 1.6.10 -> 1.6.11 Andreas Müller
2017-04-12 19:56 ` [PATCH 04/29] geany: update 1.29 -> 1.30.1 Andreas Müller
2017-04-12 19:56 ` [PATCH 05/29] geany-plugins: update 1.29 -> 1.30 Andreas Müller
2017-04-12 19:56 ` [PATCH 06/29] xfce4-notifyd: update 0.3.4 -> 0.3.6 Andreas Müller
2017-04-12 19:56 ` [PATCH 07/29] xfce4-taskmanager: update 1.1.0 -> 1.2.0 Andreas Müller
2017-04-14 19:34   ` Martin Jansa
2017-04-14 19:48     ` Andreas Müller
2017-04-12 19:56 ` [PATCH 08/29] xfce4-terminal: update 0.8.3 -> 0.8.4 Andreas Müller
2017-04-12 19:56 ` [PATCH 09/29] xfce4-diskperf-plugin: update 2.6.0 -> 2.6.1 Andreas Müller
2017-04-12 19:56 ` [PATCH 10/29] xfwm4: 4.12.3 -> 4.12.4 Andreas Müller
2017-04-12 19:56 ` [PATCH 11/29] xfce4-weather-plugin: update 0.8.8 -> 0.8.9 Andreas Müller
2017-04-12 19:56 ` [PATCH 12/29] xfce4-systemload-plugin: update 1.2.0 -> 1.2.1 Andreas Müller
2017-04-12 19:56 ` [PATCH 13/29] xfce4-netload-plugin: update 1.3.0 -> 1.3.1 Andreas Müller
2017-04-12 19:56 ` [PATCH 14/29] xfce4-equake-plugin: update 1.3.8 -> 1.3.8.1 Andreas Müller
2017-04-12 19:56 ` Andreas Müller [this message]
2017-04-12 19:56 ` [PATCH 16/29] xfce4-whiskermenu-plugin: update 2.1.0 -> 2.1.2 Andreas Müller
2017-04-12 19:56 ` [PATCH 17/29] networkmanager: update 1.4.2 -> 1.4.4 Andreas Müller
2017-04-12 19:56 ` [PATCH 18/29] networkmanager-openvpn: add glib-2.0-native to DEPENDS and unblacklist Andreas Müller
2017-04-12 19:56 ` [PATCH 19/29] networkmanager-openvpn: pack static libs properly Andreas Müller
2017-04-12 19:56 ` [PATCH 20/29] networkmanager-openvpn: update 1.2.6 -> 1.2.8 Andreas Müller
2017-04-12 19:56 ` [PATCH 21/29] network-manager-applet: update 1.4.2 -> 1.4.4 Andreas Müller
2017-04-12 19:56 ` [PATCH 22/29] xfce4-mount-plugin: update 0.6.4 -> 1.1.2 Andreas Müller
2017-04-12 19:56 ` [PATCH 23/29] poppler: update 0.51.0 -> 0.53.0 Andreas Müller
2017-04-12 19:56 ` [PATCH 24/29] libass: update 0.13.2 -> 0.13.6 Andreas Müller
2017-04-12 19:56 ` [PATCH 25/29] mpv: update 0.15.0 -> 0.24.0 Andreas Müller
2017-04-12 19:56 ` [PATCH 26/29] mpv: add PACKAGECONFIG for drm/gbm/vdpau/wayland Andreas Müller
2017-04-13  9:46   ` Andrey Konovalov
2017-04-13  9:52     ` Andreas Müller
2017-04-13 12:45       ` Andreas Müller
2017-04-12 19:56 ` [PATCH 27/29] xfce4-closebutton-plugin: Upstream clang-fix-patch Andreas Müller
2017-04-12 19:56 ` [PATCH 28/29] xarchiver: Upstream printf-fix-patch Andreas Müller
2017-04-12 19:56 ` [PATCH 29/29] xfce4-sensors-plugin: update 1.2.6 -> 1.2.97 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=20170412195638.3243-16-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.