aboutsummaryrefslogtreecommitdiffstats
path: root/community/tomahawk
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-09-28 13:41:18 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-09-28 13:41:23 +0000
commit879e8ab4fe24f90051dc3c42a223e012eb32d346 (patch)
treefb4e1ee1c50d2c05d813ac7a26d9f19ea5773ce3 /community/tomahawk
parentff1d6659ba1a4819d1fee5e67064a99caef945f5 (diff)
downloadaports-879e8ab4fe24f90051dc3c42a223e012eb32d346.tar.bz2
aports-879e8ab4fe24f90051dc3c42a223e012eb32d346.tar.xz
community/tomahawk: bumped pkgrel for rebuild against new phonon, added maintainer
Diffstat (limited to 'community/tomahawk')
-rw-r--r--community/tomahawk/APKBUILD5
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 \