guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

57/143: gnu: Add kmenuedit.


From: guix-commits
Subject: 57/143: gnu: Add kmenuedit.
Date: Mon, 21 Nov 2022 16:10:46 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit bcbfae94b2810c1895ce7c6066e0ace85eb937a2
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Fri Aug 26 07:09:44 2022 +0200

    gnu: Add kmenuedit.
    
    * gnu/packages/kde-plasma.scm (kmenuedit): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-plasma.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 1e77ad3c9f..cd95f03e9b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -165,6 +165,34 @@ manager which re-parents a Client window to a window 
decoration frame.")
     (home-page "https://invent.kde.org/plasma/kgamma5";)
     (license license:gpl2+)))
 
+(define-public kmenuedit
+  (package
+    (name "kmenuedit")
+    (version "5.25.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma/"
+                                  version "/" name "-" version
+                                  ".tar.xz"))
+              (sha256
+               (base32
+                "0z85w7w207dnsinsz8yg6s408pwfy3l7wjkcsjpyg8aj8s9x6nl7"))))
+    (build-system qt-build-system)
+    (native-inputs (list extra-cmake-modules kdoctools))
+    (inputs (list ki18n
+                  kxmlgui
+                  kdbusaddons
+                  kiconthemes
+                  kio
+                  kitemviews
+                  sonnet
+                  kglobalaccel
+                  kwindowsystem))
+    (synopsis "Menu Editor for Plasma Workspaces")
+    (description "This package provides menu editor for Plasma Workspaces.")
+    (home-page "https://invent.kde.org/plasma/kmenuedit";)
+    (license license:gpl2+)))
+
 (define-public kscreen
   (package
     (name "kscreen")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]