All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce
@ 2020-11-19  7:41 kai
  2020-11-19  7:41 ` [meta-xfce][PATCH 1/4] xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2 kai
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: kai @ 2020-11-19  7:41 UTC (permalink / raw)
  To: schnitzeltony; +Cc: openembedded-devel

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


Kai Kang (4):
  xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2
  xfce4-weather-plugin: 0.10.1 -> 0.10.2
  xfce4-mailwatch-plugin: 1.2.0 -> 1.3.0
  tumbler: 0.2.9 -> 0.3.1

 ...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 +--
 ...2.0.bb => xfce4-mailwatch-plugin_1.3.0.bb} |  5 ++--
 ...10.1.bb => xfce4-weather-plugin_0.10.2.bb} |  3 +--
 .../{tumbler_0.2.9.bb => tumbler_0.3.1.bb}    |  2 +-
 6 files changed, 26 insertions(+), 20 deletions(-)
 rename meta-xfce/recipes-panel-plugins/cpufreq/{xfce4-cpufreq-plugin_1.2.1.bb => xfce4-cpufreq-plugin_1.2.2.bb} (74%)
 rename meta-xfce/recipes-panel-plugins/mailwatch/{xfce4-mailwatch-plugin_1.2.0.bb => xfce4-mailwatch-plugin_1.3.0.bb} (70%)
 rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.10.1.bb => xfce4-weather-plugin_0.10.2.bb} (72%)
 rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.2.9.bb => tumbler_0.3.1.bb} (92%)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [meta-xfce][PATCH 1/4] xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2
  2020-11-19  7:41 [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce kai
@ 2020-11-19  7:41 ` kai
  2020-11-19  7:41 ` [meta-xfce][PATCH 2/4] xfce4-weather-plugin: 0.10.1 -> 0.10.2 kai
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: kai @ 2020-11-19  7:41 UTC (permalink / raw)
  To: schnitzeltony; +Cc: openembedded-devel

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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-xfce][PATCH 2/4] xfce4-weather-plugin: 0.10.1 -> 0.10.2
  2020-11-19  7:41 [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce kai
  2020-11-19  7:41 ` [meta-xfce][PATCH 1/4] xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2 kai
@ 2020-11-19  7:41 ` kai
  2020-11-19  7:41 ` [meta-xfce][PATCH 3/4] xfce4-mailwatch-plugin: 1.2.0 -> 1.3.0 kai
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: kai @ 2020-11-19  7:41 UTC (permalink / raw)
  To: schnitzeltony; +Cc: openembedded-devel

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

0.10.2
======
- weather-icon: fix use-after-free in get_user_icons_dir
- Fix GTimeVal deprecation
- Update copyright/bugzilla URLs
- Switch to the 2.0 API
- Add basic GitLab pipeline
- Bug #16717: Move from exo-csource to xdt-csource
- Fix unprintable character in summary subtitle (bug #16394)
- Improve contrast in weather report, similar to GTK2 + Adwaita (bug #15806)
- Enable keyboard scrolling in Details pane (bug #15912)
- Support solarnoon and solarmidnight (bug #15771)
- Fix day/night calculation (bug #16091)
- Translation Updates

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 ...weather-plugin_0.10.1.bb => xfce4-weather-plugin_0.10.2.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.10.1.bb => xfce4-weather-plugin_0.10.2.bb} (72%)

diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.10.1.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.10.2.bb
similarity index 72%
rename from meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.10.1.bb
rename to meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.10.2.bb
index ad9b6e9e7..404523019 100644
--- a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.10.1.bb
+++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.10.2.bb
@@ -7,7 +7,6 @@ inherit xfce-panel-plugin
 
 DEPENDS += "libsoup-2.4 dbus-glib upower"
 
-SRC_URI[md5sum] = "203ad16e74d4823f6fb6e9a18bb7df55"
-SRC_URI[sha256sum] = "afb2af5f3effc2ea6181636ed0e82e6dafd556ec1b8478100802f85a5d167a89"
+SRC_URI[sha256sum] = "9017790b92953090c849b17b357b42fa8c562bf0e25af2fd2e5f53cfebc662c6"
 
 FILES_${PN} += "${datadir}/xfce4/weather"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-xfce][PATCH 3/4] xfce4-mailwatch-plugin: 1.2.0 -> 1.3.0
  2020-11-19  7:41 [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce kai
  2020-11-19  7:41 ` [meta-xfce][PATCH 1/4] xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2 kai
  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 ` 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
  4 siblings, 0 replies; 7+ messages in thread
From: kai @ 2020-11-19  7:41 UTC (permalink / raw)
  To: schnitzeltony; +Cc: openembedded-devel

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

1.3.0

- GTK 3 Port
- Remove Libgcrypt dependency
- Move "watching" column to the left to avoid overlapping with scrollbar
- Add support for XfceTitledDialog new API
- Fix cast to pointer
- Replace deprecated GTimeVal
- Update URLs from goodies.x.o to docs.x.o (Bug #16167)
- Added support for multi-row/column panels in xfce4-panel > 4.9
- Fix running command on each change of the count
- Fix running an empty command
- Do not run command when new message count is 0
- Add SSL support CFLAGS and LDFLAGS conditionally
- Translation Updates

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 ...watch-plugin_1.2.0.bb => xfce4-mailwatch-plugin_1.3.0.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-xfce/recipes-panel-plugins/mailwatch/{xfce4-mailwatch-plugin_1.2.0.bb => xfce4-mailwatch-plugin_1.3.0.bb} (70%)

diff --git a/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.2.0.bb b/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.0.bb
similarity index 70%
rename from meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.2.0.bb
rename to meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.0.bb
index c8224148b..c4172f4d6 100644
--- a/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.2.0.bb
+++ b/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.0.bb
@@ -5,10 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 inherit xfce-panel-plugin
 
-DEPENDS += "gnutls libgcrypt"
+DEPENDS += "gnutls"
 
-SRC_URI[md5sum] = "7263114ec0f2987a3aff15afeeb45577"
-SRC_URI[sha256sum] = "624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad"
+SRC_URI[sha256sum] = "20f91ebefd2880b27f421f773115b3740f67de2bf60feace3841bfd1a09cbe2e"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-xfce][PATCH 4/4] tumbler: 0.2.9 -> 0.3.1
  2020-11-19  7:41 [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce kai
                   ` (2 preceding siblings ...)
  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 ` kai
  2020-11-20 20:18 ` [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce Andreas Müller
  4 siblings, 0 replies; 7+ messages in thread
From: kai @ 2020-11-19  7:41 UTC (permalink / raw)
  To: schnitzeltony; +Cc: openembedded-devel

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

0.3.1
=====
- New plugin, libgepub thumbnailer plugin
- Fix documentation URL
- Add README.md and EXTRA_DIST
- Add new icon needed for xfce4-about-dialog
- Translation Updates: lt, oc, he, hi, hu, sk, tr, ug

0.3.0
=====
- Fix jpeg thumbnail orientation when fallback code is taken place (Bug #28).
- Use AC_CONFIG_MACRO_DIRS instead of AC_CONFIG_MACRO_DIR
- Fix GTimeVal deprecation
- Drop support of GLib < 2.32
- Use guint32 for request handle and fix its further occurrences of 0
- Implement Excludes paths in tumbler.rc
- Translation Updates: be, da, el, es, he, hu, hye, it, nl, pl, sq, zh_TW, zh_HK

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../recipes-xfce/tumbler/{tumbler_0.2.9.bb => tumbler_0.3.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.2.9.bb => tumbler_0.3.1.bb} (92%)

diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.9.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.3.1.bb
similarity index 92%
rename from meta-xfce/recipes-xfce/tumbler/tumbler_0.2.9.bb
rename to meta-xfce/recipes-xfce/tumbler/tumbler_0.3.1.bb
index d364c8033..c9f2ddc8b 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.2.9.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.3.1.bb
@@ -6,7 +6,7 @@ DEPENDS = "freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgs
 
 inherit xfce gtk-doc
 
-SRC_URI[sha256sum] = "6508906f03e5a6ae3f6503b71b056df47d336d5504f39df6ce0bb9c5248007b6"
+SRC_URI[sha256sum] = "e4a30f3c0656b5b29fcd4a2450293f20f283a95b7fb0754a947c55427784c454"
 
 INSANE_SKIP_${PN} = "dev-so"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce
  2020-11-19  7:41 [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce kai
                   ` (3 preceding siblings ...)
  2020-11-19  7:41 ` [meta-xfce][PATCH 4/4] tumbler: 0.2.9 -> 0.3.1 kai
@ 2020-11-20 20:18 ` Andreas Müller
  2020-11-20 22:58   ` [oe] " Khem Raj
  4 siblings, 1 reply; 7+ messages in thread
From: Andreas Müller @ 2020-11-20 20:18 UTC (permalink / raw)
  To: Kang Kai; +Cc: openembeded-devel

On Thu, Nov 19, 2020 at 8:41 AM <kai.kang@windriver.com> wrote:
>
> From: Kai Kang <kai.kang@windriver.com>
>
>
> Kai Kang (4):
>   xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2
>   xfce4-weather-plugin: 0.10.1 -> 0.10.2
>   xfce4-mailwatch-plugin: 1.2.0 -> 1.3.0
>   tumbler: 0.2.9 -> 0.3.1
Although tumbler is a dev-release, I am fine with the whole series.

Andreas

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [oe] [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce
  2020-11-20 20:18 ` [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce Andreas Müller
@ 2020-11-20 22:58   ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2020-11-20 22:58 UTC (permalink / raw)
  To: Andreas Müller; +Cc: Kang Kai, openembeded-devel

On Fri, Nov 20, 2020 at 12:18 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> On Thu, Nov 19, 2020 at 8:41 AM <kai.kang@windriver.com> wrote:
> >
> > From: Kai Kang <kai.kang@windriver.com>
> >
> >
> > Kai Kang (4):
> >   xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2
> >   xfce4-weather-plugin: 0.10.1 -> 0.10.2
> >   xfce4-mailwatch-plugin: 1.2.0 -> 1.3.0
> >   tumbler: 0.2.9 -> 0.3.1
> Although tumbler is a dev-release, I am fine with the whole series.
>

Thanks Andreas.

> Andreas
>
> 
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-11-20 22:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-19  7:41 [meta-xfce][PATCH 0/4] Update 4 recipes in meta-xfce kai
2020-11-19  7:41 ` [meta-xfce][PATCH 1/4] xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2 kai
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

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.