From 29b2dc2856110e8a323ba4397303b0590fe89d4c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 2 Apr 2022 00:36:58 +0200 Subject: xfce4-cpufreq-plugin: upgrade 1.2.5 -> 1.2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 1.2.7 ======================= - Use locale-independent floats in configuration files - Fix translations not showing in the GUI - Translation Updates Release notes for 1.2.6 ======================= Besides the bug fixes and feature updates listed below, this release migrates the source code from C to C++ in order to increase type-safety, to use reference counting and containers for semi-automatic memory management where possible, and to slightly improve source code readability. - Update README - Prevent cur_freq sysfs reads from stalling plugin initialization - Enable fractional update internals - Prevent sysfs read latency from interfering with GUI updates - Improve static type-safety of signal handlers - Replace C pointers with reference-counted pointers - Cleanup configuration files - Bump libxfce4panel requirement from 4.12 to 4.14 - Update copyright year - Bump required xdt-autogen version to 4.14.0 - Update configure.ac.in syntax - Update and sort the list of authors - Manually update %d to %zu in translations - Translation Updates Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.5.bb | 8 -------- .../recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.7.bb | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.5.bb create mode 100644 meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.7.bb diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.5.bb b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.5.bb deleted file mode 100644 index f3d78c11df..0000000000 --- a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.5.bb +++ /dev/null @@ -1,8 +0,0 @@ -SUMMARY = "Panel plugin to display frequency of all cpus" -HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36" - -inherit xfce-panel-plugin - -SRC_URI[sha256sum] = "f8bd728de2d33e7ab30c682716b1cac4776b9884ce48b03fd7c32c9b24b13498" diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.7.bb b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.7.bb new file mode 100644 index 0000000000..c98fe4a5c3 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.7.bb @@ -0,0 +1,8 @@ +SUMMARY = "Panel plugin to display frequency of all cpus" +HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36" + +inherit xfce-panel-plugin + +SRC_URI[sha256sum] = "5ad4fb6150f51917b2a8af65926c6e4e83340827835782a14844c6b88dbcc58c" -- cgit v1.2.3-54-g00ecf