Skip to content
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

Build libsecret without gcrypt #756

Merged
merged 10 commits into from
Dec 1, 2024
19 changes: 19 additions & 0 deletions org.signal.Signal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,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