21 lines
644 B
YAML
21 lines
644 B
YAML
flatpak:
|
|
id: org.librecad.librecad
|
|
branch: stable
|
|
runtime-name: flatpak-kde5-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- librecad
|
|
command: librecad
|
|
rename-appdata-file: librecad.appdata.xml
|
|
rename-desktop-file: librecad.desktop
|
|
rename-icon: librecad
|
|
rename-mime-file: librecad.xml
|
|
finish-args: |-
|
|
--device=dri
|
|
--filesystem=home
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--share=ipc
|
|
--socket=x11
|
|
--env=QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
cleanup-commands: |
|
|
install -D -m0644 -t /app/share/icons/hicolor/128x128/apps/ /app/share/pixmaps/librecad.png
|