forked from linuxdeepin/dde-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinglong.yaml
37 lines (33 loc) · 814 Bytes
/
linglong.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
package:
id: org.dde.calendar
name: "dde-calendar"
version: 5.11.1.2
kind: app
description: |
calendar for deepin os.
runtime:
id: org.deepin.Runtime
version: 23.0.0
depends:
- id: "dde-qt-dbus-factory"
version: 5.5.12
type: runtime
- id: icu
version: 63.1
type: runtime
- id: xcb-util
version: 0.3.8.1
type: runtime
- id: libical3
version: 3.0.4
type: runtime
source:
kind: local
build:
kind: cmake
manual:
configure: |
cmake -B ${build_dir} ${conf_args} \
-DVERSION=${VERSION} \
-DEXEC_DDE_CALENDAR="/usr/bin/ll-cli run org.dde.calendar --exec dde-calendar" \
-DEXEC_DDE_CALENDAR_SERVICE="/usr/bin/ll-cli run org.dde.calendar --exec /opt/apps/org.dde.calendar/files/lib/deepin-daemon/dde-calendar-service"