Skip to content

Commit

Permalink
add app indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
madeofpendletonwool committed Dec 10, 2024
1 parent 2010f74 commit d9239de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions clients/flatpak/com.gooseberrydevelopment.pinepods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,18 @@ finish-args:
- --socket=fallback-x11 # Permission needed to show the window
- --device=dri # OpenGL, not necessary for all projects
- --share=ipc
- --socket=pulseaudio # For audio support
- --share=network # For network access

modules:
- name: libayatana-appindicator
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
sources:
- type: git
url: https://github.com/AyatanaIndicators/libayatana-appindicator.git
tag: 0.5.93
- name: binary
buildsystem: simple
sources:
Expand Down

0 comments on commit d9239de

Please sign in to comment.