-
Notifications
You must be signed in to change notification settings - Fork 3
/
xyz.mx_moment.moment.yaml
95 lines (88 loc) · 2.51 KB
/
xyz.mx_moment.moment.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
id: xyz.mx_moment.moment
runtime: org.kde.Platform
sdk: org.kde.Sdk
runtime-version: 5.15-23.08
command: moment
finish-args:
- --share=ipc
- --share=network
- --socket=fallback-x11
- --socket=wayland
- --socket=pulseaudio
- --device=dri
- --talk-name=org.freedesktop.Notifications
- --talk-name=org.kde.StatusNotifierWatcher
rename-icon: moment
rename-desktop-file: moment.desktop
rename-appdata-file: moment.metainfo.xml
cleanup:
- /app/include
- /app/lib/cmake
- /app/bin/cairosvg
- /app/bin/chardetect
- /app/bin/futurize
- /app/bin/jsonschema
- /app/bin/pasteurize
- /app/bin/pwiz.py
modules:
- name: pyotherside
buildsystem: qmake
sources:
- type: archive
url: https://github.com/thp/pyotherside/archive/1.6.0.tar.gz
sha256: ead71d0a549acb6664d72745fae5b1d4e433274c64be6a680ceeeef0754451ab
- type: patch
path: pyotherside.patch
- name: olm
buildsystem: cmake-ninja
sources:
- type: archive
url: https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.16/olm-3.2.16.tar.gz
sha256: 1e90f9891009965fd064be747616da46b232086fe270b77605ec9bda34272a68
x-checker-data:
type: anitya
project-id: 29706
stable-only: true
url-template: https://gitlab.matrix.org/matrix-org/olm/-/archive/$version/olm-$version.tar.gz
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- name: libzen
subdir: Project/GNU/Library
config-opts:
- --enable-shared
- --disable-static
cleanup:
- /bin
- /include
- /lib/pkgconfig
- /lib/*.la
sources:
- type: archive
url: https://mediaarea.net/download/source/libzen/0.4.39/libzen_0.4.39.tar.gz
sha256: bbf877062227828ccca63d36af04a16789f3f1013e0c99f6dfd908bf5f2dbe43
- name: libmediainfo
subdir: Project/GNU/Library
config-opts:
- --enable-shared
- --disable-static
- --with-libcurl
cleanup:
- /bin
- /include
- /lib/pkgconfig
- /lib/*.la
sources:
- type: archive
url: https://mediaarea.net/download/source/libmediainfo/22.06/libmediainfo_22.06.tar.gz
sha256: 527a6e26d5b44665c6d8ce784d7c855a8bdc3dbb9d785fbe70f544eebbe20487
- python3-modules.json
- name: moment
buildsystem: qmake
sources:
- type: git
url: https://gitlab.com/mx-moment/moment.git
tag: v0.7.5
commit: e3ea5f8051e0fd7edcb0ac7d7c0dd41c36016976
x-checker-data:
type: git
tag-pattern: ^v([\d.]+)$