| View previous topic :: View next topic |
| Author |
Message |
brat n00b

Joined: 05 Jul 2002 Posts: 9
|
Posted: Fri Jul 12, 2002 9:21 am Post subject: kde 3.1A??? |
|
|
are there any kde 3.1 Aplpha packages yet??
tüüt
brat |
|
| Back to top |
|
 |
abhishek Retired Dev


Joined: 28 Jun 2002 Posts: 393 Location: Los Angeles, CA
|
Posted: Fri Jul 12, 2002 11:01 am Post subject: |
|
|
Yeah, on the kde site . It's not in portage yet though. |
|
| Back to top |
|
 |
Pitr Tux's lil' helper


Joined: 23 Jun 2002 Posts: 90
|
Posted: Fri Jul 12, 2002 12:48 pm Post subject: |
|
|
Who do I have to bribe??
KDE3.1 OH YEAH |
|
| Back to top |
|
 |
klieber Administrator


Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Fri Jul 12, 2002 1:00 pm Post subject: |
|
|
moving to gentoo suggestions...
--kurt _________________ The problem with political jokes is that they get elected |
|
| Back to top |
|
 |
trapni Developer

Joined: 16 May 2002 Posts: 251 Location: Germany/Berlin
|
Posted: Sat Jul 13, 2002 5:15 am Post subject: |
|
|
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 |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 15989 Location: Colorado
|
Posted: Sat Jul 13, 2002 5:16 am Post subject: |
|
|
Anyone know if speed is improved yet? _________________ Safety is my gaol.
US Constitution | Amendments |
|
| Back to top |
|
 |
delta407 Bodhisattva


Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Sat Jul 13, 2002 5:17 am Post subject: |
|
|
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 |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 15989 Location: Colorado
|
Posted: Sat Jul 13, 2002 5:30 am Post subject: |
|
|
Worse, a Slot AMD 650. _________________ Safety is my gaol.
US Constitution | Amendments |
|
| Back to top |
|
 |
trapni Developer

Joined: 16 May 2002 Posts: 251 Location: Germany/Berlin
|
Posted: Sat Jul 13, 2002 6:04 am Post subject: |
|
|
| 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 *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
Christian Parpart. |
|
| Back to top |
|
 |
|