From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: Sughosha <sughosha@disroot.org>
Cc: 70149@debbugs.gnu.org
Subject: [bug#70149] [PATCH] gnu: Add kwalletmanager.
Date: Wed, 03 Apr 2024 21:57:56 +0800 [thread overview]
Message-ID: <87sf025yof.fsf@iscas.ac.cn> (raw)
In-Reply-To: <20240402164626.19466-1-sughosha@disroot.org>
[-- Attachment #1: Type: text/plain, Size: 1861 bytes --]
Sughosha via Guix-patches via <guix-patches@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2024-04-03 14:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-02 16:46 [bug#70149] [PATCH] gnu: Add kwalletmanager Sughosha via Guix-patches via
2024-04-03 13:57 ` Zheng Junjie [this message]
2024-04-07 9:24 ` Sughosha via Guix-patches via
2024-04-07 9:24 ` [bug#70149] [PATCH v2] " Sughosha via Guix-patches via
2024-04-30 15:01 ` Z572
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sf025yof.fsf@iscas.ac.cn \
--to=zhengjunjie@iscas.ac.cn \
--cc=70149@debbugs.gnu.org \
--cc=sughosha@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.