Changeset 1cefd4d


Ignore:
Timestamp:
07/31/2013 09:24:26 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
318c0b1
Parents:
d5ae2439
Message:

More package updates.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd5ae2439 r1cefd4d  
    1 <!--
    2 $LastChangedBy$
    3 $Date$
    4 -->
     1<!-- $LastChangedBy$ $Date$ -->
    52
    63<!ENTITY day          "31">                   <!-- Always 2 digits -->
     
    482479<!ENTITY libsoup-version              "2.42.2">
    483480<!ENTITY libtirpc-version             "0.2.3">
    484 <!ENTITY neon-version                 "0.29.6">
     481<!ENTITY neon-version                 "0.29.5">
    485482<!ENTITY serf-version                 "1.3.0">
    486483
     
    708705<!-- Xfce apps -->
    709706<!ENTITY midori-version               "0.5.2">
    710 <!ENTITY parole-version               "0.5.0">
     707<!ENTITY parole-version               "0.5.2">
    711708<!ENTITY gtksourceview2-version       "2.10.5">
    712709<!ENTITY mousepad-version             "0.3.0">
     
    746743<!ENTITY rox-filer-version            "2.11">
    747744<!ENTITY thunderbird-version          "17.0.7">
    748 <!ENTITY transmission-version         "2.80">
     745<!ENTITY transmission-version         "2.81">
    749746<!ENTITY xchat-version                "2.8.8">
    750747<!ENTITY xdg-utils-version            "1.1.0-rc1">
  • introduction/welcome/changelog.xml

    rd5ae2439 r1cefd4d  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[krejzi] - Parole 0.5.2.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[krejzi] - Transmission 2.81.</para>
     54        </listitem>
     55        <listitem>
    5056          <para>[krejzi] - MySQL 5.6.13.</para>
    5157        </listitem>
  • xfce/apps/parole.xml

    rd5ae2439 r1cefd4d  
    88           "http://archive.xfce.org/src/apps/parole/0.5/parole-&parole-version;.tar.bz2">
    99  <!ENTITY parole-download-ftp  " ">
    10   <!ENTITY parole-md5sum        "d8adad20ee95dfca3082812ca44be122">
    11   <!ENTITY parole-size          "632 KB">
     10  <!ENTITY parole-md5sum        "918914fcdede178a027cd1ed70954c30">
     11  <!ENTITY parole-size          "668 KB">
    1212  <!ENTITY parole-buildsize     "18 MB">
    1313  <!ENTITY parole-time          "0.3 SBU">
  • xsoft/other/transmission.xml

    rd5ae2439 r1cefd4d  
    88           "http://download.transmissionbt.com/files/transmission-&transmission-version;.tar.xz">
    99  <!ENTITY transmission-download-ftp  " ">
    10   <!ENTITY transmission-md5sum        "2bde600d4b0a75d0bd3784550d59a8af">
     10  <!ENTITY transmission-md5sum        "db1ad10ecff07150486dab2365ccb3a8">
    1111  <!ENTITY transmission-size          "3.1 MB">
    12   <!ENTITY transmission-buildsize     "173 MB (without GUI)">
    13   <!ENTITY transmission-time          "0.3 SBU (without GUI)">
     12  <!ENTITY transmission-buildsize     "255 MB">
     13  <!ENTITY transmission-time          "0.5 SBU">
    1414]>
    1515
     
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="openssl"/>,
    8180      <xref linkend="curl"/>,
     81      <xref linkend="intltool"/>,
    8282      <xref linkend="libevent"/> and
    83       <xref linkend="intltool"/>
     83      <xref linkend="openssl"/>
    8484    </para>
    8585
     
    118118
    119119<screen><userinput>pushd qt &amp;&amp;
    120 qmake qtr.pro &amp;&amp;
     120qmake-qt4 &amp;&amp;
    121121make &amp;&amp;
    122122popd</userinput></screen>
     
    146146    <title>Command Explanations</title>
    147147
    148     <para>
    149       <option>--with-gtk</option>: This switch enables building of the
    150       <application>GTK+</application> interface.
     148    <!-- with-gtk is auto detected if gtk3 is present -->
     149    <para>
     150      <option>--without-gtk</option>: This switch disables building of the
     151      <application>GTK+</application> interface if
     152      <application>GTK+</application> is present on the system (useful for
     153      <application>Qt4</application> or cli only builds).
    151154    </para>
    152155
Note: See TracChangeset for help on using the changeset viewer.