rpms/kdebase-runtime/devel kdebase-runtime-4.0.3-khelpcenter.patch, NONE, 1.1 kdebase-runtime.spec, 1.29, 1.30

Than Ngo (than) fedora-extras-commits at redhat.com
Thu Apr 17 11:13:42 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdebase-runtime/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27720

Modified Files:
	kdebase-runtime.spec 
Added Files:
	kdebase-runtime-4.0.3-khelpcenter.patch 
Log Message:
fix khelpcenter, search plugins/settings in correct path


kdebase-runtime-4.0.3-khelpcenter.patch:

--- NEW FILE kdebase-runtime-4.0.3-khelpcenter.patch ---
diff -up kdebase-runtime-4.0.3/khelpcenter/docmetainfo.cpp.orig kdebase-runtime-4.0.3/khelpcenter/docmetainfo.cpp
--- kdebase-runtime-4.0.3/khelpcenter/docmetainfo.cpp.orig	2008-04-17 13:00:09.000000000 +0200
+++ kdebase-runtime-4.0.3/khelpcenter/docmetainfo.cpp	2008-04-17 12:56:21.000000000 +0200
@@ -140,7 +140,7 @@ void DocMetaInfo::scanMetaInfo( bool for
 
   if ( metaInfos.isEmpty() ) {
     KStandardDirs* kstd = KGlobal::dirs();
-    kstd->addResourceType( "data", 0, QLatin1String("share/apps/khelpcenter") );
+    kstd->addResourceType( "data", 0, QLatin1String("share/kde4/apps/khelpcenter") );
     metaInfos = kstd->findDirs( "data", "plugins" );
   }
   for( it = metaInfos.begin(); it != metaInfos.end(); ++it) {


Index: kdebase-runtime.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-runtime/devel/kdebase-runtime.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- kdebase-runtime.spec	15 Apr 2008 14:37:57 -0000	1.29
+++ kdebase-runtime.spec	17 Apr 2008 11:13:03 -0000	1.30
@@ -9,17 +9,17 @@
 Name:          kdebase-runtime
 Summary:       K Desktop Environment - Runtime 
 Version:       4.0.3
-Release:       6%{?dist}
+Release:       7%{?dist}
 
 License:       GPLv2
 Group:         User Interface/Desktops
 URL:           http://www.kde.org/
 Source0:       ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdebase-runtime-%{version}.tar.bz2
-# KDE 3 version of this service description
 Source1:       khelpcenter.desktop
 # Don't crash if we don't have deinterlacing support in xine-lib (#440299)
 Patch0:        kdebase-runtime-4.0.3-deinterlace-crash.patch
 Patch1:        kdebase-runtime-4.0.3-pulseaudio.patch
+Patch2:        kdebase-runtime-4.0.3-khelpcenter.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #ifarch noarch
@@ -92,7 +92,7 @@
 %setup -q -n kdebase-runtime-%{version}
 %patch0 -p1 -b .deinterlace-crash
 %patch1 -p1 -b .pulseaudio
-
+%patch2 -p1 -b .khelpcenter
 
 %build
 
@@ -292,6 +292,9 @@
 
 
 %changelog
+* Thu Apr 17 2008 Than Ngo <than at redhat.com> 4.0.3-7
+- fix khelpcenter, search plugins/settings in correct path
+
 * Tue Apr 15 2008 Rex Dieter <rdieter at fedoraproject.org> 4.0.3-6
 - respin (at f13's request)
 




More information about the scm-commits mailing list