Changeset a513a17 for gnome


Ignore:
Timestamp:
02/15/2003 10:30:49 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cd1030f
Parents:
1c931a15
Message:

update to gdm-2.4.1.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@702 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
gnome
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/panel/gnome-panel-exp.xml

    r1c931a15 ra513a17  
    1414<filename>$GNOME_PREFIX/etc</filename>.</para>
    1515
     16<para><userinput>--disable-gtk-doc</userinput> : This switch prevents
     17the rebuilding of documentation during the make command.</para>
     18
    1619</sect2>
    1720
  • gnome/core/panel/gnome-panel-inst.xml

    r1c931a15 ra513a17  
    55
    66<para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
    7 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
     7--localstatedir=/var/lib --sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
    88make &amp;&amp;
    99make install</userinput></screen></para>
  • gnome/lib/libglade/libglade-intro.xml

    r1c931a15 ra513a17  
    1414<xref linkend="libxml2"/> and <xref linkend="GTK2"/>
    1515libglade 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>
    1717
    1818</sect2>
  • gnome/lib/librsvg/librsvg-inst.xml

    r1c931a15 ra513a17  
    44<para>Install librsvg by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     6<para><screen><userinput>./configure --prefix=$GNOME_PREFIX -disable-gtk-doc &amp;&amp;
    77make &amp;&amp;
    88make install </userinput></screen></para>
  • gnome/other/gdm/gdm-config.xml

    r1c931a15 ra513a17  
    2929
    3030<para>To automate the running of gdm, use the following command to
    31 create the init.d script:
     31create the init.d script if your GNOME_PREFIX=/opt/gnome-&gnome-version;.  The fully qualified paths can be removed for GNOME_PREFIX=/usr:
    3232<screen><userinput>cat &gt; /etc/rc.d/init.d/gdm &lt;&lt; "EOF"</userinput>
    3333#!/bin/bash
     
    4343        start)
    4444                echo "Starting gdm..."
    45                 loadproc /opt/gnome2/bin/gdm
     45                loadproc /opt/gnome-&gnome-version;/bin/gdm
    4646                ;;
    4747
     
    4949                echo "Stopping gdm..."
    5050                if [ -f /var/run/gdm.pid ]; then
    51                 loadproc /opt/gnome2/sbin/gdm-stop
     51                loadproc /opt/gnome-&gnome-version;/sbin/gdm-stop
    5252                fi
    5353                ;;
     
    5555        reload)
    5656                echo "Reloading gdm..."
    57                 reloadproc /opt/gnome2/sbin/gdm-safe-restart
     57                reloadproc /opt/gnome-&gnome-version;/sbin/gdm-safe-restart
    5858                ;;
    5959
    6060        restart)
    6161                echo "Restarting gdm..."
    62                 loadproc /opt/gnome2/sbin/gdm-restart
     62                loadproc /opt/gnome-&gnome-version;/sbin/gdm-restart
    6363                ;;
    6464
  • gnome/other/gdm/gdm-intro.xml

    r1c931a15 ra513a17  
    1212
    1313<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"/>
     15gdm will utilize:
     16<xref linkend="tcpwrappers"/></screen>
    1517
    1618</sect2>
  • gnome/other/gdm/gdm.ent

    r1c931a15 ra513a17  
    55<!ENTITY gdm-desc SYSTEM "gdm-desc.xml">
    66<!ENTITY gdm-config SYSTEM "gdm-config.xml">
    7 <!ENTITY gdm-buildsize "33.4 MB">
    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">
    1111<!ENTITY gdm-size "1.7 MB">
Note: See TracChangeset for help on using the changeset viewer.