Gentoo Archives: gentoo-dev

From: Mikael Hallendal <hallski@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] The way to gnome2 by hand
Date: Sun, 20 Jan 2002 07:39:38
Message-Id: 1011534043.1408.2.camel@fluffy
In Reply to: [gentoo-dev] The way to gnome2 by hand by Sebastian Werner
1 sön 2002-01-20 klockan 13.00 skrev Sebastian Werner:
2 > Hey
3 >
4 > I try to build gnome 2 by hand before try to create ebuilds for this. I
5 > think i have the 50 % complete and want let you know the way. It's not
6 > so easy like gnome1 because the developers have split each libary in an
7 > own package. This is my current state in building gnome2 by hand:
8
9 Actually if you just want to test there is a module in gnome-cvs called
10 vicous-build-scripts which lets you build the entire gnome2 platfrom
11 from CVS with one command.
12
13 Due to some issue in our platform (Gentoo) you need to tweek your
14 modules.sh file some to make it run.
15
16 There are two things that I basically wait for before I do packages of
17 GNOME2.
18
19 1) GNOME 1.4.1 ( I could fix this without an actual release )
20 2) I need time and frankly, the alpha release pretty much sucks to use.
21 It might be OK for testing but I don't think anyone will be
22 impressed by it.
23
24 Regards,
25 Mikael Hallendal
26
27 > All configured with this script:
28 >
29 > -----------------------------
30 >
31 > G2PRE="/usr/gnome/2"
32 >
33 > PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$G2PRE/lib/pkgconfig"
34 > export PKG_CONFIG_PATH
35 >
36 > ./configure --prefix="$G2PRE" --mandir=$G2PRE/share/man \
37 > --infodir=$G2PRE2/share/info --disable-debug --enable-threads $*
38 >
39 > ----------------------------------------------------
40 > sysconfdir is currently stored inside G2PRE/etc
41 >
42 > but i think it's ok to move it later to /etc/gnome2 or something
43 > ---------------------------------------------------------
44 >
45 > pkgname version flags
46 >
47 > glib 1.3.12
48 > atk 0.9
49 > pango 0.23
50 > gtk 1.3.12 --enable-shm --with-xinput=xfree
51 > linc 0.1.15
52 > libIDL 0.7.2
53 > ORBit2 2.3.102
54 > GConf 1.1.6
55 > bonobo-activation 0.9.3
56 > libbonobo 1.109.0
57 > gnome-mime-data 1.0.0
58 > gnome-vfs 1.9.4
59 > libgnome 1.109.1
60 > libart_lgpl 2.3.8
61 >
62 > libglade 1.99.5
63 > (cp libglade-1.99.5/libglade-convert /usr/gnome/2/bin/)
64 >
65 > libgnomecanvas 1.109.0
66 > libbonoboui 1.109.2
67 > libgnomeui 1.109.0
68 > gnome-common 1.2.4
69 > libwnck 0.2
70 > libzvt 1.109.0
71 >
72 >
73 > Greetings
74 >
75 > Sebastian
76 >
77 >
78 > --
79 > Sebastian Werner
80 > -
81 > http://www.werner-productions.de
82 > sebastian@××××××××××××××××××.de
83 > -
84 > Bismarckstraße 51
85 > 32427 Minden
86 > -
87 > Mobile: 0179.4590730
88 >
89 >
90 > --------------------------------------------------------------------------------
91 > Hey, waiter! I want a NEW SHIRT and a PONY TAIL with lemon sauce!
92 >
93 > _______________________________________________
94 > gentoo-dev mailing list
95 > gentoo-dev@g.o
96 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
97 --
98 Mikael Hallendal
99 Gentoo Linux Developer, Desktop Team Leader
100 CodeFactory AB, Stockholm, Sweden

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] The way to gnome2 by hand Sebastian Werner <sebastian@××××××××××××××××××.de>