mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-14 12:37:46 +00:00
figure out why wxwidgets isnt getting its patches applied
This commit is contained in:
@@ -81,8 +81,7 @@ modules:
|
|||||||
- "*.a"
|
- "*.a"
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
# url: https://archive.mesa3d.org/mesa-20.2.6.tar.xz
|
url: https://archive.mesa3d.org/mesa-20.2.6.tar.xz
|
||||||
url: https://ftp.icm.edu.pl/pub/graphics/mesa/mesa-20.2.6.tar.xz
|
|
||||||
sha256: f12ca3c6c622f11cd79ad66b4220f04514fa96f795062fe92a37339ab19885db
|
sha256: f12ca3c6c622f11cd79ad66b4220f04514fa96f795062fe92a37339ab19885db
|
||||||
|
|
||||||
- name: glu
|
- name: glu
|
||||||
@@ -190,7 +189,7 @@ modules:
|
|||||||
- |
|
- |
|
||||||
mkdir deps/build && cd deps/build
|
mkdir deps/build && cd deps/build
|
||||||
cmake ../ \
|
cmake ../ \
|
||||||
-DDEP_WX_GTK3=1 \
|
-DDEP_WX_GTK3=ON \
|
||||||
-DDEP_DOWNLOAD_DIR=/run/build/orca_deps/external-packages \
|
-DDEP_DOWNLOAD_DIR=/run/build/orca_deps/external-packages \
|
||||||
-DCMAKE_PREFIX_PATH=/app \
|
-DCMAKE_PREFIX_PATH=/app \
|
||||||
-DDESTDIR=/app \
|
-DDESTDIR=/app \
|
||||||
@@ -325,13 +324,14 @@ modules:
|
|||||||
-DCMAKE_INSTALL_PREFIX=/app \
|
-DCMAKE_INSTALL_PREFIX=/app \
|
||||||
-DCMAKE_INSTALL_LIBDIR=/app/lib \
|
-DCMAKE_INSTALL_LIBDIR=/app/lib \
|
||||||
-DCMAKE_PREFIX_PATH=/app \
|
-DCMAKE_PREFIX_PATH=/app \
|
||||||
|
-DSLIC3R_WX_STABLE=OFF \
|
||||||
-DSLIC3R_PCH=OFF \
|
-DSLIC3R_PCH=OFF \
|
||||||
-DSLIC3R_FHS=ON \
|
-DSLIC3R_FHS=ON \
|
||||||
-DSLIC3R_GTK=3 \
|
-DSLIC3R_GTK=3 \
|
||||||
-DSLIC3R_STATIC=ON \
|
-DSLIC3R_STATIC=ON \
|
||||||
-DSLIC3R_BUILD_TESTS=OFF \
|
-DSLIC3R_BUILD_TESTS=OFF \
|
||||||
-DSLIC3R_DESKTOP_INTEGRATION=OFF \
|
-DSLIC3R_DESKTOP_INTEGRATION=OFF \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DBBL_RELEASE_TO_PUBLIC=1
|
-DBBL_RELEASE_TO_PUBLIC=1
|
||||||
CXXFLAGS=-std=gnu++20 cmake --build . --target install -j$FLATPAK_BUILDER_N_JOBS
|
CXXFLAGS=-std=gnu++20 cmake --build . --target install -j$FLATPAK_BUILDER_N_JOBS
|
||||||
|
|
||||||
@@ -361,19 +361,9 @@ modules:
|
|||||||
- type: dir
|
- type: dir
|
||||||
path: ../
|
path: ../
|
||||||
|
|
||||||
|
|
||||||
- type: patch
|
- type: patch
|
||||||
path: patches/0001-Work-around-ClipperLib-union_-declaration-problem.patch
|
path: patches/0001-Work-around-ClipperLib-union_-declaration-problem.patch
|
||||||
|
|
||||||
# Use system deps instead of building them within BambuStudio
|
|
||||||
# https://github.com/hadess/BambuStudio/tree/wip/hadess/use-sysdeps , modified
|
|
||||||
#- type: patch
|
|
||||||
# path: patches/use-sysdeps.patch
|
|
||||||
|
|
||||||
## other patches to contrib
|
|
||||||
#- type: patch
|
|
||||||
# path: patches/0001-megapatch.patch
|
|
||||||
|
|
||||||
# AppData metainfo for Gnome Software & Co.
|
# AppData metainfo for Gnome Software & Co.
|
||||||
- type: file
|
- type: file
|
||||||
path: io.github.softfever.OrcaSlicer.metainfo.xml
|
path: io.github.softfever.OrcaSlicer.metainfo.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user