tomahawk-qt5: rebuild against libquazip5.so.1

This commit is contained in:
maxice8 2018-08-01 21:28:59 -03:00
parent f03a4254c1
commit 93a36698b4

View file

@ -1,15 +1,15 @@
# Template file for 'tomahawk' # Template file for 'tomahawk-qt5'
pkgname=tomahawk-qt5 pkgname=tomahawk-qt5
version=0.8.4 version=0.8.4
revision=14 revision=15
wrksrc=${pkgname%-*}-${_commit} wrksrc="${pkgname%-*}-${_commit}"
_commit=00f602e10203b76fc28b4615868c567e6bd4ced4 _commit=00f602e10203b76fc28b4615868c567e6bd4ced4
build_style=cmake build_style=cmake
build_options="upower hatchet kde xmpp" build_options="upower hatchet kde xmpp"
desc_option_hatchet="Enable support for http://hatchet.is" desc_option_hatchet="Enable support for http://hatchet.is"
desc_option_kde="Enable support for KDE" desc_option_kde="Enable support for KDE"
desc_option_xmpp="Enable support for XMPP" desc_option_xmpp="Enable support for XMPP"
build_options_default=${build_options} build_options_default="$build_options"
configure_args="-Wno-dev -DBUILD_RELEASE=ON \ configure_args="-Wno-dev -DBUILD_RELEASE=ON \
$(vopt_if hatchet '-DBUILD_HATCHET=ON' '-DBUILD_HATCHET=OFF') \ $(vopt_if hatchet '-DBUILD_HATCHET=ON' '-DBUILD_HATCHET=OFF') \
-DBUILD_WITH_QT4=OFF \ -DBUILD_WITH_QT4=OFF \
@ -34,7 +34,7 @@ checksum=f93d36b246944657dcef98ff71410db8630c53b5565dc283fb15f57e5b301f79
provides="tomahawk-${version}_${revision}" provides="tomahawk-${version}_${revision}"
replaces="tomahawk>=0" replaces="tomahawk>=0"
if [ -n "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake" hostmakedepends+=" qt5-host-tools qt5-qmake"
fi fi