Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update meson warp files #195

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
MATRIX_OS: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Python Dependencies
Expand All @@ -36,7 +36,7 @@ jobs:
with:
arch: x64
- name: Meson Setup
run: meson build $(test $MATRIX_OS = "ubuntu-latest" && echo "-Ddocs=true")
run: meson setup build $(test $MATRIX_OS = "ubuntu-latest" && echo "-Ddocs=true")
- name: Build
run: ninja -C build
- name: Test
Expand All @@ -54,8 +54,8 @@ jobs:
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Python Dependencies
Expand Down
15 changes: 11 additions & 4 deletions subprojects/freetype2.wrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[wrap-git]
directory=freetype
url=https://gitlab.freedesktop.org/freetype/freetype.git
revision=VER-2-11-0
[wrap-file]
directory = freetype-2.13.3
source_url = https://download.savannah.gnu.org/releases/freetype/freetype-2.13.3.tar.xz
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/freetype2_2.13.3-1/freetype-2.13.3.tar.xz
source_filename = freetype-2.13.3.tar.xz
source_hash = 0550350666d427c74daeb85d5ac7bb353acba5f76956395995311a9c6f063289
wrapdb_version = 2.13.3-1

[provide]
freetype2 = freetype_dep
freetype = freetype_dep
14 changes: 10 additions & 4 deletions subprojects/fribidi.wrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[wrap-git]
directory=fribidi
url=https://github.com/fribidi/fribidi.git
revision=v1.0.10
[wrap-file]
directory = fribidi-1.0.16
source_url = https://github.com/fribidi/fribidi/releases/download/v1.0.16/fribidi-1.0.16.tar.xz
source_filename = fribidi-1.0.16.tar.xz
source_hash = 1b1cde5b235d40479e91be2f0e88a309e3214c8ab470ec8a2744d82a5a9ea05c
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/fribidi_1.0.16-1/fribidi-1.0.16.tar.xz
wrapdb_version = 1.0.16-1

[provide]
fribidi = libfribidi_dep
14 changes: 10 additions & 4 deletions subprojects/harfbuzz.wrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[wrap-git]
directory=harfbuzz
url=https://github.com/harfbuzz/harfbuzz.git
revision=3.0.0
[wrap-file]
directory = harfbuzz-10.0.1
source_url = https://github.com/harfbuzz/harfbuzz/releases/download/10.0.1/harfbuzz-10.0.1.tar.xz
source_filename = harfbuzz-10.0.1.tar.xz
source_hash = b2cb13bd351904cb9038f907dc0dee0ae07127061242fe3556b2795c4e9748fc
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/harfbuzz_10.0.1-1/harfbuzz-10.0.1.tar.xz
wrapdb_version = 10.0.1-1

[provide]
dependency_names = harfbuzz, harfbuzz-cairo, harfbuzz-gobject, harfbuzz-icu, harfbuzz-subset