Initial import
This commit is contained in:
parent
5680f78839
commit
19daa28498
1 changed files with 34 additions and 0 deletions
34
container.yaml
Normal file
34
container.yaml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
flatpak:
|
||||
id: org.kde.labplot2
|
||||
branch: stable
|
||||
component: LabPlot-flatpak
|
||||
name: labplot
|
||||
runtime-name: flatpak-kde5-runtime
|
||||
runtime-version: f40
|
||||
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/qt5/plugins/cantor/backends/cantor_{octave,sage,scilab}backend.so
|
||||
Loading…
Add table
Add a link
Reference in a new issue