Changeset e9e0e8a1


Ignore:
Timestamp:
08/17/2014 12:55:00 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
261e4fe4
Parents:
2543d1b7
Message:

Merged trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13932 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2543d1b7 re9e0e8a1  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     3<!ENTITY day          "17">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 16th, &year;">
     9<!ENTITY releasedate  "August 17th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">              <!-- svn|[release #] -->
  • general/prog/cmake-systemd.xml

    r2543d1b7 re9e0e8a1  
    122122      <command>bin/ctest -R "problem1-test"</command> and, to omit it, use
    123123      <command>bin/ctest -E "problem1-test"</command>. These options can be
    124       used toghether:
     124      used together:
    125125      <command>bin/ctest -R "problem1-test" -E "problem2-test"</command>.
    126126      Option -N can be used to display all available tests, and you can run
  • general/prog/gcc-ada.xml

    r2543d1b7 re9e0e8a1  
    4545
    4646    <para>The compiler and associated tools on this page are known as the
    47     <application>GNAT</application> technology, developped by the Adacore
     47    <application>GNAT</application> technology, developed by the Adacore
    4848    company, using the <application>GCC</application> backend. Since
    4949    parts of the Ada compiler are written in Ada, there is a circular
  • general/prog/git.xml

    r2543d1b7 re9e0e8a1  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz">
    11   <!ENTITY git-md5sum        "0caa9c54bb04612062d21823163ecb13">
    12   <!ENTITY git-size          "3.3 MB">
    13   <!ENTITY git-buildsize     "269 MB (additional 13 MB for downloaded docs and man pages, or 24 MB building docs and man pages)">
    14   <!ENTITY git-time          "0.7 SBU (additional 5.5 SBU for tests or 2.5 SBU for docs and man build)
    15 ">
     11  <!ENTITY git-md5sum        "47b1f55d9a16be112f7ae2c778a9b30c">
     12  <!ENTITY git-size          "3.4 MB">
     13  <!ENTITY git-buildsize     "208 MB (additional 14 MB for downloaded docs and man pages, or 27 MB building docs and man pages)">
     14  <!ENTITY git-time          " 0.7 SBU (additional 9.6 SBU for tests or 2.8 SBU for docs and man build)">
    1615]>
    1716
     
    145144
    146145    <para>
     146      You can build the man pages and/or html docs, or
     147      use downloaded ones. If you choose to build them, use next two following
     148      instructions.
     149    </para>
     150
     151    <para>
    147152      If you have installed <ulink
    148153      url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> you can
     
    171176<screen role="root"><userinput>make install</userinput></screen>
    172177
    173     <para>
    174       If you created the man pages, install them as the
     178<!-- ==== Method 1 for docs ====== -->
     179    <bridgehead renderas="sect3">If you created the man pages and/or html docs</bridgehead>
     180
     181    <para>
     182      Install the man pages as
    175183      <systemitem class="username">root</systemitem> user:
    176184    </para>
     
    179187
    180188    <para>
    181       If you created the html docs, install them as the
     189      Install the html docs as
    182190      <systemitem class="username">root</systemitem> user:
    183191    </para>
    184192
    185 <screen role="root"><userinput>make htmldir=/usr/share/doc/git-&git-version; install-html              &amp;&amp;
    186 mkdir -p /usr/share/doc/git-&git-version;/man-pages/{html,text}         &amp;&amp;
    187 mv       /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text}     &amp;&amp;
    188 mv       /usr/share/doc/git-&git-version;/{git*.,index.,man-pages/}html &amp;&amp;
    189 mkdir    /usr/share/doc/git-&git-version;/technical/{html,text}         &amp;&amp;
    190 mv       /usr/share/doc/git-&git-version;/technical/{*.txt,text}        &amp;&amp;
    191 mv       /usr/share/doc/git-&git-version;/technical/{*.,}html           &amp;&amp;
    192 mkdir    /usr/share/doc/git-&git-version;/howto/{html,text}             &amp;&amp;
    193 mv       /usr/share/doc/git-&git-version;/howto/{*.txt,text}            &amp;&amp;
    194 mv       /usr/share/doc/git-&git-version;/howto/{*.,}html</userinput></screen>
    195 
    196     <para>
    197       Alternatively, If you downloaded the man pages untar them as the
     193<screen role="root"><userinput>make htmldir=/usr/share/doc/git-&git-version; install-html</userinput></screen>
     194
     195<!-- ==== Method 2 for docs ====== -->
     196    <bridgehead renderas="sect3">If you downloaded the man pages and/or html docs</bridgehead>
     197
     198    <para>
     199      If you downloaded the man pages untar them as the
    198200      <systemitem class="username">root</systemitem> user:
    199201    </para>
     
    212214
    213215find /usr/share/doc/git-&git-version; -type d -exec chmod 755 {} \;     &amp;&amp;
    214 find /usr/share/doc/git-&git-version; -type f -exec chmod 644 {} \;     &amp;&amp;
    215 
    216 mv       /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text}     &amp;&amp;
     216find /usr/share/doc/git-&git-version; -type f -exec chmod 644 {} \;</userinput></screen>
     217
     218<!-- ==== Reorganize docs ====== -->
     219    <bridgehead renderas="sect3">Reorganize man pages and/or html docs (both methods)</bridgehead>
     220
     221    <para>
     222      For both methods, reorganize the files, as
     223      <systemitem class="username">root</systemitem> user:
     224    </para>
     225
     226<screen role="root"><userinput>mv       /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text}     &amp;&amp;
    217227mv       /usr/share/doc/git-&git-version;/{git*.,index.,man-pages/}html &amp;&amp;
    218228mkdir    /usr/share/doc/git-&git-version;/technical/{html,text}         &amp;&amp;
     
    267277      permissions in the shipped documentation tar file.
    268278    </para>
    269 
    270     <para><option>--libexecdir=/usr/lib</option>: This option puts the
    271     <filename class="directory">git-core</filename> directory in
    272     <filename class="directory">/usr/lib</filename> instead of
    273     <filename class="directory">/usr/libexec</filename> in accordance
    274     with the old version of the FHS used before LFS-7.5.</para>
    275279
    276280  </sect2>
  • general/prog/subversion.xml

    r2543d1b7 re9e0e8a1  
    1010  "http://www.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    1111  <!ENTITY subversion-download-ftp  " ">
    12   <!ENTITY subversion-md5sum        "bd495517a760ddd764ce449a891971db">
     12  <!ENTITY subversion-md5sum        "3068256761b40863df96128834d6b71b">
    1313  <!ENTITY subversion-size          "6.6 MB">
    14   <!ENTITY subversion-buildsize     "147 MB  (284 MB with all bindings and API documentation built; additional 968 MB for tests)">
    15   <!ENTITY subversion-time          "1.3 SBU (2.5 SBU with all bindings and API documentation built; additional 12.6 SBU for tests)">
     14  <!ENTITY subversion-buildsize     "143 MB  (284 MB with all bindings and API documentation built; additional 968 MB for tests)">
     15  <!ENTITY subversion-time          "0.9 SBU (2.5 SBU with all bindings and API documentation built; additional 12.6 SBU for tests)">
    1616]>
    1717
  • introduction/welcome/changelog.xml

    r2543d1b7 re9e0e8a1  
    4646
    4747    <listitem>
     48      <para>August 17th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[rthomsen] - Update to akonadi-1.13.0. Fixes
     52          <ulink url="&blfs-ticket-root;5351">#5351</ulink> and
     53          <ulink url="&blfs-ticket-root;5362">#5362</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[igor] - Update to subversion-1.8.10. Fixes
     57          <ulink url="&blfs-ticket-root;5356">#5356</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
    4863      <para>August 16th, 2014</para>
    4964      <itemizedlist>
     65        <listitem>
     66          <para>[fernando] - Samba-4.1.11: promote libxslt-1.1.28 to
     67          Recommended. Fixes
     68          <ulink url="&blfs-ticket-root;5392">#5392</ulink>.</para>
     69        </listitem>
     70        <listitem>
     71          <para>[fernando] - Update to git-2.1.0. Modified docs and man
     72          instructions. Fixes
     73          <ulink url="&blfs-ticket-root;5388">#5388</ulink>.</para>
     74        </listitem>
     75        <listitem>
     76          <para>[fernando] - Update to SQLite-3.8.6. Fixes
     77          <ulink url="&blfs-ticket-root;5387">#5387</ulink>.</para>
     78        </listitem>
     79        <listitem>
     80          <para>[fernando] - Parted-3.2 fails to build with
     81          --disable-device-mapper. Reported and fixed by Ken M. Fixes
     82          <ulink url="&blfs-ticket-root;5386">#5386</ulink>.</para>
     83        </listitem>
    5084        <listitem>
    5185          <para>[igor] - Update to mariadb-10.0.13. Fixes
  • kde/core/akonadi.xml

    r2543d1b7 re9e0e8a1  
    77  <!ENTITY akonadi-download-http "&kde-download-http;akonadi/src/akonadi-&akonadi-version;.tar.bz2">
    88  <!ENTITY akonadi-download-ftp  "&kde-download-ftp;akonadi/src/akonadi-&akonadi-version;.tar.bz2">
    9   <!ENTITY akonadi-md5sum        "9a4a99d10e003a267a515fc60de4f817">
    10   <!ENTITY akonadi-size          "246 KB">
    11   <!ENTITY akonadi-buildsize     "60 MB">
     9  <!ENTITY akonadi-md5sum        "84eb2e471bd6bdfe54a2a2f1d858c07d">
     10  <!ENTITY akonadi-size          "287 KB">
     11  <!ENTITY akonadi-buildsize     "82 MB">
    1212  <!ENTITY akonadi-time          "1.9 SBU">
    1313]>
  • networking/netprogs/samba-systemd.xml

    r2543d1b7 re9e0e8a1  
    6868    </para>
    6969
     70    <bridgehead renderas="sect4">Recommended</bridgehead>
     71    <para role="recommended">
     72      <xref linkend="libxslt"/> (for documentation)
     73    </para>
     74
    7075    <bridgehead renderas="sect4">Optional</bridgehead>
    7176    <para role="optional">
    7277      <xref linkend="avahi"/>,
    7378      <xref linkend="cups"/>,
    74       <xref linkend="libxslt"/> (used only for documentation),
    7579      <xref linkend="linux-pam"/>,
    7680      <xref linkend="mitkrb"/>,
  • packages.ent

    r2543d1b7 re9e0e8a1  
    249249<!ENTITY gc-version                   "7.4.2">
    250250<!ENTITY gdb-version                  "7.8">
    251 <!ENTITY git-version                  "2.0.4">
     251<!ENTITY git-version                  "2.1.0">
    252252<!ENTITY guile-version                "2.0.11">
    253253<!ENTITY librep-version               "0.92.3">
     
    264264<!ENTITY scons-version                "2.3.2">
    265265<!ENTITY slang-version                "2.2.4">
    266 <!ENTITY subversion-version           "1.8.9">
     266<!ENTITY subversion-version           "1.8.10">
    267267<!ENTITY swig-version                 "3.0.2">
    268268<!ENTITY tcl-version                  "8.6.1">
     
    383383<!ENTITY mariadb-version              "10.0.13">
    384384<!ENTITY postgresql-version           "9.3.5">
    385 <!ENTITY sqlite-version               "3.8.5">
     385<!ENTITY sqlite-version               "3.8.6">
    386386
    387387<!-- Chapter 23 -->
     
    473473<!ENTITY phonon-backend-gstreamer-version "4.7.2">
    474474<!ENTITY phonon-backend-vlc-version   "0.7.2">
    475 <!ENTITY akonadi-version              "1.12.1">
     475<!ENTITY akonadi-version              "1.13.0">
    476476<!ENTITY attica-version               "0.4.2">
    477477<!ENTITY qimageblitz-version          "0.0.6">
  • postlfs/filesystems/parted.xml

    r2543d1b7 re9e0e8a1  
    6060    </itemizedlist>
    6161
     62      <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     63      <itemizedlist spacing="compact">
     64        <listitem>
     65          <para>
     66             Optional, to fix build without device mapper support:
     67            <ulink url="&patch-root;/parted-&parted-version;-devmapper-1.patch"/>
     68          </para>
     69        </listitem>
     70      </itemizedlist>
     71
    6272    <bridgehead renderas="sect3">Parted Dependencies</bridgehead>
    6373
     
    8090  <sect2 role="installation">
    8191    <title>Installation of parted</title>
     92           
     93    <para>
     94      If you want to build without device mapper support, a fix is necessary:
     95    </para>
     96
     97<screen><userinput>patch -Np1 -i ../parted-&parted-version;-devmapper-1.patch</userinput></screen>
    8298
    8399    <para>
  • x/lib/gdk-pixbuf.xml

    r2543d1b7 re9e0e8a1  
    182182          libgdk_pixbuf-2.0.so,
    183183          libgdk_pixbuf_xlib-2.0.so, and
    184           several loaders for specfic image formats under
     184          several loaders for specific image formats under
    185185          /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders
    186186        </seg>
Note: See TracChangeset for help on using the changeset viewer.