From 9e3c08db40b8916968b9f30096c7be3f00ce9647 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:44:51 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- third_party/WinToast/moz.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 third_party/WinToast/moz.yaml (limited to 'third_party/WinToast/moz.yaml') diff --git a/third_party/WinToast/moz.yaml b/third_party/WinToast/moz.yaml new file mode 100644 index 0000000000..7a27bf29ad --- /dev/null +++ b/third_party/WinToast/moz.yaml @@ -0,0 +1,37 @@ +# Version of this schema +schema: 1 + +# Manual Update can be done with: +# cd third_pary/WinToast +# wget https://raw.githubusercontent.com/mohabouje/WinToast/master/src/wintoastlib.cpp +# wget https://raw.githubusercontent.com/mohabouje/WinToast/master/src/wintoastlib.h +# patch -p2 < moz-check-system-shortcut.patch +# patch -p2 < moz-disable-create-shortcut.patch +# patch -p2 < upstream-add-toast-scenario.patch + +bugzilla: + # Bugzilla product and component for this directory and subdirectories + product: Toolkit + component: "General" + +# Document the source of externally hosted code +origin: + + # Short name of the package/library + name: WinToast + + description: WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10. + + # Full URL for the package's homepage/etc + # Usually different from repository url + url: https://github.com/mohabouje/WinToast + + # Human-readable identifier for this version/release + # Generally "version NNN", "tag SSS", "bookmark SSS" + release: commit 09227c72f16ccefc36e9d430dea3b435346dbcbc + + # The package's license, where possible using the mnemonic from + # https://spdx.org/licenses/ + # Multiple licenses can be specified (as a YAML list) + # A "LICENSE" file must exist containing the full license text + license: MIT -- cgit v1.2.3