Added flatpak support

This commit is contained in:
Jeremy Borgman
2020-08-25 08:31:45 -05:00
parent 3e226651db
commit cb50a282e8
2 changed files with 20 additions and 1 deletions

2
.gitignore vendored
View File

@@ -51,7 +51,7 @@ flameshot*.tar.bz2
.vscode/
build/
data/flatpak/.flatpak-builder
# NVIM
*~

View File

@@ -0,0 +1,19 @@
app-id: org.flameshot.app
runtime: org.kde.Platform
runtime-version: '5.14'
sdk: org.kde.Sdk
command: flameshot
finish-args:
- --share=ipc
- --socket=x11
- --socket=wayland
- --filesystem=host
modules:
- name: flameshot
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
sources:
- type: git
url: https://github.com/borgmanJeremy/flameshot/
branch: master