Changeset a513a17
- Timestamp:
- 02/15/2003 10:30:49 PM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- cd1030f
- Parents:
- 1c931a15
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/core/panel/gnome-panel-exp.xml
r1c931a15 ra513a17 14 14 <filename>$GNOME_PREFIX/etc</filename>.</para> 15 15 16 <para><userinput>--disable-gtk-doc</userinput> : This switch prevents 17 the rebuilding of documentation during the make command.</para> 18 16 19 </sect2> 17 20 -
gnome/core/panel/gnome-panel-inst.xml
r1c931a15 ra513a17 5 5 6 6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \ 7 --localstatedir=/var/lib --sysconfdir=/etc/gnome &&7 --localstatedir=/var/lib --sysconfdir=/etc/gnome --disable-gtk-doc && 8 8 make && 9 9 make install</userinput></screen></para> -
gnome/lib/libglade/libglade-intro.xml
r1c931a15 ra513a17 14 14 <xref linkend="libxml2"/> and <xref linkend="GTK2"/> 15 15 libglade will utilize: 16 <xref linkend="Python"/> if compiled utilizing expat, <xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/>.</screen>16 <xref linkend="Python"/> if compiled utilizing <xref linkend="expat"/>, <xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/>.</screen> 17 17 18 18 </sect2> -
gnome/lib/librsvg/librsvg-inst.xml
r1c931a15 ra513a17 4 4 <para>Install librsvg by running the following commands:</para> 5 5 6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX &&6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX -disable-gtk-doc && 7 7 make && 8 8 make install </userinput></screen></para> -
gnome/other/gdm/gdm-config.xml
r1c931a15 ra513a17 29 29 30 30 <para>To automate the running of gdm, use the following command to 31 create the init.d script :31 create the init.d script if your GNOME_PREFIX=/opt/gnome-&gnome-version;. The fully qualified paths can be removed for GNOME_PREFIX=/usr: 32 32 <screen><userinput>cat > /etc/rc.d/init.d/gdm << "EOF"</userinput> 33 33 #!/bin/bash … … 43 43 start) 44 44 echo "Starting gdm..." 45 loadproc /opt/gnome 2/bin/gdm45 loadproc /opt/gnome-&gnome-version;/bin/gdm 46 46 ;; 47 47 … … 49 49 echo "Stopping gdm..." 50 50 if [ -f /var/run/gdm.pid ]; then 51 loadproc /opt/gnome 2/sbin/gdm-stop51 loadproc /opt/gnome-&gnome-version;/sbin/gdm-stop 52 52 fi 53 53 ;; … … 55 55 reload) 56 56 echo "Reloading gdm..." 57 reloadproc /opt/gnome 2/sbin/gdm-safe-restart57 reloadproc /opt/gnome-&gnome-version;/sbin/gdm-safe-restart 58 58 ;; 59 59 60 60 restart) 61 61 echo "Restarting gdm..." 62 loadproc /opt/gnome 2/sbin/gdm-restart62 loadproc /opt/gnome-&gnome-version;/sbin/gdm-restart 63 63 ;; 64 64 -
gnome/other/gdm/gdm-intro.xml
r1c931a15 ra513a17 12 12 13 13 <screen>gdm depends on: 14 <xref linkend="Linux_PAM"/> and <xref linkend="libgnome"/></screen> 14 <xref linkend="Linux_PAM"/>, <xref linkend="librsvg"/> and <xref linkend="libgnome"/> 15 gdm will utilize: 16 <xref linkend="tcpwrappers"/></screen> 15 17 16 18 </sect2> -
gnome/other/gdm/gdm.ent
r1c931a15 ra513a17 5 5 <!ENTITY gdm-desc SYSTEM "gdm-desc.xml"> 6 6 <!ENTITY gdm-config SYSTEM "gdm-config.xml"> 7 <!ENTITY gdm-buildsize "3 3.4MB">8 <!ENTITY gdm-version "2.4. 0.12">9 <!ENTITY gdm-download-http "http://ftp.gnome.org/pub/GNOME/sources/gdm/2.4/gdm-2.4. 0.12.tar.bz2">10 <!ENTITY gdm-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gdm/2.4/gdm-2.4. 0.12.tar.bz2">7 <!ENTITY gdm-buildsize "34.8 MB"> 8 <!ENTITY gdm-version "2.4.1.3"> 9 <!ENTITY gdm-download-http "http://ftp.gnome.org/pub/GNOME/sources/gdm/2.4/gdm-2.4.1.3.tar.bz2"> 10 <!ENTITY gdm-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gdm/2.4/gdm-2.4.1.3.tar.bz2"> 11 11 <!ENTITY gdm-size "1.7 MB"> -
xsoft/graphweb/galeon.xml
r1c931a15 ra513a17 5 5 &galeon-intro; 6 6 &galeon-inst; 7 &galeon-exp;8 7 &galeon-config; 9 8 &galeon-desc; -
xsoft/graphweb/galeon/galeon-inst.xml
r1c931a15 ra513a17 5 5 optimization settings that were used on mozilla.</para> 6 6 7 <para>Before installing galeon, you need to download8 <filename>galeon.patch</filename>9 from <ulink url="&ffile-root;"/> and place it into your source10 directory.</para>11 12 13 7 <para>Install galeon by running the following commands:</para> 14 8 15 <para><screen><userinput>patch -Np0 -i ../galeon.patch && 16 ./configure --prefix=/opt/gnome --with-mozilla-snapshot=1.0 \ 17 --with-mozilla-libs=/usr/lib/mozilla \ 18 --with-mozilla-includes=/usr/include/mozilla/ --disable-werror && 9 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX && 19 10 make && 20 11 make install</userinput></screen></para> 21 12 13 <warning><para>These instructions do not work yet. It appears that they may 14 work if mozilla is installed with the gtk toolkit installed in addition 15 to what we already install. Galeon tries to link to -lgtksuperwin, but that library isn't built under the gtk2 toolkit, just the gtk toolkit.</para></warning> 16 22 17 </sect2> 23 18 -
xsoft/graphweb/galeon/galeon-intro.xml
r1c931a15 ra513a17 13 13 14 14 <screen>galeon depends on: 15 <xref linkend="gnome-libs"/>, <xref linkend="oaf"/>, <xref 16 linkend="GConf1"/>, <xref linkend="gnome-vfs1"/>, <xref 17 linkend="libxml"/>, libglade-0.17 (see <xref linkend="libglade"/>) 18 <xref linkend="gdk"/>, <xref linkend="intltool"/> and <xref 19 linkend="mozilla"/> 15 <xref linkend="libgnomeui"/> and <xref linkend="mozilla"/> 20 16 galeon will utilize: 21 17 <ulink url="http://gtm.sourceforge.net">gtm > 0.4.10</ulink></screen> -
xsoft/graphweb/galeon/galeon.ent
r1c931a15 ra513a17 6 6 <!ENTITY galeon-config SYSTEM "galeon-config.xml"> 7 7 <!ENTITY galeon-buildsize "19.4 MB"> 8 <!ENTITY galeon-version "1. 2.6">9 <!ENTITY galeon-download-http "http://telia.dl.sourceforge.net/sourceforge/galeon/galeon-1. 2.6.tar.gz">8 <!ENTITY galeon-version "1.3.1"> 9 <!ENTITY galeon-download-http "http://telia.dl.sourceforge.net/sourceforge/galeon/galeon-1.3.1.tar.gz"> 10 10 <!ENTITY galeon-download-ftp ""> 11 11 <!ENTITY galeon-size "4 MB">
Note:
See TracChangeset
for help on using the changeset viewer.