Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde 3.1A???
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
brat
n00b
n00b


Joined: 05 Jul 2002
Posts: 9

PostPosted: Fri Jul 12, 2002 9:21 am    Post subject: kde 3.1A??? Reply with quote

are there any kde 3.1 Aplpha packages yet??

tüüt
brat
Back to top
View user's profile Send private message
abhishek
Retired Dev
Retired Dev


Joined: 28 Jun 2002
Posts: 393
Location: Los Angeles, CA

PostPosted: Fri Jul 12, 2002 11:01 am    Post subject: Reply with quote

Yeah, on the kde site :) . It's not in portage yet though.
Back to top
View user's profile Send private message
Pitr
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jun 2002
Posts: 90

PostPosted: Fri Jul 12, 2002 12:48 pm    Post subject: Reply with quote

Who do I have to bribe??

KDE3.1 OH YEAH
Back to top
View user's profile Send private message
klieber
Administrator
Administrator


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Fri Jul 12, 2002 1:00 pm    Post subject: Reply with quote

moving to gentoo suggestions...

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
trapni
Developer
Developer


Joined: 16 May 2002
Posts: 251
Location: Germany/Berlin

PostPosted: Sat Jul 13, 2002 5:15 am    Post subject: Reply with quote

Well, it's really very easy to do so by your self ;)
This tiny script isn't complete at all, it's just to illustrate an initial CVS make for you
Code:
cd /usr/local/src
mkdir -p cvs/kde
cd cvs/kde

export CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde
export WANT_AUTOMAKE_1_5=1
export WANT_AUTOCONF_2_5=1
source /etc/make.globals
source /etc/make.conf

for pkg in arts kdelibs kdebase kdeartwork kdesdk kdeaddons; do
    cvs -z4 co $pkg
    cd $pkg
    make -f Makefile.cvs

    opts=""
    test "$pkg" = "kdelibs" && opts="--enable-ipv6-lookup"
    test "$pkg" = "kdebase" && opts="--enable-pam --enable-shadow"

    ./configure --prefix=/usr/kde/cvs $opts
    make -j2
    make install

    cd ..
done

Now you should be able to run the CVS version of kde by running
Code:
startx /usr/kde/cvs/bin/startkde
or just make an alias to it ;)

Have fun,
Christian Parpart.

p.s: it's even possible to make an ebuild which automatically uses the current CVS head or branch version. But this would definitely cause problems with lots of n00bs ;)
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 15989
Location: Colorado

PostPosted: Sat Jul 13, 2002 5:16 am    Post subject: Reply with quote

Anyone know if speed is improved yet?
_________________
Safety is my gaol.
US Constitution | Amendments
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Sat Jul 13, 2002 5:17 am    Post subject: Reply with quote

What, you don't have a Cray? ;)

Read the announcement; it tells you what changed.
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 15989
Location: Colorado

PostPosted: Sat Jul 13, 2002 5:30 am    Post subject: Reply with quote

Worse, a Slot AMD 650.
_________________
Safety is my gaol.
US Constitution | Amendments
Back to top
View user's profile Send private message
trapni
Developer
Developer


Joined: 16 May 2002
Posts: 251
Location: Germany/Berlin

PostPosted: Sat Jul 13, 2002 6:04 am    Post subject: Reply with quote

kanuslupus wrote:
Anyone know if speed is improved yet?
Speed? hm... that factor really depends on your own, esp. because I've an SMP box here right now with too much memory, so it look fast for me. But what about the others?

As a programmer you must decide whether you want to optimize for fast code or small code. I to believe that some kde devels wants big code :P *hehe*. It looks really good (kde cvs, kde3.1a) and I'd definitely recomment every little dirty courious ppl and stupid boy who just wants to commit some usefull bug reports.

So, lets check out and bug report :P
Christian Parpart.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat 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