8
0
Files
nodejs-electron/file_dialog-missing-uint32_t.patch
Bruno Pitrus 9b00ebd3be Accepting request 1276327 from home:dziobian:gulgul-ultron:19
- Fix reproducible builds (bsc#1041090)
  * html_permission_element_strings_map-reproducible.patch
- New upstream release 35.3.0
  * Fixed xdg portal version detection for file dialogs
- Add file_dialog-missing-uint32_t.patch to fix build error
- Add backported CheckPortalAvailabilityOnBusThread-UaF-crash.patch to fix gh#electron/electron#47007
- Enable debuginfo in Torque code (torque-debuginfo.patch)
- Fix headers installed in wrong location causing node-gyp unable to find config.gypi

OBS-URL: https://build.opensuse.org/request/show/1276327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=208
2025-05-09 20:23:34 +00:00

11 lines
370 B
Diff

--- src/electron/shell/browser/ui/file_dialog.h.orig 2025-05-07 19:52:05.453848300 +0200
+++ src/electron/shell/browser/ui/file_dialog.h 2025-05-07 22:41:30.703083100 +0200
@@ -5,6 +5,7 @@
#ifndef ELECTRON_SHELL_BROWSER_UI_FILE_DIALOG_H_
#define ELECTRON_SHELL_BROWSER_UI_FILE_DIALOG_H_
+#include <stdint.h>
#include <string>
#include <utility>
#include <vector>