Date: Monday, January 18, 2021 @ 08:36:41 Author: alucryd Revision: 822640
upgpkg: musescore 3.6-1 Modified: musescore/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-18 08:35:51 UTC (rev 822639) +++ PKGBUILD 2021-01-18 08:36:41 UTC (rev 822640) @@ -4,8 +4,8 @@ # Contributor: Dr.Egg <[email protected]> pkgname=musescore -pkgver=3.5.2 -pkgrel=3 +pkgver=3.6 +pkgrel=1 pkgdesc='Create, play and print beautiful sheet music' arch=(x86_64) url=https://musescore.org/ @@ -39,20 +39,21 @@ texlive-core ) optdepends=('lame: MP3 export') -_tag=465e7b6fe50973a24a75891e27575a8d2b962f6a +_tag=1977cb36e44d218a83266c69df7bd985e9014208 source=(git+https://github.com/musescore/MuseScore.git#tag=${_tag}) sha256sums=(SKIP) +prepare() { + cd MuseScore + git cherry-pick -n 63d8b7ee90e9ec6604e334a3ebb12fced7fab36d + sed 's/option(BUILD_CRASH_REPORTER "Build with crash reporter" ON)/option(BUILD_CRASH_REPORTER "Build with crash reporter" OFF)/' -i CMakeLists.txt +} + pkgver() { cd MuseScore - git describe --tags | sed 's/^v//' } -prepare() { - sed 's/option(BUILD_CRASH_REPORTER "Build with crash reporter" ON)/option(BUILD_CRASH_REPORTER "Build with crash reporter" OFF)/' -i MuseScore/CMakeLists.txt -} - build() { make PREFIX=/usr NO_RPATH=TRUE USE_SYSTEM_FREETYPE=ON MUSESCORE_BUILD_CONFIG=release -C MuseScore revision release }
