16 Commits

Author SHA1 Message Date
HellAholic
bb0c17b2fd
Revert "qt6.6 scroll issues" 2024-01-10 15:41:20 +01:00
saumya.jain
2fbdb633e1 qt6.6 scroll issues
CURA-11468
2024-01-03 12:23:40 +01:00
Jelle Spijker
5125c7d33a
Don't package system managed openssl
This should fall back on the Conan package ssl version which is in the root of the AppDir

Contributes to CURA-11080
2023-12-13 17:00:12 +01:00
Jelle Spijker
692b27ce3c
Use less sources 2023-11-01 10:25:27 +01:00
Jelle Spijker
b4117bc601
no need to package glibc-source 2023-10-25 01:34:04 +02:00
Jelle Spijker
888c9e4bea
Add runtime compat to LD_LIBRARY_PATH
That file containst libstdc++.so

Contributes to CURA-11145
2023-10-24 09:22:45 +02:00
Jelle Spijker
57a7cdc08c
Use LD_LIBRARY_PATH
Hoping that setting the `LD_LIBRARY_PATH` will ensure the correct glibc is used. And ensure that glibc is installed

Contributes to CURA-11145
2023-10-24 08:28:13 +02:00
Jelle Spijker
dd2a80876f
Update package dependencies in AppImageBuilder
The changes include adding several packages to the list of dependencies for the AppImage-builder, such as libgtk,
librsvg2, imagemagick and icon themes. Furthermore, adjustments were made to the runtime environment variables
(GDK_PIXBUF_MODULEDIR and GDK_PIXBUF_MODULE_FILE). Excluded file paths were also updated to exclude unnecessary
documentation files.

Contributes to CURA-11132
2023-10-23 14:52:05 +02:00
Jelle Spijker
e999ba8ffd
Update AppImage build configuration
This update removes various icon-theme exclusions from the AppImage build configuration and includes specific hicolor
icon files. It also adds new environment variables and path mappings for handling user data more efficiently within the
AppImage. This aims to optimize the packing process and improve the resultant AppImage's compatibility and performance.

Contributes to CURA-11132
2023-10-23 13:12:40 +02:00
Jelle Spijker
d8ef4c381c
Less bloat
Could also be a solution for:
- #16932
- #16935

Fixes CURA-11146
Fixes #16931
2023-10-11 14:21:24 +02:00
Jelle Spijker
6106ade3af
Fix missing asc file in Linux build artifacts
The asc was created for the AppImage, but never uploaded as an
artifact.

Fixes CURA-11087
2023-10-02 09:49:04 +02:00
Jelle Spijker
7eedcac62f
Add includes for apt packages
Based on: https://github.com/AppImageCrafters/appimage-builder/blob/main/recipes/hello-world-qt6/AppImageBuilder.yml

Contributes CURA-10951
2023-09-05 08:37:24 +02:00
Jelle Spijker
c29fcd7dce
Skip the AppImage test
Contributes CURA-10951
2023-09-05 07:24:14 +02:00
Jelle Spijker
e558b11ebd
Minor fixes
Contributes CURA-10951
2023-09-05 06:32:06 +02:00
Jelle Spijker
c5e3821116
Fix the AppImage-builder scripts
Contributes CURA-10951
2023-09-05 06:12:47 +02:00
Jelle Spijker
b5fbcce33f
Add AppImage builder configs and scripts
Added the configuration file `AppImageBuilder.yml.jinja`, the Python script `create_appimage.py`, and the shell script
`entrypoint.sh.jinja` for AppImage building and packaging. These additions would enable the Cura application to be built
into a single, standalone, executables file for Linux users, improving software deployment and distribution.

Contributes CURA-10951
2023-09-05 05:13:21 +02:00