Add gettext and Qt5LinguistTools

This commit is contained in:
Jonas Kvinge
2019-02-23 01:14:36 +01:00
parent 27233d2549
commit 5a2ad145e8
5 changed files with 11 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ pkgdesc="A music player aimed at audio enthusiasts and music collectors"
arch=(x86_64)
url="http://www.strawbs.org/"
license=(GPL3)
makedepends=(git cmake make gcc boost)
makedepends=(git cmake make gcc boost gettext qt5-tools)
depends=(
desktop-file-utils
hicolor-icon-theme
@@ -49,7 +49,7 @@ prepare() {
build() {
cd build
cmake ../$pkgname-@STRAWBERRY_VERSION_PACKAGE@ \
cmake ../${pkgname}-@STRAWBERRY_VERSION_PACKAGE@ \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_SYSTEM_TAGLIB=ON \
-DENABLE_STREAM_DEEZER=ON \