python-plotly was retired from Fedora for lack of a maintainer. The alternative is matplotlib but that will take more work to include.
48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
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: f44
|
|
packages:
|
|
- LabPlot
|
|
# cantor dependencies
|
|
- cantor-R
|
|
- gnuplot
|
|
- maxima
|
|
- octave
|
|
- python3-numpy
|
|
- qalculate
|
|
command: labplot
|
|
rename-icon: labplot
|
|
rename-mime-file: labplot.xml
|
|
add-extensions:
|
|
org.fedoraproject.Sdk.Extension.texlive:
|
|
directory: texlive
|
|
version: f44
|
|
add-ld-path: lib
|
|
no-autodownload: true
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=host
|
|
--filesystem=/tmp
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--share=network
|
|
--share=ipc
|
|
--socket=x11
|
|
--own-name=org.kde.Cantor.*
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|
|
--env=PATH=/app/bin:/app/texlive/bin:/usr/bin
|
|
--env=PERL5LIB=/app/texlive/lib/perl5
|
|
--env=TEXMFROOT=/app/texlive
|
|
cleanup-commands: |
|
|
rm -f /app/lib64/qt5/plugins/cantor/backends/cantor_{sage,scilab}backend.so
|
|
rm -f /app/share/knsrcfiles/cantor_{sage,scilab}.knsrc
|
|
rm -f /app/share/icons/hicolor/*/apps/{sage,scilab}backend.*
|