mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: keysmith: Update to 24.05.2.
* gnu/packages/kde-utils.scm (keysmith): Update to 24.05.2. [inputs]: Remove qtdeclarative-5, qtgraphicaleffects, qtquickcontrols2-5, and qtsvg-5; add qqc2-desktop-style, qtsvg, and qtdeclarative. [native-inputs]: Add python-minimal. [arguments]: Set #:qtbase to qtbase. Change-Id: I0f83720f980680cb44c4bb5c77360a1d3c582859
This commit is contained in:
parent
9e65c722d0
commit
c07511a412
1 changed files with 8 additions and 7 deletions
|
@ -45,6 +45,7 @@ (define-module (gnu packages kde-utils)
|
|||
#:use-module (gnu packages kde)
|
||||
#:use-module (gnu packages kde-frameworks)
|
||||
#:use-module (gnu packages kde-plasma)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages samba)
|
||||
#:use-module (gnu packages xdisorg)
|
||||
|
@ -589,25 +590,25 @@ (define-public keurocalc
|
|||
(define-public keysmith
|
||||
(package
|
||||
(name "keysmith")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/keysmith-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rfp516adliyc57nx4ha1rp8v2z340ygsvblh5sqmsdsg2ivjklj"))))
|
||||
"1n34sda27hpl53gayglrjyz8la8g25z8mrvaymwhcp8fzpids911"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules pkg-config))
|
||||
(native-inputs (list extra-cmake-modules pkg-config python-minimal))
|
||||
(inputs (list kdbusaddons
|
||||
kirigami
|
||||
ki18n
|
||||
kwindowsystem
|
||||
libsodium
|
||||
qtdeclarative-5
|
||||
qtgraphicaleffects
|
||||
qtquickcontrols2-5
|
||||
qtsvg-5))
|
||||
qqc2-desktop-style
|
||||
qtsvg
|
||||
qtdeclarative))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://invent.kde.org/utilities/keysmith")
|
||||
(synopsis "OTP client for Plasma Mobile and Desktop")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue