* [bug#73349] [PATCH] gnu: sirikali: Update to 1.6.0
@ 2024-09-19 5:48 Aaron Covrig via Guix-patches via
2024-10-24 21:08 ` [bug#73349] [PATCH v1] " Aaron Covrig via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Aaron Covrig via Guix-patches via @ 2024-09-19 5:48 UTC (permalink / raw)
To: 73349; +Cc: Aaron Covrig, paren, guix, ludo, othacehe, zimon.toutoune, me,
jgart
* gnu/packages/file-systems.scm (sirikali): Update to 1.6.0
---
gnu/packages/file-systems.scm | 35 ++++++++++++++++++-----------------
1 file changed, 18 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index c6a49a6bc0..e6b673780b 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2021 Noisytoot <noisytoot@disroot.org>
;;; Copyright © 2021, 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
;;; Copyright © 2022 Brian Cully <bjc@spork.org>
-;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us@ieee.org>
+;;; Copyright © 2023, 2024 Aaron Covrig <aaron.covrig.us@ieee.org>
;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;
@@ -2231,25 +2231,26 @@ (define-public dwarfs
(define-public sirikali
(package
(name "sirikali")
- (version "1.5.1")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/mhogomchungu/sirikali")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1l52s8rxkfcxcx3s2fnsh08wy6hhjjvp7gcggdi84aqc4dq3rdnm"))))
+ (version "1.6.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mhogomchungu/sirikali")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "06cl7srxaqpzv7gcd17cl78qhrpqhdvpfcj4pr73fr5hhackrf52"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ;No tests
- #:configure-flags '("-DQT5=true")))
+ #:configure-flags '("-DQT5=true" "-DCMAKE_BUILD_TYPE=RELEASE")))
(inputs (list xdg-utils libpwquality libgcrypt libsecret qtbase-5))
(native-inputs (list pkg-config))
(home-page "https://mhogomchungu.github.io/sirikali/")
- (synopsis "Graphical program for managing encrypted file-systems")
- (description "@dfn{SiriKali} is a Qt / C++ @acronym{GUI, graphical user
-interface} application that manages ecryptfs, cryfs, encfs, gocryptfs, fscrypt
-and securefs based encrypted folders.")
- (license license:gpl2+)))
+ (synopsis
+ "GUI front end to sshfs, ecryptfs, cryfs, gocryptfs, securefs, fscrypt and encfs")
+ (description "@dfn{SiriKali} is a Qt/C++ GUI application that manages
+ecryptfs, cryfs, encfs, gocryptfs, fscrypt and securefs
+based encrypted folders")
+ (license (list license:gpl3 license:gpl2))))
base-commit: 1b6ce1796abdf497f61f426d61339318f4f4f23d
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#73349] [PATCH v1] gnu: sirikali: Update to 1.6.0
2024-09-19 5:48 [bug#73349] [PATCH] gnu: sirikali: Update to 1.6.0 Aaron Covrig via Guix-patches via
@ 2024-10-24 21:08 ` Aaron Covrig via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Covrig via Guix-patches via @ 2024-10-24 21:08 UTC (permalink / raw)
To: 73349; +Cc: Aaron Covrig
* gnu/packages/file-systems.scm (sirikali): Update to 1.6.0
---
gnu/packages/file-systems.scm | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 059bdf67a9..3ff675df19 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2021 Noisytoot <noisytoot@disroot.org>
;;; Copyright © 2021, 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
;;; Copyright © 2022 Brian Cully <bjc@spork.org>
-;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us@ieee.org>
+;;; Copyright © 2023, 2024 Aaron Covrig <aaron.covrig.us@ieee.org>
;;; Copyright © 2024 Ahmad Draidi <a.r.draidi@redscript.org>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;
@@ -2339,25 +2339,25 @@ (define-public dwarfs
(define-public sirikali
(package
(name "sirikali")
- (version "1.5.1")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/mhogomchungu/sirikali")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1l52s8rxkfcxcx3s2fnsh08wy6hhjjvp7gcggdi84aqc4dq3rdnm"))))
+ (version "1.6.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mhogomchungu/sirikali")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "06cl7srxaqpzv7gcd17cl78qhrpqhdvpfcj4pr73fr5hhackrf52"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ;No tests
- #:configure-flags '("-DQT5=true")))
+ #:configure-flags '("-DQT5=true" "-DCMAKE_BUILD_TYPE=RELEASE")))
(inputs (list xdg-utils libpwquality libgcrypt libsecret qtbase-5))
(native-inputs (list pkg-config))
(home-page "https://mhogomchungu.github.io/sirikali/")
- (synopsis "Graphical program for managing encrypted file-systems")
- (description "@dfn{SiriKali} is a Qt / C++ @acronym{GUI, graphical user
-interface} application that manages ecryptfs, cryfs, encfs, gocryptfs, fscrypt
-and securefs based encrypted folders.")
- (license license:gpl2+)))
+ (synopsis
+ "GUI front end to sshfs, ecryptfs, cryfs, gocryptfs, securefs, fscrypt and encfs")
+ (description
+ "@dfn{SiriKali} is a Qt/C++ @acronym{GUI, graphical user interface} application that manages ecryptfs, cryfs, encfs, gocryptfs, fscrypt and securefs based encrypted folders")
+ (license (list license:gpl3 license:gpl2))))
base-commit: f125143d64c3fac8c9576a55b48331cbf6096460
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-24 21:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-19 5:48 [bug#73349] [PATCH] gnu: sirikali: Update to 1.6.0 Aaron Covrig via Guix-patches via
2024-10-24 21:08 ` [bug#73349] [PATCH v1] " Aaron Covrig via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.