packages: powersave/powersave.spec, powersave/xorg-paths.patch (NEW) - fix ...

glen glen at pld-linux.org
Sun Jan 9 13:35:11 CET 2011


Author: glen                         Date: Sun Jan  9 12:35:11 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix path to xmessage

---- Files affected:
packages/powersave:
   powersave.spec (1.37 -> 1.38) , xorg-paths.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/powersave/powersave.spec
diff -u packages/powersave/powersave.spec:1.37 packages/powersave/powersave.spec:1.38
--- packages/powersave/powersave.spec:1.37	Sun Jan  9 13:31:57 2011
+++ packages/powersave/powersave.spec	Sun Jan  9 13:35:06 2011
@@ -17,6 +17,7 @@
 Source3:	%{name}.logrotate
 Patch0:		%{name}-ipw2200.patch
 Patch1:		%{name}-lib.patch
+Patch2:		xorg-paths.patch
 URL:		http://powersave.sourceforge.net/powersave/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -88,6 +89,7 @@
 %setup -q
 #%patch0 -p1
 %patch1 -p1
+%patch2 -p1
 # translations disabled (terrible mess, see TODO)
 sed -i -e 's|translations||' Makefile.am
 
@@ -181,6 +183,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2011/01/09 12:35:06  glen
+- fix path to xmessage
+
 Revision 1.37  2011/01/09 12:31:57  glen
 - update url
 

================================================================
Index: packages/powersave/xorg-paths.patch
diff -u /dev/null packages/powersave/xorg-paths.patch:1.1
--- /dev/null	Sun Jan  9 13:35:11 2011
+++ packages/powersave/xorg-paths.patch	Sun Jan  9 13:35:06 2011
@@ -0,0 +1,13 @@
+diff -ur -x .svn -x .git -x .bzr -x CVS powersave-0.15.20//scripts/x_helper_functions powersave-0.15.20-xorg/scripts/x_helper_functions
+--- powersave-0.15.20//scripts/x_helper_functions	2008-02-03 21:47:45.000000000 +0200
++++ powersave-0.15.20-xorg/scripts/x_helper_functions	2011-01-09 14:33:25.126069356 +0200
+@@ -27,7 +27,7 @@
+ # program locations:
+ KDIALOG_BIN=$KDE_BINDIR/kdialog
+ ZENITY_BIN=$GNOME_BINDIR/zenity
+-XMESSAGE_BIN=/usr/X11R6/bin/xmessage
++XMESSAGE_BIN=/usr/bin/xmessage
+ 
+ # this fixes an obscure bug if you restart powersaved from an root terminal
+ # that has access to the X server. 
+Only in powersave-0.15.20-xorg/scripts: x_helper_functions~
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/powersave/powersave.spec?r1=1.37&r2=1.38&f=u



More information about the pld-cvs-commit mailing list