-
Notifications
You must be signed in to change notification settings - Fork 50
Add secret access, as the safeStorage api is now used #530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,6 +34,8 @@ finish-args: | |
| - --env=XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons | ||
| # Required to use the UnityLauncherAPI | ||
| - --talk-name=com.canonical.Unity | ||
| # Required for access to the safeStorage https://www.electronjs.org/de/docs/latest/api/safe-storage | ||
| - --talk-name=org.freedesktop.secrets | ||
| cleanup: | ||
| - /include | ||
| - /lib/pkgconfig | ||
|
|
@@ -47,6 +49,23 @@ cleanup: | |
| - /share/man | ||
| - /man | ||
| modules: | ||
| - name: libsecret | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would suggest adding this as a submodule https://github.com/flathub/shared-modules?tab=readme-ov-file Edit: Not sure if it is the right thing to do overall, but if needed, then adding it as a submodule is probably better.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't be an option, as it's using different options, which would invalidate our use case. |
||
| buildsystem: meson | ||
| config-opts: | ||
| - -Dmanpage=false | ||
| - -Dcrypto=disabled | ||
| - -Dvapi=false | ||
| - -Dgtk_doc=false | ||
| - -Dintrospection=false | ||
| cleanup: | ||
| - /bin | ||
| - /include | ||
| - /lib/pkgconfig | ||
| - /share/man | ||
| sources: | ||
| - type: archive | ||
| url: https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.6.tar.xz | ||
| sha256: 747b8c175be108c880d3adfb9c3537ea66e520e4ad2dccf5dce58003aeeca090 | ||
| - name: riot | ||
| buildsystem: simple | ||
| build-commands: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.