-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathin.captnemo.hackertray.yml
More file actions
31 lines (28 loc) · 1.03 KB
/
Copy pathin.captnemo.hackertray.yml
File metadata and controls
31 lines (28 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
app-id: in.captnemo.hackertray
runtime: org.gnome.Platform
runtime-version: "49"
sdk: org.gnome.Sdk
command: hackertray
finish-args:
- --share=ipc
- --share=network
- --socket=x11
- --socket=wayland
- --talk-name=org.kde.StatusNotifierWatcher
- --talk-name=com.canonical.indicator.application
- --talk-name=org.ayatana.indicator.application
- --filesystem=~/.mozilla/firefox:ro
- --filesystem=~/.config/mozilla/firefox:ro
- --filesystem=~/.var/app/org.mozilla.firefox/.mozilla/firefox:ro
- --filesystem=~/.config/google-chrome:ro
modules:
- shared-modules/libappindicator/libappindicator-gtk3-introspection-12.10.json
- name: hackertray
buildsystem: simple
build-commands:
- pip3 install --no-deps --no-build-isolation --prefix=/app .
- install -Dm644 hackertray/data/hacker-tray.png /app/share/icons/hicolor/24x24/apps/hacker-tray.png
- install -Dm644 hackertray/data/hacker-tray-light.png /app/share/icons/hicolor/24x24/apps/hacker-tray-light.png
sources:
- type: dir
path: .