* [gentoo-dev] The way to gnome2 by hand
@ 2002-01-20 12:00 Sebastian Werner
2002-01-20 13:40 ` Mikael Hallendal
0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Werner @ 2002-01-20 12:00 UTC (permalink / raw
To: gentoo-dev
Hey
I try to build gnome 2 by hand before try to create ebuilds for this. I
think i have the 50 % complete and want let you know the way. It's not
so easy like gnome1 because the developers have split each libary in an
own package. This is my current state in building gnome2 by hand:
All configured with this script:
-----------------------------
G2PRE="/usr/gnome/2"
PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$G2PRE/lib/pkgconfig"
export PKG_CONFIG_PATH
./configure --prefix="$G2PRE" --mandir=$G2PRE/share/man \
--infodir=$G2PRE2/share/info --disable-debug --enable-threads $*
----------------------------------------------------
sysconfdir is currently stored inside G2PRE/etc
but i think it's ok to move it later to /etc/gnome2 or something
---------------------------------------------------------
pkgname version flags
glib 1.3.12
atk 0.9
pango 0.23
gtk 1.3.12 --enable-shm --with-xinput=xfree
linc 0.1.15
libIDL 0.7.2
ORBit2 2.3.102
GConf 1.1.6
bonobo-activation 0.9.3
libbonobo 1.109.0
gnome-mime-data 1.0.0
gnome-vfs 1.9.4
libgnome 1.109.1
libart_lgpl 2.3.8
libglade 1.99.5
(cp libglade-1.99.5/libglade-convert /usr/gnome/2/bin/)
libgnomecanvas 1.109.0
libbonoboui 1.109.2
libgnomeui 1.109.0
gnome-common 1.2.4
libwnck 0.2
libzvt 1.109.0
Greetings
Sebastian
--
Sebastian Werner
-
http://www.werner-productions.de
sebastian@werner-productions.de
-
Bismarckstraße 51
32427 Minden
-
Mobile: 0179.4590730
--------------------------------------------------------------------------------
Hey, waiter! I want a NEW SHIRT and a PONY TAIL with lemon sauce!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] The way to gnome2 by hand
2002-01-20 12:00 [gentoo-dev] The way to gnome2 by hand Sebastian Werner
@ 2002-01-20 13:40 ` Mikael Hallendal
2002-01-20 13:52 ` Sebastian Werner
0 siblings, 1 reply; 5+ messages in thread
From: Mikael Hallendal @ 2002-01-20 13:40 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 3058 bytes --]
sön 2002-01-20 klockan 13.00 skrev Sebastian Werner:
> Hey
>
> I try to build gnome 2 by hand before try to create ebuilds for this. I
> think i have the 50 % complete and want let you know the way. It's not
> so easy like gnome1 because the developers have split each libary in an
> own package. This is my current state in building gnome2 by hand:
Actually if you just want to test there is a module in gnome-cvs called
vicous-build-scripts which lets you build the entire gnome2 platfrom
from CVS with one command.
Due to some issue in our platform (Gentoo) you need to tweek your
modules.sh file some to make it run.
There are two things that I basically wait for before I do packages of
GNOME2.
1) GNOME 1.4.1 ( I could fix this without an actual release )
2) I need time and frankly, the alpha release pretty much sucks to use.
It might be OK for testing but I don't think anyone will be
impressed by it.
Regards,
Mikael Hallendal
> All configured with this script:
>
> -----------------------------
>
> G2PRE="/usr/gnome/2"
>
> PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$G2PRE/lib/pkgconfig"
> export PKG_CONFIG_PATH
>
> ./configure --prefix="$G2PRE" --mandir=$G2PRE/share/man \
> --infodir=$G2PRE2/share/info --disable-debug --enable-threads $*
>
> ----------------------------------------------------
> sysconfdir is currently stored inside G2PRE/etc
>
> but i think it's ok to move it later to /etc/gnome2 or something
> ---------------------------------------------------------
>
> pkgname version flags
>
> glib 1.3.12
> atk 0.9
> pango 0.23
> gtk 1.3.12 --enable-shm --with-xinput=xfree
> linc 0.1.15
> libIDL 0.7.2
> ORBit2 2.3.102
> GConf 1.1.6
> bonobo-activation 0.9.3
> libbonobo 1.109.0
> gnome-mime-data 1.0.0
> gnome-vfs 1.9.4
> libgnome 1.109.1
> libart_lgpl 2.3.8
>
> libglade 1.99.5
> (cp libglade-1.99.5/libglade-convert /usr/gnome/2/bin/)
>
> libgnomecanvas 1.109.0
> libbonoboui 1.109.2
> libgnomeui 1.109.0
> gnome-common 1.2.4
> libwnck 0.2
> libzvt 1.109.0
>
>
> Greetings
>
> Sebastian
>
>
> --
> Sebastian Werner
> -
> http://www.werner-productions.de
> sebastian@werner-productions.de
> -
> Bismarckstraße 51
> 32427 Minden
> -
> Mobile: 0179.4590730
>
>
> --------------------------------------------------------------------------------
> Hey, waiter! I want a NEW SHIRT and a PONY TAIL with lemon sauce!
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--
Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] The way to gnome2 by hand
2002-01-20 13:40 ` Mikael Hallendal
@ 2002-01-20 13:52 ` Sebastian Werner
2002-01-20 13:58 ` Mikael Hallendal
0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Werner @ 2002-01-20 13:52 UTC (permalink / raw
To: gentoo-dev
Am 20.01.2002 14:40:43, schrieb Mikael Hallendal <hallski@gentoo.org>:
>sön 2002-01-20 klockan 13.00 skrev Sebastian Werner:
>> Hey
>>
>> I try to build gnome 2 by hand before try to create ebuilds for this. I
>> think i have the 50 % complete and want let you know the way. It's not
>> so easy like gnome1 because the developers have split each libary in an
>> own package. This is my current state in building gnome2 by hand:
>
>Actually if you just want to test there is a module in gnome-cvs called
>vicous-build-scripts which lets you build the entire gnome2 platfrom
>from CVS with one command.
>
Yes i look into them, but i lie somewhat more control what this scripts builds in which way...
My way currently works too and let me play sometime with the new platform.
>Due to some issue in our platform (Gentoo) you need to tweek your
>modules.sh file some to make it run.
>
>There are two things that I basically wait for before I do packages of
>GNOME2.
>
>1) GNOME 1.4.1 ( I could fix this without an actual release )
>2) I need time and frankly, the alpha release pretty much sucks to use.
> It might be OK for testing but I don't think anyone will be
> impressed by it.
>
You are right. Could i use it anyway?
>Regards,
> Mikael Hallendal
>
>> All configured with this script:
>>
>> -----------------------------
>>
>> G2PRE="/usr/gnome/2"
>>
>> PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$G2PRE/lib/pkgconfig"
>> export PKG_CONFIG_PATH
>>
>> ./configure --prefix="$G2PRE" --mandir=$G2PRE/share/man \
>> --infodir=$G2PRE2/share/info --disable-debug --enable-threads $*
>>
>> ----------------------------------------------------
>> sysconfdir is currently stored inside G2PRE/etc
>>
>> but i think it's ok to move it later to /etc/gnome2 or something
>> ---------------------------------------------------------
>>
>> pkgname version flags
>>
>> glib 1.3.12
>> atk 0.9
>> pango 0.23
>> gtk 1.3.12 --enable-shm --with-xinput=xfree
>> linc 0.1.15
>> libIDL 0.7.2
>> ORBit2 2.3.102
>> GConf 1.1.6
>> bonobo-activation 0.9.3
>> libbonobo 1.109.0
>> gnome-mime-data 1.0.0
>> gnome-vfs 1.9.4
>> libgnome 1.109.1
>> libart_lgpl 2.3.8
>>
>> libglade 1.99.5
>> (cp libglade-1.99.5/libglade-convert /usr/gnome/2/bin/)
>>
>> libgnomecanvas 1.109.0
>> libbonoboui 1.109.2
>> libgnomeui 1.109.0
>> gnome-common 1.2.4
>> libwnck 0.2
>> libzvt 1.109.0
>>
>>
>> Greetings
>>
>> Sebastian
>>
>>
>> --
>> Sebastian Werner
>> -
>> http://www.werner-productions.de
>> sebastian@werner-productions.de
>> -
>> Bismarckstraße 51
>> 32427 Minden
>> -
>> Mobile: 0179.4590730
>>
>>
>> --------------------------------------------------------------------------------
>> Hey, waiter! I want a NEW SHIRT and a PONY TAIL with lemon sauce!
>>
>> _______________________________________________
>> gentoo-dev mailing list
>> gentoo-dev@gentoo.org
>> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>--
>Mikael Hallendal
>Gentoo Linux Developer, Desktop Team Leader
>CodeFactory AB, Stockholm, Sweden
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] The way to gnome2 by hand
2002-01-20 13:52 ` Sebastian Werner
@ 2002-01-20 13:58 ` Mikael Hallendal
2002-01-20 14:05 ` Sebastian Werner
0 siblings, 1 reply; 5+ messages in thread
From: Mikael Hallendal @ 2002-01-20 13:58 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 655 bytes --]
sön 2002-01-20 klockan 14.52 skrev Sebastian Werner:
> >1) GNOME 1.4.1 ( I could fix this without an actual release )
> >2) I need time and frankly, the alpha release pretty much sucks to use.
> > It might be OK for testing but I don't think anyone will be
> > impressed by it.
>
> You are right. Could i use it anyway?
Sure, I don't think that's much useful there though. gnome-session
should be pretty stable. gnome-control-center is currently useless. I
only use the gnome2 panel right now.
Regards,
Mikael Hallendal
--
Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] The way to gnome2 by hand
2002-01-20 13:58 ` Mikael Hallendal
@ 2002-01-20 14:05 ` Sebastian Werner
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Werner @ 2002-01-20 14:05 UTC (permalink / raw
To: gentoo-dev
Am 20.01.2002 14:58:56, schrieb Mikael Hallendal <hallski@gentoo.org>:
>sön 2002-01-20 klockan 14.52 skrev Sebastian Werner:
>
>> >1) GNOME 1.4.1 ( I could fix this without an actual release )
>> >2) I need time and frankly, the alpha release pretty much sucks to use.
>> > It might be OK for testing but I don't think anyone will be
>> > impressed by it.
>>
>> You are right. Could i use it anyway?
>
>Sure, I don't think that's much useful there though. gnome-session
>should be pretty stable. gnome-control-center is currently useless. I
>only use the gnome2 panel right now.
Ok you must know... i am on the libs right now... mhh
Sebastian
>
>Regards,
> Mikael Hallendal
>
>--
>Mikael Hallendal
>Gentoo Linux Developer, Desktop Team Leader
>CodeFactory AB, Stockholm, Sweden
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-01-20 14:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-20 12:00 [gentoo-dev] The way to gnome2 by hand Sebastian Werner
2002-01-20 13:40 ` Mikael Hallendal
2002-01-20 13:52 ` Sebastian Werner
2002-01-20 13:58 ` Mikael Hallendal
2002-01-20 14:05 ` Sebastian Werner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox