wok rev 21577

qbittorrent: try gcc83
author Hans-G?nter Theisgen
date Sun May 19 15:28:18 2019 +0100 (2019-05-19)
parents 66530154b12f
children a1005b7e3610
files qbittorrent/receipt
line diff
     1.1 --- a/qbittorrent/receipt	Sun May 19 13:14:32 2019 +0200
     1.2 +++ b/qbittorrent/receipt	Sun May 19 15:28:18 2019 +0100
     1.3 @@ -3,22 +3,26 @@
     1.4  PACKAGE="qbittorrent"
     1.5  VERSION="3.1.9.2"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="qBittorrent - A BitTorrent client in Qt4"
     1.8 +SHORT_DESC="A BitTorrent client in Qt4."
     1.9  MAINTAINER="al.bobylev@gmail.com"
    1.10  LICENSE="GPL2"
    1.11  WEB_SITE="https://www.qbittorrent.org/"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15 -GENERIC_PIXMAPS="no"; GENERIC_MENUS="no"
    1.16  
    1.17  DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtXml libboost-system \
    1.18 -libcrypto libssl libtorrent-rasterbar zlib"
    1.19 -BUILD_DEPENDS="Qt4-dev qmake libboost-dev libtorrent-rasterbar-dev openssl-dev \
    1.20 -geoip"
    1.21 +	libcrypto libssl libtorrent-rasterbar zlib"
    1.22 +BUILD_DEPENDS="gcc83 Qt4-dev qmake libboost-dev libtorrent-rasterbar-dev \
    1.23 +	geoip openssl-dev"
    1.24 +GENERIC_PIXMAPS="no"; GENERIC_MENUS="no"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 +	export	CC=gcc-83
    1.30 +	export	CXX=g++-83
    1.31 +
    1.32  	./configure \
    1.33  		--prefix=/usr &&
    1.34  	make &&