Ignore:
Timestamp:
12/31/2012 02:26:44 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:
a3c54ef2
Parents:
52a90a3
Message:

Package upgrades.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/transmission.xml

    r52a90a3 r8cce479c  
    88           "http://download.transmissionbt.com/files/transmission-&transmission-version;.tar.xz">
    99  <!ENTITY transmission-download-ftp  " ">
    10   <!ENTITY transmission-md5sum        "fae00b13a7b18f9dc16edef020edea85">
     10  <!ENTITY transmission-md5sum        "26b92e56e1574bb10443eccbf17443a7">
    1111  <!ENTITY transmission-size          "2.9 MB">
    12   <!ENTITY transmission-buildsize     "205 MB">
     12  <!ENTITY transmission-buildsize     "240 MB">
    1313  <!ENTITY transmission-time          "0.8 SBU">
    1414]>
     
    113113    <para>
    114114      If you have installed <xref linkend="qt"/> and would like to compile the
    115       Qt GUI:
     115      Qt GUI, run the following commands:
    116116    </para>
    117117
     
    132132
    133133    <para>
    134       If you compiled the Qt GUI, install it as the
    135       <systemitem class="username">root</systemitem> user:
    136     </para>
    137 
    138 <screen role="root"><userinput>INSTALL_ROOT=/usr make -C qt install</userinput></screen>
     134      If you compiled the Qt GUI, install it by running the following commands
     135      as the <systemitem class="username">root</systemitem> user:
     136    </para>
     137
     138<screen role="root"><userinput>INSTALL_ROOT=/usr make -C qt install &amp;&amp;
     139install -m644 qt/transmission-qt.desktop /usr/share/applications/transmission-qt.desktop &amp;&amp;
     140install -m644 qt/icons/transmission.png /usr/share/pixmaps/transmission-qt.png</userinput></screen>
     141
     142  </sect2>
     143
     144  <sect2 role="commands">
     145    <title>Command Explanations</title>
     146
     147    <para>
     148      <option>--without-gtk</option>: This switch disables building of the
     149      <application>GTK+</application> interface.
     150    </para>
     151
    139152  </sect2>
    140153
     
    168181          <para>
    169182            is a lightweight, command-line BitTorrent client with scripting
    170             capabilities
     183            capabilities.
    171184          </para>
    172185          <indexterm zone="transmission transmission-cli">
     
    180193        <listitem>
    181194          <para>
    182             is a command line tool to create .torrent files
     195            is a command line tool used to create .torrent files.
    183196          </para>
    184197          <indexterm zone="transmission transmission-create">
     
    194207            is a daemon-based Transmission session that can be controlled via
    195208            RPC commands from transmission's web interface or
    196             transmission-remote
     209            <command>transmission-remote</command>.
    197210          </para>
    198211          <indexterm zone="transmission transmission-daemon">
     
    206219        <listitem>
    207220          <para>
    208             is a command-line utility to modify .torrent files' announce URLs
     221            is a command-line utility to modify .torrent files' announce URLs.
    209222          </para>
    210223          <indexterm zone="transmission transmission-edit">
     
    218231        <listitem>
    219232          <para>
    220             is a Gtk+ bittorrent client
     233            is a GTK+ bittorrent client.
    221234          </para>
    222235          <indexterm zone="transmission transmission-gtk">
     
    230243        <listitem>
    231244          <para>
    232             is a Qt bittorrent client
     245            is a Qt bittorrent client.
    233246          </para>
    234247          <indexterm zone="transmission transmission-qt">
     
    242255        <listitem>
    243256          <para>
    244             is a remote control utility for transmission-daemon and transmission
     257            is a remote control utility for transmission-daemon and transmission.
    245258          </para>
    246259          <indexterm zone="transmission transmission-remote">
     
    254267        <listitem>
    255268          <para>
    256             is a command line tool to display bittorrent .torrent file metadata
     269            is a command line tool to display bittorrent .torrent file metadata.
    257270          </para>
    258271          <indexterm zone="transmission transmission-show">
     
    261274        </listitem>
    262275      </varlistentry>
     276
    263277    </variablelist>
    264   </sect2>
     278
     279  </sect2>
     280
    265281</sect1>
Note: See TracChangeset for help on using the changeset viewer.