1
1
imports :
2
2
- file : bootstrap/xorg.yml
3
+ - file : bootstrap/x11-themes.yml
3
4
- file : bootstrap/net.yml
4
5
- file : bootstrap/vcs.yml
5
6
- file : bootstrap/db.yml
@@ -94,13 +95,14 @@ sources:
94
95
- name : rust-libc
95
96
subdir : ' bundled'
96
97
git : ' https://github.com/Andy-Python-Programmer/libc.git'
98
+ commit : ' fe4e9cda46b0be8421b0f56df0b63b8c4dcaf5e6'
97
99
branch : ' master'
98
100
99
101
- name : rust-num-cpus
100
102
subdir : ' bundled'
101
103
git : ' https://github.com/seanmonstar/num_cpus.git'
102
- tag : ' v1.13 .0'
103
- version : ' 1.13 .0'
104
+ tag : ' v1.15 .0'
105
+ version : ' 1.15 .0'
104
106
105
107
- name : rust-users
106
108
subdir : ' bundled'
@@ -123,8 +125,8 @@ sources:
123
125
- name : rust-nix
124
126
subdir : ' bundled'
125
127
git : ' https://github.com/nix-rust/nix.git'
126
- tag : ' v0.22 .3'
127
- version : ' 0.22 .3'
128
+ tag : ' v0.24 .3'
129
+ version : ' 0.24 .3'
128
130
129
131
- name : rust-mio-0.6
130
132
subdir : ' bundled'
@@ -148,8 +150,21 @@ sources:
148
150
- name : rust-libloading
149
151
subdir : ' bundled'
150
152
git : ' https://github.com/nagisa/rust_libloading.git'
151
- tag : ' 0.7.3'
152
- version : ' 0.7.3'
153
+ tag : ' 0.8.1'
154
+ version : ' 0.8.1'
155
+
156
+ - name : rust-getrandom
157
+ subdir : ' bundled'
158
+ git : ' https://github.com/rust-random/getrandom.git'
159
+ tag : ' v0.2.9'
160
+ version : ' 0.2.9'
161
+
162
+ - name : rust-rustix
163
+ subdir : ' bundled'
164
+ git : ' https://github.com/bytecodealliance/rustix'
165
+ branch : ' main'
166
+ # For some reason they do not have a release tag for the latest release. Bruh momento.
167
+ commit : ' 2eedbb2fa1e18a11f44df10fa41ef82a6756caf3'
153
168
154
169
- name : rust-patched-libs
155
170
subdir : ' bundled'
@@ -174,6 +189,10 @@ sources:
174
189
recursive : true
175
190
- name : rust-libloading
176
191
recursive : true
192
+ - name : rust-getrandom
193
+ recursive : true
194
+ - name : rust-rustix
195
+ recursive : true
177
196
# ---------------------------------------------------------------------------
178
197
# Rust patched crates end
179
198
# ---------------------------------------------------------------------------
@@ -229,15 +248,15 @@ sources:
229
248
- name : icu
230
249
subdir : ' bundled'
231
250
git : ' https://github.com/unicode-org/icu.git'
232
- tag : ' release-70-1 '
233
- version : ' 70.1 '
251
+ tag : ' release-73-2 '
252
+ version : ' 73.2 '
234
253
tools_required :
235
254
- host-autoconf-v2.69
236
255
- host-automake-v1.16
237
256
- host-libtool
238
257
regenerate :
239
258
- args : ['cp',
240
- ' @BUILD_ROOT@/tools/host-automake-v1.15 /share/automake-1.15 /config.sub' ,
259
+ ' @BUILD_ROOT@/tools/host-automake-v1.16 /share/automake-1.16 /config.sub' ,
241
260
' @THIS_SOURCE_DIR@/icu4c/source' ]
242
261
243
262
tools :
@@ -303,6 +322,23 @@ tools:
303
322
install :
304
323
- args : ['make', 'install']
305
324
325
+
326
+ - name : host-autoconf-v2.13
327
+ source :
328
+ name : autoconf-v2.13
329
+ subdir : ' bundled'
330
+ url : ' https://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz'
331
+ format : ' tar.gz'
332
+ extract_path : ' autoconf-2.13'
333
+ patch-path-strip : 3
334
+ version : ' 2.13'
335
+ configure :
336
+ - args : ['@THIS_SOURCE_DIR@/configure', '--prefix=@PREFIX@']
337
+ compile :
338
+ - args : ['make', '-j@PARALLELISM@']
339
+ install :
340
+ - args : ['make', 'install']
341
+
306
342
- name : host-automake-v1.16
307
343
source :
308
344
name : automake-v1.16
0 commit comments