rev 10876 - branches/kde4/packages/kdebase-workspace/debian/patches

Fathi Boudra fabo at alioth.debian.org
Wed Jun 4 15:10:43 UTC 2008


Author: fabo
Date: 2008-06-04 15:10:43 +0000 (Wed, 04 Jun 2008)
New Revision: 10876

Modified:
   branches/kde4/packages/kdebase-workspace/debian/patches/09_genkdm_make.diff
Log:
Fix kdm configuration files:

As we use DEB_CONFIG_INSTALL_DIR ?= /usr/share/kde4/config
and we want kdm configuration files in /etc/kde4/kdm,
Let's hardcode it.


Modified: branches/kde4/packages/kdebase-workspace/debian/patches/09_genkdm_make.diff
===================================================================
--- branches/kde4/packages/kdebase-workspace/debian/patches/09_genkdm_make.diff	2008-06-04 13:56:22 UTC (rev 10875)
+++ branches/kde4/packages/kdebase-workspace/debian/patches/09_genkdm_make.diff	2008-06-04 15:10:43 UTC (rev 10876)
@@ -1,3 +1,7 @@
+As we use DEB_CONFIG_INSTALL_DIR ?= /usr/share/kde4/config
+and we want kdm configuration files in /etc/kde4/kdm,
+Let's hardcode it.
+
 --- a/kdm/kfrontend/CMakeLists.txt
 +++ b/kdm/kfrontend/CMakeLists.txt
 @@ -109,5 +109,5 @@
@@ -5,5 +9,5 @@
  ## use 'GENKDMCONF_FLAGS=... make install' to add flags to the config generation (try genkdmconf -h)
  install(CODE "
 -exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --in \\\"\\\$DESTDIR${CONFIG_INSTALL_DIR}/kdm\\\" --no-in-notice --face-src \\\"${CMAKE_CURRENT_SOURCE_DIR}/pics\\\" \\\$GENKDMCONF_FLAGS)
-+exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --no-old --in \\\"\\\$DESTDIR${CONFIG_INSTALL_DIR}/kdm\\\" --no-in-notice --face-src \\\"${CMAKE_CURRENT_SOURCE_DIR}/pics\\\" \\\$GENKDMCONF_FLAGS)
++exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --no-old --in \\\"\\\$DESTDIR$/etc/kde4/kdm\\\" --no-in-notice --face-src \\\"${CMAKE_CURRENT_SOURCE_DIR}/pics\\\" \\\$GENKDMCONF_FLAGS)
  ")




More information about the pkg-kde-commits mailing list