Gentoo Archives: gentoo-dev

From: Sebastian Werner <sebastian@××××××××××××××××××.de>
To: gentoo-dev@g.o
Subject: [gentoo-dev] The way to gnome2 by hand
Date: Sun, 20 Jan 2002 05:59:20
Message-Id: 1011528015.24444.5.camel@wp.smile
1 Hey
2
3 I try to build gnome 2 by hand before try to create ebuilds for this. I
4 think i have the 50 % complete and want let you know the way. It's not
5 so easy like gnome1 because the developers have split each libary in an
6 own package. This is my current state in building gnome2 by hand:
7
8 All configured with this script:
9
10 -----------------------------
11
12 G2PRE="/usr/gnome/2"
13
14 PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$G2PRE/lib/pkgconfig"
15 export PKG_CONFIG_PATH
16
17 ./configure --prefix="$G2PRE" --mandir=$G2PRE/share/man \
18 --infodir=$G2PRE2/share/info --disable-debug --enable-threads $*
19
20 ----------------------------------------------------
21 sysconfdir is currently stored inside G2PRE/etc
22
23 but i think it's ok to move it later to /etc/gnome2 or something
24 ---------------------------------------------------------
25
26 pkgname version flags
27
28 glib 1.3.12
29 atk 0.9
30 pango 0.23
31 gtk 1.3.12 --enable-shm --with-xinput=xfree
32 linc 0.1.15
33 libIDL 0.7.2
34 ORBit2 2.3.102
35 GConf 1.1.6
36 bonobo-activation 0.9.3
37 libbonobo 1.109.0
38 gnome-mime-data 1.0.0
39 gnome-vfs 1.9.4
40 libgnome 1.109.1
41 libart_lgpl 2.3.8
42
43 libglade 1.99.5
44 (cp libglade-1.99.5/libglade-convert /usr/gnome/2/bin/)
45
46 libgnomecanvas 1.109.0
47 libbonoboui 1.109.2
48 libgnomeui 1.109.0
49 gnome-common 1.2.4
50 libwnck 0.2
51 libzvt 1.109.0
52
53
54 Greetings
55
56 Sebastian
57
58
59 --
60 Sebastian Werner
61 -
62 http://www.werner-productions.de
63 sebastian@××××××××××××××××××.de
64 -
65 Bismarckstraße 51
66 32427 Minden
67 -
68 Mobile: 0179.4590730
69
70
71 --------------------------------------------------------------------------------
72 Hey, waiter! I want a NEW SHIRT and a PONY TAIL with lemon sauce!

Replies

Subject Author
Re: [gentoo-dev] The way to gnome2 by hand Mikael Hallendal <hallski@g.o>