rev 7524 - in branches/kde4/packages/kdebase-workspace/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Wed Oct 17 23:29:40 UTC 2007


Author: pusling-guest
Date: 2007-10-17 23:29:40 +0000 (Wed, 17 Oct 2007)
New Revision: 7524

Added:
   branches/kde4/packages/kdebase-workspace/debian/patches/05_fix_kde_confdir.diff
Modified:
   branches/kde4/packages/kdebase-workspace/debian/changelog
   branches/kde4/packages/kdebase-workspace/debian/patches/series
Log:
fix kde confdir path. untested


Modified: branches/kde4/packages/kdebase-workspace/debian/changelog
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/changelog	2007-10-17 23:08:50 UTC (rev 7523)
+++ branches/kde4/packages/kdebase-workspace/debian/changelog	2007-10-17 23:29:40 UTC (rev 7524)
@@ -18,6 +18,10 @@
 
   * Add libqimageblitz-dev build dependency.
 
+  +++ Changes by Sune Vuorela:
+
+  * Fix kde config dir in kdm.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 12 Oct 2007 13:55:32 +0200
 
 kdebase-workspace (4:3.93.0-2) experimental; urgency=low

Added: branches/kde4/packages/kdebase-workspace/debian/patches/05_fix_kde_confdir.diff
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/patches/05_fix_kde_confdir.diff	                        (rev 0)
+++ branches/kde4/packages/kdebase-workspace/debian/patches/05_fix_kde_confdir.diff	2007-10-17 23:29:40 UTC (rev 7524)
@@ -0,0 +1,13 @@
+Index: workspace/config-workspace.h.cmake
+===================================================================
+--- workspace/config-workspace.h.cmake	(revision 725575)
++++ workspace/config-workspace.h.cmake	(working copy)
+@@ -94,7 +94,7 @@
+ #define KDE_BINDIR "${CMAKE_INSTALL_PREFIX}/bin"
+ 
+ /* KDE's configuration directory */
+-#define KDE_CONFDIR "${CMAKE_INSTALL_PREFIX}/share/config"
++#define KDE_CONFDIR "${SYSCONF_INSTAL_DIR}/kde4"
+ 
+ /* KDE's static data directory */
+ #define KDE_DATADIR "${CMAKE_INSTALL_PREFIX}/share/apps"

Modified: branches/kde4/packages/kdebase-workspace/debian/patches/series
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/patches/series	2007-10-17 23:08:50 UTC (rev 7523)
+++ branches/kde4/packages/kdebase-workspace/debian/patches/series	2007-10-17 23:29:40 UTC (rev 7524)
@@ -1,3 +1,4 @@
+05_fix_kde_confdir.diff
 06_kdehome_kde4.diff
 07_kdmrc_defaults.diff
 08_genkdmconf.diff




More information about the pkg-kde-commits mailing list