rpms/kdebindings/devel kdebindings-4.2.90-csharp_no_soprano.patch, NONE, 1.1 kdebindings.spec, 1.206, 1.207

Rex Dieter rdieter at fedoraproject.org
Sat Jun 6 23:32:11 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/kdebindings/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11539

Modified Files:
	kdebindings.spec 
Added Files:
	kdebindings-4.2.90-csharp_no_soprano.patch 
Log Message:
(temp) disable broken csharp/soprano bindings


kdebindings-4.2.90-csharp_no_soprano.patch:

--- NEW FILE kdebindings-4.2.90-csharp_no_soprano.patch ---
diff -up kdebindings-4.2.90/csharp/CMakeLists.txt.csharp_no_soprano kdebindings-4.2.90/csharp/CMakeLists.txt
--- kdebindings-4.2.90/csharp/CMakeLists.txt.csharp_no_soprano	2009-02-18 10:28:27.000000000 -0600
+++ kdebindings-4.2.90/csharp/CMakeLists.txt	2009-06-06 18:28:14.010161463 -0500
@@ -106,10 +106,10 @@ if(ENABLE_QYOTO)
 		ADD_SUBDIRECTORY(ktexteditor)
 	ENDIF(ENABLE_KTEXTEDITOR_SHARP)
 	
-	IF(Soprano_FOUND)
-		SET(SOPRANO_SHARP_ENABLED "yes")
-		ADD_SUBDIRECTORY(soprano)
-	ENDIF(Soprano_FOUND)
+#	IF(Soprano_FOUND)
+#		SET(SOPRANO_SHARP_ENABLED "yes")
+#		ADD_SUBDIRECTORY(soprano)
+#	ENDIF(Soprano_FOUND)
 	
 	IF(Nepomuk_FOUND)
 		SET(NEPOMUK_SHARP_ENABLED "yes")


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -p -r1.206 -r1.207
--- kdebindings.spec	5 Jun 2009 02:19:28 -0000	1.206
+++ kdebindings.spec	6 Jun 2009 23:31:40 -0000	1.207
@@ -45,6 +45,8 @@ Source0: ftp://ftp.kde.org/pub/kde/stabl
 Patch0:  kdebindings-qyoto-examples.patch
 # revert change to sip/phonon/backendcapabilities.sip which requires PyQt4 4.5
 Patch1:  kdebindings-4.2.85-old-PyQt4.patch
+# temporarily omit broken csharp/soprano bindings
+Patch2:  kdebindings-4.2.90-csharp_no_soprano.patch
 # upstream patches
 Patch103: kdebindings-4.2.85-t966176-add-missing-file.patch
 Patch105: kdebindings-4.2.85-t966386-add-BackendSetting-class.patch
@@ -253,6 +255,7 @@ Falcon plugin for the Kross archtecture 
 %if 0%{?fedora} < 12
 %patch1 -p0 -b .old-PyQt4
 %endif
+%patch2 -p1 -b .csharp_no_soprano
 %patch103 -p0
 %patch105 -p0
 




More information about the fedora-extras-commits mailing list