rev 14698 - trunk/packages/kdelibs/debian/patches

Sune Vuorela pusling-guest at alioth.debian.org
Fri May 29 21:53:34 UTC 2009


Author: pusling-guest
Date: 2009-05-29 21:53:33 +0000 (Fri, 29 May 2009)
New Revision: 14698

Modified:
   trunk/packages/kdelibs/debian/patches/14_hardcode_ptm_device.diff
   trunk/packages/kdelibs/debian/patches/15_kfreebsd_support.diff
   trunk/packages/kdelibs/debian/patches/24_runtime_qt45_locale_initialization.diff
Log:
quilt refresh

Modified: trunk/packages/kdelibs/debian/patches/14_hardcode_ptm_device.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/14_hardcode_ptm_device.diff	2009-05-29 09:06:35 UTC (rev 14697)
+++ trunk/packages/kdelibs/debian/patches/14_hardcode_ptm_device.diff	2009-05-29 21:53:33 UTC (rev 14698)
@@ -2,7 +2,7 @@
 Bypass build time check as /dev/ptmx is alsways present at runtime.
 --- a/ConfigureChecks.cmake
 +++ b/ConfigureChecks.cmake
-@@ -192,13 +192,7 @@ if (UNIX)
+@@ -193,13 +193,7 @@ if (UNIX)
      set(HAVE_OPENPTY)
  
      EXECUTE_PROCESS(

Modified: trunk/packages/kdelibs/debian/patches/15_kfreebsd_support.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/15_kfreebsd_support.diff	2009-05-29 09:06:35 UTC (rev 14697)
+++ trunk/packages/kdelibs/debian/patches/15_kfreebsd_support.diff	2009-05-29 21:53:33 UTC (rev 14698)
@@ -43,7 +43,7 @@
  #include <kdebug.h>
 --- a/kio/kfile/kpropertiesdialog.cpp
 +++ b/kio/kfile/kpropertiesdialog.cpp
-@@ -1867,7 +1867,15 @@ static bool fileSystemSupportsACL( const
+@@ -1875,7 +1875,15 @@ static bool fileSystemSupportsACL( const
      fileSystemSupportsACLs = ( statfs( path.data(), &buf ) == 0 ) && ( buf.f_flags & MNT_ACLS );
  #else
      fileSystemSupportsACLs =
@@ -62,7 +62,7 @@
  }
 --- a/ConfigureChecks.cmake
 +++ b/ConfigureChecks.cmake
-@@ -154,11 +154,11 @@ if (UNIX)
+@@ -155,11 +155,11 @@ if (UNIX)
          set(UTIL_LIBRARY util)
        endif (login_in_libutil)
      endif (NOT login_in_libc)

Modified: trunk/packages/kdelibs/debian/patches/24_runtime_qt45_locale_initialization.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/24_runtime_qt45_locale_initialization.diff	2009-05-29 09:06:35 UTC (rev 14697)
+++ trunk/packages/kdelibs/debian/patches/24_runtime_qt45_locale_initialization.diff	2009-05-29 21:53:33 UTC (rev 14698)
@@ -17,7 +17,7 @@
    set(kdecore_LINK_INTERFACE_LIBRARIES  ${QT_QTDBUS_LIBRARY} ${QT_QTCORE_LIBRARY} ${KDEWIN32_LIBRARIES})
 --- a/kdecore/localization/kcatalog.cpp
 +++ b/kdecore/localization/kcatalog.cpp
-@@ -26,6 +26,8 @@
+@@ -27,6 +27,8 @@
  
  #include <kdebug.h>
  
@@ -26,7 +26,7 @@
  #include <stdlib.h>
  #include <locale.h>
  #include "gettext.h"
-@@ -39,10 +41,9 @@ static bool s_localeSet = false;
+@@ -40,10 +42,9 @@ static bool s_localeSet = false;
  int kInitializeLocale()
  {
      setlocale(LC_ALL, "");




More information about the pkg-kde-commits mailing list