qbittorrent: switch to build_style=qmake
This commit is contained in:
parent
795317c455
commit
be7f19444f
1 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'qbittorrent'
|
# Template file for 'qbittorrent'
|
||||||
pkgname=qbittorrent
|
pkgname=qbittorrent
|
||||||
version=3.2.3
|
version=3.2.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=qmake
|
||||||
configure_args="--disable-systemd --with-qt5 $(vopt_enable gui) $(vopt_enable webui)"
|
|
||||||
hostmakedepends="automake libtool pkg-config qt5-tools"
|
hostmakedepends="automake libtool pkg-config qt5-tools"
|
||||||
makedepends="boost-devel libtorrent-rasterbar-devel
|
makedepends="boost-devel libtorrent-rasterbar-devel
|
||||||
qt5-declarative-devel qt5-devel qt5-qmake"
|
qt5-declarative-devel qt5-devel qt5-qmake"
|
||||||
|
@ -19,9 +18,9 @@ desc_option_webui="Enable the web user interface"
|
||||||
build_options_default="gui"
|
build_options_default="gui"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
cd ${wrksrc}
|
./configure --prefix=/usr \
|
||||||
qmake
|
--disable-systemd \
|
||||||
}
|
--with-qt5 \
|
||||||
do_install() {
|
$(vopt_enable gui) \
|
||||||
make INSTALL_ROOT="${DESTDIR}" install
|
$(vopt_enable webui)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue