-
Notifications
You must be signed in to change notification settings - Fork 13
/
com.github.aperezdc.termite.yaml
42 lines (42 loc) · 1.31 KB
/
com.github.aperezdc.termite.yaml
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
32
33
34
35
36
37
38
39
40
41
42
app-id: com.github.aperezdc.termite
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: termite
rename-desktop-file: termite.desktop
finish-args:
- --device=dri
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --socket=x11
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.kde.StatusNotifierWatcher
cleanup:
- /include
- /lib/pkgconfig
- /lib/systemd
- '*.a'
- '*.la'
modules:
- name: termite
buildsystem: meson
sources:
- type: archive
url: https://github.com/aperezdc/termite/releases/download/v16.1/termite-16.1.tar.xz
sha256: 16feb97ace7d5777675fa2c6cae6c9f4a1feb49d59a80b293fc81e369e8b3a6d
x-checker-data:
type: anitya
project-id: 11226
stable-only: true
url-template: https://github.com/aperezdc/termite/releases/download/v$version/termite-$version.tar.xz
- name: termite-byobu
buildsystem: simple
build-commands:
- install -Dm644 ${FLATPAK_ID}.byobu.desktop -t ${FLATPAK_DEST}/share/applications/
- install -Dm644 ${FLATPAK_DEST}/share/{byobu/pixmaps/,icons/hicolor/scalable/apps/${FLATPAK_ID}.}byobu.svg
sources:
- type: file
path: com.github.aperezdc.termite.byobu.desktop
modules:
- ../shared-modules/byobu/byobu.json