Re: KImageMagic maintainship
Andras Mantia <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Tuesday 08 August 2006 01:43, Eric Pignet wrote: > Hi Andrea, I'm Andras, but I know in some places its written Andrea. Here Andrea is a girl name. ;-) > I juste read your request for maintainers on Planet KDE. > I wanted to know if somebody had contacted you. If not, I could be > interested by working on KImageMapEditor (in a first time). > I have a kde svn accout as I worked on kdeedu, but I'm on no project > currently. I have to warn you that I never worked on KDE 4. Besides, > I can't reproduce any of the 2 bugs about KIME... But if the project > is really orphelin I can set up my environment for KDE 4, read qt4 > docs and see if I feel able to maintain the app. > Just tell me ;-) Welcome here and I'm glad that you offered to take over KIME. Of course you should develop for 4.0. It is not that hard, but you have to compile kdelibs, kdevelop and kdewebdev from source at least once per week. kdevelop is not a dependency for KIME, but for Quanta in trunk, so unfortunately you have to install it, unless you modify your cmake files locally. For developing if you are using KDevelop, you should use version 3.4 from svn, as it has better Qt4 support. When starting applications or compiling you must have a KDE4 environment running. Attached is a script that I run in a shell with "source setup-kde4-env" and this sets the correct environment variables. From this shell I can start KDE4 applications. Of course, you should adjust the variables to match your system, but it gives you a hint what to do. I can give detailed information how to set up KDevelop 3.4 for KDE4 development if you want. But in case of using vi/emacs/etc. it's enough to set up the environment in a shell. Andras -- Quanta Plus developer - http://quanta.kdewebdev.org K Desktop Environment - http://www.kde.org _______________________________________________ quanta-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/quanta-devel
setup-kde4-env
(text/plain, 927 B)
username=`whoami` konsolename=`dcop --user $username|grep konsole` sessionname=`dcop $konsolename konsole currentSession` dcop $konsolename $sessionname renameSession "KDE 4.0 compilation environment" export QTDIR=/data2/kde4/qt4 export KDEDIR=/data2/kde4/install/ export KDEDIRS=$KDEDIR export DBUSDIR=/data2/kde4/dbus export DOXDATA=/data/development/sources/kde-trunk/kdelibs/doc/common export PATH=$QTDIR/bin:$PATH if test -n "$LD_LIBRARY_PATH"; then export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$QTDIR/lib else export LD_LIBRARY_PATH=$QTDIR/lib fi export KDEHOME=$HOME/.kde4 export KDETMP=/tmp/$USER-kde4 export KDEVARTMP=/var/tmp/$USER-kde4 unset KDEDIRS unset XDG_DATA_DIRS unset XDG_CONFIG_DIRS export PATH=$KDEDIR/bin:$PATH export LD_LIBRARY_PATH=$KDEDIR/lib:$LD_LIBRARY_PATH export QT_PLUGIN_PATH=$KDEDIR/lib/kde4/plugins export PKG_CONFIG_PATH=$DBUSDIR/lib/pkgconfig:$KDEDIR/lib/pkgconfig/:$QTDIR/lib/:$PKG_CONFIG_PATH
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBE2MBaTQdfac6L/08RAsLXAKDEmd17gSjchTnOX+Owj2nx8AQtsgCgiX8/ Agx2ixzZeUXtcuJewiA4d3U= =yz52 -----END PGP SIGNATURE-----