All of lore.kernel.org
 help / color / mirror / Atom feed
From: "kai" <kai.kang@windriver.com>
To: schnitzeltony@gmail.com
Cc: openembedded-devel@lists.openembedded.org
Subject: [meta-xfce][PATCH 1/4] xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2
Date: Thu, 19 Nov 2020 15:41:31 +0800	[thread overview]
Message-ID: <20201119074134.6963-2-kai.kang@windriver.com> (raw)
In-Reply-To: <20201119074134.6963-1-kai.kang@windriver.com>

From: Kai Kang <kai.kang@windriver.com>

1.2.2

- Update URLs and copyright year
- Add basic GitLab pipeline
- Fix compilation with gcc-10
- Update URLs from goodies.x.o to docs.x.o (Bug #16156)
- s/http/https
- Fix build with panel 4.15
- Replace GtkStock buttons
- Rename applet to plugin (Bug #15582)
- Post release tag bump
- Translation Updates

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 ...ry-leak-and-reduce-cpu-load-slightly.patch |  6 ++---
 ...e4-cpufreq-plugin-1.2.1-gcc10-common.patch | 26 ++++++++++++-------
 ...1.2.1.bb => xfce4-cpufreq-plugin_1.2.2.bb} |  4 +--
 3 files changed, 22 insertions(+), 14 deletions(-)
 rename meta-xfce/recipes-panel-plugins/cpufreq/{xfce4-cpufreq-plugin_1.2.1.bb => xfce4-cpufreq-plugin_1.2.2.bb} (74%)

diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch
index 92a6e8384..ae8bc5279 100644
--- a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch
+++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch
@@ -18,6 +18,7 @@ Upstream-Status: Submitted [1]
 [1] https://bugzilla.xfce.org/attachment.cgi?id=8492
 
 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
+
 ---
  panel-plugin/xfce4-cpufreq-configure.c |  4 ++++
  panel-plugin/xfce4-cpufreq-plugin.c    | 13 +++++++++++--
@@ -109,13 +110,12 @@ index a6895e4..6338698 100644
 +++ b/panel-plugin/xfce4-cpufreq-plugin.h
 @@ -95,6 +95,8 @@ typedef struct
  
- CpuFreqPlugin *cpuFreq;
+ extern CpuFreqPlugin *cpuFreq;
  
 +GtkCssProvider *currentProvider;
 +
  G_BEGIN_DECLS
  
  void
--- 
+---
 2.20.1
-
diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1-gcc10-common.patch b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1-gcc10-common.patch
index d5238d00f..95605f83a 100644
--- a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1-gcc10-common.patch
+++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.1-gcc10-common.patch
@@ -5,26 +5,34 @@ Part of Patch from https://src.fedoraproject.org/rpms/xfce4-cpufreq-plugin/raw/m
 Upstream-Status: Pending
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 
+Refresh for xfce4-cpufreq-plugin 1.2.2.
+
+Signed-off-by: Kai Kang <kai.kang@windriver.com>
+
+---
+ panel-plugin/xfce4-cpufreq-plugin.c | 1 +
+ panel-plugin/xfce4-cpufreq-plugin.h | 2 +-
+ 2 files changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/panel-plugin/xfce4-cpufreq-plugin.c b/panel-plugin/xfce4-cpufreq-plugin.c
+index 1e33492..ce9e302 100644
 --- a/panel-plugin/xfce4-cpufreq-plugin.c
 +++ b/panel-plugin/xfce4-cpufreq-plugin.c
-@@ -37,7 +37,8 @@
- #include "xfce4-cpufreq-linux.h"
+@@ -38,6 +38,7 @@
  #endif /* __linux__ */
  
--
-+CpuFreqPlugin *cpuFreq;
+ CpuFreqPlugin *cpuFreq;
 +GtkCssProvider *currentProvider;
  
  void
  cpufreq_label_set_font (void)
+diff --git a/panel-plugin/xfce4-cpufreq-plugin.h b/panel-plugin/xfce4-cpufreq-plugin.h
+index 8cd0d33..7dbccef 100644
 --- a/panel-plugin/xfce4-cpufreq-plugin.h
 +++ b/panel-plugin/xfce4-cpufreq-plugin.h
-@@ -93,9 +93,9 @@ typedef struct
-   gint timeoutHandle;
- } CpuFreqPlugin;
+@@ -95,7 +95,7 @@ typedef struct
  
--CpuFreqPlugin *cpuFreq;
-+extern CpuFreqPlugin *cpuFreq;
+ extern CpuFreqPlugin *cpuFreq;
  
 -GtkCssProvider *currentProvider;
 +extern GtkCssProvider *currentProvider;
diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.1.bb b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.2.bb
similarity index 74%
rename from meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.1.bb
rename to meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.2.bb
index 5dce51b92..3b7b9ec5d 100644
--- a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.1.bb
+++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.2.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36"
 
 inherit xfce-panel-plugin
 
-SRC_URI[md5sum] = "ccd8f0f7aef51bc4caf1049986d9614f"
-SRC_URI[sha256sum] = "c5e044c0dc401d2066f208a3df82a588b3e51ff01425f155d0a1d0f8fce8f5b5"
+SRC_URI[sha256sum] = "500f04b8d857c96da8c8c7a4eecba30a903d0fce6e35a05e674529e43b47e498"
+
 SRC_URI += "file://0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch \
             file://xfce4-cpufreq-plugin-1.2.1-gcc10-common.patch \
            "
-- 
2.17.1


  reply	other threads:[~2020-11-19  7:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-19  7:41 [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce kai
2020-11-19  7:41 ` kai [this message]
2020-11-19  7:41 ` [meta-xfce][PATCH 2/4] xfce4-weather-plugin: 0.10.1 -> 0.10.2 kai
2020-11-19  7:41 ` [meta-xfce][PATCH 3/4] xfce4-mailwatch-plugin: 1.2.0 -> 1.3.0 kai
2020-11-19  7:41 ` [meta-xfce][PATCH 4/4] tumbler: 0.2.9 -> 0.3.1 kai
2020-11-20 20:18 ` [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce Andreas Müller
2020-11-20 22:58   ` [oe] " Khem Raj

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=20201119074134.6963-2-kai.kang@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=schnitzeltony@gmail.com \
    /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.