diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-10 02:57:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:33 +0700 |
commit | 9f6d9561d83885382e98da7a6dcf1754527d7c66 (patch) | |
tree | 8f7584f66c913118b814d415db719a60f95783fc | |
parent | 7a5613aeefe1e968a41030774c710e8d22c58b3b (diff) |
network/transmission: Updated for version 4.0.3.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/transmission/README | 7 | ||||
-rw-r--r-- | network/transmission/transmission.SlackBuild | 4 | ||||
-rw-r--r-- | network/transmission/transmission.info | 6 |
3 files changed, 6 insertions, 11 deletions
diff --git a/network/transmission/README b/network/transmission/README index fb7be33365d4..9c54e443bf1a 100644 --- a/network/transmission/README +++ b/network/transmission/README @@ -15,10 +15,3 @@ DAEMON=no Hint: if you use QT=yes, you probably also want GTK=no. At least one component must be enabled (all 4 set to "no" won't work). - -Note: transmission-gtk *must* be run from within a D-Bus session. If -you use the standard /etc/X11/xinit/xinitrc.* to start X, or if you -log in with a graphical login manager, you're already using D-Bus. -Unfortunately, if it can't connect to D-Bus, transmission-gtk will -freeze (not even closing the window will work). If you dislike D-Bus -and prefer to avoid it, use transmission-qt instead. diff --git a/network/transmission/transmission.SlackBuild b/network/transmission/transmission.SlackBuild index 1539e06ca369..d4a9c62d26e3 100644 --- a/network/transmission/transmission.SlackBuild +++ b/network/transmission/transmission.SlackBuild @@ -24,6 +24,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20230510 bkw: update for v4.0.3. remove the warning about D-Bus from README, +# it no longer applies (transmission-gtk works without it). # 20230320 bkw: update for v4.0.2. add -DREBUILD_WEB=OFF to allow building # without using the network, if nodejs is installed. thanks # to Ruben Schuller for pointing this out. @@ -48,7 +50,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=transmission -VERSION=${VERSION:-4.0.2} +VERSION=${VERSION:-4.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/transmission/transmission.info b/network/transmission/transmission.info index bd37ada643fe..e8934d191df2 100644 --- a/network/transmission/transmission.info +++ b/network/transmission/transmission.info @@ -1,8 +1,8 @@ PRGNAM="transmission" -VERSION="4.0.2" +VERSION="4.0.3" HOMEPAGE="https://www.transmissionbt.com/" -DOWNLOAD="https://github.com/transmission/transmission/releases/download/4.0.2/transmission-4.0.2.tar.xz" -MD5SUM="3e2ffe6cec830dc67abd114da60d4772" +DOWNLOAD="https://github.com/transmission/transmission/releases/download/4.0.3/transmission-4.0.3.tar.xz" +MD5SUM="1d92edb61c82422211dbc751f4657489" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |