rpms/kdebindings/devel kdebindings-4.1.0-kate.patch, NONE, 1.1 kdebindings.spec, 1.131, 1.132

Than Ngo (than) fedora-extras-commits at redhat.com
Thu Jul 24 16:07:52 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdebindings/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4048

Modified Files:
	kdebindings.spec 
Added Files:
	kdebindings-4.1.0-kate.patch 
Log Message:
katepart lib is not needed


kdebindings-4.1.0-kate.patch:

--- NEW FILE kdebindings-4.1.0-kate.patch ---
diff -up kdebindings-4.1.0/ruby/ktexteditor/CMakeLists.txt.orig kdebindings-4.1.0/ruby/ktexteditor/CMakeLists.txt
--- kdebindings-4.1.0/ruby/ktexteditor/CMakeLists.txt.orig	2008-07-24 17:21:57.000000000 +0200
+++ kdebindings-4.1.0/ruby/ktexteditor/CMakeLists.txt	2008-07-24 17:22:10.000000000 +0200
@@ -10,16 +10,7 @@ target_link_libraries(rubyktexteditor 
     smokeqt 
     smokekde 
     smokektexteditor 
-    katepart
     qtruby4shared)
 set_target_properties(rubyktexteditor PROPERTIES PREFIX "" OUTPUT_NAME ktexteditor)
 install(TARGETS rubyktexteditor DESTINATION ${CUSTOM_RUBY_SITE_ARCH_DIR})
 install(FILES ktexteditor.rb DESTINATION ${CUSTOM_RUBY_SITE_LIB_DIR}/ktexteditor)
-
-if(FALSE)
-set(rubyloadktexteditor_LIBRARY_SRC loadktexteditor.cpp)
-add_library(rubyloadktexteditor MODULE ${rubyloadktexteditor_LIBRARY_SRC})
-target_link_libraries(rubyloadktexteditor ${RUBY_LIBRARY} ${KDE4_KTEXTEDITOR_LIBS})
-set_target_properties(rubyloadktexteditor PROPERTIES PREFIX "" OUTPUT_NAME loadktexteditor)
-install(TARGETS rubyloadktexteditor DESTINATION ${CUSTOM_RUBY_SITE_ARCH_DIR})
-endif(FALSE)


Index: kdebindings.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- kdebindings.spec	23 Jul 2008 13:57:04 -0000	1.131
+++ kdebindings.spec	24 Jul 2008 16:07:04 -0000	1.132
@@ -30,6 +30,7 @@
 URL: http://developer.kde.org/language-bindings/
 Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0: kdebindings-4.1.0-kate.patch
 
 BuildRequires:  kde-filesystem >= 4
 BuildRequires:  kdelibs4-devel >= %{version}
@@ -44,7 +45,7 @@
 BuildRequires:  pcre-devel
 # causes smokeqt to fail to build
 #{?smoke:BuildRequires:  qwt-devel}
-BuildRequires:  PyQt4-devel
+BuildRequires:  PyQt4-devel >= 4.4.2
 %if 0%{?fedora} > 8
 BuildRequires:  qscintilla-devel >= 2
 %endif
@@ -87,6 +88,7 @@
 %prep
 %setup -q
 
+%patch0 -p1 -b .kate
 
 %build
 mkdir -p %{_target_platform}




More information about the fedora-extras-commits mailing list