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 io.github.mjonuschat.PrusaSlicer.yml #5

Merged
merged 3 commits into from
Dec 30, 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
15 changes: 7 additions & 8 deletions .flatpak/io.github.mjonuschat.PrusaSlicer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@ modules:
sources:

# PrusaSlicer dependencies source
- type: git
url: https://github.com/mjonuschat/PrusaSlicer
tag: version_2.8.1+boss
- type: dir
path: ".."

# Cereal
- type: file
Expand Down Expand Up @@ -267,9 +266,10 @@ modules:

# LibBGCode
- type: file
url: https://github.com/prusa3d/libbgcode/archive/b5c57c423c958a78dacae468aeee63ab3d2de947.zip
url: https://github.com/prusa3d/libbgcode/archive/d33a277a3ce2c0a7f9ba325caac6d730e0f7a412.zip
dest: external-packages/LibBGCode
sha256: ade82ffe9c1a1876c9d4d264948fa146d33d6a9c7cc23f6422fbbdb2949c5d75
sha256: 0db3b0852df8d3ae32a4283884bc4ad6f1dd4d3c748ed679491f70b1e1d1acd5

- type: file # Patched TBB cmake to make build without lto flag
dest: deps/+TBB
path: patches/TBB/GNU.cmake
Expand Down Expand Up @@ -339,9 +339,8 @@ modules:
/app/share/icons/hicolor/128x128/mimetypes/io.github.mjonuschat.PrusaSlicer.text-x-gcode.png
update-mime-database /app/share/mime
sources:
- type: git
url: https://github.com/mjonuschat/PrusaSlicer
tag: version_2.8.1+boss
- type: dir
path: ".."
- type: patch # Fix download from printables. More info: https://github.com/prusa3d/PrusaSlicer/pull/12785
path: patches/0001-don-t-call-show_downloader_registration_dialog-if-SL.patch

Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@ name: Build Linux

on:
workflow_call:
workflow_dispatch:

jobs:
build_flatpak:
name: Compile & Bundle Flatpak
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-47
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
options: --privileged
env:
date:
ver:
ver_pure:
date: ""
ver: ""
ver_pure: ""
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,7 +33,7 @@ jobs:
shell: bash

- name: Build PrusaSlicer (BOSS) Linux Flatpak
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: PrusaSlicer-${{ env.ver }}+Linux-${{ env.date }}.flatpak
manifest-path: .flatpak/io.github.mjonuschat.PrusaSlicer.yml
Expand Down
Loading