[packages/xfce4-sensors-plugin] - up to 1.2.6

baggins baggins at pld-linux.org
Tue Mar 31 23:12:32 CEST 2015


commit 20dbe1d0e224c0f041ca8ecedb0c19440a93425d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Mar 31 23:12:22 2015 +0200

    - up to 1.2.6

 xfce4-sensors-plugin-configure_fix.patch | 32 --------------------------------
 xfce4-sensors-plugin.spec                | 14 +++++++-------
 2 files changed, 7 insertions(+), 39 deletions(-)
---
diff --git a/xfce4-sensors-plugin.spec b/xfce4-sensors-plugin.spec
index 27fdd72..188ad3e 100644
--- a/xfce4-sensors-plugin.spec
+++ b/xfce4-sensors-plugin.spec
@@ -1,13 +1,12 @@
 Summary:	Sensors plugin for the Xfce panel
 Summary(pl.UTF-8):	Wtyczka sensorów dla panelu Xfce
 Name:		xfce4-sensors-plugin
-Version:	1.2.5
-Release:	5
+Version:	1.2.6
+Release:	1
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.2/%{name}-%{version}.tar.bz2
-# Source0-md5:	33a8203f88c207e7e40ffaacae5d2404
-Patch0:		%{name}-configure_fix.patch
+# Source0-md5:	33c2e343c1224d9c4ae757a70cbe08eb
 URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -18,8 +17,8 @@ BuildRequires:	libxfce4ui-devel
 BuildRequires:	lm_sensors-devel >= 2.8
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.601
-BuildRequires:	xfce4-dev-tools >= 4.3.90.2
-BuildRequires:	xfce4-panel-devel >= 4.3.90.1
+BuildRequires:	xfce4-dev-tools >= 4.12.0
+BuildRequires:	xfce4-panel-devel >= 4.12.0
 Requires:	gtk-update-icon-cache
 Requires:	hicolor-icon-theme
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,7 +34,8 @@ Xfce.
 
 %prep
 %setup -q
-%patch0 -p0
+
+mkdir -p m4
 
 %build
 %{__intltoolize}
diff --git a/xfce4-sensors-plugin-configure_fix.patch b/xfce4-sensors-plugin-configure_fix.patch
deleted file mode 100644
index e54f98b..0000000
--- a/xfce4-sensors-plugin-configure_fix.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- configure.in.orig	2007-12-11 22:20:58.000000000 +0100
-+++ configure.in	2008-05-03 23:31:21.204612165 +0200
-@@ -93,7 +93,7 @@
-         HDDTEMP=$withval
-     ], [
-         AC_MSG_CHECKING([for hddtemp path])
--        HDDTEMP=([`whereis -b hddtemp | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*hddtemp\).*/\1/'`])
-+        HDDTEMP=[`whereis -b hddtemp | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*hddtemp\).*/\1/']`
-         AC_MSG_RESULT([$HDDTEMP])
-     ])
- 
-@@ -139,9 +139,9 @@
-         NETCAT_PATH=$withval
-     ], [
-         AC_MSG_CHECKING([for netcat path])
--        NETCAT_PATH=([`whereis -b netcat | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*netcat\).*/\1/'`])
-+        NETCAT_PATH=[`whereis -b netcat | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*netcat\).*/\1/'`]
-         if test x"$NETCAT_PATH" = x"netcat:"; then
--            NETCAT_PATH=([`whereis -b nc | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*nc\).*/\1/'`])
-+            NETCAT_PATH=[`whereis -b nc | sed 's/.*\ \(\/[a-zA-Z0-9\-\/.]*bin[A-Za-z0-9\-\/.]*nc\).*/\1/'`]
-         fi;
- 
-         AC_MSG_RESULT([$NETCAT_PATH])
-@@ -151,7 +151,7 @@
-     HDDTEMP_PORT=7634
- 
-     AC_MSG_CHECKING([for hddtemp being queryable via netcat])
--    NETCAT_RUN=([`"$NETCAT_PATH" "$NETCAT_HOST" "$HDDTEMP_PORT" 2> /dev/null`])
-+    NETCAT_RUN=[`"$NETCAT_PATH" "$NETCAT_HOST" "$HDDTEMP_PORT" 2> /dev/null`]
-     AC_MSG_RESULT([$NETCAT_RUN])
-     if test x"$NETCAT_RUN" = x""; then
-         enable_netcat=no
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xfce4-sensors-plugin.git/commitdiff/20dbe1d0e224c0f041ca8ecedb0c19440a93425d



More information about the pld-cvs-commit mailing list