Gentoo Archives: gentoo-dev

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

Replies

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