1.6.6-2: workaround for build failure #253

This commit is contained in:
2018-10-17 10:37:23 +02:00
parent 9da0873cb2
commit dfe7057edb
2 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = orion
pkgdesc = QML/C++-written desktop client for Twitch.tv
pkgver = 1.6.6
pkgrel = 1
pkgrel = 2
url = https://github.com/alamminsalo/orion/
arch = x86_64
license = GPL3

View File

@@ -5,7 +5,7 @@
pkgname=orion
pkgver=1.6.6
pkgrel=1
pkgrel=2
pkgdesc="QML/C++-written desktop client for Twitch.tv"
arch=('x86_64')
url="https://github.com/alamminsalo/orion/"
@@ -14,6 +14,13 @@ depends=('mpv' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-quickcontrols' 'qt5-graphical
source=("$pkgname-$pkgver.tar.gz::https://github.com/alamminsalo/orion/archive/${pkgver}.tar.gz")
sha256sums=('3c8750555e9302e49904c43f35f2c2870a0224a231304c63301b9112471575e1')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"
# Fix for https://github.com/alamminsalo/orion/issues/253
sed -i 's/c++11/c++14/g' orion.pro
}
build() {
cd "$srcdir/${pkgname}-${pkgver}"
qmake CONFIG+=mpv