3 diffs

LIM Fung-Chai lim.fung.chai at gmail.com
Fri Dec 12 10:17:02 CET 2008


Hi,

Please consider the following 3 diffs.  Please note: I have chosen not
to receive postings from the kde-windows mailing list; I prefer to
look at the archive once in a while.  So, if you have any question for
me, please email me directly.  Sorry.

The first diff changes heanet.dl.sourceforge.net to an autogen server.
 Somehow, heanet has been unstable for me in Singapore; sometimes it
is fast, but it always hangs before msys is completely downloaded.

--- C:\Users\FUNGCH~1\AppData\Local\Temp\msys-1.11.py-revBASE.svn000.tmp.py
    Fri Dec 12 16:29:31 2008
+++ C:\tools\kde4\emerge\portage\dev-util\msys\msys-1.11.py     Thu
Dec 11 09:47:29 2008
@@ -5,7 +5,7 @@
 import info

 SRC_URI = """
-http://heanet.dl.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2
+http://downloads.sourceforge.net/sourceforge/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2
 """

 class subinfo(info.infoclass):


The second one will allows the
kdebase/workspace/plasma/shells/desktop/plasmaapp.cpp of the
kde/kdebase-workspace package to compile successfully.

--- C:\Users\FUNGCH~1\AppData\Local\Temp\plasmaapp.cpp-revBASE.svn000.tmp.cpp
  Fri Dec 12 16:34:26 2008
+++ C:\tools\kde4\svn\trunk\KDE\kdebase\workspace\plasma\shells\desktop\plasmaapp.cpp
  Fri Dec 12 13:21:30 2008
@@ -263,8 +263,10 @@
         m_corona->saveLayout();
     }

+#ifdef Q_WS_X11
     delete m_compositeWatch;
     m_compositeWatch = 0;
+#endif

     // save the mapping of Views to Containments at the moment
     // of application exit so we can restore that when we start again.


The last one *may* allow gwenview.exe of the kde/kdegraphics to link
successfully.  I did not test this diff, so it may not be correct.
What I had done is different: I added libkio.dll.a to
tmp/kdegraphics-20080202/work/mingw-RelWithDebInfo/gwenview/app/CMakeFiles/gwenview.dir/link.txt
and then re-compiled.  This worked.  Then I studied the cmake files
under the kdegraphics top directory and I guessed the following diff.
I hope it is correct.

--- C:\Users\FUNGCH~1\AppData\Local\Temp\CMakeLists.txt-revBASE.svn000.tmp.txt
 Fri Dec 12 16:52:42 2008
+++ C:\tools\kde4\svn\trunk\KDE\kdegraphics\gwenview\app\CMakeLists.txt
Fri Dec 12 16:50:07 2008
@@ -72,6 +72,7 @@

 target_link_libraries(gwenview
        ${KDE4_KFILE_LIBS}
+        ${KDE4_KIO_LIBS}
        gwenviewlib
        )



Regards,
Fung Chai.

-- 
FWIW: $\lnot \exists x \, {\rm Right} (x) \leftarrow \forall x \, {\rm
Wrong} (x)$ \hfill -- Stephen Stills


More information about the Kde-windows mailing list