From 93a36698b4f3e9726aac6d0a720f5efa45b2dc0e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 1 Aug 2018 21:28:59 -0300 Subject: [PATCH] tomahawk-qt5: rebuild against libquazip5.so.1 --- srcpkgs/tomahawk-qt5/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tomahawk-qt5/template b/srcpkgs/tomahawk-qt5/template index eebac548749..df4f95ce5f6 100644 --- a/srcpkgs/tomahawk-qt5/template +++ b/srcpkgs/tomahawk-qt5/template @@ -1,15 +1,15 @@ -# Template file for 'tomahawk' +# Template file for 'tomahawk-qt5' pkgname=tomahawk-qt5 version=0.8.4 -revision=14 -wrksrc=${pkgname%-*}-${_commit} +revision=15 +wrksrc="${pkgname%-*}-${_commit}" _commit=00f602e10203b76fc28b4615868c567e6bd4ced4 build_style=cmake build_options="upower hatchet kde xmpp" desc_option_hatchet="Enable support for http://hatchet.is" desc_option_kde="Enable support for KDE" desc_option_xmpp="Enable support for XMPP" -build_options_default=${build_options} +build_options_default="$build_options" configure_args="-Wno-dev -DBUILD_RELEASE=ON \ $(vopt_if hatchet '-DBUILD_HATCHET=ON' '-DBUILD_HATCHET=OFF') \ -DBUILD_WITH_QT4=OFF \ @@ -34,7 +34,7 @@ checksum=f93d36b246944657dcef98ff71410db8630c53b5565dc283fb15f57e5b301f79 provides="tomahawk-${version}_${revision}" replaces="tomahawk>=0" -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake" fi