diff options
| author | Kai Kang <kai.kang@windriver.com> | 2020-11-19 15:41:31 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-19 07:36:26 -0800 |
| commit | affc550278ca10c2a76acc67483ff471073d76ee (patch) | |
| tree | 9da9b7be308959f86ac0ce8f7183c41ad55b7a5e /meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.2.bb | |
| parent | fc224bdf8ea5e80fc038d656cad5671fb9baa486 (diff) | |
| download | meta-openembedded-affc550278ca10c2a76acc67483ff471073d76ee.tar.gz | |
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>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.2.bb')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.2.bb b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.2.bb new file mode 100644 index 0000000000..3b7b9ec5da --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.2.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "Panel plugin to display frequency of all cpus" | ||
| 2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f6f1c0be32491a0c8d2915607a28f36" | ||
| 5 | |||
| 6 | inherit xfce-panel-plugin | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "500f04b8d857c96da8c8c7a4eecba30a903d0fce6e35a05e674529e43b47e498" | ||
| 9 | |||
| 10 | SRC_URI += "file://0001-Fix-memory-leak-and-reduce-cpu-load-slightly.patch \ | ||
| 11 | file://xfce4-cpufreq-plugin-1.2.1-gcc10-common.patch \ | ||
| 12 | " | ||
