File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,31 @@ cleanup:
4242modules :
4343 - shared-modules/libusb/libusb.json
4444
45+ # Provide libsecret without gcrypt, forcing it to use the D-Bus backend
46+ # https://github.com/flathub/org.signal.Signal/pull/756/commits/2caf105b18f906e7707f67b3cf7384a21f461564
47+ - name : libsecret
48+ buildsystem : meson
49+ config-opts :
50+ - -Dmanpage=false
51+ - -Dcrypto=disabled
52+ - -Dvapi=false
53+ - -Dgtk_doc=false
54+ - -Dintrospection=false
55+ - -Dbash_completion=disabled
56+ cleanup :
57+ - /bin
58+ - /include
59+ - /lib/pkgconfig
60+ - /share/man
61+ sources :
62+ - type : archive
63+ url : https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.4.tar.xz
64+ sha256 : 163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20
65+ x-checker-data :
66+ type : gnome
67+ name : libsecret
68+ stable-only : true
69+
4570 - name : vscode
4671 buildsystem : simple
4772 build-commands :
You can’t perform that action at this time.
0 commit comments