diff --git a/gnome/gnome.ent b/gnome/gnome.ent index a302881987..dea39694ac 100644 --- a/gnome/gnome.ent +++ b/gnome/gnome.ent @@ -34,6 +34,8 @@ + + %libglade; %intltool; %scrollkeeper; @@ -46,6 +48,7 @@ %libIDL; %orbit2; %bonobo-activation; +%oaf; %gconf; %libart_lgpl; %libzvt; @@ -65,6 +68,7 @@ %eel; %libgtkhtml; %gtk-engines; +%gconf1; diff --git a/gnome/lib/gconf/gconf1-config.xml b/gnome/lib/gconf/gconf1-config.xml new file mode 100644 index 0000000000..812e57f3e9 --- /dev/null +++ b/gnome/lib/gconf/gconf1-config.xml @@ -0,0 +1,11 @@ + +Configuring GConf + +Configuration Information + +&library-config; + + + + + diff --git a/gnome/lib/gconf/gconf1-desc.xml b/gnome/lib/gconf/gconf1-desc.xml new file mode 100644 index 0000000000..48f8114df6 --- /dev/null +++ b/gnome/lib/gconf/gconf1-desc.xml @@ -0,0 +1,16 @@ + +Contents + +The GConf package contains libgconf libraries. + + + +Description + +libgconf libraries +libgconf libraries provides the functions necessary to maintain +the configuration database. + + + + diff --git a/gnome/lib/gconf/gconf1-inst.xml b/gnome/lib/gconf/gconf1-inst.xml new file mode 100644 index 0000000000..f47265f4d6 --- /dev/null +++ b/gnome/lib/gconf/gconf1-inst.xml @@ -0,0 +1,11 @@ + +Installation of GConf + +Install GConf by running the following commands: + +./configure --prefix=/opt/gnome && +make && +make install + + + diff --git a/gnome/lib/gconf/gconf1-intro.xml b/gnome/lib/gconf/gconf1-intro.xml new file mode 100644 index 0000000000..d439409bf7 --- /dev/null +++ b/gnome/lib/gconf/gconf1-intro.xml @@ -0,0 +1,17 @@ + +Introduction to GConf + +Download location (HTTP): +Download location (FTP): +Version used: &GConf1-version; +Package size: &GConf1-size; +Estimated Disk space required: &GConf1-buildsize; + +The GConf package contains a configuration database system. + +GConf depends on: + +GConf will utilize: +db3 and guile + + diff --git a/gnome/lib/gconf/gconf1.ent b/gnome/lib/gconf/gconf1.ent new file mode 100644 index 0000000000..9e0380ff12 --- /dev/null +++ b/gnome/lib/gconf/gconf1.ent @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/gnome/lib/gconf1.xml b/gnome/lib/gconf1.xml new file mode 100644 index 0000000000..ecdda88d0c --- /dev/null +++ b/gnome/lib/gconf1.xml @@ -0,0 +1,11 @@ + + +GConf-&GConf1-version; + +&GConf1-intro; +&GConf1-inst; +&GConf1-config; +&GConf1-desc; + + + diff --git a/gnome/lib/lib.xml b/gnome/lib/lib.xml index 39af3c5668..539d8b2579 100644 --- a/gnome/lib/lib.xml +++ b/gnome/lib/lib.xml @@ -12,7 +12,9 @@ &ORBit; &libIDL; &ORBit2; +&oaf; &bonobo-activation; +&GConf1; &GConf; &gnome-libs; &gdk; diff --git a/gnome/lib/oaf.xml b/gnome/lib/oaf.xml new file mode 100644 index 0000000000..8492b7e79b --- /dev/null +++ b/gnome/lib/oaf.xml @@ -0,0 +1,11 @@ + + +oaf-&oaf-version; + +&oaf-intro; +&oaf-inst; +&oaf-config; +&oaf-desc; + + + diff --git a/gnome/lib/oaf/oaf-config.xml b/gnome/lib/oaf/oaf-config.xml new file mode 100644 index 0000000000..1ee186328f --- /dev/null +++ b/gnome/lib/oaf/oaf-config.xml @@ -0,0 +1,11 @@ + +Configuring oaf + +Configuration Information + +&library-config; + + + + + diff --git a/gnome/lib/oaf/oaf-desc.xml b/gnome/lib/oaf/oaf-desc.xml new file mode 100644 index 0000000000..7fb8124355 --- /dev/null +++ b/gnome/lib/oaf/oaf-desc.xml @@ -0,0 +1,15 @@ + +Contents + +The oaf package contains oaf libraries. + + + +Description + +oaf libraries +No description available. + + + + diff --git a/gnome/lib/oaf/oaf-inst.xml b/gnome/lib/oaf/oaf-inst.xml new file mode 100644 index 0000000000..f2144824cd --- /dev/null +++ b/gnome/lib/oaf/oaf-inst.xml @@ -0,0 +1,11 @@ + +Installation of oaf + +Install oaf by running the following commands: + +./configure --prefix=/opt/gnome && +make && +make install + + + diff --git a/gnome/lib/oaf/oaf-intro.xml b/gnome/lib/oaf/oaf-intro.xml new file mode 100644 index 0000000000..404d7eca25 --- /dev/null +++ b/gnome/lib/oaf/oaf-intro.xml @@ -0,0 +1,17 @@ + +Introduction to oaf + +Download location (HTTP): +Download location (FTP): +Version used: &oaf-version; +Package size: &oaf-size; +Estimated Disk space required: &oaf-buildsize; + +The oaf package contains the Object Activation Framework for GNOME. + +oaf depends on: + and +oaf will utilize: + + + diff --git a/gnome/lib/oaf/oaf.ent b/gnome/lib/oaf/oaf.ent new file mode 100644 index 0000000000..014b1dc90e --- /dev/null +++ b/gnome/lib/oaf/oaf.ent @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/index.xml b/index.xml index c3af9034ec..d25a183093 100644 --- a/index.xml +++ b/index.xml @@ -2,8 +2,8 @@ - + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index edb417dbd2..51edf88b41 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what. +September 17th, 2002 [larry]: Gnome: Added oaf-0.6.10 +and GConf-1.0.9 for Gnome 1.4. + September 16th, 2002 [larry]: pst: applied patch to Tex submitted by Billy. diff --git a/introduction/welcome/credits.xml b/introduction/welcome/credits.xml index 6667b09792..153accadb2 100644 --- a/introduction/welcome/credits.xml +++ b/introduction/welcome/credits.xml @@ -79,7 +79,13 @@ Tie-Ten-Quee. cdrdao, cdrtools, cpio, curl, dhcp, DocBook, enlightenment, eog, esound, fcron, fluxbox, FNLIB, gail, gcc, gdbm, gedit, GLib2, gmp, gnat, gnome-applets, gnome-common, gnome-desktop, gnome-games, gnome-libs, -gnome-media, gnome-mime-data, gnome-panel, gnome-session, gnome-system-monitor, gnome-terminal, gnome-utils, gnome-vfs, GTK+2, gtk-doc, gtk-engines, eel, imlib, intltool, j2sdk, lame, libao, libart_lgpl, libbonobo, libbonoboui, libglade, libgnome, libgnomecanvas, libgnomeprint, libgnomeprintui, libgnomeui, libgtkhtml, libgtop, libIDL, libogg, librep, librsvg, libvorbis, libwnck, libxml2, libxslt, libzvt, linc, mutt, nautilus, OpenSSH, ORBit, ORBit2, Pango, pccts, pcre, +gnome-media, gnome-mime-data, gnome-panel, gnome-session, +gnome-system-monitor, gnome-terminal, gnome-utils, gnome-vfs, GTK+2, +gtk-doc, gtk-engines, eel, imlib, intltool, j2sdk, lame, libao, +libart_lgpl, libbonobo, libbonoboui, libglade, libgnome, libgnomecanvas, +libgnomeprint, libgnomeprintui, libgnomeui, libgtkhtml, libgtop, libIDL, +libogg, librep, librsvg, libvorbis, libwnck, libxml2, libxslt, libzvt, +linc, mutt, nautilus, oaf, OpenSSH, ORBit, ORBit2, Pango, pccts, pcre, pkgconfig, postfix, procmail, Python, QT, rep-gtk, ruby, sawfish, scrollkeeper, unzip, vorbis-tools, wget, XFce, yelp and zip: Larry Lawrence