-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathorg.cubocore.CoreTime.yml
41 lines (41 loc) · 1.05 KB
/
org.cubocore.CoreTime.yml
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
app-id: org.cubocore.CoreTime
runtime: org.kde.Platform
runtime-version: '5.15-23.08'
sdk: org.kde.Sdk
command: coretime
finish-args:
- --share=ipc
- --share=network
- --socket=fallback-x11
- --socket=wayland
- --socket=pulseaudio # Required for ringing alarm
- --device=dri
- --filesystem=home # Storing weather data
- --talk-name=org.kde.StatusNotifierWatcher
- --talk-name=org.freedesktop.Notifications
cleanup:
- /include
- /lib/cmake
- /lib/pkgconfig
- /share/pkgconfig
- /man
- /share/man
- /lib/*.la
- /lib/*.a
modules:
- name: libcprime
buildsystem: cmake-ninja
sources:
- type: git
url: https://gitlab.com/cubocore/libcprime.git
tag: v4.5.0
- name: coretime
post-install:
- install -Dp -m 644 org.cubocore.CoreTime.appdata.xml /app/share/appdata/org.cubocore.CoreTime.appdata.xml
buildsystem: cmake-ninja
sources:
- type: file
path: org.cubocore.CoreTime.appdata.xml
- type: git
url: https://gitlab.com/cubocore/coreapps/coretime.git
tag: v4.5.0