>> On 02/02/10 16:56, DJ Lucas wrote:
>

This is mostly for Wayne, but for anyone else toying with gnome.  So far,
so good using $GNOME_PREFIX and $GNOME_CONFIG with all options...though I
screwed up the scrollkeeper directories by accident...I now got to do a
bunch of mv's and scrollkeeper-update's, or just live with it (notice the
incorrect --localstatedir below).

Gnome prep was:
mkdir /opt/gnome-2.28.2 &&
ln -s gnome-2.28.2 /opt/gnome &&
mkdir /etc/gnome-2.28.2 &&
ln -s gnome-2.28.2 /etc/gnome &&
cat > /etc/profile.d/gnome.sh << "EOF" &&
export GNOME_PREFIX="/opt/gnome"
export GNOME_CONFIG="--prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome \
    --mandir=$GNOME_PREFIX/share/man --localstatedir=/var \
    --libexecdir=$GNOME_PREFIX/lib/gnome-2.28.2"
export PATH="${PATH}:${GNOME_PREFIX}/bin"
export
PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${GNOME_PREFIX}/lib/pkgconfig:${GNOME_PREFIX}/share/pkgconfig"
export GNOME_LIBCONFIG_PATH=/usr/lib:/opt/gnome/lib
export XDG_DATA_DIRS="${XDG_DATA_DIRS}:${GNOME_PREFIX}/share"
export XDG_CONFIG_DIRS="${XDG_CONFIG_DIRS}:/etc/gnome/xdg"
EOF

Pretty much every gnome package that uses anything of "pkg-config
--variable prefix..." was substitued with $GNOME_PREFIX.  Had the
previously mentioned symlink to the python dirs, and then probably (though
it slips my mind ATM, the libexec file for hal/dbus need to be symlinked
to gnome's shared libexecdir.  Looking good so far.  More when I get the
full build done.

More:  gnome-power-manager requires sgmlspl, a perl module IIRC, but will
have to wait...out of time for tonight. (IOW: That's where I'm at now with
picking and choosing...haven't gotten to GDM just yet).

-- DJ Lucas



-- 
This message has been scanned for viruses and
dangerous content, and is believed to be clean.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to