musescore-snap:master

Last commit made on 2021-01-28
Get this branch:
git clone -b master https://git.launchpad.net/musescore-snap

Branch merges

Branch information

Name:
master
Repository:
lp:musescore-snap

Recent commits

9d328cb... by Marc Peña

Merge pull request #5 from cpaelzer/fix-stable-builds

Fix stable builds

1e02ea6... by Christian Ehrhardt 

support build from stable minor releases

Recently 3.6.1 was released [1] but the current tag pattern
won't pick those up. The change to stable-tag-pattern makes snapcraft
see v3.6.1 but should hopefully still move to e.g. v3.7 once it exists.

[1]: https://github.com/musescore/MuseScore/releases/tag/v3.6.1

Signed-off-by: Christian Ehrhardt <email address hidden>

81a7e69... by Christian Ehrhardt 

Add libqt5quickwidgets5 to staging (missing dependency)

This fixes the following recent issue reported at build time:
  Priming musescore
  The 'musescore' part is missing libraries that are not included in the
  snap or base. They can be satisfied by adding the following entries to
  the existing stage-packages for this part:
  - libqt5quickwidgets5

Signed-off-by: Christian Ehrhardt <email address hidden>

c6ab2bd... by Marc Peña

Merge pull request #4 from cpaelzer/fix-x11-lib-issue

Fix x11 lib issue

eaae6b9... by Christian Ehrhardt 

fix missing x11 libs in desktop-qt5 part

Signed-off-by: Christian Ehrhardt <email address hidden>

e140ddb... by Christian Ehrhardt 

sort package lists

Signed-off-by: Christian Ehrhardt <email address hidden>

1c9c555... by Marc Peña

Merge pull request #3 from cpaelzer/fix-build

Fix build of 3.6

e189101... by Christian Ehrhardt 

Readme: fix typo

Signed-off-by: Christian Ehrhardt <email address hidden>

c689917... by Christian Ehrhardt 

fix qt5 version detection

by installing qt5-default in the build environment.

Signed-off-by: Christian Ehrhardt <email address hidden>

a5fc8f2... by Marc Peña

adjust stable-tag-pattern regular expresion to match digit + dot + digit / digit + dot + digit + dot + digit