Changeset 369d7767


Ignore:
Timestamp:
06/11/2014 12:03:28 AM (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:
088576d6
Parents:
3e072580
Message:

xscreensaver-5.29
goffice-0.10.17
gnumeric-1.12.17
cmake-3.0.0
Remove all explicit eudev version references from Udev Extras.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3e072580 r369d7767  
    333333<!ENTITY tree-version                 "1.7.0">
    334334<!ENTITY unixodbc-version             "2.3.2">
    335 <!ENTITY xscreensaver-version         "5.28">
     335<!ENTITY xscreensaver-version         "5.29">
    336336
    337337<!-- Chapter 12 -->
     
    373373<!ENTITY bazaar-version               "2.5.1">
    374374<!ENTITY check-version                "0.9.13">
    375 <!ENTITY cmake-major-version          "2.8">
    376 <!ENTITY cmake-minor-version          "12.2">
     375<!ENTITY cmake-major-version          "3.0">
     376<!ENTITY cmake-minor-version          "0">
    377377<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    378378<!ENTITY cvs-version                  "1.11.23">
     
    565565<!ENTITY gdk-pixbuf-version           "2.30.8">
    566566<!ENTITY glu-version                  "9.0.0">
    567 <!ENTITY goffice010-version           "0.10.16">
     567<!ENTITY goffice010-version           "0.10.17">
    568568<!ENTITY gtk2-version                 "2.24.23">
    569569<!ENTITY gtk3-version                 "3.12.2">
     
    725725<!-- Chapter 34 -->
    726726<!ENTITY AbiWord-version              "3.0.0">
    727 <!ENTITY gnumeric-version             "1.12.16">
     727<!ENTITY gnumeric-version             "1.12.17">
    728728<!ENTITY gnucash-version              "2.4.11">
    729729
  • general/genutils/xscreensaver.xml

    r3e072580 r369d7767  
    77  <!ENTITY xscreensaver-download-http "http://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz">
    88  <!ENTITY xscreensaver-download-ftp  " ">
    9   <!ENTITY xscreensaver-md5sum        "9f86ef921b55ccc9efa1ffd7ca437332">
     9  <!ENTITY xscreensaver-md5sum        "14f9104fa03f85371f885bdad956764d">
    1010  <!ENTITY xscreensaver-size          "8.4 MB">
    1111  <!ENTITY xscreensaver-buildsize     "167 MB">
    12   <!ENTITY xscreensaver-time          "0.9 SBU">
     12  <!ENTITY xscreensaver-time          "0.8 SBU">
    1313]>
    1414
  • general/prog/cmake.xml

    r3e072580 r369d7767  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "17c6513483d23590cbce6957ec6d1e66">
    10   <!ENTITY cmake-size          "5.8 MB">
    11   <!ENTITY cmake-buildsize     "222 MB (additional 175 MB for tests)">
    12   <!ENTITY cmake-time          "1.5 SBU (additional 3.5 SBU for tests)">
     9  <!ENTITY cmake-md5sum        "21a1c85e1a3b803c4b48e7ff915a863e">
     10  <!ENTITY cmake-size          "5.3 MB">
     11  <!ENTITY cmake-buildsize     "236 MB (additional 199 MB for tests)">
     12  <!ENTITY cmake-time          "1.6 SBU (additional 4.4 SBU for tests)">
    1313]>
    1414
     
    7575    </itemizedlist>
    7676
    77     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    78     <itemizedlist spacing="compact">
    79       <listitem>
    80         <para>
    81           Required patch:
    82           <ulink url="&patch-root;/cmake-&cmake-version;-freetype-1.patch"/>
    83         </para>
    84       </listitem>
    85     </itemizedlist>
    86 
    8777    <bridgehead renderas="sect3">CMake Dependencies</bridgehead>
    8878
     
    9585    <bridgehead renderas="sect4">Optional</bridgehead>
    9686    <para role="optional">
    97       <xref linkend="subversion"/> (for testing) and
     87      <xref linkend="subversion"/> (for testing),
     88       <ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
     89       (for building documents), and
    9890      <xref linkend="qt4"/> or <xref linkend="qt5"/> (for the Qt-based GUI)
    9991    </para>
     
    108100
    109101    <para>
     102       If <application>Qt4</application> and <application>Qt5</application> are
     103       installed in <filename class="directory">/opt</filename>, use
     104       <command>source setqt4</command> or <command>source setqt5</command> to
     105       choose which one will be used to build the Qt-based GUI.
     106    </para>
     107
     108    <para>
    110109      Install <application>CMake</application> by running the following
    111110      commands:
    112111    </para>
    113112
    114 <screen><userinput>patch -Np1 -i ../cmake-&cmake-version;-freetype-1.patch &amp;&amp;
    115 ./bootstrap --prefix=/usr       \
     113<screen><userinput>./bootstrap --prefix=/usr       \
    116114            --system-libs       \
    117115            --mandir=/share/man \
     
    120118
    121119    <para>
    122       To test the results, issue: <command>make -k test</command>. Some
    123       tests may fail for unknown reasons. Other tests depend on the
    124       availability of remote sites, and may fail if those sites are
    125       not available.
     120      To test the results, issue: <command>bin/ctest</command>. If you want to
     121      investigate a problem with a given "problem1-test", use
     122      <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
     123      <command>bin/ctest -E "problem1-test"</command>. These options can be
     124      used toghether:
     125      <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>.
     126      Option -N can be used to display all available tests, and you can run
     127      <command>bin/ctest</command> for a sub-set of tests by using their name
     128      s or numbers, separated by spaces, as options. Option --help can be used
     129      to show all options.
    126130    </para>
    127131
  • general/sysutils/udev-extras.xml

    r3e072580 r369d7767  
    1111  <!ENTITY eudev-buildsize     "23 MB">
    1212  <!ENTITY eudev-time          "0.3 SBU">
     13
     14  <!ENTITY eudev-svn-download-http "http://dev.gentoo.org/~blueness/eudev">
    1315]>
    1416
     
    3032    <title>Introduction to Udev Extras</title>
    3133
    32     <para>Udev was installed as a part of eudev in LFS. However, not
    33     all components were installed due to dependencies that were unavailable.
    34     This procedure adds those missing components.</para>
     34    <para><application>Udev</application> was indeed installed in LFS and there
     35    is no reason to reinstall it unless the user is going to install a package
     36    such as <application>UPower</application>. This installation of
     37    <application>Udev</application> enables extra features which includes gudev,
     38    a requirement for <application>UPower</application> and optionally used by
     39    other packages.</para>
     40
     41    <para>Unlike any other package in the development version of BLFS book,
     42    there is no set version of <application>Eudev</application> in this pages's
     43    title. For consistency, there is no set version specified to download, as
     44    well. Version update to <application>Eudev</application> in the development
     45    LFS makes probable that the user's system may have an
     46    <application>Eudev</application> version different from the one in the
     47    development LFS. Therefore, users should download and use the version of
     48    <application>Eudev</application> their computer currently uses. With few
     49    exceptions, the BLFS team has no experience updating (or reverting to an
     50    older version) the <application>Eudev</application> package <quote>on the
     51    fly</quote>.</para>
    3552
    3653    <!-- &lfs75_checked; -->
     
    5370    <itemizedlist spacing="compact">
    5471      <listitem>
     72        <para>Download (HTTP): <ulink url="&eudev-svn-download-http;"/></para>
     73      </listitem>
     74<!--      <listitem>
    5575        <para>Download (HTTP): <ulink url="&eudev-download-http;"/></para>
    5676      </listitem>
     
    6989      <listitem>
    7090        <para>Estimated build time: &eudev-time;</para>
    71       </listitem>
     91      </listitem>-->
    7292    </itemizedlist>
    7393
  • introduction/welcome/changelog.xml

    r3e072580 r369d7767  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - cmake-3.0.0. Fixes
     51          <ulink url="&blfs-ticket-root;5159">#5159</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[fernando] - gnumeric-1.12.17. Fixes
     55          <ulink url="&blfs-ticket-root;5157">#5157</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[fernando] - goffice-0.10.17. Fixes
     59          <ulink url="&blfs-ticket-root;5156">#5156</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[fernando] - Remove all explicit eudev version references from
     63          Udev Extras. Fixes
     64          <ulink url="&blfs-ticket-root;5154">#5154</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[fernando] - xscreensaver-5.29. Fixes
     68          <ulink url="&blfs-ticket-root;5153">#5153</ulink>.</para>
     69        </listitem>
     70        <listitem>
    5071          <para>[bdubbs] - Update to autofs-5.1.0. Fixes
    5172          <ulink url="&blfs-ticket-root;5138">#5138</ulink>.</para>
  • x/lib/goffice010.xml

    r3e072580 r369d7767  
    99  <!ENTITY goffice010-download-ftp
    1010            "&gnome-download-ftp;/goffice/0.10/goffice-&goffice010-version;.tar.xz">
    11   <!ENTITY goffice010-md5sum        "4525202d8927dd6ae1ac874e2f175fb7">
     11  <!ENTITY goffice010-md5sum        "fd5635aeb808ebebaf87124440a9fbdb">
    1212  <!ENTITY goffice010-size          "2.2 MB">
    13   <!ENTITY goffice010-buildsize     "82 MB (additional 2 MB for the tests)">
     13  <!ENTITY goffice010-buildsize     "83 MB (additional 1 MB for the tests)">
    1414  <!ENTITY goffice010-time          "0.9 SBU (additional less than 0.1 SBU for the tests)">
    1515]>
  • xsoft/office/gnumeric.xml

    r3e072580 r369d7767  
    77  <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
    88  <!ENTITY gnumeric-download-ftp  "&gnome-download-ftp;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
    9   <!ENTITY gnumeric-md5sum        "c719a9a8305a6be83801acda99e43f87">
     9  <!ENTITY gnumeric-md5sum        "7d488148ca5192178f60d2d33c32c9e7">
    1010  <!ENTITY gnumeric-size          "18 MB">
    11   <!ENTITY gnumeric-buildsize     "251 MB (additional 3 MB for the tests)">
     11  <!ENTITY gnumeric-buildsize     "251 MB (additional 2 MB for the tests)">
    1212  <!ENTITY gnumeric-time          "1.7 SBU (additional 1.3 SBU for the tests)">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.