[Lunar-commits] CVS: moonbase rebuild-gnome-unstable,NONE,1.1.2.1

Nick Hudson nhudson at lunar-linux.org
Wed Feb 11 04:08:43 GMT 2004


Update of /var/cvs/lunar/moonbase
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5581

Added Files:
      Tag: GNOME_UNSTABLE
	rebuild-gnome-unstable 
Log Message:

>From a suggesting of niki's I made a script that will rebuild your Gnome installation and build it for the GNOME_UNSTABLE branch.  Please test if you are running GNOME_UNSTABLE


--- NEW FILE: rebuild-gnome-unstable ---
#!/bin/sh
# Written by Nick Hudson <nhudson at lunar-liunux.org>

# This will rebuild your Gnome2 install as GNOME_UNSTABLE
# You need to make sure that if you are doing this for the 1st time to
# Log out of X and run this via console, things will go much smoother

# Checking for old Gnome 2.4.2 installation in /opt, this will remove
# everything in that directory so that GNOME_UNSTABLE builds correctly

echo "Removing old Gnome Installation if its there" 
if [ -e "/opt/lunar/gnome" ]; then
  rm -fr /opt/lunar/gnome || true
fi

echo "If you are using 2.6.x kernel headers some modules will not recompile"

# Now starts rebuilding of all modules
lin -c glib-2 &&
lin -c libIDL &&
lin -c ORBit2 &&
lin -c libbonobo &&
lin -c pango  &&
lin -c atk    &&
lin -c gtk+-2 &&
lin -c GConf2 &&
lin -c gnome-mime-data2 &&
lin -c gnome-keyring &&
lin -c gnome-vfs2 &&
lin -c audiofile &&
lin -c libgnome &&
lin -c libart_lgpl &&
lin -c libglade2 &&
lin -c libgnomecanvas &&
lin -c libbonoboui &&
lin -c hicolor-icon-theme &&
lin -c gnome-icon-theme &&
lin -c gtk-engines2 &&
lin -c gnome-themes &&
lin -c startup-notification &&
lin -c libwnck &&
lin -c libxklavier &&
lin -c gnome-desktop &&
lin -c gnome-panel &&
lin -c gnome-session &&
lin -c eel &&
lin -c vte &&
lin -c gnome-terminal &&
lin -c libgtop2 &&
lin -c gail &&
lin -c gnome-applets2 &&
lin -c metacity &&
lin -c libgsf &&
lin -c libcroco &&
lin -c librsvg &&
lin -c gal21 &&
lin -c libgtkhtml &&
lin -c nautilus &&
lin -c xfree86_xkb_xml &&
lin -c control-center2 &&
lin -c yelp &&
lin -c libgnomeprint &&
lin -c libgnomeprintui &&
lin -c bug-buddy &&
lin -c eog &&
lin -c at-spi &&
lin -c ggv &&
lin -c file-roller &&
lin -c gconf-editor && 
lin -c gnome-utils2 &&
lin -c gnome-system-monitor &&
lin -c gstreamer &&
lin -c gst-plugins &&
lin -c gnome-media2 && 
lin -c nautilus-media &&
lin -c rhythmbox &&
lin -c epiphany &&
lin -c gcalctool &&
lin -c gucharmap &&
lin -c gedit &&
lin -c gnome2-user-docs &&
lin -c gnome-mag &&
lin -c libgail-gnome &&
lin -c nautilus-cd-burner &&
lin -c gpdf &&
lin -c vino &&
lin -c libgda2 &&
lin -c libgnomedb &&
lin -c pygtk2 &&
lin -c pyorbit &&
lin -c gnome-python2 &&

echo "This concludes the rebuilding of GNOME_UNSTABLE you know should" \
     " have everything recompiled and ready to go.  Make sure you run" \
     " gst-register-0.7 as user before you log back in"




More information about the Lunar-commits mailing list