From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=CTE_8BIT_MISMATCH, DKIM_ADSP_NXDOMAIN,DMARC_MISSING,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by chiba.3jane.net (Postfix) with ESMTP id B573824CC4 for ; Sun, 20 Jan 2002 07:51:46 -0600 (CST) Received: from [195.20.224.219] (helo=mrvdom03.kundenserver.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 16SIOs-0002hw-00 for gentoo-dev@gentoo.org; Sun, 20 Jan 2002 14:52:46 +0100 Received: from [80.130.190.77] (helo=wp) by mrvdom03.kundenserver.de with smtp (Exim 2.12 #2) id 16SIOs-0004GJ-00 for gentoo-dev@gentoo.org; Sun, 20 Jan 2002 14:52:46 +0100 From: Sebastian Werner To: gentoo-dev@gentoo.org Date: Sun, 20 Jan 2002 14:52:51 +0100 X-Priority: 3 (Normal) Organization: Werner Productions In-Reply-To: <1011534043.1408.2.camel@fluffy> Message-Id: Subject: Re: [gentoo-dev] The way to gnome2 by hand MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" X-Mailer: Opera 6.0 build 1010 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Developer discussion list List-Unsubscribe: , List-Archive: X-Archives-Salt: f8a54aac-dc6e-4ebb-92f1-a82eb3ade9d3 X-Archives-Hash: d415cbc1c62999862b1896acd81cf213 Am 20.01.2002 14:40:43, schrieb Mikael Hallendal : >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 > >