Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Running standard KDE alongside KDE SVN
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mserms
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 162
Location: Edinburgh

PostPosted: Tue Jun 21, 2005 2:34 pm    Post subject: Running standard KDE alongside KDE SVN Reply with quote

Almost certainly been asked before, but I can't find it. How simple/stable is it to run the standard KDE (3.4.1) ebuilds alongside the SVN version? Ideally I would like be able to run both and switch between them by changing a path in some config file.

Is it better to use the svn ebuilds rather than an SVN checkout?

I currently have 'standard' KDE, but I'm not too sure what to do...
Back to top
View user's profile Send private message
mserms
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 162
Location: Edinburgh

PostPosted: Mon Jun 27, 2005 1:51 pm    Post subject: Reply with quote

Anyone done this?
Back to top
View user's profile Send private message
mserms
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 162
Location: Edinburgh

PostPosted: Fri Jul 15, 2005 11:36 am    Post subject: Reply with quote

One last try - you never know :)
Back to top
View user's profile Send private message
episode96
Apprentice
Apprentice


Joined: 08 Mar 2004
Posts: 173

PostPosted: Fri Jul 15, 2005 1:01 pm    Post subject: Reply with quote

The simplest way I've found to do that is to create a new user in your system who will be the only one to have access to the SVN version. I've done the CVS checkout using the following instructions:

http://quality.kde.org/develop/cvsguide/buildstep.php

Worked great for me ;)
_________________
Everyone thinks of changing the world, but no one thinks of changing himself.
Back to top
View user's profile Send private message
mserms
Apprentice
Apprentice


Joined: 13 Jan 2005
Posts: 162
Location: Edinburgh

PostPosted: Fri Jul 15, 2005 1:49 pm    Post subject: Reply with quote

That looks like exactly what I want, thanks a lot. :)
Back to top
View user's profile Send private message
bookstack
Apprentice
Apprentice


Joined: 27 Feb 2004
Posts: 245

PostPosted: Fri Jul 15, 2005 9:26 pm    Post subject: Reply with quote

I've tried in another apporach:

I installed the split ebuild of kde 3.4.1, and I would like to hack the bleeding edge kdepim.
Code:

% mkdir ~/kde
% svn checkout ... ... ~/work/kdepim
% cd ~/work/kdepim
% echo "export KDEHOME=/home/bookstack/.kde-unstable" >> bootstrap
% echo "export KDEDIRS=/home/bookstack/kde:$KDEDIRS" >> bootstrap


Each time you would like to hack the HEAD branch,
Code:

% cd ~/work/kdepim && source bootstrap
% make -f Makefile.cvs
% ./configure --without-arts --prefix=/home/bookstack/kde --enable-debug=yes
% make && sudo make install


Notice, some debug version shared libraries are installed in the $KDEDIR, you may "make uninstall" to make your system clean.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum