Ignore:
Timestamp:
08/11/2013 12:31:45 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:
c32e0380
Parents:
104b5bf
Message:

qt5 fixes, transmission 2.82.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/transmission.xml

    r104b5bf rf3a6abc9  
    88           "http://download.transmissionbt.com/files/transmission-&transmission-version;.tar.xz">
    99  <!ENTITY transmission-download-ftp  " ">
    10   <!ENTITY transmission-md5sum        "db1ad10ecff07150486dab2365ccb3a8">
     10  <!ENTITY transmission-md5sum        "a5ef870c0410b12d10449c2d36fa4661">
    1111  <!ENTITY transmission-size          "3.1 MB">
    12   <!ENTITY transmission-buildsize     "255 MB">
    13   <!ENTITY transmission-time          "0.5 SBU">
     12  <!ENTITY transmission-buildsize     "275 MB">
     13  <!ENTITY transmission-time          "0.6 SBU">
    1414]>
    1515
     
    8787    <para role="recommended">
    8888      <xref linkend="gtk3"/> or
    89       <xref linkend="qt4"/> and
     89      <xref linkend="qt5"/> and
    9090      <xref linkend="gdb"/>
    9191    </para>
     
    113113
    114114    <para>
    115       If you have installed <xref linkend="qt4"/> and would like to compile the
     115      If you have installed <xref linkend="qt5"/> and would like to compile the
    116116      Qt GUI, run the following commands:
    117117    </para>
    118118
    119119<screen><userinput>pushd qt &amp;&amp;
    120 qmake-qt4 &amp;&amp;
     120qmake-qt5 &amp;&amp;
    121121make &amp;&amp;
    122122popd</userinput></screen>
     
    151151      <application>GTK+</application> interface if
    152152      <application>GTK+</application> is present on the system (useful for
    153       <application>Qt4</application> or cli only builds).
     153      <application>Qt5</application> or cli only builds).
    154154    </para>
    155155
Note: See TracChangeset for help on using the changeset viewer.