GNU bug report logs -
#65556
[PATCH] Added SiriKali
Previous Next
Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Date: Sat, 26 Aug 2023 21:25:01 UTC
Severity: normal
Tags: moreinfo, patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Aaron,
Sorry for the long delay!
Aaron Covrig <aaron.covrig.us <at> ieee.org> skribis:
> Project main page: https://mhogomchungu.github.io/sirikali/
> Project GitHub: https://github.com/mhogomchungu/sirikali
>
> Comment: SiriKali provides a user friendly GUI for managing
> encrypted folders and supports 'cloud friendly' encryption
> such as CryFS, where the encrypted contents are split across
> multiple encrypted blocks. These blocks only update as their
> respective contents are changed, allowing for easier syncing
> across network links by simplifying resumption of interrupted
> transfers and providing smaller units for differential
> transfer deltas.
The comment above should rather complement the ‘description’ field of
the package.
For the commit log, we use a peculiar convention that consists in
describing the changes in terms of files, variables, etc.:
https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html
(One of us can fix it up for you though, if needed.)
> +++ b/gnu/packages/sirikali.scm
Rather than create a new file, I’d suggest putting it in
file-systems.scm.
> + (build-system cmake-build-system)
> + (arguments
> + '(#:tests? #f ;No tests
> + #:configure-flags '("-DQT5=true" "-DCMAKE_BUILD_TYPE=RELEASE")))
You can remove “-DCMAKE_BUILD_TYPE=RELEASE” (the default is
“RelWithDebInfo”).
Could you send an updated patch?
Thanks in advance,
Ludo’.
This bug report was last modified 1 year and 200 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.