3.90.1 (KDE 4.0 alpha1) tarballs

Allen Winter winter at kde.org
Mon May 7 19:06:07 CEST 2007


On Monday 07 May 2007 10:22:35 am Emanuele A. Bagnaschi wrote:

> 
> Hi,
> I'm one of the developers of the Gentoo ebuilds for KDE4 (kde overlay)
> and while testing this new release our group founds a few issues that we
> think are worthwhile to report.
> I'm not sure if this is the correct place to report them: if
> this is not the case, please excuse me.
> 
Yes, great report btw.
Thanks.

> Anyway, this is what we identified so far.
> 
> *] There are three packages which try to overwrite files already
> provided by kdelibs. In particular they are:
> 
> 1)kdeaddons - It tries to re-install 
> $KDEDIR/share/icons/oxygen/22x22/actions/domtreeviewer.png 
> $KDEDIR/share/icons/oxygen/16x16/actions/domtreeviewer.png
> 
> It seems that the source of the install command lies in
> /kdeaddons-3.90.1/konq-plugins/domtreeviewer/CMakeLists.txt
> 
Fixed.  rev 662229

> 2)kdenetwork - It tries to re-install
> $KDEDIR/share/icons/oxygen/32x32/actions/kopeteavailable.png
> $KDEDIR/share/icons/oxygen/32x32/actions/voicecall.png is
> $KDEDIR/share/icons/oxygen/32x32/actions/kopeteeditstatusmessage.png
> $KDEDIR/share/icons/oxygen/32x32/actions/webcamsend.png
> $KDEDIR/share/icons/oxygen/32x32/actions/webcamreceive.png
> $KDEDIR/share/icons/oxygen/22x22/actions/kopeteavailable.png
> $KDEDIR/share/icons/oxygen/22x22/actions/voicecall.png is
> $KDEDIR/share/icons/oxygen/22x22/actions/kopeteeditstatusmessage.png
> $KDEDIR/share/icons/oxygen/22x22/actions/webcamsend.png is
> $KDEDIR/share/icons/oxygen/22x22/actions/webcamreceive.png
> $KDEDIR/share/icons/oxygen/16x16/actions/kopeteavailable.png
> $KDEDIR/share/icons/oxygen/16x16/actions/voicecall.png is
> $KDEDIR/share/icons/oxygen/16x16/actions/kopeteeditstatusmessage.png
> $KDEDIR/share/icons/oxygen/16x16/actions/webcamsend.png is
> $KDEDIR/share/icons/oxygen/16x16/actions/webcamreceive.png
> $KDEDIR/share/icons/oxygen/48x48/actions/kopeteavailable.png
> $KDEDIR/share/icons/oxygen/48x48/actions/voicecall.png is
> $KDEDIR/share/icons/oxygen/48x48/actions/webcamsend.png is
> $KDEDIR/share/icons/oxygen/48x48/actions/webcamreceive.png
> 
> Source of the install
> instruction: /kdenetwork-3.90.1/kopete/icons/CMakeLists.txt
> 
I contacted the kopete developers about this.

> 3)kdepim - It tries to re-install
> $KDEDIR/share/config.kcfg/pimemoticons.kcfg
> 
> Source of the install command: /kdepim-3.90.1/libkdepim/CMakeLists.txt
> 
Fixed. rev 662205

> *]Ligature fails to build with poppler HEAD (which is needed if one
> wants to try all Okular features).
> One of the member of our team already reported this problem to some kde
> developers who in turn told us that ligature is currently unmaintained.
> 
Err... I thought aseigo had removed Ligature from kdegraphics?
Guess not.  Aaron, if you would please.

> *]It seems that there's a small mistake in
> /kdebase-3.90.1/workspace/kdm/kfrontend/CMakeLists.txt
> The last line:
> 
> install(CODE " 
> exec_program(${CMAKE_CURRENT_BINARY_DIR}/genkdmconf --in
> ${CONFIG_INSTALL_DIR}/kdm --face-src ${CMAKE_CURRENT_SOURCE_DIR}/pics
> \$GENKDMCONF_FLAGS) ")
> 
> probably needs to be modified to
> 
> install(CODE " 
> exec_program(${CMAKE_CURRENT_BINARY_DIR}/genkdmconf ARGS --in
> ${CONFIG_INSTALL_DIR}/kdm --face-src ${CMAKE_CURRENT_SOURCE_DIR}/pics
> \$GENKDMCONF_FLAGS) ")
> 
> In other words, a missing ARGS needs to be added to correctly pass the
> arguments to genkdmconf (as specified in the CMake documentation -
> http://www.cmake.org/HTML/Documentation.html)
> 
Fixed. rev 662217 

Great report.  Thanks again.  Hopefully these changes will be incorporated
into the final alpha1 tarballs.

-Allen


More information about the release-team mailing list