GNU bug report logs -
#70149
[PATCH] gnu: Add kwalletmanager.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Tue, 2 Apr 2024 16:48:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70149 in the body.
You can then email your comments to 70149 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#70149
; Package
guix-patches
.
(Tue, 02 Apr 2024 16:48:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sughosha <sughosha <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 02 Apr 2024 16:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde-utils.scm (kwalletmanager): New variable.
---
gnu/packages/kde-utils.scm | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 6735bf2aea..6f8fd995d1 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -984,6 +984,44 @@ (define-public krusader
great on your desktop.")
(license license:gpl2+)))
+(define-public kwalletmanager
+ (package
+ (name "kwalletmanager")
+ (version "23.04.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/kwalletmanager-" version ".tar.xz"))
+ (sha256
+ (base32 "1g3yw32kv7yij2ymk52fpp0srncr2ijfckfvz5hc0nsn7xhyqdby"))))
+ (build-system qt-build-system)
+ (native-inputs
+ (list extra-cmake-modules kdoctools))
+ (inputs
+ (list karchive
+ kauth
+ kcmutils
+ kconfig
+ kconfigwidgets
+ kcoreaddons
+ kcrash
+ kdbusaddons
+ ki18n
+ kio
+ kjobwidgets
+ knotifications
+ kservice
+ ktextwidgets
+ kwallet
+ kwindowsystem
+ kxmlgui))
+ (home-page "https://apps.kde.org/kwalletmanager5/")
+ (synopsis "Tool to manage passwords on KWallet")
+ (description
+ "This package provides a tool to manage passwords on @code{kwallet}.")
+ (license license:gpl2+)))
+
(define-public kxstitch
(package
(name "kxstitch")
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70149
; Package
guix-patches
.
(Wed, 03 Apr 2024 14:07:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 70149 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/kde-utils.scm (kwalletmanager): New variable.
> ---
> gnu/packages/kde-utils.scm | 38 ++++++++++++++++++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
>
> diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
> index 6735bf2aea..6f8fd995d1 100644
> --- a/gnu/packages/kde-utils.scm
> +++ b/gnu/packages/kde-utils.scm
> @@ -984,6 +984,44 @@ (define-public krusader
> great on your desktop.")
> (license license:gpl2+)))
>
> +(define-public kwalletmanager
> + (package
> + (name "kwalletmanager")
> + (version "23.04.3")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append "mirror://kde/stable/release-service/" version
> + "/src/kwalletmanager-" version ".tar.xz"))
> + (sha25670149
> + (base32 "1g3yw32kv7yij2ymk52fpp0srncr2ijfckfvz5hc0nsn7xhyqdby"))))
> + (build-system qt-build-system)
> + (native-inputs
> + (list extra-cmake-modules kdoctools))
> + (inputs
> + (list karchive
> + kauth
> + kcmutils
> + kconfig
> + kconfigwidgets
> + kcoreaddons
> + kcrash
> + kdbusaddons
> + ki18n
> + kio
> + kjobwidgets
> + knotifications
> + kservice
> + ktextwidgets
> + kwallet
> + kwindowsystem
> + kxmlgui))
> + (home-page "https://apps.kde.org/kwalletmanager5/")
> + (synopsis "Tool to manage passwords on KWallet")
> + (description
> + "This package provides a tool to manage passwords on @code{kwallet}.")
> + (license license:gpl2+)))
> +
> (define-public kxstitch
> (package
> (name "kxstitch")
LGTM
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70149
; Package
guix-patches
.
(Sun, 07 Apr 2024 09:25:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 70149 <at> debbugs.gnu.org (full text, mbox):
I think that kwalletmanager fits better in kde-systemtools.
--
Sughosha
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70149
; Package
guix-patches
.
(Sun, 07 Apr 2024 09:26:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 70149 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde-systemtools.scm (kwalletmanager): New variable.
Change-Id: I8710fcc7dc63bc6051452caa832a4996da854b32
---
gnu/packages/kde-systemtools.scm | 38 ++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index 56ce37fea8..888fae10cb 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -340,6 +340,44 @@ (define-public ksystemlog
This package is part of the KDE administration module.")
(license license:gpl2+)))
+(define-public kwalletmanager
+ (package
+ (name "kwalletmanager")
+ (version "23.04.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/kwalletmanager-" version ".tar.xz"))
+ (sha256
+ (base32 "1g3yw32kv7yij2ymk52fpp0srncr2ijfckfvz5hc0nsn7xhyqdby"))))
+ (build-system qt-build-system)
+ (native-inputs
+ (list extra-cmake-modules kdoctools))
+ (inputs
+ (list karchive
+ kauth
+ kcmutils
+ kconfig
+ kconfigwidgets
+ kcoreaddons
+ kcrash
+ kdbusaddons
+ ki18n
+ kio
+ kjobwidgets
+ knotifications
+ kservice
+ ktextwidgets
+ kwallet
+ kwindowsystem
+ kxmlgui))
+ (home-page "https://apps.kde.org/kwalletmanager5/")
+ (synopsis "Tool to manage passwords on KWallet")
+ (description
+ "This package provides a tool to manage passwords on @code{kwallet}.")
+ (license license:gpl2+)))
+
(define-public spectacle
(package
(name "spectacle")
base-commit: 188d18fc47f0d38edfe06e3e5834fa8587bd300b
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70149
; Package
guix-patches
.
(Tue, 30 Apr 2024 15:02:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 70149 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/kde-systemtools.scm (kwalletmanager): New variable.
>
> Change-Id: I8710fcc7dc63bc6051452caa832a4996da854b32
> ---
> gnu/packages/kde-systemtools.scm | 38 ++++++++++++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
>
> diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
> index 56ce37fea8..888fae10cb 100644
> --- a/gnu/packages/kde-systemtools.scm
> +++ b/gnu/packages/kde-systemtools.scm
> @@ -340,6 +340,44 @@ (define-public ksystemlog
> This package is part of the KDE administration module.")
> (license license:gpl2+)))
>
> +(define-public kwalletmanager
> + (package
> + (name "kwalletmanager")
> + (version "23.04.3")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append "mirror://kde/stable/release-service/" version
> + "/src/kwalletmanager-" version ".tar.xz"))
> + (sha256
> + (base32 "1g3yw32kv7yij2ymk52fpp0srncr2ijfckfvz5hc0nsn7xhyqdby"))))
> + (build-system qt-build-system)
> + (native-inputs
> + (list extra-cmake-modules kdoctools))
> + (inputs
> + (list karchive
> + kauth
> + kcmutils
> + kconfig
> + kconfigwidgets
> + kcoreaddons
> + kcrash
> + kdbusaddons
> + ki18n
> + kio
> + kjobwidgets
> + knotifications
> + kservice
> + ktextwidgets
> + kwallet
> + kwindowsystem
> + kxmlgui))
> + (home-page "https://apps.kde.org/kwalletmanager5/")
> + (synopsis "Tool to manage passwords on KWallet")
> + (description
> + "This package provides a tool to manage passwords on @code{kwallet}.")
> + (license license:gpl2+)))
> +
> (define-public spectacle
> (package
> (name "spectacle")
>
> base-commit: 188d18fc47f0d38edfe06e3e5834fa8587bd300b
apply, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=d5f98aa11bc4588d0def868de225cf70545e809c
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#70149
; Package
guix-patches
.
(Tue, 30 Apr 2024 15:03:01 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
70149 <at> debbugs.gnu.org and Sughosha <sughosha <at> disroot.org>
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sat, 04 May 2024 16:51:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 02 Jun 2024 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.