pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/qbittorrent



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May  4 18:48:03 UTC 2021

Modified Files:
        pkgsrc/net/qbittorrent: Makefile distinfo
        pkgsrc/net/qbittorrent/patches: patch-src_app_CMakeLists.txt

Log Message:
qbittorrent: updated to 4.3.5

v4.3.5
- BUGFIX: Move cursor to the end when autofilling URL/hash in "Download from URLs" dialog (Chocobo1)
- BUGFIX: Sort invalid QDateTime values after valid values (Chocobo1)
- BUGFIX: Fix tabChangesFocus attribute in "Edit trackers" dialog (Christoph Rackwitz)
- BUGFIX: Update DynDNS register url (zhuangzi926)
- BUGFIX: Handle "not enough disk space" error more graciously (glassez)
- BUGFIX: Correctly draw progress background with stylesheet (jagannatharjun)
- WEBUI: Fix magnet url from the search facility (Chocobo1)
- WEBUI: Revise folder monitoring functions (Chocobo1)
- WEBUI: Fix magnet url from the browser (brvphoenix)
- WEBUI: Allow to specify file indexes in torrents/files API (glassez)
- WINDOWS: NSIS: Allow more strings to translated (bovirus, Chocobo1)
- WINDOWS: NSIS: Update Italian, German, Estonian, Russian, PortugueseBR translations (bovirus, Henry Water, PriitUring, Долматов Алексей, Felipe)
- LINUX: Fix D-Bus Notification `desktop-entry` field (Chocobo1)
- MACOS: Don't use executable name as CFBundleName value (Nick Korotysh)
- OTHER: Lower Qt requirement to 5.11 (sledgehammer999)
- OTHER: Clarify that the license is GPLv2+ (sledgehammer999)


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/qbittorrent/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/qbittorrent/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/net/qbittorrent/patches/patch-src_app_CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/qbittorrent/Makefile
diff -u pkgsrc/net/qbittorrent/Makefile:1.30 pkgsrc/net/qbittorrent/Makefile:1.31
--- pkgsrc/net/qbittorrent/Makefile:1.30        Wed Apr 21 13:25:12 2021
+++ pkgsrc/net/qbittorrent/Makefile     Tue May  4 18:48:03 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2021/04/21 13:25:12 adam Exp $
+# $NetBSD: Makefile,v 1.31 2021/05/04 18:48:03 adam Exp $
 
-DISTNAME=      qbittorrent-4.3.4.1
-PKGREVISION=   2
+DISTNAME=      qbittorrent-4.3.5
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=qbittorrent/}
 GITHUB_PROJECT=        qBittorrent

Index: pkgsrc/net/qbittorrent/distinfo
diff -u pkgsrc/net/qbittorrent/distinfo:1.11 pkgsrc/net/qbittorrent/distinfo:1.12
--- pkgsrc/net/qbittorrent/distinfo:1.11        Wed Mar 31 07:45:40 2021
+++ pkgsrc/net/qbittorrent/distinfo     Tue May  4 18:48:03 2021
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.11 2021/03/31 07:45:40 adam Exp $
+$NetBSD: distinfo,v 1.12 2021/05/04 18:48:03 adam Exp $
 
-SHA1 (qbittorrent-4.3.4.1.tar.gz) = e37b77f17bc73969da618f975ac4f630ec3dbc94
-RMD160 (qbittorrent-4.3.4.1.tar.gz) = 3c4e34b2bf4a7cce37a4a5eddc35461356c80f50
-SHA512 (qbittorrent-4.3.4.1.tar.gz) = f1f2d6dd445b37b7397f38f965221d2f440e3aae208f19508d9b68c507f2461216bba7240f1ead21fa5ab4c08c437dc9f2b4030daca6c27a20ad0c4e66c6ecc0
-Size (qbittorrent-4.3.4.1.tar.gz) = 8057119 bytes
+SHA1 (qbittorrent-4.3.5.tar.gz) = ce66f8cb703521d467724ecb24e47b0f023fea76
+RMD160 (qbittorrent-4.3.5.tar.gz) = 2e7403cb72862aa1ffe87b2223b05bab8751687f
+SHA512 (qbittorrent-4.3.5.tar.gz) = 7bfc9e280e70093b74dafae9a6f921cf27f6828ea03ac3510c3419131b40a1610090d335a831697c9b690f47e396700f7b5a4b14dec47a9f12f4ed797f30d0dd
+Size (qbittorrent-4.3.5.tar.gz) = 8128281 bytes
 SHA1 (patch-dist_CMakeLists.txt) = 2c426222aa168c24a2e39a665f3152eca848e4a8
 SHA1 (patch-src_CMakeLists.txt) = 534447977b76939816a2549201e0fb9dd606b77d
-SHA1 (patch-src_app_CMakeLists.txt) = 3e9266cb05f635889c50ce75efc31b8365ccb41d
+SHA1 (patch-src_app_CMakeLists.txt) = 2f609b9cb173d825f0207e3267e51dce0be9b4fa
 SHA1 (patch-src_base_utils_fs.cpp) = 88355e2698f5298c597f2240e853238831eb7994

Index: pkgsrc/net/qbittorrent/patches/patch-src_app_CMakeLists.txt
diff -u pkgsrc/net/qbittorrent/patches/patch-src_app_CMakeLists.txt:1.2 pkgsrc/net/qbittorrent/patches/patch-src_app_CMakeLists.txt:1.3
--- pkgsrc/net/qbittorrent/patches/patch-src_app_CMakeLists.txt:1.2     Sat Nov 21 22:17:56 2020
+++ pkgsrc/net/qbittorrent/patches/patch-src_app_CMakeLists.txt Tue May  4 18:48:03 2021
@@ -1,15 +1,15 @@
-$NetBSD: patch-src_app_CMakeLists.txt,v 1.2 2020/11/21 22:17:56 adam Exp $
+$NetBSD: patch-src_app_CMakeLists.txt,v 1.3 2021/05/04 18:48:03 adam Exp $
 
 Disable app bundle on Darwin.
 
---- src/app/CMakeLists.txt.orig        2020-10-18 19:41:04.000000000 +0000
+--- src/app/CMakeLists.txt.orig        2021-05-02 15:59:11.000000000 +0000
 +++ src/app/CMakeLists.txt
-@@ -83,7 +83,7 @@ set_source_files_properties(
+@@ -82,7 +82,7 @@ set_source_files_properties(
              MACOSX_PACKAGE_LOCATION Resources
  )
  
 -if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
 +if (FALSE)
-     # substitute @EXECUTABLE@ in dist/mac/Info.plist
-     get_target_property(EXECUTABLE qbt_app OUTPUT_NAME)
-     configure_file(${qBittorrent_SOURCE_DIR}/dist/mac/Info.plist
+     # provide variables for substitution in dist/mac/Info.plist
+     get_target_property(EXECUTABLE_NAME qbt_app OUTPUT_NAME)
+     # This variable name should be changed once qmake is no longer used. Refer to the discussion in PR #14813



Home | Main Index | Thread Index | Old Index