-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathmodules.yml
163 lines (144 loc) · 4.75 KB
/
modules.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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
name: modules
buildsystem: simple
build-commands: []
modules:
- name: zlib-ng
buildsystem: cmake-ninja
config-opts:
- -DZLIB_ENABLE_TESTS=false
- -DZLIB_COMPAT=true
sources:
- type: archive
url: https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.2.3.tar.gz
sha256: f2fb245c35082fe9ea7a22b332730f63cf1d42f04d84fe48294207d033cba4dd
x-checker-data:
type: anitya
project-id: 115592
url-template: https://github.com/zlib-ng/zlib-ng/archive/refs/tags/$version.tar.gz
# -- controllers --
- name: hwdata
config-opts:
- --datarootdir=/app/share
sources:
- type: git
url: https://github.com/vcrhonek/hwdata
tag: v0.391
commit: 0955087d49d085d1ef2207d6bef0c07b02844b78
x-checker-data:
type: json
url: https://api.github.com/repos/vcrhonek/hwdata/releases/latest
tag-query: .tag_name
- name: eudev
cleanup:
- /bin
- /sbin
- /lib*/udev
post-install:
- udevadm hwdb --update --usr
sources:
- sources/eudev-archive.json
- name: libusb
sources:
- sources/libusb-archive.json
- name: usbutils
buildsystem: meson
sources:
- type: git
url: https://github.com/gregkh/usbutils
commit: cda6883cade6ec67671d0c7de61e70eb992509a9
tag: v018
x-checker-data:
type: anitya
project-id: 5061
stable-only: true
tag-template: v$version
- name: lsof
buildsystem: simple
build-commands:
- ./Configure -n linux
- make CC="cc ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
- install -Dm755 lsof -t /app/bin
sources:
- type: git
url: https://github.com/lsof-org/lsof
commit: bbf320ce586a848f880bca7b758d50ae4c712624
tag: 4.99.4
x-checker-data:
type: json
url: https://api.github.com/repos/lsof-org/lsof/releases/latest
tag-query: .tag_name
# -- end controllers --
# -- discord --
- name: rapidjson
buildsystem: cmake-ninja
config-opts:
- -DRAPIDJSON_BUILD_DOC=OFF
- -DRAPIDJSON_BUILD_EXAMPLES=OFF
- -DRAPIDJSON_BUILD_TESTS=OFF
- -DRAPIDJSON_BUILD_THIRDPARTY_GTEST=OFF
sources:
- type: archive
url: https://github.com/miloyip/rapidjson/archive/v1.1.0.tar.gz
sha256: bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e
- type: patch
paths:
- patches/rapidjson/3b2441b87f99ab65f37b141a7b548ebadb607b96.patch
- patches/rapidjson/862c39be371278a45a88d4d1d75164be57bb7e2d.patch
- name: discord-rpc
buildsystem: cmake-ninja
config-opts:
- -DBUILD_SHARED_LIBS=ON
post-install:
- install -Dm755 examples/send-presence/send-presence -t /app/bin/
sources:
- sources/discord-rpc-archive.json
# -- end discord --
- name: xrandr
sources:
- type: archive
url: https://xorg.freedesktop.org/archive/individual/app/xrandr-1.5.3.tar.xz
sha256: f8dd7566adb74147fab9964680b6bbadee87cf406a7fcff51718a5e6949b841c
x-checker-data:
type: anitya
project-id: 14957
stable-only: true
url-template: https://xorg.freedesktop.org/archive/individual/app/xrandr-$version.tar.xz
- name: libmd
sources:
- type: archive
url: https://libbsd.freedesktop.org/releases/libmd-1.1.0.tar.xz
sha256: 1bd6aa42275313af3141c7cf2e5b964e8b1fd488025caf2f971f43b00776b332
x-checker-data:
type: anitya
project-id: 15525
stable-only: true
url-template: https://libbsd.freedesktop.org/releases/libmd-$version.tar.xz
- name: libbsd
sources:
- type: archive
url: https://libbsd.freedesktop.org/releases/libbsd-0.12.2.tar.xz
sha256: b88cc9163d0c652aaf39a99991d974ddba1c3a9711db8f1b5838af2a14731014
x-checker-data:
type: anitya
project-id: 1567
stable-only: true
url-template: https://libbsd.freedesktop.org/releases/libbsd-$version.tar.xz
- name: shared-library-guard
buildsystem: meson
config-opts:
- -Dshared_library_guard_config=/app/etc/freedesktop-sdk.ld.so.blockedlist
sources:
- sources/shared-library-guard-git.json
# -- pygobject, used by steam_wrapper --
- name: py3cairo
buildsystem: meson
sources:
- type: archive
url: https://github.com/pygobject/pycairo/archive/refs/tags/v1.27.0.tar.gz
sha256: ce10721e4a5d74c53c8b7241e5ccfd4627fadb2830ecdae72524c077067ca247
x-checker-data:
type: anitya
project-id: 13166
stable-only: true
url-template: https://github.com/pygobject/pycairo/archive/refs/tags/v$version.tar.gz
# -- end pygobject --