GNU bug report logs - #45427
[PATCH] Add kmenuedit.

Previous Next

Package: guix-patches;

Reported by: Z572 <873216071 <at> qq.com>

Date: Fri, 25 Dec 2020 12:19:01 UTC

Severity: normal

Tags: patch

Done: kiasoc5 <kiasoc5 <at> disroot.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45427 in the body.
You can then email your comments to 45427 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45427; Package guix-patches. (Fri, 25 Dec 2020 12:19:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Z572 <873216071 <at> qq.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 25 Dec 2020 12:19:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Z572 <873216071 <at> qq.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] Add kmenuedit.
Date: Fri, 25 Dec 2020 20:17:58 +0800
[kmenuedit.patch (text/x-patch, attachment)]
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 33b702539b..54952dc9dc 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2019 Marius Bakke <mbakke <at> fastmail.com>
 ;;; Copyright © 2017, 2019, 2020 Hartmut Goebel <h.goebel <at> crazy-compilers.com>
 ;;; Copyright © 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
+;;; Copyright © 2020 Zheng Junjie <873216071 <at> qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -106,6 +107,35 @@ These window decorations can be used by for example an X11 based window
 manager which re-parents a Client window to a window decoration frame.")
     (license license:lgpl3+)))
 
+(define-public kmenuedit
+  (package
+    (name "kmenuedit")
+    (version "5.18.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma/" version
+                                  "/kmenuedit-" version ".tar.xz"))
+              (sha256
+               (base32
+                "1xnmmzw8wph0nxkzsfbfwribz9zc6szgagyl6ll2sri146brinar"))))
+    (build-system cmake-build-system)
+    (native-inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)
+       ("kdoctools" ,kdoctools)))
+    (inputs
+     `(("qtbase" ,qtbase)
+       ("kdbusaddons" ,kdbusaddons)
+       ("kiconthemes" ,kiconthemes)
+       ("sonnet" ,sonnet)
+       ("kinit" ,kinit)
+       ("kglobalaccel" ,kglobalaccel)
+       ("ki18n" ,ki18n)
+       ("kio" ,kio)))
+    (home-page "https://invent.kde.org/plasma/kmenuedit")
+    (synopsis "KDE menu editor")
+    (description "KDE menu editor.")
+    (license license:gpl2+)))
+
 (define-public kscreenlocker
   (package
     (name "kscreenlocker")




Information forwarded to guix-patches <at> gnu.org:
bug#45427; Package guix-patches. (Wed, 03 Nov 2021 19:56:02 GMT) Full text and rfc822 format available.

Message #8 received at 45427 <at> debbugs.gnu.org (full text, mbox):

From: phodina <phodina <at> protonmail.com>
To: "45427 <at> debbugs.gnu.org" <45427 <at> debbugs.gnu.org>
Subject: Re: [PATCH] Add kmenuedit.
Date: Wed, 03 Nov 2021 19:55:25 +0000
Hi,

seems the kmenuedit is already merged in e2b5d0c44308a56928e25da853ed17090463a7e7. Also it provides newer version 5.19.5.

Petr




Information forwarded to guix-patches <at> gnu.org:
bug#45427; Package guix-patches. (Sat, 08 Oct 2022 04:44:01 GMT) Full text and rfc822 format available.

Message #11 received at 45427 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: phodina <phodina <at> protonmail.com>
Cc: "45427-done <at> debbugs.gnu.org" <45427 <at> debbugs.gnu.org>
Subject: Re: bug#45427: [PATCH] Add kmenuedit.
Date: Sat, 08 Oct 2022 00:43:28 -0400
Hi,

phodina <phodina <at> protonmail.com> writes:

> Hi,
>
> seems the kmenuedit is already merged in e2b5d0c44308a56928e25da853ed17090463a7e7. Also it provides newer version 5.19.5.

Thanks for the heads-up.  Closing.

-- 
Thanks,
Maxim




bug closed, send any further explanations to 45427 <at> debbugs.gnu.org and Z572 <873216071 <at> qq.com> Request was from kiasoc5 <kiasoc5 <at> disroot.org> to control <at> debbugs.gnu.org. (Sun, 27 Nov 2022 23:46:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 26 Dec 2022 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 119 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.