diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /modules/xz-embedded/moz.yaml | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'modules/xz-embedded/moz.yaml')
-rw-r--r-- | modules/xz-embedded/moz.yaml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/modules/xz-embedded/moz.yaml b/modules/xz-embedded/moz.yaml new file mode 100644 index 0000000000..d82fa1685c --- /dev/null +++ b/modules/xz-embedded/moz.yaml @@ -0,0 +1,72 @@ +schema: 1 + +bugzilla: + product: GeckoView + component: General + +origin: + name: xz embedded + description: https://tukaani.org/xz/embedded.html + + url: https://tukaani.org/xz/embedded.html + + release: b'e75f4eb79165213a02d567940d344f5c2ff1be03' (b'2015-11-03 21:27:39 +0200'). + revision: b'e75f4eb79165213a02d567940d344f5c2ff1be03' + + license: Public Domain + license-file: COPYING + +vendoring: + url: http://git.tukaani.org/xz-embedded.git + source-hosting: git + tracking: commit + + exclude: + - "**" + + keep: + - COPYING + + include: + - userspace/xz_config.h + - linux/include/linux/xz.h + - linux/lib/xz/xz_private.h + - linux/lib/xz/xz_lzma2.h + - linux/lib/xz/xz_stream.h + - linux/lib/xz/xz_crc32.c + - linux/lib/xz/xz_crc64.c + - linux/lib/xz/xz_dec_bcj.c + - linux/lib/xz/xz_dec_stream.c + - linux/lib/xz/xz_dec_lzma2.c + + update-actions: + - action: move-file + from: '{vendor_dir}/userspace/xz_config.h' + to: '{vendor_dir}/src/' + - action: move-file + from: '{vendor_dir}/linux/include/linux/xz.h' + to: '{vendor_dir}/src/' + - action: move-file + from: '{vendor_dir}/linux/lib/xz/xz_private.h' + to: '{vendor_dir}/src/' + - action: move-file + from: '{vendor_dir}/linux/lib/xz/xz_lzma2.h' + to: '{vendor_dir}/src/' + - action: move-file + from: '{vendor_dir}/linux/lib/xz/xz_stream.h' + to: '{vendor_dir}/src/' + - action: move-file + from: '{vendor_dir}/linux/lib/xz/xz_crc32.c' + to: '{vendor_dir}/src/' + - action: move-file + from: '{vendor_dir}/linux/lib/xz/xz_crc64.c' + to: '{vendor_dir}/src/' + - action: move-file + from: '{vendor_dir}/linux/lib/xz/xz_dec_bcj.c' + to: '{vendor_dir}/src/' + - action: move-file + from: '{vendor_dir}/linux/lib/xz/xz_dec_stream.c' + to: '{vendor_dir}/src/' + - action: move-file + from: '{vendor_dir}/linux/lib/xz/xz_dec_lzma2.c' + to: '{vendor_dir}/src/' |