Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: musescore 4.0.2-2: Fix displaying scores with latest qt5-decl…
Browse files Browse the repository at this point in the history
…arative (FS#78258)

git-svn-id: file:///srv/repos/svn-community/svn@1447620 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
arojas authored and svntogit committed Apr 20, 2023
1 parent 2dc8e3c commit 644aec9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -44,6 +44,12 @@ _tag=01137bd235b34b1265776025772a9511dd15f461
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//'
Expand Down

0 comments on commit 644aec9

Please sign in to comment.