Date: Thursday, April 20, 2023 @ 11:15:54 Author: arojas Revision: 1447620
upgpkg: musescore 4.0.2-2: Fix displaying scores with latest qt5-declarative (FS#78258) Modified: musescore/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-20 11:15:21 UTC (rev 1447619) +++ PKGBUILD 2023-04-20 11:15:54 UTC (rev 1447620) @@ -5,7 +5,7 @@ pkgname=musescore pkgver=4.0.2 -pkgrel=1 +pkgrel=2 pkgdesc='Create, play and print beautiful sheet music' arch=(x86_64) url=https://musescore.org/ @@ -44,6 +44,12 @@ source=(git+https://github.com/musescore/MuseScore.git#tag=${_tag}) sha256sums=(SKIP) +prepare() { + cd MuseScore +# Fix display of scores with recent qt5-declarative + git cherry-pick -n c747bdbcba81109e2749015a575827b2494af971 +} + pkgver() { cd MuseScore git describe --tags | sed 's/^v//'
