There was an error while loading. Please reload this page.
1 parent 26c2f4a commit 8674439Copy full SHA for 8674439
1 file changed
net-p2p/qbittorrent/Makefile
@@ -1,6 +1,6 @@
1
PORTNAME= qbittorrent
2
DISTVERSION= 4.5.5
3
-PORTREVISION= 2
+PORTREVISION= 3
4
CATEGORIES= net-p2p
5
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
6
@@ -26,7 +26,7 @@ nox_PKGNAMESUFFIX= -nox
26
nox_PLIST= ${MASTERDIR}/pkg-plist-nox
27
28
USES= compiler:c++14-lang cpe pkgconfig cmake qt:6 ssl tar:xz
29
-USE_QT= base svg translations
+USE_QT= base translations
30
USE_CXXSTD= c++17 # prevent boost-related SEGV, see bug#264278
31
32
USE_GITHUB= nodefault
@@ -37,6 +37,7 @@ CMAKE_ON= QT6
37
38
.if ${FLAVOR} == default
39
USES+= desktop-file-utils gl
40
+USE_QT+= svg
41
USE_GL= gl
42
CMAKE_OFF= WEBUI
43
.endif
0 commit comments