Author: ranger
Date: Fri Mar 27 19:29:54 2009
New Revision: 1458

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=1458&repname=user%3a+ranger>
Log:
updates

Modified:
    trunk/experimental/10.4/main/finkinfo/kde/kdebase4-mac.info
    trunk/experimental/10.4/main/finkinfo/kde/kdebase4-runtime.info
    trunk/experimental/10.4/main/finkinfo/kde/kdebase4-runtime.patch
    trunk/experimental/10.4/main/finkinfo/kde/kdebase4-workspace.info
    trunk/experimental/10.4/main/finkinfo/kde/kdebase4-x11.info
    trunk/experimental/10.4/main/finkinfo/kde/kdepimlibs4.info
    trunk/experimental/common/main/finkinfo/kde/kdebase4-runtime.info
    trunk/experimental/common/main/finkinfo/kde/kdebase4-runtime.patch
    trunk/experimental/common/main/finkinfo/kde/kdebase4-workspace.info
    trunk/experimental/common/main/finkinfo/kde/kdebase4.info.in
    trunk/experimental/common/main/finkinfo/kde/kdepimlibs4.info

Modified: trunk/experimental/10.4/main/finkinfo/kde/kdebase4-mac.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/kde/kdebase4-mac.info&rev=1458&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/kde/kdebase4-mac.info (original)
+++ trunk/experimental/10.4/main/finkinfo/kde/kdebase4-mac.info Fri Mar 27 
19:29:54 2009
@@ -66,7 +66,7 @@
 
        mkdir -p build
        pushd build
-               cmake -DKDE4_ENABLE_FINAL:BOOL=true $KDE4_CMAKE_ARGS ..
+               cmake $KDE4_CMAKE_ARGS ..
                make VERBOSE=1
        popd
 <<

Modified: trunk/experimental/10.4/main/finkinfo/kde/kdebase4-runtime.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/kde/kdebase4-runtime.info&rev=1458&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/kde/kdebase4-runtime.info (original)
+++ trunk/experimental/10.4/main/finkinfo/kde/kdebase4-runtime.info Fri Mar 27 
19:29:54 2009
@@ -56,7 +56,7 @@
 Source-MD5: cff3fbdb98faeec0ae65d8caea7a5b0f
 SourceDirectory: kdebase-runtime-%v
 PatchFile: kdebase4-runtime.patch
-PatchFile-MD5: d9364267bc0497caa62900bd047c2a28
+PatchFile-MD5: 790c10d237165b7e4119f47b654d4ef3
 
 CompileScript: <<
 #!/bin/sh -ev
@@ -66,7 +66,7 @@
 
        mkdir -p build
        pushd build
-               cmake $KDE4_CMAKE_ARGS -DKDE4_ENABLE_FINAL:BOOL=true 
-DXINE_FOUND:BOOL=OFF 
-DSTRIGI_STRIGIQTDBUSCLIENT_LIBRARY_RELEASE:FILEPATH="%p/lib/%type_pkg[kde]/lib/libstrigqtdbusclient.dylib"
 ..
+               cmake $KDE4_CMAKE_ARGS -DXINE_FOUND:BOOL=OFF 
-DSTRIGI_STRIGIQTDBUSCLIENT_LIBRARY_RELEASE:FILEPATH="%p/lib/%type_pkg[kde]/lib/libstrigqtdbusclient.dylib"
 ..
                make VERBOSE=1
        popd
 <<

Modified: trunk/experimental/10.4/main/finkinfo/kde/kdebase4-runtime.patch
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/kde/kdebase4-runtime.patch&rev=1458&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/kde/kdebase4-runtime.patch (original)
+++ trunk/experimental/10.4/main/finkinfo/kde/kdebase4-runtime.patch Fri Mar 27 
19:29:54 2009
@@ -1,6 +1,6 @@
-diff -Nurd kdebase-runtime-4.2.0/kcontrol/componentchooser/CMakeLists.txt 
kdebase-runtime-4.2.0-new/kcontrol/componentchooser/CMakeLists.txt
---- kdebase-runtime-4.2.0/kcontrol/componentchooser/CMakeLists.txt     
2008-09-17 16:54:29.000000000 -0400
-+++ kdebase-runtime-4.2.0-new/kcontrol/componentchooser/CMakeLists.txt 
2009-02-17 11:57:54.000000000 -0500
+diff -Nurd kdebase-runtime-4.2.2/kcontrol/componentchooser/CMakeLists.txt 
kdebase-runtime-4.2.2-new/kcontrol/componentchooser/CMakeLists.txt
+--- kdebase-runtime-4.2.2/kcontrol/componentchooser/CMakeLists.txt     
2008-09-17 16:54:29.000000000 -0400
++++ kdebase-runtime-4.2.2-new/kcontrol/componentchooser/CMakeLists.txt 
2009-03-27 11:34:48.000000000 -0400
 @@ -19,10 +19,10 @@
      componentchooserterminal.cpp ktimerdialog.cpp)
  endif(NOT WIN32)
@@ -14,9 +14,9 @@
  
  
  kde4_add_ui_files(kcm_componentchooser_SRCS 
-diff -Nurd kdebase-runtime-4.2.0/kioslave/thumbnail/CMakeLists.txt 
kdebase-runtime-4.2.0-new/kioslave/thumbnail/CMakeLists.txt
---- kdebase-runtime-4.2.0/kioslave/thumbnail/CMakeLists.txt    2009-01-17 
05:59:27.000000000 -0500
-+++ kdebase-runtime-4.2.0-new/kioslave/thumbnail/CMakeLists.txt        
2009-02-17 11:57:54.000000000 -0500
+diff -Nurd kdebase-runtime-4.2.2/kioslave/thumbnail/CMakeLists.txt 
kdebase-runtime-4.2.2-new/kioslave/thumbnail/CMakeLists.txt
+--- kdebase-runtime-4.2.2/kioslave/thumbnail/CMakeLists.txt    2009-01-17 
05:59:27.000000000 -0500
++++ kdebase-runtime-4.2.2-new/kioslave/thumbnail/CMakeLists.txt        
2009-03-27 11:34:48.000000000 -0400
 @@ -86,7 +86,7 @@
  
     kde4_add_plugin(exrthumbnail ${exrthumbnail_PART_SRCS})
@@ -26,3 +26,77 @@
  
     install(TARGETS exrthumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
     install( FILES exrthumbnail.desktop DESTINATION ${SERVICES_INSTALL_DIR})
+diff -Nurd kdebase-runtime-4.2.2/nepomuk/kioslaves/search/querymetatype.h 
kdebase-runtime-4.2.2-new/nepomuk/kioslaves/search/querymetatype.h
+--- kdebase-runtime-4.2.2/nepomuk/kioslaves/search/querymetatype.h     
2008-09-26 10:55:58.000000000 -0400
++++ kdebase-runtime-4.2.2-new/nepomuk/kioslaves/search/querymetatype.h 
2009-03-27 11:38:24.000000000 -0400
+@@ -5,4 +5,7 @@
+ 
+ #include "query.h"
+ 
++#ifndef _KDE_FINAL_Nepomuk_Search_Query
++#define _KDE_FINAL_Nepomuk_Search_Query
+ Q_DECLARE_METATYPE(Nepomuk::Search::Query)
++#endif
+diff -Nurd kdebase-runtime-4.2.2/nepomuk/kioslaves/search/searchfolder.cpp 
kdebase-runtime-4.2.2-new/nepomuk/kioslaves/search/searchfolder.cpp
+--- kdebase-runtime-4.2.2/nepomuk/kioslaves/search/searchfolder.cpp    
2008-11-28 10:33:43.000000000 -0500
++++ kdebase-runtime-4.2.2-new/nepomuk/kioslaves/search/searchfolder.cpp        
2009-03-27 11:36:15.000000000 -0400
+@@ -33,12 +33,7 @@
+ #include <KIO/NetAccess>
+ #include <KUser>
+ #include <kdirnotify.h>
+-
+-uint qHash( const QUrl& url )
+-{
+-    return qHash( url.toString() );
+-}
+-
++#include <qurlhash.h>
+ 
+ namespace {
+     QString addCounterToFileName( const QString& name, int i )
+diff -Nurd kdebase-runtime-4.2.2/nepomuk/libnepomukquery/dbusoperators.cpp 
kdebase-runtime-4.2.2-new/nepomuk/libnepomukquery/dbusoperators.cpp
+--- kdebase-runtime-4.2.2/nepomuk/libnepomukquery/dbusoperators.cpp    
2008-11-28 10:33:44.000000000 -0500
++++ kdebase-runtime-4.2.2-new/nepomuk/libnepomukquery/dbusoperators.cpp        
2009-03-27 11:47:03.000000000 -0400
+@@ -23,9 +23,14 @@
+ 
+ Q_DECLARE_METATYPE(Nepomuk::Search::Result)
+ Q_DECLARE_METATYPE(Nepomuk::Search::Term)
++#ifndef _KDE_FINAL_Nepomuk_Search_Query
++#define _KDE_FINAL_Nepomuk_Search_Query
+ Q_DECLARE_METATYPE(Nepomuk::Search::Query)
++#endif
+ Q_DECLARE_METATYPE(Soprano::Node)
++#ifndef _NEPOMUK_VARIANT_H_
+ Q_DECLARE_METATYPE(QList<int>)
++#endif
+ Q_DECLARE_METATYPE(QList<Nepomuk::Search::Result>)
+ 
+ 
+diff -Nurd kdebase-runtime-4.2.2/phonon/platform_kde/devicelisting.cpp 
kdebase-runtime-4.2.2-new/phonon/platform_kde/devicelisting.cpp
+--- kdebase-runtime-4.2.2/phonon/platform_kde/devicelisting.cpp        
2008-10-17 07:00:15.000000000 -0400
++++ kdebase-runtime-4.2.2-new/phonon/platform_kde/devicelisting.cpp    
2009-03-27 12:02:31.000000000 -0400
+@@ -35,7 +35,10 @@
+ #endif // HAVE_ALSA_ASOUNDLIB_H
+ 
+ typedef QList<QPair<QByteArray, QString> > PhononDeviceAccessList;
++#ifndef _KDE_FINAL_PhononDeviceAccessList
++#define _KDE_FINAL_PhononDeviceAccessList
+ Q_DECLARE_METATYPE(PhononDeviceAccessList)
++#endif
+ 
+ static void installAlsaPhononDeviceHandle()
+ {
+diff -Nurd kdebase-runtime-4.2.2/phonon/platform_kde/kdeplatformplugin.cpp 
kdebase-runtime-4.2.2-new/phonon/platform_kde/kdeplatformplugin.cpp
+--- kdebase-runtime-4.2.2/phonon/platform_kde/kdeplatformplugin.cpp    
2008-11-28 10:33:42.000000000 -0500
++++ kdebase-runtime-4.2.2-new/phonon/platform_kde/kdeplatformplugin.cpp        
2009-03-27 12:02:31.000000000 -0400
+@@ -43,7 +43,10 @@
+ 
+ typedef QPair<QByteArray, QString> PhononDeviceAccess;
+ typedef QList<PhononDeviceAccess> PhononDeviceAccessList;
++#ifndef _KDE_FINAL_PhononDeviceAccessList
++#define _KDE_FINAL_PhononDeviceAccessList
+ Q_DECLARE_METATYPE(PhononDeviceAccessList)
++#endif
+ 
+ namespace Phonon
+ {

Modified: trunk/experimental/10.4/main/finkinfo/kde/kdebase4-workspace.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/kde/kdebase4-workspace.info&rev=1458&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/kde/kdebase4-workspace.info (original)
+++ trunk/experimental/10.4/main/finkinfo/kde/kdebase4-workspace.info Fri Mar 
27 19:29:54 2009
@@ -69,7 +69,7 @@
 
        mkdir -p build
        pushd build
-               cmake $KDE4_CMAKE_ARGS -DKDE4_ENABLE_FINAL:BOOL=true 
-DSTRIGI_STRIGIQTDBUSCLIENT_LIBRARY_RELEASE:FILEPATH="%p/lib/%type_pkg[kde]/lib/libstrigqtdbusclient.dylib"
 ..
+               cmake $KDE4_CMAKE_ARGS 
-DSTRIGI_STRIGIQTDBUSCLIENT_LIBRARY_RELEASE:FILEPATH="%p/lib/%type_pkg[kde]/lib/libstrigqtdbusclient.dylib"
 ..
                make
        popd
 <<

Modified: trunk/experimental/10.4/main/finkinfo/kde/kdebase4-x11.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/kde/kdebase4-x11.info&rev=1458&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/kde/kdebase4-x11.info (original)
+++ trunk/experimental/10.4/main/finkinfo/kde/kdebase4-x11.info Fri Mar 27 
19:29:54 2009
@@ -66,7 +66,7 @@
 
        mkdir -p build
        pushd build
-               cmake -DKDE4_ENABLE_FINAL:BOOL=true $KDE4_CMAKE_ARGS ..
+               cmake $KDE4_CMAKE_ARGS ..
                make VERBOSE=1
        popd
 <<

Modified: trunk/experimental/10.4/main/finkinfo/kde/kdepimlibs4.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/kde/kdepimlibs4.info&rev=1458&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/kde/kdepimlibs4.info (original)
+++ trunk/experimental/10.4/main/finkinfo/kde/kdepimlibs4.info Fri Mar 27 
19:29:54 2009
@@ -63,7 +63,7 @@
 
        mkdir -p build
        pushd build
-               cmake -DLDAP_INCLUDE_DIR:PATH=/usr/include 
-DLDAP_LIBRARIES:FILEPATH=/System/Library/Frameworks/LDAP.framework/LDAP 
-DKDE4_ENABLE_FINAL:BOOL=true $KDE4_CMAKE_ARGS ..
+               cmake -DLDAP_INCLUDE_DIR:PATH=/usr/include 
-DLDAP_LIBRARIES:FILEPATH=/System/Library/Frameworks/LDAP.framework/LDAP 
$KDE4_CMAKE_ARGS ..
                make VERBOSE=1
        popd
 <<

Modified: trunk/experimental/common/main/finkinfo/kde/kdebase4-runtime.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/kde/kdebase4-runtime.info&rev=1458&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/kde/kdebase4-runtime.info (original)
+++ trunk/experimental/common/main/finkinfo/kde/kdebase4-runtime.info Fri Mar 
27 19:29:54 2009
@@ -56,7 +56,7 @@
 Source-MD5: cff3fbdb98faeec0ae65d8caea7a5b0f
 SourceDirectory: kdebase-runtime-%v
 PatchFile: kdebase4-runtime.patch
-PatchFile-MD5: d9364267bc0497caa62900bd047c2a28
+PatchFile-MD5: 790c10d237165b7e4119f47b654d4ef3
 
 CompileScript: <<
 #!/bin/sh -ev
@@ -66,7 +66,7 @@
 
        mkdir -p build
        pushd build
-               cmake $KDE4_CMAKE_ARGS -DKDE4_ENABLE_FINAL:BOOL=true 
-DXINE_FOUND:BOOL=OFF 
-DSTRIGI_STRIGIQTDBUSCLIENT_LIBRARY_RELEASE:FILEPATH="%p/lib/%type_pkg[kde]/lib/libstrigqtdbusclient.dylib"
 ..
+               cmake $KDE4_CMAKE_ARGS -DXINE_FOUND:BOOL=OFF 
-DSTRIGI_STRIGIQTDBUSCLIENT_LIBRARY_RELEASE:FILEPATH="%p/lib/%type_pkg[kde]/lib/libstrigqtdbusclient.dylib"
 ..
                make VERBOSE=1
        popd
 <<

Modified: trunk/experimental/common/main/finkinfo/kde/kdebase4-runtime.patch
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/kde/kdebase4-runtime.patch&rev=1458&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/kde/kdebase4-runtime.patch 
(original)
+++ trunk/experimental/common/main/finkinfo/kde/kdebase4-runtime.patch Fri Mar 
27 19:29:54 2009
@@ -1,6 +1,6 @@
-diff -Nurd kdebase-runtime-4.2.0/kcontrol/componentchooser/CMakeLists.txt 
kdebase-runtime-4.2.0-new/kcontrol/componentchooser/CMakeLists.txt
---- kdebase-runtime-4.2.0/kcontrol/componentchooser/CMakeLists.txt     
2008-09-17 16:54:29.000000000 -0400
-+++ kdebase-runtime-4.2.0-new/kcontrol/componentchooser/CMakeLists.txt 
2009-02-17 11:57:54.000000000 -0500
+diff -Nurd kdebase-runtime-4.2.2/kcontrol/componentchooser/CMakeLists.txt 
kdebase-runtime-4.2.2-new/kcontrol/componentchooser/CMakeLists.txt
+--- kdebase-runtime-4.2.2/kcontrol/componentchooser/CMakeLists.txt     
2008-09-17 16:54:29.000000000 -0400
++++ kdebase-runtime-4.2.2-new/kcontrol/componentchooser/CMakeLists.txt 
2009-03-27 11:34:48.000000000 -0400
 @@ -19,10 +19,10 @@
      componentchooserterminal.cpp ktimerdialog.cpp)
  endif(NOT WIN32)
@@ -14,9 +14,9 @@
  
  
  kde4_add_ui_files(kcm_componentchooser_SRCS 
-diff -Nurd kdebase-runtime-4.2.0/kioslave/thumbnail/CMakeLists.txt 
kdebase-runtime-4.2.0-new/kioslave/thumbnail/CMakeLists.txt
---- kdebase-runtime-4.2.0/kioslave/thumbnail/CMakeLists.txt    2009-01-17 
05:59:27.000000000 -0500
-+++ kdebase-runtime-4.2.0-new/kioslave/thumbnail/CMakeLists.txt        
2009-02-17 11:57:54.000000000 -0500
+diff -Nurd kdebase-runtime-4.2.2/kioslave/thumbnail/CMakeLists.txt 
kdebase-runtime-4.2.2-new/kioslave/thumbnail/CMakeLists.txt
+--- kdebase-runtime-4.2.2/kioslave/thumbnail/CMakeLists.txt    2009-01-17 
05:59:27.000000000 -0500
++++ kdebase-runtime-4.2.2-new/kioslave/thumbnail/CMakeLists.txt        
2009-03-27 11:34:48.000000000 -0400
 @@ -86,7 +86,7 @@
  
     kde4_add_plugin(exrthumbnail ${exrthumbnail_PART_SRCS})
@@ -26,3 +26,77 @@
  
     install(TARGETS exrthumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
     install( FILES exrthumbnail.desktop DESTINATION ${SERVICES_INSTALL_DIR})
+diff -Nurd kdebase-runtime-4.2.2/nepomuk/kioslaves/search/querymetatype.h 
kdebase-runtime-4.2.2-new/nepomuk/kioslaves/search/querymetatype.h
+--- kdebase-runtime-4.2.2/nepomuk/kioslaves/search/querymetatype.h     
2008-09-26 10:55:58.000000000 -0400
++++ kdebase-runtime-4.2.2-new/nepomuk/kioslaves/search/querymetatype.h 
2009-03-27 11:38:24.000000000 -0400
+@@ -5,4 +5,7 @@
+ 
+ #include "query.h"
+ 
++#ifndef _KDE_FINAL_Nepomuk_Search_Query
++#define _KDE_FINAL_Nepomuk_Search_Query
+ Q_DECLARE_METATYPE(Nepomuk::Search::Query)
++#endif
+diff -Nurd kdebase-runtime-4.2.2/nepomuk/kioslaves/search/searchfolder.cpp 
kdebase-runtime-4.2.2-new/nepomuk/kioslaves/search/searchfolder.cpp
+--- kdebase-runtime-4.2.2/nepomuk/kioslaves/search/searchfolder.cpp    
2008-11-28 10:33:43.000000000 -0500
++++ kdebase-runtime-4.2.2-new/nepomuk/kioslaves/search/searchfolder.cpp        
2009-03-27 11:36:15.000000000 -0400
+@@ -33,12 +33,7 @@
+ #include <KIO/NetAccess>
+ #include <KUser>
+ #include <kdirnotify.h>
+-
+-uint qHash( const QUrl& url )
+-{
+-    return qHash( url.toString() );
+-}
+-
++#include <qurlhash.h>
+ 
+ namespace {
+     QString addCounterToFileName( const QString& name, int i )
+diff -Nurd kdebase-runtime-4.2.2/nepomuk/libnepomukquery/dbusoperators.cpp 
kdebase-runtime-4.2.2-new/nepomuk/libnepomukquery/dbusoperators.cpp
+--- kdebase-runtime-4.2.2/nepomuk/libnepomukquery/dbusoperators.cpp    
2008-11-28 10:33:44.000000000 -0500
++++ kdebase-runtime-4.2.2-new/nepomuk/libnepomukquery/dbusoperators.cpp        
2009-03-27 11:47:03.000000000 -0400
+@@ -23,9 +23,14 @@
+ 
+ Q_DECLARE_METATYPE(Nepomuk::Search::Result)
+ Q_DECLARE_METATYPE(Nepomuk::Search::Term)
++#ifndef _KDE_FINAL_Nepomuk_Search_Query
++#define _KDE_FINAL_Nepomuk_Search_Query
+ Q_DECLARE_METATYPE(Nepomuk::Search::Query)
++#endif
+ Q_DECLARE_METATYPE(Soprano::Node)
++#ifndef _NEPOMUK_VARIANT_H_
+ Q_DECLARE_METATYPE(QList<int>)
++#endif
+ Q_DECLARE_METATYPE(QList<Nepomuk::Search::Result>)
+ 
+ 
+diff -Nurd kdebase-runtime-4.2.2/phonon/platform_kde/devicelisting.cpp 
kdebase-runtime-4.2.2-new/phonon/platform_kde/devicelisting.cpp
+--- kdebase-runtime-4.2.2/phonon/platform_kde/devicelisting.cpp        
2008-10-17 07:00:15.000000000 -0400
++++ kdebase-runtime-4.2.2-new/phonon/platform_kde/devicelisting.cpp    
2009-03-27 12:02:31.000000000 -0400
+@@ -35,7 +35,10 @@
+ #endif // HAVE_ALSA_ASOUNDLIB_H
+ 
+ typedef QList<QPair<QByteArray, QString> > PhononDeviceAccessList;
++#ifndef _KDE_FINAL_PhononDeviceAccessList
++#define _KDE_FINAL_PhononDeviceAccessList
+ Q_DECLARE_METATYPE(PhononDeviceAccessList)
++#endif
+ 
+ static void installAlsaPhononDeviceHandle()
+ {
+diff -Nurd kdebase-runtime-4.2.2/phonon/platform_kde/kdeplatformplugin.cpp 
kdebase-runtime-4.2.2-new/phonon/platform_kde/kdeplatformplugin.cpp
+--- kdebase-runtime-4.2.2/phonon/platform_kde/kdeplatformplugin.cpp    
2008-11-28 10:33:42.000000000 -0500
++++ kdebase-runtime-4.2.2-new/phonon/platform_kde/kdeplatformplugin.cpp        
2009-03-27 12:02:31.000000000 -0400
+@@ -43,7 +43,10 @@
+ 
+ typedef QPair<QByteArray, QString> PhononDeviceAccess;
+ typedef QList<PhononDeviceAccess> PhononDeviceAccessList;
++#ifndef _KDE_FINAL_PhononDeviceAccessList
++#define _KDE_FINAL_PhononDeviceAccessList
+ Q_DECLARE_METATYPE(PhononDeviceAccessList)
++#endif
+ 
+ namespace Phonon
+ {

Modified: trunk/experimental/common/main/finkinfo/kde/kdebase4-workspace.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/kde/kdebase4-workspace.info&rev=1458&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/kde/kdebase4-workspace.info 
(original)
+++ trunk/experimental/common/main/finkinfo/kde/kdebase4-workspace.info Fri Mar 
27 19:29:54 2009
@@ -71,7 +71,7 @@
 
        mkdir -p build
        pushd build
-               cmake $KDE4_CMAKE_ARGS -DKDE4_ENABLE_FINAL:BOOL=true 
-DSTRIGI_STRIGIQTDBUSCLIENT_LIBRARY_RELEASE:FILEPATH="%p/lib/%type_pkg[kde]/lib/libstrigqtdbusclient.dylib"
 ..
+               cmake $KDE4_CMAKE_ARGS 
-DSTRIGI_STRIGIQTDBUSCLIENT_LIBRARY_RELEASE:FILEPATH="%p/lib/%type_pkg[kde]/lib/libstrigqtdbusclient.dylib"
 ..
                make
        popd
 <<

Modified: trunk/experimental/common/main/finkinfo/kde/kdebase4.info.in
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/kde/kdebase4.info.in&rev=1458&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/kde/kdebase4.info.in (original)
+++ trunk/experimental/common/main/finkinfo/kde/kdebase4.info.in Fri Mar 27 
19:29:54 2009
@@ -75,7 +75,7 @@
 
        mkdir -p build
        pushd build
-               cmake -DKDE4_ENABLE_FINAL:BOOL=true $KDE4_CMAKE_ARGS ..
+               cmake $KDE4_CMAKE_ARGS ..
                make VERBOSE=1
        popd
 <<

Modified: trunk/experimental/common/main/finkinfo/kde/kdepimlibs4.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/kde/kdepimlibs4.info&rev=1458&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/kde/kdepimlibs4.info (original)
+++ trunk/experimental/common/main/finkinfo/kde/kdepimlibs4.info Fri Mar 27 
19:29:54 2009
@@ -60,7 +60,7 @@
 
        mkdir -p build
        pushd build
-               cmake -DLDAP_INCLUDE_DIR:PATH=/usr/include 
-DLDAP_LIBRARIES:FILEPATH=/System/Library/Frameworks/LDAP.framework/LDAP 
-DKDE4_ENABLE_FINAL:BOOL=true $KDE4_CMAKE_ARGS ..
+               cmake -DLDAP_INCLUDE_DIR:PATH=/usr/include 
-DLDAP_LIBRARIES:FILEPATH=/System/Library/Frameworks/LDAP.framework/LDAP 
$KDE4_CMAKE_ARGS ..
                make VERBOSE=1
        popd
 <<


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to