upgrade to 1.2.5 for xfce 4.16
This commit is contained in:
parent
60e036dbde
commit
28593db142
@ -1,22 +0,0 @@
|
||||
--- xfce4-cpufreq-plugin-1.2.1/panel-plugin/xfce4-cpufreq-plugin.c
|
||||
+++ xfce4-cpufreq-plugin-1.2.1/panel-plugin/xfce4-cpufreq-plugin.c
|
||||
@@ -37,7 +37,7 @@
|
||||
#include "xfce4-cpufreq-linux.h"
|
||||
#endif /* __linux__ */
|
||||
|
||||
-
|
||||
+CpuFreqPlugin *cpuFreq;
|
||||
|
||||
void
|
||||
cpufreq_label_set_font (void)
|
||||
--- xfce4-cpufreq-plugin-1.2.1/panel-plugin/xfce4-cpufreq-plugin.h
|
||||
+++ xfce4-cpufreq-plugin-1.2.1/panel-plugin/xfce4-cpufreq-plugin.h
|
||||
@@ -93,7 +93,7 @@
|
||||
gint timeoutHandle;
|
||||
} CpuFreqPlugin;
|
||||
|
||||
-CpuFreqPlugin *cpuFreq;
|
||||
+extern CpuFreqPlugin *cpuFreq;
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
Binary file not shown.
BIN
xfce4-cpufreq-plugin-1.2.5.tar.bz2
Normal file
BIN
xfce4-cpufreq-plugin-1.2.5.tar.bz2
Normal file
Binary file not shown.
@ -1,20 +1,20 @@
|
||||
%global minorversion 1.2
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: xfce4-cpufreq-plugin
|
||||
Version: 1.2.1
|
||||
Version: 1.2.5
|
||||
Release: 1
|
||||
Summary: CPU frequency scaling plugin for the Xfce4 panel
|
||||
License: GPLv2+
|
||||
#Group: Development/Libraries
|
||||
URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/1.2/%{name}-%{version}.tar.bz2
|
||||
Patch0: xfce4-cpufreq-plugin-1.2.1-gcc10-common.patch
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
#BuildArch: noarch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libxfce4ui-devel
|
||||
BuildRequires: xfce4-panel-devel
|
||||
BuildRequires: intltool
|
||||
|
||||
Requires: xfce4-panel
|
||||
|
||||
%description
|
||||
@ -28,7 +28,7 @@ In a separate dialog it provides you following information:
|
||||
used driver for the CPU
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -51,5 +51,8 @@ chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
|
||||
%{_datadir}/xfce4/panel/plugins/cpufreq.desktop
|
||||
|
||||
%changelog
|
||||
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 1.2.5-1
|
||||
- Update to 1.2.5
|
||||
|
||||
* Tue Jul 14 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 1.2.1-1
|
||||
- Init package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user