Merge remote-tracking branch 'origin/master' into staging

This commit is contained in:
Maxim Cournoyer 2022-12-12 09:02:49 -05:00
commit f184be73de
No known key found for this signature in database
GPG key ID: 1260E46482E63562
169 changed files with 395474 additions and 148865 deletions

View file

@ -2729,7 +2729,12 @@ for xdg-desktop-portal that is using Qt/KF5.")
(string-append "execl(\"" sh "\", \"" sh "\"")))
(substitute* "src/screencast/screencast.c"
(("execvp\\(\"sh")
(string-append "execvp(\"" sh)))))))))
(string-append "execvp(\"" sh))))))
(add-after 'install 'install-documentation
(lambda* (#:key outputs #:allow-other-keys)
(install-file "../source/README.md"
(string-append (assoc-ref outputs "out")
"/share/doc/" ,name)))))))
(native-inputs
(list cmake pkg-config))
(inputs (list elogind