mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+3
-3
@@ -18,6 +18,7 @@ Upstream-Status: Submitted [1]
|
|||||||
[1] https://bugzilla.xfce.org/attachment.cgi?id=8492
|
[1] https://bugzilla.xfce.org/attachment.cgi?id=8492
|
||||||
|
|
||||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||||
|
|
||||||
---
|
---
|
||||||
panel-plugin/xfce4-cpufreq-configure.c | 4 ++++
|
panel-plugin/xfce4-cpufreq-configure.c | 4 ++++
|
||||||
panel-plugin/xfce4-cpufreq-plugin.c | 13 +++++++++++--
|
panel-plugin/xfce4-cpufreq-plugin.c | 13 +++++++++++--
|
||||||
@@ -109,13 +110,12 @@ index a6895e4..6338698 100644
|
|||||||
+++ b/panel-plugin/xfce4-cpufreq-plugin.h
|
+++ b/panel-plugin/xfce4-cpufreq-plugin.h
|
||||||
@@ -95,6 +95,8 @@ typedef struct
|
@@ -95,6 +95,8 @@ typedef struct
|
||||||
|
|
||||||
CpuFreqPlugin *cpuFreq;
|
extern CpuFreqPlugin *cpuFreq;
|
||||||
|
|
||||||
+GtkCssProvider *currentProvider;
|
+GtkCssProvider *currentProvider;
|
||||||
+
|
+
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
void
|
void
|
||||||
--
|
---
|
||||||
2.20.1
|
2.20.1
|
||||||
|
|
||||||
|
|||||||
+17
-9
@@ -5,26 +5,34 @@ Part of Patch from https://src.fedoraproject.org/rpms/xfce4-cpufreq-plugin/raw/m
|
|||||||
Upstream-Status: Pending
|
Upstream-Status: Pending
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
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
|
--- a/panel-plugin/xfce4-cpufreq-plugin.c
|
||||||
+++ b/panel-plugin/xfce4-cpufreq-plugin.c
|
+++ b/panel-plugin/xfce4-cpufreq-plugin.c
|
||||||
@@ -37,7 +37,8 @@
|
@@ -38,6 +38,7 @@
|
||||||
#include "xfce4-cpufreq-linux.h"
|
|
||||||
#endif /* __linux__ */
|
#endif /* __linux__ */
|
||||||
|
|
||||||
-
|
CpuFreqPlugin *cpuFreq;
|
||||||
+CpuFreqPlugin *cpuFreq;
|
|
||||||
+GtkCssProvider *currentProvider;
|
+GtkCssProvider *currentProvider;
|
||||||
|
|
||||||
void
|
void
|
||||||
cpufreq_label_set_font (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
|
--- a/panel-plugin/xfce4-cpufreq-plugin.h
|
||||||
+++ b/panel-plugin/xfce4-cpufreq-plugin.h
|
+++ b/panel-plugin/xfce4-cpufreq-plugin.h
|
||||||
@@ -93,9 +93,9 @@ typedef struct
|
@@ -95,7 +95,7 @@ typedef struct
|
||||||
gint timeoutHandle;
|
|
||||||
} CpuFreqPlugin;
|
|
||||||
|
|
||||||
-CpuFreqPlugin *cpuFreq;
|
extern CpuFreqPlugin *cpuFreq;
|
||||||
+extern CpuFreqPlugin *cpuFreq;
|
|
||||||
|
|
||||||
-GtkCssProvider *currentProvider;
|
-GtkCssProvider *currentProvider;
|
||||||
+extern GtkCssProvider *currentProvider;
|
+extern GtkCssProvider *currentProvider;
|
||||||
|
|||||||
+2
-2
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36"
|
|||||||
|
|
||||||
inherit xfce-panel-plugin
|
inherit xfce-panel-plugin
|
||||||
|
|
||||||
SRC_URI[md5sum] = "ccd8f0f7aef51bc4caf1049986d9614f"
|
SRC_URI[sha256sum] = "500f04b8d857c96da8c8c7a4eecba30a903d0fce6e35a05e674529e43b47e498"
|
||||||
SRC_URI[sha256sum] = "c5e044c0dc401d2066f208a3df82a588b3e51ff01425f155d0a1d0f8fce8f5b5"
|
|
||||||
SRC_URI += "file://0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch \
|
SRC_URI += "file://0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch \
|
||||||
file://xfce4-cpufreq-plugin-1.2.1-gcc10-common.patch \
|
file://xfce4-cpufreq-plugin-1.2.1-gcc10-common.patch \
|
||||||
"
|
"
|
||||||
Reference in New Issue
Block a user