- https://trac.transmissionbt.com/wiki/Changes#version-2.76 - use rpm ld_flags for qt build. resolves rhbz#868502 - use upstream transmission-qt.desktop file. resolves rhbz#799673 - remove -T parameter from the systemd file. resolves rhz#823220epel9
parent
3e90392123
commit
483946ff4a
@ -1,11 +0,0 @@
|
||||
--- transmission-2.11/qt/qtr.pro.orig 2010-10-17 02:14:40.000000000 +0200
|
||||
+++ transmission-2.11/qt/qtr.pro 2010-10-20 21:55:19.000000000 +0200
|
||||
@@ -11,7 +11,7 @@
|
||||
man.path = /share/man/man1/
|
||||
man.files = transmission-qt.1
|
||||
|
||||
-CONFIG += qt qdbus thread debug link_pkgconfig
|
||||
+CONFIG += qt qdbus thread release link_pkgconfig
|
||||
QT += network
|
||||
PKGCONFIG = fontconfig libcurl openssl libevent
|
||||
|
@ -1,13 +1,10 @@
|
||||
# To customize, copy this file to /etc/systemd/system and edit there
|
||||
|
||||
[Unit]
|
||||
Description=Transmission BT Client headless
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
User=transmission
|
||||
ExecStart=/usr/bin/transmission-daemon -f -T --blocklist -g /var/lib/transmission/.config/transmission
|
||||
StandardError=syslog
|
||||
ExecStart=/usr/bin/transmission-daemon -f --blocklist -g /var/lib/transmission/.config/transmission
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -1,11 +0,0 @@
|
||||
|
||||
[Desktop Entry]
|
||||
Name=Qtransmission Bittorrent Client
|
||||
GenericName=BitTorrent Client
|
||||
Comment=Download and share files over BitTorrent
|
||||
Exec=transmission-qt %F
|
||||
Icon=transmission
|
||||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=application/x-bittorrent;
|
||||
Categories=Network;FileTransfer;P2P;Qt;
|
Loading…
Reference in new issue