From cd1030f9a89a663f2ea0909a220db0d94aa891b8 Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Sun, 16 Feb 2003 00:16:41 +0000 Subject: [PATCH] gnome-2.2 update git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@703 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- gnome/add/add.xml | 4 ++-- gnome/add/nautilus.xml | 1 - gnome/add/nautilus/nautilus-exp.xml | 10 +++++----- gnome/add/nautilus/nautilus-inst.xml | 4 ++-- gnome/add/nautilus/nautilus.ent | 10 +++++----- gnome/add/yelp/yelp-exp.xml | 6 +++--- gnome/add/yelp/yelp-inst.xml | 2 +- gnome/add/yelp/yelp.ent | 10 +++++----- gnome/lib/eel.xml | 1 - gnome/lib/eel/eel-inst.xml | 2 +- gnome/lib/eel/eel.ent | 10 +++++----- gnome/lib/libgtkhtml.xml | 1 - gnome/lib/libgtkhtml/libgtkhtml-inst.xml | 2 +- gnome/lib/libgtkhtml/libgtkhtml.ent | 11 ++++++----- introduction/welcome/changelog.xml | 4 ++++ 15 files changed, 40 insertions(+), 38 deletions(-) diff --git a/gnome/add/add.xml b/gnome/add/add.xml index 714f31871c..fee4c3759d 100644 --- a/gnome/add/add.xml +++ b/gnome/add/add.xml @@ -11,10 +11,10 @@ as-wanted basis. &gnome-applets; &gnome-utils; &gnome-games; -&bug-buddy; -&eog; &nautilus; &yelp; +&bug-buddy; +&eog; &gedit; &gnome-media; &gnome2-user-docs; diff --git a/gnome/add/nautilus.xml b/gnome/add/nautilus.xml index 373c6b7fec..a08ad0967f 100644 --- a/gnome/add/nautilus.xml +++ b/gnome/add/nautilus.xml @@ -5,7 +5,6 @@ &nautilus-intro; &nautilus-inst; &nautilus-exp; -&nautilus-config; &nautilus-desc; diff --git a/gnome/add/nautilus/nautilus-exp.xml b/gnome/add/nautilus/nautilus-exp.xml index fb18695251..6314fa0474 100644 --- a/gnome/add/nautilus/nautilus-exp.xml +++ b/gnome/add/nautilus/nautilus-exp.xml @@ -1,13 +1,13 @@ Command explanations ---sysconfdir=/etc/gnome : This command +--sysconfdir=/etc/gnome : This switch puts configuration files in /etc/gnome instead of -/opt/gnome2/etc. +$GNOME_PREFIX/etc. ---libexecdir=/opt/gnome2/sbin : This command puts -libexec files in /opt/gnome2/sbin instead of -/opt/gnome2/libexec. +--libexecdir=$GNOME_PREFIX/sbin : This switch puts +libexec files in $GNOME_PREFIX/sbin instead of +$GNOME_PREFIX/libexec. diff --git a/gnome/add/nautilus/nautilus-inst.xml b/gnome/add/nautilus/nautilus-inst.xml index 3106519b71..75ca48cdc0 100644 --- a/gnome/add/nautilus/nautilus-inst.xml +++ b/gnome/add/nautilus/nautilus-inst.xml @@ -3,8 +3,8 @@ Install nautilus by running the following commands: -./configure --prefix=/opt/gnome2 --sysconfdir=/etc/gnome \ ---libexecdir=/opt/gnome2/sbin && +./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome \ +--libexecdir=$GNOME_PREFIX/sbin && make && make install diff --git a/gnome/add/nautilus/nautilus.ent b/gnome/add/nautilus/nautilus.ent index 8fb50bae9d..f0aa83e82c 100644 --- a/gnome/add/nautilus/nautilus.ent +++ b/gnome/add/nautilus/nautilus.ent @@ -4,8 +4,8 @@ - - - - - + + + + + diff --git a/gnome/add/yelp/yelp-exp.xml b/gnome/add/yelp/yelp-exp.xml index 3bd99c0d9b..c19ccdfe26 100644 --- a/gnome/add/yelp/yelp-exp.xml +++ b/gnome/add/yelp/yelp-exp.xml @@ -1,9 +1,9 @@ Command explanations ---libexecdir=/opt/gnome2/sbin : This command puts -libexec files in /opt/gnome2/sbin instead of -/opt/gnome2/libexec. +--libexecdir=$GNOME_PREFIX/sbin : This switch puts +libexec files in $GNOME_PREFIX/sbin instead of +$GNOME_PREFIX/libexec. diff --git a/gnome/add/yelp/yelp-inst.xml b/gnome/add/yelp/yelp-inst.xml index 319d6fdf41..44f75fcffc 100644 --- a/gnome/add/yelp/yelp-inst.xml +++ b/gnome/add/yelp/yelp-inst.xml @@ -3,7 +3,7 @@ Install yelp by running the following commands: -./configure --prefix=/opt/gnome2 --libexecdir=/opt/gnome2/sbin && +./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin && make && make install diff --git a/gnome/add/yelp/yelp.ent b/gnome/add/yelp/yelp.ent index 55fc55754f..cd96ca9f50 100644 --- a/gnome/add/yelp/yelp.ent +++ b/gnome/add/yelp/yelp.ent @@ -4,8 +4,8 @@ - - - - - + + + + + diff --git a/gnome/lib/eel.xml b/gnome/lib/eel.xml index d6ee310a44..c311ac15f1 100644 --- a/gnome/lib/eel.xml +++ b/gnome/lib/eel.xml @@ -4,7 +4,6 @@ &eel-intro; &eel-inst; -&eel-config; &eel-desc; diff --git a/gnome/lib/eel/eel-inst.xml b/gnome/lib/eel/eel-inst.xml index cbeb0126e5..376cb3d5fe 100644 --- a/gnome/lib/eel/eel-inst.xml +++ b/gnome/lib/eel/eel-inst.xml @@ -3,7 +3,7 @@ Install eel by running the following commands: -./configure --prefix=/opt/gnome2 && +./configure --prefix=$GNOME_PREFIX && make && make install diff --git a/gnome/lib/eel/eel.ent b/gnome/lib/eel/eel.ent index cbab39d04f..1ad8a0c56e 100644 --- a/gnome/lib/eel/eel.ent +++ b/gnome/lib/eel/eel.ent @@ -4,8 +4,8 @@ - - - - - + + + + + diff --git a/gnome/lib/libgtkhtml.xml b/gnome/lib/libgtkhtml.xml index 41061eacf9..52137fab24 100644 --- a/gnome/lib/libgtkhtml.xml +++ b/gnome/lib/libgtkhtml.xml @@ -4,7 +4,6 @@ &libgtkhtml-intro; &libgtkhtml-inst; -&libgtkhtml-config; &libgtkhtml-desc; diff --git a/gnome/lib/libgtkhtml/libgtkhtml-inst.xml b/gnome/lib/libgtkhtml/libgtkhtml-inst.xml index 5c4313fc9f..95ef23fee5 100644 --- a/gnome/lib/libgtkhtml/libgtkhtml-inst.xml +++ b/gnome/lib/libgtkhtml/libgtkhtml-inst.xml @@ -3,7 +3,7 @@ Install libgtkhtml by running the following commands: -./configure --prefix=/opt/gnome2 && +./configure --prefix=$GNOME_PREFIX && make && make install diff --git a/gnome/lib/libgtkhtml/libgtkhtml.ent b/gnome/lib/libgtkhtml/libgtkhtml.ent index c80dd5261e..b390a6344a 100644 --- a/gnome/lib/libgtkhtml/libgtkhtml.ent +++ b/gnome/lib/libgtkhtml/libgtkhtml.ent @@ -4,8 +4,9 @@ - - - - - + + + + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index d552e7ab5d..cc745cf29c 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -10,6 +10,10 @@ page in Chapter 1 for details on who wrote what. +February 15th, 2003 [larry]: gnome: Updated to +control-center-2.2.0.1, librsvg-2.2.3, eel-2.2.0.2, nautilus-2.2.0.2, +libgtkhtml-2.2.0, yelp-2.2.0, + February 15th, 2003 [larry]: pst: updated to docbook-xsl-1.60.1