diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /third_party/WinToast/moz.yaml | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/WinToast/moz.yaml')
-rw-r--r-- | third_party/WinToast/moz.yaml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/third_party/WinToast/moz.yaml b/third_party/WinToast/moz.yaml deleted file mode 100644 index 7a27bf29ad..0000000000 --- a/third_party/WinToast/moz.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# 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 |