Update qbittorrent-4.1.3
CHANGELOG: https://www.qbittorrent.org/news.php From Elias M. Mariani (maintainer) Thanks!
This commit is contained in:
parent
850683ea83
commit
797cfa57f7
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.1.1.1 2018/09/17 09:56:29 bentley Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.2 2018/09/28 13:25:03 rsadowski Exp $
|
||||
|
||||
VER = 4.1.2
|
||||
VER = 4.1.3
|
||||
DISTNAME = qbittorrent-${VER}
|
||||
|
||||
DIST_SUBDIR = qbittorrent
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (qbittorrent/qbittorrent-4.1.2.tar.gz) = bgRlj/klwJRyk4DFd4xuzbW1MKpVTM/SOTJR6w2WvAo=
|
||||
SIZE (qbittorrent/qbittorrent-4.1.2.tar.gz) = 7711902
|
||||
SHA256 (qbittorrent/qbittorrent-4.1.3.tar.gz) = 5/dkNFJQKrjBy7Jl+i2vmZW6mSURN6+8SJeZcxOypBA=
|
||||
SIZE (qbittorrent/qbittorrent-4.1.3.tar.gz) = 7279121
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_base_filesystemwatcher_cpp,v 1.1.1.1 2018/09/17 09:56:29 bentley Exp $
|
||||
|
||||
Index: src/base/filesystemwatcher.cpp
|
||||
--- src/base/filesystemwatcher.cpp.orig
|
||||
+++ src/base/filesystemwatcher.cpp
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
-#if defined(Q_OS_MAC) || defined(Q_OS_FREEBSD)
|
||||
+#if defined(Q_OS_MAC) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
|
||||
#include <cstring>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/param.h>
|
@ -1,23 +0,0 @@
|
||||
$OpenBSD: patch-src_base_utils_fs_cpp,v 1.1.1.1 2018/09/17 09:56:29 bentley Exp $
|
||||
|
||||
Index: src/base/utils/fs.cpp
|
||||
--- src/base/utils/fs.cpp.orig
|
||||
+++ src/base/utils/fs.cpp
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#include <Windows.h>
|
||||
-#elif defined(Q_OS_MAC) || defined(Q_OS_FREEBSD)
|
||||
+#elif defined(Q_OS_MAC) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#elif defined(Q_OS_HAIKU)
|
||||
@@ -313,7 +313,7 @@ bool Utils::Fs::isNetworkFileSystem(const QString &pat
|
||||
if (statfs(file.toLocal8Bit().constData(), &buf) != 0)
|
||||
return false;
|
||||
|
||||
-#ifdef Q_OS_MAC
|
||||
+#if defined Q_OS_MAC || defined Q_OS_OPENBSD
|
||||
// XXX: should we make sure HAVE_STRUCT_FSSTAT_F_FSTYPENAME is defined?
|
||||
return ((strncmp(buf.f_fstypename, "nfs", sizeof(buf.f_fstypename)) == 0)
|
||||
|| (strncmp(buf.f_fstypename, "cifs", sizeof(buf.f_fstypename)) == 0)
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2018/09/17 09:56:29 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2018/09/28 13:25:04 rsadowski Exp $
|
||||
|
||||
COMMENT = BitTorrent client with Qt interface
|
||||
|
||||
@ -12,7 +12,8 @@ LIB_DEPENDS += net/libtorrent-rasterbar \
|
||||
|
||||
RUN_DEPENDS += net/GeoIP \
|
||||
lang/python/2.7 \
|
||||
x11/gtk+3,-guic
|
||||
x11/gtk+3,-guic \
|
||||
devel/desktop-file-utils
|
||||
|
||||
pre-install:
|
||||
${SUBST_CMD} ${WRKSRC}/conf.pri
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (qbittorrent/qbittorrent-4.1.2.tar.gz) = bgRlj/klwJRyk4DFd4xuzbW1MKpVTM/SOTJR6w2WvAo=
|
||||
SIZE (qbittorrent/qbittorrent-4.1.2.tar.gz) = 7711902
|
||||
SHA256 (qbittorrent/qbittorrent-4.1.3.tar.gz) = 5/dkNFJQKrjBy7Jl+i2vmZW6mSURN6+8SJeZcxOypBA=
|
||||
SIZE (qbittorrent/qbittorrent-4.1.3.tar.gz) = 7279121
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_base_filesystemwatcher_cpp,v 1.1.1.1 2018/09/17 09:56:29 bentley Exp $
|
||||
|
||||
Index: src/base/filesystemwatcher.cpp
|
||||
--- src/base/filesystemwatcher.cpp.orig
|
||||
+++ src/base/filesystemwatcher.cpp
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
-#if defined(Q_OS_MAC) || defined(Q_OS_FREEBSD)
|
||||
+#if defined(Q_OS_MAC) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
|
||||
#include <cstring>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/param.h>
|
@ -1,23 +0,0 @@
|
||||
$OpenBSD: patch-src_base_utils_fs_cpp,v 1.1.1.1 2018/09/17 09:56:29 bentley Exp $
|
||||
|
||||
Index: src/base/utils/fs.cpp
|
||||
--- src/base/utils/fs.cpp.orig
|
||||
+++ src/base/utils/fs.cpp
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
#if defined(Q_OS_WIN)
|
||||
#include <Windows.h>
|
||||
-#elif defined(Q_OS_MAC) || defined(Q_OS_FREEBSD)
|
||||
+#elif defined(Q_OS_MAC) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#elif defined(Q_OS_HAIKU)
|
||||
@@ -313,7 +313,7 @@ bool Utils::Fs::isNetworkFileSystem(const QString &pat
|
||||
if (statfs(file.toLocal8Bit().constData(), &buf) != 0)
|
||||
return false;
|
||||
|
||||
-#ifdef Q_OS_MAC
|
||||
+#if defined Q_OS_MAC || defined Q_OS_OPENBSD
|
||||
// XXX: should we make sure HAVE_STRUCT_FSSTAT_F_FSTYPENAME is defined?
|
||||
return ((strncmp(buf.f_fstypename, "nfs", sizeof(buf.f_fstypename)) == 0)
|
||||
|| (strncmp(buf.f_fstypename, "cifs", sizeof(buf.f_fstypename)) == 0)
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/09/17 09:56:29 bentley Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2018/09/28 13:25:04 rsadowski Exp $
|
||||
@bin bin/qbittorrent
|
||||
@man man/man1/qbittorrent.1
|
||||
share/appdata/
|
||||
share/appdata/qbittorrent.appdata.xml
|
||||
share/applications/qbittorrent.desktop
|
||||
share/icons/hicolor/128x128/apps/qbittorrent.png
|
||||
share/icons/hicolor/128x128/status/qbittorrent-tray.png
|
||||
share/icons/hicolor/16x16/apps/qbittorrent.png
|
||||
@ -31,3 +32,4 @@ share/icons/hicolor/scalable/status/qbittorrent-tray.svg
|
||||
share/pixmaps/
|
||||
share/pixmaps/qbittorrent.png
|
||||
@tag gtk-update-icon-cache %D/share/icons/hicolor
|
||||
@tag update-desktop-database
|
||||
|
Loading…
x
Reference in New Issue
Block a user