rpms/kdeutils/devel kdeutils-4.0.83-test.patch, NONE, 1.1 kdeutils.spec, 1.126, 1.127

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Sat Jun 21 16:40:26 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdeutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20843/devel

Modified Files:
	kdeutils.spec 
Added Files:
	kdeutils-4.0.83-test.patch 
Log Message:
Trying to figure out why system-config-printer is not found.

kdeutils-4.0.83-test.patch:

--- NEW FILE kdeutils-4.0.83-test.patch ---
diff -ur kdeutils-4.0.83/printer-applet/cmake-modules/FindSystemConfigPrinter.py kdeutils-4.0.83-test/printer-applet/cmake-modules/FindSystemConfigPrinter.py
--- kdeutils-4.0.83/printer-applet/cmake-modules/FindSystemConfigPrinter.py	2008-05-07 11:05:17.000000000 +0200
+++ kdeutils-4.0.83-test/printer-applet/cmake-modules/FindSystemConfigPrinter.py	2008-06-21 18:37:54.000000000 +0200
@@ -7,8 +7,5 @@
 SYSTEM_CONFIG_PRINTER_DIR = "/usr/share/system-config-printer"
 sys.path.append (SYSTEM_CONFIG_PRINTER_DIR)
 
-try:
-    import ppds, cupshelpers
-except:
-    exit(1)
+import ppds, cupshelpers
 print "Groovy"


Index: kdeutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdeutils/devel/kdeutils.spec,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- kdeutils.spec	19 Jun 2008 10:51:12 -0000	1.126
+++ kdeutils.spec	21 Jun 2008 16:39:39 -0000	1.127
@@ -10,6 +10,8 @@
 License:        GPLv2
 URL:            http://www.kde.org
 Source0:        ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2
+# try figuring out why system-config-printer is not found
+Patch0: kdeutils-4.0.83-test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # FIXME/TODO: Tpctl is needed for klaptopdaemon
@@ -77,6 +79,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 




More information about the fedora-extras-commits mailing list