34 lines
919 B
YAML
34 lines
919 B
YAML
flatpak:
|
|
id: org.kde.labplot2
|
|
branch: stable
|
|
component: LabPlot-flatpak
|
|
name: labplot
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f41
|
|
packages:
|
|
- LabPlot
|
|
# cantor dependencies
|
|
- gnuplot
|
|
- name: maxima
|
|
platforms:
|
|
only:
|
|
- aarch64
|
|
- x86_64
|
|
- python3-numpy
|
|
- python3-plotly
|
|
- qalculate
|
|
command: labplot2
|
|
rename-icon: labplot2
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=host
|
|
--filesystem=/tmp
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--share=network
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|
|
cleanup-commands: |
|
|
rm -f /app/lib64/qt6/plugins/cantor/backends/cantor_{octave,sage,scilab}backend.so
|