From 373604552baa2603197ca34392725ca42a8be7d0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 3 Aug 2018 18:32:55 -0300 Subject: [PATCH] qbittorrent: fix short_desc on qbittorrent-nox --- srcpkgs/qbittorrent/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index 7cbccc3cfb0..05cdfa3d064 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -1,7 +1,7 @@ # Template file for 'qbittorrent' pkgname=qbittorrent version=4.1.1 -revision=4 +revision=5 create_wrksrc=yes build_style=qmake hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools" @@ -14,7 +14,7 @@ homepage="http://www.qbittorrent.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" checksum=8edc7a7fff8aa45e7bf763c91f30e064e1d7acd3f6efecb12fee420b75457ee7 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-declarative-devel qt5-svg-devel" fi @@ -30,7 +30,7 @@ do_configure() { opts+=" --disable-systemd" opts+=" --with-boost=${XBPS_CROSS_BASE}/usr" opts+=" --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib" - if [ -n "$CROSS_BUILD" ]; then + if [ "$CROSS_BUILD" ]; then opts+=" --host=${XBPS_CROSS_TRIPLET}" fi for f in build-x11:--enable-gui:--disable-webui \ @@ -69,7 +69,7 @@ do_install() { } qbittorrent-nox_package() { - short_desc=" - no X11" + short_desc+=" - no X11" pkg_install() { cd ${wrksrc}/build-nox make ${makejobs} INSTALL_ROOT=${PKGDESTDIR} install