Changeset 736d998 for xsoft/other


Ignore:
Timestamp:
04/19/2023 05:46:28 PM (14 months ago)
Author:
Tim Tassonis <stuff@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
6703becc
Parents:
03c63ad
Message:

Update to transmission-4.0.3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/transmission.xml

    r03c63ad r736d998  
    77  <!ENTITY transmission-download-http "https://github.com/transmission/transmission/releases/download/&transmission-version;/transmission-&transmission-version;.tar.xz">
    88  <!ENTITY transmission-download-ftp  " ">
    9   <!ENTITY transmission-md5sum        "3e2ffe6cec830dc67abd114da60d4772">
     9  <!ENTITY transmission-md5sum        "1d92edb61c82422211dbc751f4657489">
    1010  <!ENTITY transmission-size          "9.6 MB">
    11   <!ENTITY transmission-buildsize     "202 MB">
     11  <!ENTITY transmission-buildsize     "347 MB (with GTK and QT5 gui interfaces)">
    1212  <!ENTITY transmission-time          "1.4 SBU (with GTK gui interfaces; using parallelism=4) 5 SBU with both GTK and QT5">
    1313]>
     
    6868      </listitem>
    6969    </itemizedlist>
    70 
    71     <itemizedlist spacing="compact">
    72       <listitem>
    73         <para>
    74           Optional patch:
    75           <ulink url="&patch-root;/transmission-&transmission-version;-fix-paste-shortcut-1.patch"/>
    76         </para>
    77       </listitem>
    78     </itemizedlist>
    79 
    80 
    8170
    8271
     
    120109  <sect2 role="installation">
    121110    <title>Installation of Transmission</title>
    122 
    123     <para>
    124       Apply a patch to re-enable pasting via Ctrl-V in the web client:
    125     </para>
    126 
    127 <screen><userinput remap="pre">patch -Np1 -i ../transmission-&transmission-version;-fix-paste-shortcut-1.patch</userinput></screen>
    128 
    129 
    130     <para>
    131       Apply a sed to re-enable pasting via Ctrl-V in the web client, if the
    132       web client is not rebuilt from source, which is the default.
    133     </para>
    134 
    135 <screen><userinput remap="pre">sed -i 's/Control+V/Control+I/g' web/public_html/transmission-app.js</userinput></screen>
    136111
    137112    <para>
Note: See TracChangeset for help on using the changeset viewer.