[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/45: gnu: Add kmenuedit.
From: |
guix-commits |
Subject: |
38/45: gnu: Add kmenuedit. |
Date: |
Sun, 31 Jan 2021 10:27:29 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.
commit e2b5d0c44308a56928e25da853ed17090463a7e7
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Sun Aug 20 21:27:12 2017 +0200
gnu: Add kmenuedit.
* gnu/packages/kde-plasma.scm (kmenuedit): New variable.
---
gnu/packages/kde-plasma.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index e96b11f..c0dba79 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -445,6 +445,40 @@ all three components can be adjusted together.")
(description "KHotKeys is core-part of the KDE Plasma desktop.")
(license license:gpl2+)))
+(define-public kmenuedit
+ (package
+ (name "kmenuedit")
+ (version "5.19.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/" version
+ "/kmenuedit-" version ".tar.xz"))
+ (sha256
+ (base32 "1xl9k7a3hcmz9yfx7yhy7ff8mcqg62bs4fll8r8nzm04qds1qw7l"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)))
+ (inputs
+ `(("kdbusaddons" ,kdbusaddons)
+ ("kded" ,kded) ; required for property type definitions
+ ("kglobalaccel" ,kglobalaccel)
+ ("khotkeys", khotkeys) ; optional
+ ("ki18n" ,ki18n)
+ ("kiconthemes" ,kiconthemes)
+ ("kinit" ,kinit)
+ ("kio" ,kio)
+ ("kxmlgui" ,kxmlgui)
+ ("plasma-framework" ,plasma-framework)
+ ("qtbase" ,qtbase)
+ ("sonnet" ,sonnet)))
+ (home-page "https://invent.kde.org/plasma/kmenuedit")
+ (synopsis "Plasma XDG Menu Editor")
+ (description "This package provides a menu editor which may be used to
+edit the KDE Plasma workspaces menu or any other XDG menu.")
+ (license (list license:gpl2+ license:gpl2))))
+
(define-public kscreen
(package
(name "kscreen")
- 02/45: gnu: Add ksysguard., (continued)
- 02/45: gnu: Add ksysguard., guix-commits, 2021/01/31
- 12/45: TEMP Add some scripts for maintaining KDE packages., guix-commits, 2021/01/31
- 14/45: TEMP Add custom `startkde` script to be used in the VM., guix-commits, 2021/01/31
- 16/45: gnu: Add bluedevil., guix-commits, 2021/01/31
- 29/45: gnu: Add plasma-pa., guix-commits, 2021/01/31
- 03/45: gnu: Add kwayland-integration., guix-commits, 2021/01/31
- 08/45: gnu: Add plasma-desktop., guix-commits, 2021/01/31
- 04/45: gnu: Add plasma-wayland-protocols., guix-commits, 2021/01/31
- 28/45: gnu: Add plasma-nm., guix-commits, 2021/01/31
- 36/45: gnu: Add user-manager., guix-commits, 2021/01/31
- 38/45: gnu: Add kmenuedit.,
guix-commits <=
- 44/45: TEMP add helper-scripts, guix-commits, 2021/01/31
- 20/45: gnu: Add kdeplasma-addons., guix-commits, 2021/01/31
- 23/45: gnu: Add kwrited., guix-commits, 2021/01/31
- 30/45: gnu: Add plasma-sdk., guix-commits, 2021/01/31
- 39/45: gnu: Add powerdevil., guix-commits, 2021/01/31
- 01/45: TEMP HACK refresh to 5.19.5, guix-commits, 2021/01/31
- 21/45: gnu: Add kgamma5., guix-commits, 2021/01/31
- 25/45: gnu: Add milou., guix-commits, 2021/01/31
- 31/45: gnu: Add plasma-tests. REWORD, guix-commits, 2021/01/31
- 35/45: gnu: Add systemsettings., guix-commits, 2021/01/31