3 diffs

M.Z. Ziggyesque at hotmail.com
Fri Dec 12 21:33:21 CET 2008


> Today's Topics:
>
>   1. Re: where is konsole in kde-windows ? (Andrius da Costa Ribas)
>   2. 3 diffs (LIM Fung-Chai)
>

For the first patch, heanet.dl.sourceforge.net IS an autogen link
already, just giving preference to the heanet site for the redirection
rather than picking at random near you as the downloads.sf.net link
will, if it succeeds. Picking at random doesn't guarantee you'll get a
good connection even if closer, so for the users that have no
problems getting to heanet, which I think is the majority, changing the
link will probably cause them to have problems. If anything, a patch
that prompts for a file on the local hard drive if the download fails
would be the most generic option. This would allow anyone to use
whatever means they have to successfully get the file and use it.

If the patch is used, use a link that addresses the file directly, as I
outline generically in another post. That heanet hangs is probably
due to there being somewhere in the server hops between Singapore,
California, US (sf.net) and Ireland (heanet.ie) an older server, or servers,
that only forwards files up to a certain size or is so slow it times out
after only a few megabytes one of the other servers in the chain, but
sometimes you will luck out and skip these so get the higher speeds.
Using the direct address will at least cut out the leg to California, if
the hangup happens with a server in that chain.

Also, the latest full MSYScore is the 2008.08.26 version, not the
2007.01.19 one. You can download that and change msys1.11.py to
look for where you put it on your own system, if you want to try it,
such as:

> SRC_URI = """
> -http://heanet.dl.sourceforge.net/mingw/msysCORE-1.0.11-2007.01.19-1.tar.bz2
> +C:\Temp\msysCORE-1.0.11-2008.08.26-1.tar.bz2
or
> +C:\Temp\msysCORE-1.0.11-2007.01.19-1.tar.bz2
> """


Mark
----- Original Message ----- 
From: "LIM Fung-Chai" <lim.fung.chai at gmail.com>
To: <kde-windows at kde.org>
Sent: Friday, December 12, 2008 04:17 AM
Subject: 3 diffs


> 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