musescore: update to 2.3

This commit is contained in:
Francesco Marinucci 2018-07-04 16:00:47 +02:00
parent f20b663544
commit 487460d19b
2 changed files with 4 additions and 20 deletions

View File

@ -1,6 +1,6 @@
pkgname=musescore
_pkgname=MuseScore
pkgver=2.2.1
pkgver=2.3
pkgrel=2
pkgdesc="A music score editor written in Qt"
arch=('x86_64')
@ -12,16 +12,10 @@ optdepends=('lame: MP3 export')
categories=('multimedia')
install=musescore.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$_pkgname/archive/v$pkgver.tar.gz"
'musescore.conf'
'qt511.patch')
sha256sums=('261a39e34ee314780f75259ec2971acf69b5f4a2e0b2eb190acdb7fbbd4a89d6'
'397b5431137d468a64b768670efdf385c27cb7298ee9295a32323a2610427928'
'4f3eff67731af1ba05fb29c56ba70a8e244f365c2e6f71f169a6787a8e63a812')
'musescore.conf')
sha256sums=('28dee6854585763fc3b89744ad69afe22f9073d8918836bfceb8be8d9bb1b7c5'
'397b5431137d468a64b768670efdf385c27cb7298ee9295a32323a2610427928')
prepare() {
# Fix Qt 5.11 build - taken from https://github.com/musescore/MuseScore/commit/d10e70415c8e52e2ba9d45de564467e42f66c102#diff-b7ba372d02405ba296d1238b72a5b70c
patch -i qt511.patch
}
build() {
cd $_pkgname-$pkgver

View File

@ -1,10 +0,0 @@
--- a/MuseScore-2.2.1/all.h 2018-04-03 14:22:48.000000000 +0100
+++ b/MuseScore-2.2.1/all.h 2018-06-27 09:34:56.542724682 +0100
@@ -113,6 +113,7 @@
#include <QProgressBar>
#include <QProgressDialog>
#include <QRadioButton>
+#include <QButtonGroup>
#include <QSplashScreen>
#include <QFontComboBox>
#include <QApplication>