-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.trackballs.Trackballs.yaml
77 lines (73 loc) · 1.85 KB
/
io.github.trackballs.Trackballs.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
app-id: io.github.trackballs.Trackballs
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
command: trackballs
rename-appdata-file: trackballs.appdata.xml
rename-desktop-file: trackballs.desktop
rename-icon: trackballs
finish-args:
- --device=all
- --share=network
- --share=ipc
- --socket=wayland
- --socket=fallback-x11
- --socket=pulseaudio
- --persist=.trackballs
modules:
- name: libatomic_ops
buildsystem: autotools
sources:
- type: archive
url: https://github.com/ivmai/libatomic_ops/releases/download/v7.6.10/libatomic_ops-7.6.10.tar.gz
sha256: 587edf60817f56daf1e1ab38a4b3c729b8e846ff67b4f62a6157183708f099af
cleanup:
- '*.a'
- '*.la'
- /include
- /share/info
- /share/man
- /share/aclocal
- /lib/pkgconfig
- name: bdwgc
buildsystem: autotools
sources:
- type: git
url: https://github.com/ivmai/bdwgc.git
tag: v7.6.6
cleanup:
- '*.a'
- '*.la'
- /include
- /share/info
- /share/doc
- /lib/pkgconfig
- name: guile
buildsystem: autotools
config-opts:
- --disable-error-on-warning
sources:
- type: archive
url: https://ftp.gnu.org/gnu/guile/guile-2.2.4.tar.xz
sha256: d9e8b94af7b206fcf52bec6501b921bd7d0bd7a31fb7e896a35ba8253678e31e
cleanup:
- '*.a'
- '*.la'
- /bin/guile-config
- /bin/guile-snarf
- /bin/guile-tools
- /include
- /share/info
- /share/man
- /share/aclocal
- /lib/pkgconfig
- name: trackballs
buildsystem: cmake-ninja
sources:
- type: git
url: https://github.com/trackballs/trackballs
tag: v1.3.4
commit: 0915f3a0dbb0c90bc5fe7c2e4745ad90f7052863
x-checker-data:
type: git
tag-pattern: ^v([\d.]+)$