Update Rnote to 0.14.0 (ef5d60be) · Commits · René de Hesselle / rnote_macos · GitLab
René de Hesselle
·
2026-01-04
·
via rnote_macos:v0.14.0+227 commits
| Original line number |
Diff line number |
Diff line |
|
@@ -16,7 +16,7 @@ build: |
|
|
stage: build
|
|
|
parallel:
|
|
|
matrix:
|
|
|
- ARCHITECTURE: [ "arm64", "x86_64" ]
|
|
|
- ARCHITECTURE: [ "arm64" ]
|
|
|
tags:
|
|
|
- macos
|
|
|
- ${ARCHITECTURE}
|
|
@@ -29,9 +29,9 @@ build: |
|
|
CCACHE_MAXSIZE: "300Mi"
|
|
|
ORKA_RUNNER: sequoia-5
|
|
|
RNOTE_BUILD: $CI_PIPELINE_IID
|
|
|
SDKROOT: /opt/sdks/MacOSX11.3.sdk
|
|
|
SDKROOT: /opt/sdks/MacOSX13.3.sdk
|
|
|
script:
|
|
|
- !reference [ .verify_sdk, script ]
|
|
|
#- !reference [ .verify_sdk, script ]
|
|
|
- |
|
|
|
./110-bootstrap_jhb.sh
|
|
|
./120-build_gtk4.sh
|
|
|
| Original line number |
Diff line number |
Diff line |
|
@@ -40,11 +40,6 @@ fi |
|
|
git -C "$RNOTE_SRC_DIR" checkout "$RNOTE_VERSION"
|
|
|
git -C "$RNOTE_SRC_DIR" submodule update --init --recursive
|
|
|
|
|
|
(
|
|
|
cd "$RNOTE_SRC_DIR" || return
|
|
|
patch -p1 < "$SELF_DIR"/resources/rnote_bundle.patch
|
|
|
)
|
|
|
|
|
|
# add build number to Rnote version
|
|
|
gsed -i "s/\(patch\ = '[^']*\)/\1 ($RNOTE_BUILD)/" "$RNOTE_SRC_DIR"/meson.build
|
|
|
|
|
|
| Original line number |
Diff line number |
Diff line |
|
@@ -4,7 +4,7 @@ |
|
|
|
|
|

|
|
|
|
|
|
This is the official macOS release for [Rnote](https://rnote.flxzt.net). The app is standalone, relocatable and supports macOS Big Sur up to macOS Sequoia.
|
|
|
This is the official macOS release for [Rnote](https://rnote.flxzt.net). The app is standalone, relocatable and supports macOS Ventura up to macOS Sequoia. It should work on Tahoe as well, but I can't make assurances about things I don't use myself.
|
|
|
|
|
|
## Download
|
|
|
|
|
|
| Original line number |
Diff line number |
Diff line |
|
@@ -222,7 +222,7 @@ |
|
|
a cmake file introduced by that patch below.
|
|
|
-->
|
|
|
<cmake id="rust"
|
|
|
cmakeargs="-DVERSION=1.91.0"
|
|
|
cmakeargs="-DVERSION=1.94.0"
|
|
|
supports-non-srcdir-builds="no"
|
|
|
use-ninja="no">
|
|
|
<branch module="rust-lang/rustup/archive/1.28.1.tar.gz"
|
|
|
| Original line number |
Diff line number |
Diff line |
|
@@ -31,7 +31,7 @@ RNOTE_APP_PLIST=$RNOTE_APP_CON_DIR/Info.plist |
|
|
|
|
|
RNOTE_BUILD=${RNOTE_BUILD:-0}
|
|
|
|
|
|
RNOTE_VERSION=${RNOTE_VERSION:-v0.13.1}
|
|
|
RNOTE_VERSION=${RNOTE_VERSION:-v0.14.0}
|
|
|
RNOTE_URL=https://github.com/flxzt/rnote
|
|
|
|
|
|
### functions ##################################################################
|
|
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。