From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 70149@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#70149] [PATCH v2] gnu: Add kwalletmanager.
Date: Sun, 7 Apr 2024 14:54:54 +0530 [thread overview]
Message-ID: <d37783117b3edf070a1646521bbc404ab6ff26ab.1712481746.git.sughosha@disroot.org> (raw)
In-Reply-To: <20240402164626.19466-1-sughosha@disroot.org>
* 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
next prev parent reply other threads:[~2024-04-07 9:26 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
2024-04-07 9:24 ` Sughosha via Guix-patches via
2024-04-07 9:24 ` Sughosha via Guix-patches via [this message]
2024-04-30 15:01 ` [bug#70149] [PATCH v2] " 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=d37783117b3edf070a1646521bbc404ab6ff26ab.1712481746.git.sughosha@disroot.org \
--to=guix-patches@gnu.org \
--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.