Skip to content

Commit

Permalink
Provide libsecret without crypto backend
Browse files Browse the repository at this point in the history
This uses the Dbus backend instead of the file based ones under Flatpak
  • Loading branch information
bbhtt committed Sep 29, 2024
1 parent 6944004 commit 2caf105
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions org.signal.Signal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,25 @@ finish-args:
- --env=XCURSOR_PATH=/run/host/user-share/icons:/run/host/share/icons

modules:
- name: libsecret
buildsystem: meson
config-opts:
- -Dmanpage=false
- -Dcrypto=disabled
- -Dvapi=false
- -Dgtk_doc=false
- -Dintrospection=false
- -Dbash_completion=disabled
cleanup:
- /bin
- /include
- /lib/pkgconfig
- /share/man
sources:
- type: archive
url: https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.4.tar.xz
sha256: 163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20

- name: signal-desktop
buildsystem: simple
build-commands:
Expand Down

0 comments on commit 2caf105

Please sign in to comment.