Changeset e9039e4 for gnome


Ignore:
Timestamp:
02/03/2006 06:07:48 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
937425f
Parents:
1d06a03
Message:

Update GNOME Core packages to the 2.12.2 version - Commit #1

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

Location:
gnome/core
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gnome-applets.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-applets-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
    8   <!ENTITY gnome-applets-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
    9   <!ENTITY gnome-applets-md5sum        "06dd0b634d7092fa8af2ce302f68f912">
    10   <!ENTITY gnome-applets-size          "5.3 MB">
    11   <!ENTITY gnome-applets-buildsize     "97.1 MB">
    12   <!ENTITY gnome-applets-time          "1.0 SBU">
     7  <!ENTITY gnome-applets-download-http "&gnome-download-http;/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
     8  <!ENTITY gnome-applets-download-ftp  "&gnome-download-ftp;/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
     9  <!ENTITY gnome-applets-md5sum        "41aa44df2b0477594e59f59245c7d052">
     10  <!ENTITY gnome-applets-size          "5.4 MB">
     11  <!ENTITY gnome-applets-buildsize     "103 MB">
     12  <!ENTITY gnome-applets-time          "0.9 SBU">
    1313]>
    1414
     
    6464    <bridgehead renderas="sect4">Required</bridgehead>
    6565    <para role="required"><xref linkend="gail"/>,
    66     <xref linkend="gnome-panel"/> and
     66    <xref linkend="gnome-panel"/>, and
    6767    <xref linkend="libxklavier"/></para>
    6868
     
    7474    <xref linkend="system-tools-backends"/>,
    7575    <xref linkend="docbook-utils"/>,
    76     <ulink url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink>
    77     and <ulink url="http://www.galago-project.org/news/index.php">libnotify</ulink></para>
     76    <ulink
     77    url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink>,
     78    and <ulink
     79    url="http://www.galago-project.org/files/releases/source/libnotify/libnotify-0.2.2.tar.gz">
     80    libnotify-0.2.2</ulink></para>
    7881
    7982  </sect2>
     
    8588    running the following commands:</para>
    8689
    87 <screen><userinput>export PRE=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
    88 ./configure --prefix=$PRE --libexecdir=$PRE/sbin \
    89     --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    90 make tooldir=$PRE/lib/gnome-applets</userinput></screen>
     90<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     91    --libexecdir=`pkg-config \
     92    --variable=prefix ORBit-2.0`/lib/gnome-applets \
     93    --localstatedir=/var/lib \
     94    --sysconfdir=&gnome-etc-dir; &amp;&amp;
     95make</userinput></screen>
    9196
    9297    <para>This package does not come with a test suite.</para>
     
    9499    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    95100
    96     <note>
    97       <para>If you switch to the <systemitem class="username">root</systemitem>
    98       user in a manner which causes the <envar>PRE</envar> environment variable
    99       to be unset, ensure you set it again before installing the package.</para>
    100     </note>
    101 
    102 <screen role="root"><userinput>make tooldir=$PRE/lib/gnome-applets install &amp;&amp;
     101<screen role="root"><userinput>make install &amp;&amp;
    103102make -C man install-man</userinput></screen>
    104 
    105     <para>Remove the variable from the unprivileged user's environment using
    106     the following command:</para>
    107 
    108 <screen><userinput>unset PRE</userinput></screen>
    109103
    110104  </sect2>
     
    113107    <title>Command Explanations</title>
    114108
    115     <para><parameter>--libexecdir=$PRE/sbin</parameter>: This switch puts libexec
    116     files in <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     109    <para><parameter>--libexecdir=`pkg-config --variable=prefix
     110    ORBit-2.0`/lib/gnome-applets</parameter>: This switch puts libexec files
     111    in <filename class="directory">$GNOME_PREFIX/lib/gnome-applets</filename>
     112    instead of
    117113    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    118114
     
    122118    <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    123119
    124     <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
    125     puts configuration files in <filename class="directory">/etc/gnome</filename>
     120    <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
     121    configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    126122    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    127123
    128     <para><parameter>tooldir=$PRE/lib/gnome-applets</parameter>: This puts the
    129     mini-commander applet files in
    130     <filename class='directory'>$PRE/lib/gnome-applets</filename> instead of
    131     <filename class='directory'>$PRE/sbin/gnome-applets</filename>.</para>
    132 
    133124    <para><command>make -C man install-man</command>: This installs the man-pages
    134     in <filename class='directory'>$PRE/man</filename>.</para>
     125    that are not installed during <command>make install</command>.</para>
    135126
    136127  </sect2>
     
    153144        <seg>None</seg>
    154145        <seg>several config directories under the
    155         /etc/gnome/gconf/gconf.xml.defaults/ hierarchy,
     146        &gnome-etc-dir;/gconf/gconf.xml.defaults/ hierarchy,
    156147        $GNOME_PREFIX/include/libgswitchit,
    157148        $GNOME_PREFIX/lib/gnome-applets,
  • gnome/core/gnome-backgrounds.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-backgrounds-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-backgrounds/&gnome-version;/gnome-backgrounds-&gnome-backgrounds-version;.tar.bz2">
    8   <!ENTITY gnome-backgrounds-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-backgrounds/&gnome-version;/gnome-backgrounds-&gnome-backgrounds-version;.tar.bz2">
    9   <!ENTITY gnome-backgrounds-md5sum        "3f84adbe8c22e18033f10e8c506d601f">
     7  <!ENTITY gnome-backgrounds-download-http "&gnome-download-http;/gnome-backgrounds/&gnome-version;/gnome-backgrounds-&gnome-backgrounds-version;.tar.bz2">
     8  <!ENTITY gnome-backgrounds-download-ftp  "&gnome-download-ftp;/gnome-backgrounds/&gnome-version;/gnome-backgrounds-&gnome-backgrounds-version;.tar.bz2">
     9  <!ENTITY gnome-backgrounds-md5sum        "8c0533d438721ed1923d5dfa87885f53">
    1010  <!ENTITY gnome-backgrounds-size          "1.7 MB">
    11   <!ENTITY gnome-backgrounds-buildsize     "5.0 MB">
     11  <!ENTITY gnome-backgrounds-buildsize     "5.2 MB">
    1212  <!ENTITY gnome-backgrounds-time          "less than 0.1 SBU">
    1313]>
     
    6363
    6464    <bridgehead renderas="sect4">Required</bridgehead>
    65     <para role="required"><xref linkend="intltool"/></para>
     65    <para role="required"><xref linkend="perl-xml-parser"/></para>
    6666
    6767  </sect2>
  • gnome/core/gnome-desktop-file-utils.xml

    r1d06a03 re9039e4  
    1717
    1818  <para>The <xref linkend="desktop-file-utils"/> package is located in
    19   Chapter 10 &ndash; General Utilities, however it is now required by
    20   <application>GNOME-2</application> starting with version 2.8.
    21   <application>desktop-file-utils</application> is not a direct dependency
    22   of any <application>GNOME-2</application> package, therefore the package
     19  Chapter 10 &mdash; General Utilities and is required by
     20  <application>GNOME-2</application> but is not a direct dependency of any
     21  <application>GNOME-2</application> package, therefore the package
    2322  is mentioned within the <application>GNOME-2</application> Core Packages
    2423  chapter to ensure it is installed.</para>
  • gnome/core/gnome-desktop.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-desktop-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/&gnome-version;/gnome-desktop-&gnome-desktop-version;.tar.bz2">
    8   <!ENTITY gnome-desktop-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/&gnome-version;/gnome-desktop-&gnome-desktop-version;.tar.bz2">
    9   <!ENTITY gnome-desktop-md5sum        "e6841d3a401ec2f5aa17a0529ba4bf55">
     7  <!ENTITY gnome-desktop-download-http "&gnome-download-http;/gnome-desktop/&gnome-version;/gnome-desktop-&gnome-desktop-version;.tar.bz2">
     8  <!ENTITY gnome-desktop-download-ftp  "&gnome-download-ftp;/gnome-desktop/&gnome-version;/gnome-desktop-&gnome-desktop-version;.tar.bz2">
     9  <!ENTITY gnome-desktop-md5sum        "8f92b61ff20c00d6c475e93fce81b3c7">
    1010  <!ENTITY gnome-desktop-size          "1.0 MB">
    11   <!ENTITY gnome-desktop-buildsize     "11.3 MB">
     11  <!ENTITY gnome-desktop-buildsize     "11.4 MB">
    1212  <!ENTITY gnome-desktop-time          "0.2 SBU">
    1313]>
     
    7979
    8080<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    81     --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
     81    --sysconfdir=&gnome-etc-dir; --localstatedir=/var/lib &amp;&amp;
    8282make</userinput></screen>
    8383
     
    9393    <title>Command Explanations</title>
    9494
    95     <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
    96     puts configuration files in <filename class="directory">/etc/gnome</filename>
     95    <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
     96    configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    9797    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    9898
  • gnome/core/gnome-doc-utils.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-doc-utils-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.4/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
    8   <!ENTITY gnome-doc-utils-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/0.4/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
     7  <!ENTITY gnome-doc-utils-download-http "&gnome-download-http;/gnome-doc-utils/0.4/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
     8  <!ENTITY gnome-doc-utils-download-ftp  "&gnome-download-ftp;/gnome-doc-utils/0.4/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
    99  <!ENTITY gnome-doc-utils-md5sum        "b89d9e9830f5b3e0ead295104637a207">
    1010  <!ENTITY gnome-doc-utils-size          "382 KB">
     
    7070
    7171    <bridgehead renderas="sect4">Required</bridgehead>
    72     <para role="required"><xref linkend="python"/> and
    73     <xref linkend="scrollkeeper"/></para>
     72    <para role="required"><xref linkend="python"/>,
     73    <xref linkend="scrollkeeper"/>, and
     74    <xref linkend="perl-xml-parser"/></para>
    7475
    7576    <bridgehead renderas="sect4">Optional</bridgehead>
  • gnome/core/gnome-icon-theme.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-icon-theme-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/&gnome-version;/gnome-icon-theme-&gnome-icon-theme-version;.tar.bz2">
    8   <!ENTITY gnome-icon-theme-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-icon-theme/&gnome-version;/gnome-icon-theme-&gnome-icon-theme-version;.tar.bz2">
     7  <!ENTITY gnome-icon-theme-download-http "&gnome-download-http;/gnome-icon-theme/&gnome-version;/gnome-icon-theme-&gnome-icon-theme-version;.tar.bz2">
     8  <!ENTITY gnome-icon-theme-download-ftp  "&gnome-download-ftp;/gnome-icon-theme/&gnome-version;/gnome-icon-theme-&gnome-icon-theme-version;.tar.bz2">
    99  <!ENTITY gnome-icon-theme-md5sum        "a5401d6f085979fe6601f2241743af86">
    1010  <!ENTITY gnome-icon-theme-size          "3.1 MB">
  • gnome/core/gnome-keyring.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-keyring-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/0.4/gnome-keyring-&gnome-keyring-version;.tar.bz2">
    8   <!ENTITY gnome-keyring-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/0.4/gnome-keyring-&gnome-keyring-version;.tar.bz2">
    9   <!ENTITY gnome-keyring-md5sum        "4de9c720ed46ff1a5d0f59b3b7a0864f">
    10   <!ENTITY gnome-keyring-size          "376 KB">
    11   <!ENTITY gnome-keyring-buildsize     "5.4 MB">
     7  <!ENTITY gnome-keyring-download-http "&gnome-download-http;/gnome-keyring/0.4/gnome-keyring-&gnome-keyring-version;.tar.bz2">
     8  <!ENTITY gnome-keyring-download-ftp  "&gnome-download-ftp;/gnome-keyring/0.4/gnome-keyring-&gnome-keyring-version;.tar.bz2">
     9  <!ENTITY gnome-keyring-md5sum        "7d94fc9598035ea1a92f4e777dfc4194">
     10  <!ENTITY gnome-keyring-size          "379 KB">
     11  <!ENTITY gnome-keyring-buildsize     "5.5 MB">
    1212  <!ENTITY gnome-keyring-time          "0.1 SBU">
    1313]>
     
    7676
    7777<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    78     --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin &amp;&amp;
     78    --libexecdir=`pkg-config \
     79    --variable=prefix ORBit-2.0`/lib/gnome-keyring &amp;&amp;
    7980make</userinput></screen>
    8081
     
    9192
    9293    <para><parameter>--libexecdir=`pkg-config --variable=prefix
    93     ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
    94     <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     94    ORBit-2.0`/lib/gnome-keyring</parameter>: This switch puts libexec files in
     95    <filename class="directory">$GNOME_PREFIX/lib/gnome-keyring</filename>
     96    instead of
    9597    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    9698
     
    106108
    107109      <seglistitem>
    108         <seg>gnome-keyring-ask and gnome-keyring-daemon</seg>
     110        <seg>gnome-keyring-daemon</seg>
    109111        <seg>libgnome-keyring.so</seg>
    110         <seg>$GNOME_PREFIX/include/gnome-keyring-1</seg>
     112        <seg>$GNOME_PREFIX/include/gnome-keyring-1 and
     113        $GNOME_PREFIX/lib/gnome-keyring</seg>
    111114      </seglistitem>
    112115    </segmentedlist>
  • gnome/core/gnome-menus.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-menus-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
    8   <!ENTITY gnome-menus-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
     7  <!ENTITY gnome-menus-download-http "&gnome-download-http;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
     8  <!ENTITY gnome-menus-download-ftp  "&gnome-download-ftp;/gnome-menus/&gnome-version;/gnome-menus-&gnome-menus-version;.tar.bz2">
    99  <!ENTITY gnome-menus-md5sum        "615392c4f729f70c03aa3aa7dbe40a95">
    1010  <!ENTITY gnome-menus-size          "393 KB">
     
    6868    <bridgehead renderas="sect4">Required</bridgehead>
    6969    <para role="required"><xref linkend="glib2"/> and
    70     <xref linkend="intltool"/></para>
     70    <xref linkend="perl-xml-parser"/></para>
    7171
    7272    <bridgehead renderas="sect4">Optional</bridgehead>
     
    8686
    8787<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    88     --sysconfdir=/etc/gnome &amp;&amp;
     88    --sysconfdir=&gnome-etc-dir; &amp;&amp;
    8989make</userinput></screen>
    9090
     
    119119      with colons, if desired):</para>
    120120
    121 <screen><literal>export XDG_CONFIG_DIRS=/etc/gnome/xdg</literal></screen>
     121<screen><literal>export XDG_CONFIG_DIRS=/usr/share:&gnome-etc-dir;/xdg</literal></screen>
    122122
    123123    </sect3>
     
    136136        <seg>gnome-menu-spec-test</seg>
    137137        <seg>libgnome-menu.[so,a]</seg>
    138         <seg>/etc/gnome/xdg, $GNOME_PREFIX/include/gnome-menus,
     138        <seg>&gnome-etc-dir;/xdg, $GNOME_PREFIX/include/gnome-menus,
    139139        $GNOME_PREFIX/lib/python2.4/site-packages/GMenuSimpleEditor and
    140140        $GNOME_PREFIX/share/desktop-directories</seg>
  • gnome/core/gnome-mime-data.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-mime-data-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.4/gnome-mime-data-&gnome-mime-data-version;.tar.bz2">
    8   <!ENTITY gnome-mime-data-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.4/gnome-mime-data-&gnome-mime-data-version;.tar.bz2">
     7  <!ENTITY gnome-mime-data-download-http "&gnome-download-http;/gnome-mime-data/2.4/gnome-mime-data-&gnome-mime-data-version;.tar.bz2">
     8  <!ENTITY gnome-mime-data-download-ftp  "&gnome-download-ftp;/gnome-mime-data/2.4/gnome-mime-data-&gnome-mime-data-version;.tar.bz2">
    99  <!ENTITY gnome-mime-data-md5sum        "37242776b08625fa10c73c18b790e552">
    1010  <!ENTITY gnome-mime-data-size          "849 KB">
     
    7777
    7878<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    79     --sysconfdir=/etc/gnome &amp;&amp;
     79    --sysconfdir=&gnome-etc-dir; &amp;&amp;
    8080make</userinput></screen>
    8181
     
    9393    <title>Command Explanations</title>
    9494
    95     <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
    96     puts configuration files in <filename class="directory">/etc/gnome</filename>
     95    <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch
     96    puts configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    9797    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    9898
  • gnome/core/gnome-panel.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-panel-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/&gnome-version;/gnome-panel-&gnome-panel-version;.tar.bz2">
    8   <!ENTITY gnome-panel-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-panel/&gnome-version;/gnome-panel-&gnome-panel-version;.tar.bz2">
    9   <!ENTITY gnome-panel-md5sum        "a532717e8ac7f67b7198c256909cd7dd">
     7  <!ENTITY gnome-panel-download-http "&gnome-download-http;/gnome-panel/&gnome-version;/gnome-panel-&gnome-panel-version;.tar.bz2">
     8  <!ENTITY gnome-panel-download-ftp  "&gnome-download-ftp;/gnome-panel/&gnome-version;/gnome-panel-&gnome-panel-version;.tar.bz2">
     9  <!ENTITY gnome-panel-md5sum        "b48ebb9a2eecc9bcda7d3083e7b16db8">
    1010  <!ENTITY gnome-panel-size          "2.4 MB">
    11   <!ENTITY gnome-panel-buildsize     "57.2 MB">
     11  <!ENTITY gnome-panel-buildsize     "57.5 MB">
    1212  <!ENTITY gnome-panel-time          "0.8 SBU">
    1313]>
     
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    6464    <para role="required"><xref linkend="gnome-desktop"/>,
    65     <xref linkend="libwnck"/> and
     65    <xref linkend="libwnck"/>, and
    6666    <xref linkend="gnome-menus"/></para>
    6767
    6868    <bridgehead renderas="sect4">Optional</bridgehead>
    69     <para role="optional"><xref linkend="evolution-data-server"/> (required if
    70     you plan on installing <application>Evolution</application> or
     69    <para role="optional"><xref linkend="evolution-data-server"/>
     70    (required if you plan to install <application>Evolution</application> or
    7171    <application>GnomeMeeting</application>) and
    7272    <xref linkend="gtk-doc"/></para>
     
    8181
    8282<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    83     --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    84     --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
     83    --libexecdir=`pkg-config \
     84    --variable=prefix ORBit-2.0`/lib/gnome-panel \
     85    --localstatedir=/var/lib --sysconfdir=&gnome-etc-dir; &amp;&amp;
    8586make</userinput></screen>
    8687
     
    9798
    9899    <para><parameter>--libexecdir=`pkg-config --variable=prefix
    99     ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
    100     <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     100    ORBit-2.0`/lib/gnome-panel</parameter>: This switch puts libexec files in
     101    <filename class="directory">$GNOME_PREFIX/lib/gnome-panel</filename>
     102    instead of
    101103    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    102104
    103     <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
    104     puts configuration files in <filename class="directory">/etc/gnome</filename>
     105    <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
     106    configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    105107    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    106108
     
    119121        gnome-desktop-item-edit, notification-area-applet, and wnck-applet</seg>
    120122        <seg>libpanel-applet-2.[so,a] and bonobo servers</seg>
    121         <seg>/etc/gnome/gconf/gconf.xml.defaults/[,schemas]/apps,
     123        <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/[,schemas]/apps,
    122124        $GNOME_PREFIX/include/panel-2.0,
    123125        $GNOME_PREFIX/share/idl/gnome-panel-2.0,
  • gnome/core/gnome-session.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-session-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-session/&gnome-version;/gnome-session-&gnome-session-version;.tar.bz2">
    8   <!ENTITY gnome-session-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-session/&gnome-version;/gnome-session-&gnome-session-version;.tar.bz2">
     7  <!ENTITY gnome-session-download-http "&gnome-download-http;/gnome-session/&gnome-version;/gnome-session-&gnome-session-version;.tar.bz2">
     8  <!ENTITY gnome-session-download-ftp  "&gnome-download-ftp;/gnome-session/&gnome-version;/gnome-session-&gnome-session-version;.tar.bz2">
    99  <!ENTITY gnome-session-md5sum        "835e9340d23e139430224b931ff4c597">
    1010  <!ENTITY gnome-session-size          "864 KB">
     
    7676
    7777<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    78     --sysconfdir=/etc/gnome &amp;&amp;
     78    --sysconfdir=&gnome-etc-dir; &amp;&amp;
    7979make</userinput></screen>
    8080
     
    9090    <title>Command Explanations</title>
    9191
    92     <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
    93     configuration files in <filename class="directory">/etc/gnome</filename>
     92    <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
     93    configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    9494    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    9595
     
    108108        gnome-session-save, gnome-smproxy, and gnome-wm</seg>
    109109        <seg>None</seg>
    110         <seg>/etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnome-session,
    111         /etc/gnome/gconf/gconf.xml.defaults/apps/gnome-session,
     110        <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gnome-session,
     111        &gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gnome-session,
    112112        and $GNOME_PREFIX/share/pixmaps/splash</seg>
    113113      </seglistitem>
  • gnome/core/gnome-terminal.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-terminal-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/&gnome-version;/gnome-terminal-&gnome-terminal-version;.tar.bz2">
    8   <!ENTITY gnome-terminal-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/&gnome-version;/gnome-terminal-&gnome-terminal-version;.tar.bz2">
     7  <!ENTITY gnome-terminal-download-http "&gnome-download-http;/gnome-terminal/&gnome-version;/gnome-terminal-&gnome-terminal-version;.tar.bz2">
     8  <!ENTITY gnome-terminal-download-ftp  "&gnome-download-ftp;/gnome-terminal/&gnome-version;/gnome-terminal-&gnome-terminal-version;.tar.bz2">
    99  <!ENTITY gnome-terminal-md5sum        "483c9397dd165845e2528a80e3df6dfc">
    1010  <!ENTITY gnome-terminal-size          "1.6 MB">
     
    6464    <para role="required"><xref linkend="libgnomeui"/>,
    6565    <xref linkend="scrollkeeper"/>,
    66     <xref linkend="vte"/> and
     66    <xref linkend="vte"/>, and
    6767    <xref linkend="startup-notification"/></para>
    6868
     
    7676
    7777<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    78     --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
     78    --localstatedir=/var/lib --sysconfdir=&gnome-etc-dir; &amp;&amp;
    7979make</userinput></screen>
    8080
     
    9595    <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
    9696
    97     <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
    98     puts configuration files in <filename class="directory">/etc/gnome</filename>
     97    <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
     98    configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    9999    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    100100
     
    112112        <seg>gnome-terminal</seg>
    113113        <seg>None</seg>
    114         <seg>/etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal,
    115         /etc/gnome/gconf/gconf.xml.defaults/apps/gnome-terminal,
     114        <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal,
     115        &gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gnome-terminal,
    116116        $GNOME_PREFIX/share/gnome/help/gnome-terminal,
    117117        $GNOME_PREFIX/share/gnome-terminal, and
  • gnome/core/gnome-themes.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-themes-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-themes/&gnome-version;/gnome-themes-&gnome-themes-version;.tar.bz2">
    8   <!ENTITY gnome-themes-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-themes/&gnome-version;/gnome-themes-&gnome-themes-version;.tar.bz2">
     7  <!ENTITY gnome-themes-download-http "&gnome-download-http;/gnome-themes/&gnome-version;/gnome-themes-&gnome-themes-version;.tar.bz2">
     8  <!ENTITY gnome-themes-download-ftp  "&gnome-download-ftp;/gnome-themes/&gnome-version;/gnome-themes-&gnome-themes-version;.tar.bz2">
    99  <!ENTITY gnome-themes-md5sum        "ab6d63ecb304506153fac3e958995ef4">
    1010  <!ENTITY gnome-themes-size          "2.5 MB">
     
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="intltool"/> and
     64    <para role="required"><xref linkend="perl-xml-parser"/> and
    6565    <xref linkend="gtk-engines"/></para>
    6666
     
    8888
    8989    <para><option>--enable-all-themes</option>: Using this parameter enables
    90     the installation of additional accessibility themes.</para>
     90    the installation of additional accessibility themes. Omit this parameter if
     91    you have no desire for additional accessibility themes.</para>
    9192
    9293  </sect2>
  • gnome/core/gnome-vfs.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome-vfs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
    8   <!ENTITY gnome-vfs-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
    9   <!ENTITY gnome-vfs-md5sum        "95b0308d49aba17b9cb36c84f8467017">
    10   <!ENTITY gnome-vfs-size          "1.7 MB">
    11   <!ENTITY gnome-vfs-buildsize     "51.6 MB">
    12   <!ENTITY gnome-vfs-time          "1.3 SBU">
     7  <!ENTITY gnome-vfs-download-http "&gnome-download-http;/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
     8  <!ENTITY gnome-vfs-download-ftp  "&gnome-download-ftp;/gnome-vfs/&gnome-version;/gnome-vfs-&gnome-vfs-version;.tar.bz2">
     9  <!ENTITY gnome-vfs-md5sum        "4d7b9c14af29a9bf813ab4831eeeacbb">
     10  <!ENTITY gnome-vfs-size          "1.5 MB">
     11  <!ENTITY gnome-vfs-buildsize     "52.2 MB">
     12  <!ENTITY gnome-vfs-time          "1.4 SBU">
    1313]>
    1414
     
    6060    </itemizedlist>
    6161
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing='compact'>
    64       <listitem>
    65         <para>Required patch if <application>Samba</application> version
    66         greater than 3.0.14 is installed: <ulink
    67         url="&patch-root;/gnome-vfs-&gnome-vfs-version;-samba_3.0.20-1.patch"/></para>
    68       </listitem>
    69     </itemizedlist>
    70 
    7162    <bridgehead renderas="sect3">GNOME Virtual File System Dependencies</bridgehead>
    7263
    7364    <bridgehead renderas="sect4">Required</bridgehead>
    74     <para role="required"><xref linkend="intltool"/>,
    75     <xref linkend="GConf"/>,
    76     <xref linkend="libbonobo"/>,
    77     <xref linkend="gnome-mime-data"/> and
    78     <xref linkend="shared-mime-info"/></para>
     65    <para role="required"><xref linkend="GConf"/>,
     66    <xref linkend="libbonobo"/>, and
     67    <xref linkend="gnome-mime-data"/></para>
    7968
    8069    <bridgehead renderas="sect4">Optional</bridgehead>
     
    8675    <xref linkend="openssh"/>,
    8776    <xref linkend="openssl"/> or
    88     <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>,
     77    <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>
     78    (which needs <ulink
     79    url="http://www.gnupg.org/(en)/download/index.html#libgpg-error">libgpg-error</ulink>
     80    then <ulink
     81    url="http://www.gnupg.org/(en)/download/index.html#libgcrypt">libgcrypt</ulink>),
    8982    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
    90     <ulink url="http://www.openafs.org/">OpenAFS</ulink> and
     83    <ulink url="http://www.openafs.org/">OpenAFS</ulink>, and
    9184    <ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink></para>
    9285
     
    9992    by running the following commands:</para>
    10093
    101 <screen><userinput>patch -Np1 -i ../gnome-vfs-&gnome-vfs-version;-samba_3.0.20-1.patch &amp;&amp;
    102 ./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    103     --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    104     --sysconfdir=/etc/gnome &amp;&amp;
     94<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     95    --libexecdir=`pkg-config \
     96    --variable=prefix ORBit-2.0`/lib/gnome-vfs-2.0 \
     97    --sysconfdir=&gnome-etc-dir; &amp;&amp;
    10598make</userinput></screen>
    10699
     
    116109    <title>Command Explanations</title>
    117110
    118     <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
    119     configuration files in <filename class="directory">/etc/gnome</filename>
     111    <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
     112    configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    120113    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    121114
    122115    <para><parameter>--libexecdir=`pkg-config --variable=prefix
    123     ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
    124     <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
     116    ORBit-2.0`/lib/gnome-vfs-2.0</parameter>: This switch puts libexec files in
     117    <filename class="directory">$GNOME_PREFIX/lib/gnome-vfs-2.0</filename>
     118    instead of
    125119    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    126120
     
    134128    url="http://ca.geocities.com/jefftranter@rogers.com/eject.html">Eject</ulink>
    135129    installed as the <command>eject</command> program is used by default.</para>
     130
     131    <para><option>--enable-gtk-doc</option>: Use this option if you have
     132    <application>GTK-Doc</application> installed and wish to build the API
     133    documentation.</para>
    136134
    137135  </sect2>
     
    149147        gnomevfs-mkdir, gnomevfs-mv, gnomevfs-rm, and gnome-vfs-daemon</seg>
    150148        <seg>libgnomevfs-2.[so,a] and modules</seg>
    151         <seg>/etc/gnome/gconf/schemas,
    152         /etc/gnome/gconf/gconf.xml.defaults/[desktop,schemas,system],
    153         /etc/gnome/gnome-vfs-2.0,
     149        <seg>&gnome-etc-dir;/gconf/schemas,
     150        &gnome-etc-dir;/gconf/gconf.xml.defaults/[desktop,schemas,system],
     151        &gnome-etc-dir;/gnome-vfs-2.0,
    154152        $GNOME_PREFIX/include/gnome-vfs-2.0,
    155153        $GNOME_PREFIX/include/gnome-vfs-module-2.0,
  • gnome/core/gnome2-user-docs.xml

    r1d06a03 re9039e4  
    55  %general-entities;
    66
    7   <!ENTITY gnome2-user-docs-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome2-user-docs/2.8/gnome2-user-docs-&gnome2-user-docs-version;.tar.bz2">
    8   <!ENTITY gnome2-user-docs-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gnome2-user-docs/2.8/gnome2-user-docs-&gnome2-user-docs-version;.tar.bz2">
     7  <!ENTITY gnome2-user-docs-download-http "&gnome-download-http;/gnome2-user-docs/2.8/gnome2-user-docs-&gnome2-user-docs-version;.tar.bz2">
     8  <!ENTITY gnome2-user-docs-download-ftp  "&gnome-download-ftp;/gnome2-user-docs/2.8/gnome2-user-docs-&gnome2-user-docs-version;.tar.bz2">
    99  <!ENTITY gnome2-user-docs-md5sum        "90bdd21ea3e3e794f641dd805216f275">
    1010  <!ENTITY gnome2-user-docs-size          "1.0 MB">
     
    8787
    8888<screen role="root"><userinput>make install &amp;&amp;
    89 chmod -v 644 `pkg-config --variable=prefix ORBit-2.0`/share/gnome/help/\
     89chmod -v 644 `pkg-config \
     90--variable=prefix ORBit-2.0`/share/gnome/help/\
    9091{gnome-access-guide,system-admin-guide,user-guide}/C/*.xml</userinput></screen>
    9192
Note: See TracChangeset for help on using the changeset viewer.