From e545850175dd408e9aa8c6bcb35b75a32a9d01f7 Mon Sep 17 00:00:00 2001 From: zhang__3125 <13466585422@163.com> Date: Wed, 18 Aug 2021 18:01:08 +0800 Subject: [PATCH] fix Require libxfce4ui-1 (cherry picked from commit 130438c134bad0912f09a427372e3fee33ee465b) --- fix_require_libxfce4ui.patch | 12 ++++++++++++ xfce4-sensors-plugin.spec | 8 ++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 fix_require_libxfce4ui.patch diff --git a/fix_require_libxfce4ui.patch b/fix_require_libxfce4ui.patch new file mode 100644 index 0000000..a52d7ca --- /dev/null +++ b/fix_require_libxfce4ui.patch @@ -0,0 +1,12 @@ +diff -uNr xfce4-sensors-plugin-1.3.95.orig/lib/libxfce4sensors-1.0.pc.in xfce4-sensors-plugin-1.3.95/lib/libxfce4sensors-1.0.pc.in +--- xfce4-sensors-plugin-1.3.95.orig/lib/libxfce4sensors-1.0.pc.in 2012-04-16 16:29:57.000000000 +0800 ++++ xfce4-sensors-plugin-1.3.95/lib/libxfce4sensors-1.0.pc.in 2021-08-18 17:52:54.374728479 +0800 +@@ -9,7 +9,7 @@ + + Name: libxfce4sensors + Description: Library for the Xfce 4 Sensors Plugin and Viewer +-Requires: libxfce4util-1.0 libxfce4ui-1 ++Requires: libxfce4util-1.0 libxfce4ui-2 + Version: @PACKAGE_VERSION@ + Libs: -L${libdir} -lxfce4sensors + Cflags: -I${includedir}/xfce4/ diff --git a/xfce4-sensors-plugin.spec b/xfce4-sensors-plugin.spec index 32060a7..b0fd6b2 100644 --- a/xfce4-sensors-plugin.spec +++ b/xfce4-sensors-plugin.spec @@ -3,11 +3,12 @@ Name: xfce4-sensors-plugin Version: 1.3.95 -Release: 1 +Release: 2 Summary: Hardware sensors plugin for the Xfce panel License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 +Patch0: fix_require_libxfce4ui.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libnotify-devel >= 0.4 @@ -37,7 +38,7 @@ Requires: libxfce4util-devel Static libraries and header files for the xfce4-sensors-plugin. %prep -%autosetup +%autosetup -p1 %build %configure --disable-static \ @@ -78,6 +79,9 @@ desktop-file-install --vendor "" \ %{_libdir}/xfce4/modules/libxfce4sensors.so %changelog +* Wed Aug 18 2021 zhanglin - 1.3.95-2 +- fix Require libxfce4ui-1 + * Fri Jun 18 2021 zhanglin - 1.3.95-1 - Update to 1.3.95 -- Gitee