GNU bug report logs - #70149
[PATCH] gnu: Add kwalletmanager.

Previous Next

Package: guix-patches;

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.

Full log


Message #17 received at 70149 <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Sughosha via Guix-patches via <guix-patches <at> gnu.org>
Cc: 70149 <at> debbugs.gnu.org, Sughosha <sughosha <at> disroot.org>
Subject: Re: [bug#70149] [PATCH v2] gnu: Add kwalletmanager.
Date: Tue, 30 Apr 2024 23:01:20 +0800
[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)]

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.