Skip to content

Commit

Permalink
Add flatpak build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SneWs committed Jul 10, 2024
1 parent 1a09c88 commit eefb547
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ _deps
build/
cmake-build-debug/
cmake-build-release/

packaging/
.flatpak-builder/
20 changes: 20 additions & 0 deletions packaging/flatpak/org.flatpak.tail-tray.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
id: org.flatpak.tail-tray
runtime: org.kde.Platform
runtime-version: '6.7'
sdk: org.kde.Sdk
command: tail-tray
finish-args:
- --share=ipc
- --socket=x11
- --filesystem=host
- --socket=fallback-x11
- --socket=wayland
- --device=dri
modules:
- name: tail-tray
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
sources:
- type: dir
path: ../../

0 comments on commit eefb547

Please sign in to comment.