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