From bbf0f0fb4e9e83df1a2f73352848acc72564ad48 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Mon, 8 Jul 2024 14:03:45 +0800 Subject: gnu: Add kglobalaccel-5. * gnu/packages/kde-frameworks.scm (kglobalaccel-5): New variable. Change-Id: I4691a71f0a5b3c420e6946c0c36117554eb078cd --- gnu/packages/kde-frameworks.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'gnu/packages/kde-frameworks.scm') diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 4469142963..2c98ee9bb4 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3311,6 +3311,33 @@ independent of the focused window. Unlike regular shortcuts, the application's window does not need focus for them to be activated.") (license license:lgpl2.1+))) +(define-public kglobalaccel-5 + (package + (inherit kglobalaccel) + (name "kglobalaccel") + (version "5.116.0") + (source (origin + (method url-fetch) + (uri (string-append + "mirror://kde/stable/frameworks/" + (version-major+minor version) "/" + name "-" version ".tar.xz")) + (sha256 + (base32 + "0rlqclaq4szzqa2kz7c9ad81rm0b2byr806l5v0xz968h8jampzn")))) + (native-inputs + (list extra-cmake-modules pkg-config qttools-5)) + (inputs + (list kconfig-5 + kcrash-5 + kcoreaddons-5 + kdbusaddons-5 + kwindowsystem-5 + qtx11extras + qtdeclarative-5 + xcb-util-keysyms)) + (arguments '()))) + (define-public kiconthemes (package (name "kiconthemes") -- cgit v1.2.3