Changeset cacdba3a


Ignore:
Timestamp:
05/30/2014 08:42:32 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
870e4acf
Parents:
4ad620bd
Message:

xscreensaver-5.27, gedit-3.12.2, gnome-calculator-3.12.2, exim-4.82.1, inputproto-2.3.1 and harfbuzz-0.9.29.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4ad620bd rcacdba3a  
    288288<!ENTITY giflib-version               "5.1.0">
    289289<!ENTITY graphite2-version            "1.2.4">
    290 <!ENTITY harfbuzz-version             "0.9.28">
     290<!ENTITY harfbuzz-version             "0.9.29">
    291291<!ENTITY ijs-version                  "0.35">
    292292<!ENTITY imlib2-version               "1.4.6">
     
    332332<!ENTITY tree-version                 "1.7.0">
    333333<!ENTITY unixodbc-version             "2.3.2">
    334 <!ENTITY xscreensaver-version         "5.26">
     334<!ENTITY xscreensaver-version         "5.27">
    335335
    336336<!-- Chapter 12 -->
     
    508508<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    509509
    510 <!ENTITY exim-version                 "4.82">
     510<!ENTITY exim-version                 "4.82.1">
    511511<!ENTITY postfix-version              "2.11.1">
    512512<!ENTITY sendmail-version             "8.14.9">
     
    652652<!ENTITY evince-version               "3.12.1">
    653653<!ENTITY file-roller-version          "3.12.2">
    654 <!ENTITY gedit-version                "3.12.1">
    655 <!ENTITY gnome-calculator-version     "3.12.1">
     654<!ENTITY gedit-version                "3.12.2">
     655<!ENTITY gnome-calculator-version     "3.12.2">
    656656<!ENTITY gnome-nettool-version        "3.8.1">
    657657<!ENTITY gnome-screenshot-version     "3.12.0">
  • general/genutils/xscreensaver.xml

    r4ad620bd rcacdba3a  
    77  <!ENTITY xscreensaver-download-http "http://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz">
    88  <!ENTITY xscreensaver-download-ftp  " ">
    9   <!ENTITY xscreensaver-md5sum        "dd4390f36b9c9d79b66d18b145ca62ad">
     9  <!ENTITY xscreensaver-md5sum        "42582268cf7db0a12836a3240c83726e">
    1010  <!ENTITY xscreensaver-size          "8.4 MB">
    11   <!ENTITY xscreensaver-buildsize     "174 MB">
    12   <!ENTITY xscreensaver-time          "0.9 SBU">
     11  <!ENTITY xscreensaver-buildsize     "165 MB">
     12  <!ENTITY xscreensaver-time          "0.8 SBU">
    1313]>
    1414
     
    107107
    108108    <para>
     109      Due to a problem in the code, <application>XScreenSaver</application>
     110      fails to install, because cannot find a desktop file used for configuring
     111      the application, in a DE menu. Following command creates the file:
     112    </para>
     113
     114<screen><userinput>cat &gt; driver/screensaver-properties.desktop  &lt;&lt; "EOF"
     115[Desktop Entry]
     116Exec=xscreensaver-demo
     117Icon=xscreensaver
     118Terminal=false
     119Name=Screensaver
     120Name[pt_BR]=Protetor de tela
     121Comment=Change screensaver properties
     122Comment[pt_BR]=Modificar as propriedades do protetor de tela
     123Type=Application
     124Categories=Settings;DesktopSettings;Security;X-XFCE;
     125EOF</userinput></screen>
     126
     127    <para>
     128      Above, we chose to include pt_BR string, and respective "Name" and
     129      "Comment" values, as just an example. Those lines might either be
     130      deleted or replaced to fit the user's locale string and values.
     131    </para>
     132
     133    <para>
    109134      Install <application>XScreenSaver</application> by running the following
    110135      commands:
    111136    </para>
    112137
    113 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     138<screen><userinput>LIBS=-lpthread ./configure --prefix=/usr &amp;&amp;
     139sed -i 's/-std=c89//' hacks/Makefile     &amp;&amp;
    114140make</userinput></screen>
    115141
     
    128154  <sect2 role="commands">
    129155    <title>Command Explanations</title>
     156
     157    <para>
     158      <command>LIBS=-lpthread ...</command>: This switch helps
     159      <command>make</command> to find the library.
     160    </para>
     161
     162    <para>
     163      <command>sed -i ...</command>: This switch allows the correct
     164      interpretation of some parts of the code as comments.
     165    </para>
    130166
    131167    <para>
  • general/graphlib/harfbuzz.xml

    r4ad620bd rcacdba3a  
    88           "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
    99  <!ENTITY harfbuzz-download-ftp  " ">
    10   <!ENTITY harfbuzz-md5sum        "accbeb679f39d839038b95a87e40870e">
     10  <!ENTITY harfbuzz-md5sum        "6251eb6d57e8c4e9e855188dbbdf8b6d">
    1111  <!ENTITY harfbuzz-size          "1.1 MB">
    1212  <!ENTITY harfbuzz-buildsize     "24 MB (additional 1 MB for the tests and 1 MB for the API documentation)">
    13   <!ENTITY harfbuzz-time          "0.4 SBU">
     13  <!ENTITY harfbuzz-time          "0.3 SBU">
    1414]>
    1515
     
    7979      <xref linkend="icu"/> and
    8080      <xref linkend="freetype2"/>
    81       (after <xref linkend="harfbuzz"/> is installed, go back to
    82       <xref linkend="freetype2"/> and reinstall it)
     81      (after <xref linkend="harfbuzz"/> is installed, reinstall
     82      <xref linkend="freetype2"/>)
    8383    </para>
    8484
  • gnome/applications/gedit.xml

    r4ad620bd rcacdba3a  
    77  <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-minor;/gedit-&gedit-version;.tar.xz">
    88  <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/&gnome-minor;/gedit-&gedit-version;.tar.xz">
    9   <!ENTITY gedit-md5sum        "c7773745c31d2723c32d159d1e64d461">
     9  <!ENTITY gedit-md5sum        "a23644771605c4226059d0b92faf70d2">
    1010  <!ENTITY gedit-size          "2.8 MB">
    11   <!ENTITY gedit-buildsize     "89 MB (additional less than 1 MB for tests)">
    12   <!ENTITY gedit-time          "1.0 SBU (additional 0.1 SBU for tests)">
     11  <!ENTITY gedit-buildsize     "87 MB (additional less than 1 MB for tests)">
     12  <!ENTITY gedit-time          "1.1 SBU (additional 0.1 SBU for tests)">
    1313]>
    1414
     
    115115
    116116    <para>
    117       To test the results, issue <command>make check</command> from an
    118       X terminal emulator.
     117      This package does not come with a test suite.
    119118    </para>
    120119
     
    161160        </seg>
    162161        <seg>
    163           /usr/lib/gedit/libgedit-private.so and
     162          /usr/lib/gedit/libgedit.so and
    164163          several under /usr/lib/gedit/plugins
    165164        </seg>
  • gnome/applications/gnome-calculator.xml

    r4ad620bd rcacdba3a  
    99  <!ENTITY gnome-calculator-download-ftp
    1010           "&gnome-download-ftp;/gnome-calculator/&gnome-minor;/gnome-calculator-&gnome-calculator-version;.tar.xz">
    11   <!ENTITY gnome-calculator-md5sum        "fda401b6d19df8c65b295c9d51155d8e">
    12   <!ENTITY gnome-calculator-size          "1.1 MB">
    13   <!ENTITY gnome-calculator-buildsize     "45 MB">
    14   <!ENTITY gnome-calculator-time          "0.4 SBU (additional 0.1 SBU for the tests)">
     11  <!ENTITY gnome-calculator-md5sum        "d27e56743bf28b7c74b939911bfaf578">
     12  <!ENTITY gnome-calculator-size          "1.2 MB">
     13  <!ENTITY gnome-calculator-buildsize     "41 MB">
     14  <!ENTITY gnome-calculator-time          "0.3 SBU (additional 0.1 SBU for the tests)">
    1515]>
    1616
  • introduction/welcome/changelog.xml

    r4ad620bd rcacdba3a  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - harfbuzz-0.9.29. Fixes
     51          <ulink url="&blfs-ticket-root;5120">#5120</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[fernando] - inputproto-2.3.1. Fixes
     55          <ulink url="&blfs-ticket-root;5118">#5118</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[fernando] - exim-4.82.1. Fixes
     59          <ulink url="&blfs-ticket-root;5116">#5116</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[fernando] - gnome-calculator-3.12.2. Fixes
     63          <ulink url="&blfs-ticket-root;5115">#5115</ulink>.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[fernando] - gedit-3.12.2. Fixes
     67          <ulink url="&blfs-ticket-root;5114">#5114</ulink>.</para>
     68        </listitem>
     69        <listitem>
     70          <para>[fernando] - xscreensaver-5.27. Fixes
     71          <ulink url="&blfs-ticket-root;5112">#5112</ulink>.</para>
     72        </listitem>
     73        <listitem>
    5074          <para>[bdubbs] - Update to bluz-5.19.  Bootscripts updated.
    5175          Fixes <ulink url="&blfs-ticket-root;5083">#5083</ulink>.</para>
  • server/mail/exim.xml

    r4ad620bd rcacdba3a  
    77  <!ENTITY exim-download-http   "http://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
    88  <!ENTITY exim-download-ftp    "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
    9   <!ENTITY exim-md5sum          "feb933baa4db773c2ef76b794c60b647">
     9  <!ENTITY exim-md5sum          "4544696ce6689ba9141a0697f25a74cb">
    1010  <!ENTITY exim-size            "1.7 MB">
    11   <!ENTITY exim-buildsize       "14 MB">
     11  <!ENTITY exim-buildsize       "16 MB">
    1212  <!ENTITY exim-time            "0.2 SBU">
    1313]>
     
    313313
    314314      <seglistitem>
    315         <seg>exicyclog, exigrep, exim, exim-4.82-3, exim_checkaccess,
    316         exim_dbmbuild, exim_dumpdb, exim_fixdb, exim_lock, exim_tidydb,
    317         eximstats, exinext, exipick, exiqgrep, exiqsumm, exiwhat, and
    318         optionally, eximon and eximon.bin</seg>
     315        <seg>exicyclog, exigrep, exim, exim-4.82_1-5b7a7c0-XX-3,
     316        exim_checkaccess, exim_dbmbuild, exim_dumpdb, exim_fixdb, exim_lock,
     317        exim_tidydb, eximstats, exinext, exipick, exiqgrep, exiqsumm, exiwhat,
     318        and optionally, eximon, eximon.bin, and sendmail (symlink)</seg>
    319319        <seg>None</seg>
    320320        <seg>/usr/share/doc/exim-&exim-version; and /var/spool/exim</seg>
     
    350350        <term><command>exim</command></term>
    351351        <listitem>
    352           <para>is a symlink to the <command>exim-4.82-3</command>
     352          <para>is a symlink to the <command>exim-4.82_1-5b7a7c0-XX-3</command>
    353353          MTA daemon.</para>
    354354          <indexterm zone="exim exim-prog">
     
    358358      </varlistentry>
    359359
    360       <varlistentry id="exim-4.82-3">
    361         <term><command>exim-4.82-3</command></term>
     360      <varlistentry id="exim-4.82_1-5b7a7c0-XX-3">
     361        <term><command>exim-4.82_1-5b7a7c0-XX-3</command></term>
    362362        <listitem>
    363363          <para>is the <application>Exim</application> mail transport
    364364          agent daemon.</para>
    365           <indexterm zone="exim exim-4.82-3">
    366             <primary sortas="b-exim-4.82-3">exim-4.82-3</primary>
     365          <indexterm zone="exim exim-4.82_1-5b7a7c0-XX-3">
     366            <primary sortas="b-exim-4.82_1-5b7a7c0-XX-3">exim-4.82_1-5b7a7c0-XX-3</primary>
    367367          </indexterm>
    368368        </listitem>
  • x/installing/x7proto.xml

    r4ad620bd rcacdba3a  
    3838  <!ENTITY glproto-md5sum                  "5565f1b0facf4a59c2778229c1f70d10">
    3939
    40   <!ENTITY inputproto-version              "2.3">
    41   <!ENTITY inputproto-md5sum               "94db391e60044e140c9854203d080654">
     40  <!ENTITY inputproto-version              "2.3.1">
     41  <!ENTITY inputproto-md5sum               "6caebead4b779ba031727f66a7ffa358">
    4242
    4343  <!ENTITY kbproto-version                 "1.0.6">
Note: See TracChangeset for help on using the changeset viewer.