From ecc6c218af8ef864fe8d03badfed0e6e7c730fd0 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 28 Jun 2022 18:17:14 +0200 Subject: put each fix in a separate directory with its own index.json This commit also updates the repository to use version 2 of package source schema. --- src/app-box-com-fix/index.json | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/app-box-com-fix/index.json (limited to 'src/app-box-com-fix/index.json') diff --git a/src/app-box-com-fix/index.json b/src/app-box-com-fix/index.json new file mode 100644 index 0000000..8d05b6a --- /dev/null +++ b/src/app-box-com-fix/index.json @@ -0,0 +1,51 @@ +// SPDX-License-Identifier: CC0-1.0 + +// Copyright (C) 2022 Wojtek Kosior +// Available under the terms of Creative Commons Zero v1.0 Universal. + +{ + "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json", + "source_name": "app-box-com-fix", + "copyright": [ + // The text of the LicenseRef- GPL also gets included in the report. + {"file": "report.spdx"}, + {"file": "LICENSES/CC0-1.0.txt"} + ], + "additional_files": [ + {"file": "LICENSES/LicenseRef-GPL-3.0-or-later-WITH-js-exceptions.txt"} + ], + "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/app-box-com-fix", + "definitions": [{ + "type": "mapping_and_resource", + "identifier": "app-box-com-fix", + "long_name": "Box online storage fix", + "uuid": "c9a6f84d-d0b5-4fa8-8acf-aa63eb8222a1", + "version": [2022, 6, 28], + "revision": 1, + "description": "Make app.box.com files downloadable without relying on site-served JavaScript.", + "dependencies": [], + "scripts": [{"file": "box.js"}], + "payloads": { + // * https://old.reddit.com/domain/app.box.com/ <- to get more testing links + // * https://uwmadison.app.box.com/s/ydht2incbdmw1lhpjg5t40adguc0fm14 + // * https://app.box.com/s/gc4ygloi4qtimeh98dq9mmydyuydawcn + // * https://app.box.com/s/vysdh2u78yih3c8leetgq82il954a3g3 + // * https://app.box.com/s/nnlplkmjhimau404qohh9my10pwmo8es + // * https://ucla.app.box.com/s/mv32q624ojihohzh8d0mhhj0b3xluzbz + // * https://app.box.com/s/6qktxunhz5sjkheg1a8iihvu4mofpdue + "https://***.app.box.com/s/*": { + "identifier": "app-box-com-fix" + } + } + }, { + "type": "mapping", + "identifier": "app-box-fix", + "long_name": "Box online storage fix (transitional package)", + "uuid": "395c3b93-2da8-4cb4-916b-baa06360b188", + "version": [2022, 2, 18, 2], + "description": "This is a transitional package and can be safely removed.", + "required_mappings": [{"identifier": "app-box-com-fix"}], + "payloads": {} + }], + "reuse_generate_spdx_report": true +} -- cgit v1.2.3