mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Update to transmission-4.0.3.
This commit is contained in:
parent
03c63ad0d3
commit
736d998e2d
@ -41,6 +41,10 @@
|
||||
<listitem>
|
||||
<para>April 19th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[timtas] - Update to transmission-4.0.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;17937">#17937</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to network-manager-applet-1.32.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;17951">#17951</ulink>.</para>
|
||||
|
@ -986,7 +986,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY rxvt-unicode-version "9.31">
|
||||
<!ENTITY thunderbird-version "102.10.0">
|
||||
<!ENTITY tigervnc-version "1.13.1">
|
||||
<!ENTITY transmission-version "4.0.2">
|
||||
<!ENTITY transmission-version "4.0.3">
|
||||
<!ENTITY xarchiver-version "0.5.4.20">
|
||||
<!ENTITY xdg-utils-version "1.1.3">
|
||||
<!ENTITY xscreensaver-version "6.06">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY transmission-download-http "https://github.com/transmission/transmission/releases/download/&transmission-version;/transmission-&transmission-version;.tar.xz">
|
||||
<!ENTITY transmission-download-ftp " ">
|
||||
<!ENTITY transmission-md5sum "3e2ffe6cec830dc67abd114da60d4772">
|
||||
<!ENTITY transmission-md5sum "1d92edb61c82422211dbc751f4657489">
|
||||
<!ENTITY transmission-size "9.6 MB">
|
||||
<!ENTITY transmission-buildsize "202 MB">
|
||||
<!ENTITY transmission-buildsize "347 MB (with GTK and QT5 gui interfaces)">
|
||||
<!ENTITY transmission-time "1.4 SBU (with GTK gui interfaces; using parallelism=4) 5 SBU with both GTK and QT5">
|
||||
]>
|
||||
|
||||
@ -68,17 +68,6 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Optional patch:
|
||||
<ulink url="&patch-root;/transmission-&transmission-version;-fix-paste-shortcut-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
|
||||
|
||||
|
||||
<bridgehead renderas="sect3">Transmission Dependencies</bridgehead>
|
||||
|
||||
@ -120,20 +109,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Transmission</title>
|
||||
|
||||
<para>
|
||||
Apply a patch to re-enable pasting via Ctrl-V in the web client:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../transmission-&transmission-version;-fix-paste-shortcut-1.patch</userinput></screen>
|
||||
|
||||
|
||||
<para>
|
||||
Apply a sed to re-enable pasting via Ctrl-V in the web client, if the
|
||||
web client is not rebuilt from source, which is the default.
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i 's/Control+V/Control+I/g' web/public_html/transmission-app.js</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>Transmission</application> by running the
|
||||
following commands:
|
||||
|
Loading…
Reference in New Issue
Block a user