mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
ent files
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@201 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
ad45d1a7e6
commit
567d026e78
@ -1,15 +1,19 @@
|
||||
<chapter id="gnome-add">
|
||||
<?dbhtml filename="add.html" dir="gnome"?>
|
||||
<title>Additional Gnome Packages</title>
|
||||
<para><screen>This section will contain:
|
||||
bug-buddy
|
||||
glade
|
||||
gnome-python
|
||||
gnome-user-docs
|
||||
gnome-utils
|
||||
gnome-pim
|
||||
gnome-media
|
||||
gnome-audio
|
||||
gnome-print
|
||||
gnome-games</screen></para>
|
||||
|
||||
<para>These packages are modular and add desktop applications to the
|
||||
GNOME environment. Feel free to install them on an as-needed or
|
||||
as-wanted basis.</para>
|
||||
|
||||
&gnome-terminal;
|
||||
&gnome-utils;
|
||||
&gnome-applets;
|
||||
&gnome-games;
|
||||
&bug-buddy;
|
||||
&eog;
|
||||
&gnome-system-monitor;
|
||||
&gnome-media;
|
||||
&gnome2-user-docs;
|
||||
|
||||
</chapter>
|
||||
|
@ -27,6 +27,11 @@
|
||||
<!ENTITY % libwnck SYSTEM "lib/libwnck/libwnck.ent">
|
||||
<!ENTITY % libgnomeprint SYSTEM "lib/libgnomeprint/libgnomeprint.ent">
|
||||
<!ENTITY % libgnomeprintui SYSTEM "lib/libgnomeprint/libgnomeprintui.ent">
|
||||
<!ENTITY % libgtop SYSTEM "lib/libgtop/libgtop.ent">
|
||||
<!ENTITY % librsvg SYSTEM "lib/librsvg/librsvg.ent">
|
||||
<!ENTITY % gail SYSTEM "lib/gail/gail.ent">
|
||||
<!ENTITY % eel SYSTEM "lib/eel/eel.ent">
|
||||
<!ENTITY % libgtkhtml SYSTEM "lib/libgtkhtml/libgtkhtml.ent">
|
||||
<!ENTITY % gtk-engines SYSTEM "lib/gtk-engines/gtk-engines.ent">
|
||||
%libglade;
|
||||
%intltool;
|
||||
@ -53,6 +58,11 @@
|
||||
%libwnck;
|
||||
%libgnomeprint;
|
||||
%libgnomeprintui;
|
||||
%libgtop;
|
||||
%librsvg;
|
||||
%gail;
|
||||
%eel;
|
||||
%libgtkhtml;
|
||||
%gtk-engines;
|
||||
|
||||
<!-- Gnome Core -->
|
||||
@ -60,14 +70,33 @@
|
||||
<!ENTITY % gnome-desktop SYSTEM "core/desktop/gnome-desktop.ent">
|
||||
<!ENTITY % gnome-panel SYSTEM "core/panel/gnome-panel.ent">
|
||||
<!ENTITY % gnome-session SYSTEM "core/session/gnome-session.ent">
|
||||
<!ENTITY % control-center SYSTEM "core/control/control-center.ent">
|
||||
%gnome-desktop;
|
||||
%gnome-panel;
|
||||
%gnome-session;
|
||||
|
||||
%control-center;
|
||||
|
||||
|
||||
<!-- Additional Gnome Packages -->
|
||||
<!ENTITY gnome-add SYSTEM "add/add.xml">
|
||||
<!ENTITY % gnome-terminal SYSTEM "add/terminal/gnome-terminal.ent">
|
||||
<!ENTITY % gnome-utils SYSTEM "add/utils/gnome-utils.ent">
|
||||
<!ENTITY % gnome-applets SYSTEM "add/applets/gnome-applets.ent">
|
||||
<!ENTITY % gnome-games SYSTEM "add/games/gnome-games.ent">
|
||||
<!ENTITY % bug-buddy SYSTEM "add/bug-buddy/bug-buddy.ent">
|
||||
<!ENTITY % eog SYSTEM "add/eog/eog.ent">
|
||||
<!ENTITY % gnome-system-monitor SYSTEM "add/monitor/gnome-system-monitor.ent">
|
||||
<!ENTITY % gnome-media SYSTEM "add/media/gnome-media.ent">
|
||||
<!ENTITY % gnome2-user-docs SYSTEM "add/docs/gnome2-user-docs.ent">
|
||||
%gnome-terminal;
|
||||
%gnome-utils;
|
||||
%gnome-applets;
|
||||
%gnome-games;
|
||||
%bug-buddy;
|
||||
%eog;
|
||||
%gnome-system-monitor;
|
||||
%gnome-media;
|
||||
%gnome2-user-docs;
|
||||
|
||||
<!-- Other Gnome packages -->
|
||||
<!ENTITY gnome-other SYSTEM "other/other.xml">
|
||||
|
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "20020902">
|
||||
<!ENTITY releasedate "September 2nd, 2002">
|
||||
<!ENTITY version "20020903">
|
||||
<!ENTITY releasedate "September 3rd, 2002">
|
||||
|
||||
<!ENTITY % book SYSTEM "book/book.ent">
|
||||
<!ENTITY % preface SYSTEM "preface/preface.ent">
|
||||
|
@ -65,7 +65,7 @@ floppy and the ram image</para>
|
||||
<para><screen>/dev/ram0 / ext2 defaults
|
||||
/dev/fd0 / ext2 defaults</screen></para>
|
||||
|
||||
<para>Next, we will install <ulink url="http://www.busybox.net/downloads/busybox-0.69.3.tar.bz2">busybox</ulink> onto the image. Busybox incorporates many of the *nix functions into a single small executable file.</para>
|
||||
<para>Next, we will install <ulink url="http://www.busybox.net/downloads/busybox-0.60.3.tar.bz2">busybox</ulink> onto the image. Busybox incorporates many of the *nix functions into a single small executable file.</para>
|
||||
<screen><userinput>
|
||||
tar -xzvf busybox-0.60.3.tar.gz
|
||||
cd busybox-0.60.3
|
||||
|
Loading…
Reference in New Issue
Block a user