rev 16191 - in trunk/packages/kdelibs/debian: . patches
Xavier Vello
wdgt-guest at alioth.debian.org
Sun Nov 1 19:06:05 UTC 2009
Author: wdgt-guest
Date: 2009-11-01 19:06:00 +0000 (Sun, 01 Nov 2009)
New Revision: 16191
Added:
trunk/packages/kdelibs/debian/patches/28_find_kde3_html_documentation.diff
Modified:
trunk/packages/kdelibs/debian/changelog
trunk/packages/kdelibs/debian/patches/series
Log:
Add 28_find_kde3_html_documentation.diff
(enables kio_help and khelpcenter to display kde3 apps' documentation)
We need to register khelpcenter4 in kde3 to enable access from the apps
Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog 2009-11-01 13:17:27 UTC (rev 16190)
+++ trunk/packages/kdelibs/debian/changelog 2009-11-01 19:06:00 UTC (rev 16191)
@@ -4,6 +4,10 @@
* Add patch to make konsole work on GNU/kFreeBSD.
+ +++ Changes by Xavier Vello:
+
+ * Add patch to find KDE3 documentation on khelpcenter4
+
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Mon, 12 Oct 2009 21:36:51 +0300
kde4libs (4:4.3.2-2) unstable; urgency=low
Added: trunk/packages/kdelibs/debian/patches/28_find_kde3_html_documentation.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/28_find_kde3_html_documentation.diff (rev 0)
+++ trunk/packages/kdelibs/debian/patches/28_find_kde3_html_documentation.diff 2009-11-01 19:06:00 UTC (rev 16191)
@@ -0,0 +1,12 @@
+--- a/kdecore/kernel/kstandarddirs.cpp
++++ b/kdecore/kernel/kstandarddirs.cpp
+@@ -1769,6 +1769,9 @@
+
+ addResourceType("autostart", "xdgconf-autostart", "/"); // merge them, start with xdg autostart
+ addResourceType("autostart", NULL, "share/autostart"); // KDE ones are higher priority
++
++ // Debian patch : add KDE3 HTML documentation dir, so that khelpcenter4 can open kde3 docs
++ addResourceDir("html", "/usr/share/doc/kde/HTML", false);
+ }
+
+ static QStringList lookupProfiles(const QString &mapFile)
Modified: trunk/packages/kdelibs/debian/patches/series
===================================================================
--- trunk/packages/kdelibs/debian/patches/series 2009-11-01 13:17:27 UTC (rev 16190)
+++ trunk/packages/kdelibs/debian/patches/series 2009-11-01 19:06:00 UTC (rev 16191)
@@ -14,3 +14,4 @@
25_ld_exclude_libs_qtuitools.diff
26_fixmanpage.diff
27_konsole_kfreebsd_fix.diff
+28_find_kde3_html_documentation.diff
More information about the pkg-kde-commits
mailing list