[packages/qbittorrent] drop qsa bcond (upstreamed removed it in 4.2.0)
atler
atler at pld-linux.org
Sat Nov 2 14:03:42 CET 2024
commit 6495a1e92e01cd718d78a9ea3a81176974bf929f
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Nov 2 13:10:04 2024 +0100
drop qsa bcond (upstreamed removed it in 4.2.0)
qbittorrent.spec | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
---
diff --git a/qbittorrent.spec b/qbittorrent.spec
index eee0264..bb1daf9 100644
--- a/qbittorrent.spec
+++ b/qbittorrent.spec
@@ -1,7 +1,3 @@
-#
-# Conditional build:
-%bcond_with qsa # system QtSingleApplication
-
%define qtver 5.15.2
%define rasterbar_ver 2:2.0.9
Summary: qbittorrent - Qt-based torrent client
@@ -21,7 +17,6 @@ BuildRequires: Qt5Core-devel >= %{qtver}
BuildRequires: Qt5DBus-devel >= %{qtver}
BuildRequires: Qt5Gui-devel >= %{qtver}
BuildRequires: Qt5Network-devel >= %{qtver}
-%{?with_qsa:BuildRequires: Qt5SingleApplication-devel >= 2.6.1-4}
BuildRequires: Qt5Sql-devel >= %{qtver}
BuildRequires: Qt5Svg-devel >= %{qtver}
BuildRequires: Qt5Xml-devel >= %{qtver}
@@ -56,18 +51,13 @@ qTorrent - graficzny klient torrenta oparty na Qt.
%prep
%setup -q
-%if %{with qsa}
-%{__rm} -r src/app/qtsingleapplication
-%endif
-
%build
%{__aclocal}
%{__autoconf}
%configure \
--verbose \
--prefix=%{_prefix} \
- --with-boost-libdir=%{_libdir} \
- %{?with_qsa:--with-qtsingleapplication=system}
+ --with-boost-libdir=%{_libdir}
%{__make} \
CXX="%{__cxx}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qbittorrent.git/commitdiff/5e4c46f0861e05f5c8a66fac3bff27a28685203c
More information about the pld-cvs-commit
mailing list