Changeset 204fe99 for xsoft


Ignore:
Timestamp:
09/09/2013 05:09:36 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
fcf9527
Parents:
754b81f
Message:

Update to Qt-5.1.1.
Tag transmission and add patch to allow Qt4 builds
Add an additional config item for xorg

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/transmission.xml

    r754b81f r204fe99  
    3838    </para>
    3939
    40     &lfs73_checked;
     40    &lfs74_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7171          Estimated build time: &transmission-time;
    7272        </para>
     73      </listitem>
     74    </itemizedlist>
     75
     76    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     77    <itemizedlist spacing="compact">
     78      <listitem>
     79        <para>
     80          Optional patch:
     81          <ulink url="&patch-root;/transmission-&transmission-version;-qt4-1.patch"/>
     82       </para>
    7383      </listitem>
    7484    </itemizedlist>
     
    8090      <xref linkend="curl"/>,
    8191      <xref linkend="intltool"/>,
    82       <xref linkend="libevent"/> and
     92      <xref linkend="libevent"/>, and
    8393      <xref linkend="openssl"/>
    8494    </para>
     
    8696    <bridgehead renderas="sect4">Recommended (to build a GUI)</bridgehead>
    8797    <para role="recommended">
    88       <xref linkend="gtk3"/> or
    89       <xref linkend="qt5"/> and
    90       <xref linkend="gdb"/>
     98      <xref linkend="gtk3"/> and either
     99      <xref linkend="qt4"/> or
     100      <xref linkend="qt5"/>
    91101    </para>
    92102
    93103    <bridgehead renderas="sect4">Optional</bridgehead>
    94104    <para role="optional">
    95       <xref linkend="doxygen"/>
     105      <xref linkend="doxygen"/> and
     106      <xref linkend="gdb"/>
    96107    </para>
    97108
     
    104115    <title>Installation of Transmission</title>
    105116
     117    <para>If you want to build the Qt interface using <xref linkend="qt4"/>,
     118    apply the following patch:</para>
     119
     120<screen><userinput>patch -Np1 -i ../transmission-&transmission-version;-qt4-1.patch</userinput></screen>
     121
    106122    <para>
    107123      Install <application>Transmission</application> by running the following
     
    113129
    114130    <para>
    115       If you have installed <xref linkend="qt5"/> and would like to compile the
     131      If you have installed Qt and would like to compile the
    116132      Qt GUI, run the following commands:
    117133    </para>
    118134
    119 <screen><userinput>pushd qt &amp;&amp;
    120 qmake-qt5 &amp;&amp;
    121 make &amp;&amp;
     135<screen><userinput>pushd qt        &amp;&amp;
     136  qmake qtr.pro &amp;&amp;
     137  make          &amp;&amp;
    122138popd</userinput></screen>
    123139
     
    137153    </para>
    138154
    139 <screen role="root"><userinput>INSTALL_ROOT=/usr make -C qt install &amp;&amp;
     155<screen role="root"><userinput>make INSTALL_ROOT=/usr -C qt install &amp;&amp;
     156
    140157install -m644 qt/transmission-qt.desktop /usr/share/applications/transmission-qt.desktop &amp;&amp;
    141 install -m644 qt/icons/transmission.png /usr/share/pixmaps/transmission-qt.png</userinput></screen>
     158install -m644 qt/icons/transmission.png  /usr/share/pixmaps/transmission-qt.png</userinput></screen>
    142159
    143160  </sect2>
Note: See TracChangeset for help on using the changeset viewer.