This was done upstream to fix supposed issues with QADS on Wayland: https://invent.kde.org/education/labplot/-/merge_requests/675
36 lines
920 B
YAML
36 lines
920 B
YAML
platforms:
|
|
only:
|
|
- x86_64
|
|
- aarch64
|
|
- ppc64le
|
|
flatpak:
|
|
id: org.kde.labplot
|
|
branch: stable
|
|
component: LabPlot-flatpak
|
|
name: labplot
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f42
|
|
packages:
|
|
- LabPlot
|
|
# cantor dependencies
|
|
- gnuplot
|
|
- maxima
|
|
- python3-numpy
|
|
- python3-plotly
|
|
- qalculate
|
|
command: labplot
|
|
rename-icon: labplot
|
|
rename-mime-file: labplot.xml
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=host
|
|
--filesystem=/tmp
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--share=network
|
|
--share=ipc
|
|
--socket=x11
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|
|
cleanup-commands: |
|
|
rm -fr /app/include/
|
|
rm -f /app/lib64/qt6/plugins/cantor/backends/cantor_{octave,sage,scilab}backend.so
|