diff options
-rw-r--r-- | community/tomahawk/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/tomahawk/APKBUILD b/community/tomahawk/APKBUILD index c9b2d2992c..43af0b70c0 100644 --- a/community/tomahawk/APKBUILD +++ b/community/tomahawk/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> -# Maintainer: +# Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=tomahawk pkgver=0.8.4 -pkgrel=5 +pkgrel=6 pkgdesc="A Music Player App written in C++/Qt" url="http://tomahawk-player.org/" arch="all" @@ -37,6 +37,7 @@ build() { cmake "$_builddir" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ + -DFORCE_QT4=ON \ -DCMAKE_INSTALL_LIBEXECDIR=lib/${pkgname} \ -DBUILD_SHARED_LIBS=True \ -DCMAKE_BUILD_TYPE=Release \ |