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

File:
1 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,
Note: See TracChangeset for help on using the changeset viewer.