Changeset 1e000922


Ignore:
Timestamp:
05/17/2005 04:48:34 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7a20758
Parents:
4ab91cd
Message:

Updated to EOG-2.10.0

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/eog.xml

    r4ab91cd r1e000922  
    77  <!ENTITY eog-download-http "http://ftp.gnome.org/pub/GNOME/sources/eog/&gnome-version;/eog-&eog-version;.tar.bz2">
    88  <!ENTITY eog-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/eog/&gnome-version;/eog-&eog-version;.tar.bz2">
    9   <!ENTITY eog-md5sum "2bad4006f3ccf15b0153d7b9facbc961">
    10   <!ENTITY eog-size "834 KB">
    11   <!ENTITY eog-buildsize "16.2 MB">
    12   <!ENTITY eog-time "0.18 SBU">
     9  <!ENTITY eog-md5sum "45c345a0aed600c7ab17c5af750b7c8c">
     10  <!ENTITY eog-size "903 KB">
     11  <!ENTITY eog-buildsize "14 MB">
     12  <!ENTITY eog-time "0.2 SBU">
    1313]>
    1414
     
    5959
    6060    <bridgehead renderas="sect4">Required</bridgehead>
    61     <para><xref linkend="eel"/></para>
     61    <para><xref linkend="libgnomeui"/></para>
    6262
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
     
    7474
    7575<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    76     --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    7776    --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
    78 make &amp;&amp;
    79 make install</userinput></screen>
     77make</userinput></screen>
     78
     79    <para>This package does not come with a test suite.</para>
     80
     81    <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
     82
     83<screen role='root'><userinput>make install</userinput></screen>
    8084
    8185  </sect2>
     
    8387  <sect2 role="commands">
    8488    <title>Command Explanations</title>
    85 
    86     <para><parameter>--libexecdir=`pkg-config --variable=prefix
    87     ORBit-2.0`/sbin</parameter>: This switch puts libexec files in
    88     <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
    89     <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    9089
    9190    <para><parameter>--localstatedir=/var/lib</parameter>: This switch
     
    111110        <seg>eog</seg>
    112111        <seg>None</seg>
    113         <seg>Not determined at this time</seg>
     112        <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/eog,
     113        /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/eog,
     114        $GNOME_PREFIX/share/eog,
     115        $GNOME_PREFIX/share/gnome/help/eog,
     116        $GNOME_PREFIX/share/omf/eog and
     117        $GNOME_PREFIX/share/pixmaps/eog</seg>
    114118      </seglistitem>
    115119    </segmentedlist>
  • introduction/welcome/changelog.xml

    r4ab91cd r1e000922  
    2626
    2727    <listitem>
    28       <para>May 17th, 2005 [randy]: Updated to GNOME System Monitor-2.10.1 and
    29       bug-buddy-2.10.0.</para>
     28      <para>May 17th, 2005 [randy]: Updated to GNOME System Monitor-2.10.1,
     29      bug-buddy-2.10.0 and eog-2.10.0.</para>
    3030    </listitem>
    3131
Note: See TracChangeset for help on using the changeset viewer.