Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
musescore
Commits:
b04bfac8 by Maxime Gauduin at 2023-12-05T17:01:06+01:00
actually cherry-pick the freetype patch
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = musescore
pkgdesc = Create, play and print beautiful sheet music
pkgver = 4.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://musescore.org/
arch = x86_64
groups = pro-audio
@@ -16,6 +16,7 @@ pkgbase = musescore
makedepends = texlive-core
depends = gcc-libs
depends = glibc
+ depends = hicolor-icon-theme
depends = libasound.so
depends = libfreetype.so
depends = libsndfile.so
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=musescore
pkgver=4.1.1
-pkgrel=3
+pkgrel=4
pkgdesc='Create, play and print beautiful sheet music'
arch=(x86_64)
url=https://musescore.org/
@@ -14,6 +14,7 @@ groups=(pro-audio)
depends=(
gcc-libs
glibc
+ hicolor-icon-theme
libasound.so
libfreetype.so
libsndfile.so
@@ -46,8 +47,10 @@ sha256sums=(SKIP)
prepare() {
cd MuseScore
-# Fix display of scores with recent qt5-declarative
+ # Fix display of scores with recent qt5-declarative
git cherry-pick -n c747bdbcba81109e2749015a575827b2494af971
+ # Enable use of system freetype
+ git cherry-pick -n 9ab6b32b1c3b990cfa7bb172ee8112521dc2269c
}
pkgver() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/musescore/-/commit/b04bfac8d5b5ee87b33b723c49828be8d8cc57f8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/musescore/-/commit/b04bfac8d5b5ee87b33b723c49828be8d8cc57f8
You're receiving this email because of your account on gitlab.archlinux.org.