unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45427] [PATCH] Add kmenuedit.
       [not found] <87lfdmgjux.fsf@qq.com>
@ 2020-12-25 12:17 ` Z572
  2021-11-03 19:55 ` phodina via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Z572 @ 2020-12-25 12:17 UTC (permalink / raw)
  To: 45427

[-- Attachment #1: kmenuedit.patch --]
[-- Type: text/x-patch, Size: 1786 bytes --]

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@fastmail.com>
 ;;; Copyright © 2017, 2019, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2020 Zheng Junjie <873216071@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")




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#45427] [PATCH] Add kmenuedit.
       [not found] <87lfdmgjux.fsf@qq.com>
  2020-12-25 12:17 ` [bug#45427] [PATCH] Add kmenuedit Z572
@ 2021-11-03 19:55 ` phodina via Guix-patches via
  2022-10-08  4:43   ` Maxim Cournoyer
  1 sibling, 1 reply; 3+ messages in thread
From: phodina via Guix-patches via @ 2021-11-03 19:55 UTC (permalink / raw)
  To: 45427@debbugs.gnu.org

Hi,

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

Petr




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#45427] [PATCH] Add kmenuedit.
  2021-11-03 19:55 ` phodina via Guix-patches via
@ 2022-10-08  4:43   ` Maxim Cournoyer
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2022-10-08  4:43 UTC (permalink / raw)
  To: phodina; +Cc: 45427-done@debbugs.gnu.org

Hi,

phodina <phodina@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-08  4:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87lfdmgjux.fsf@qq.com>
2020-12-25 12:17 ` [bug#45427] [PATCH] Add kmenuedit Z572
2021-11-03 19:55 ` phodina via Guix-patches via
2022-10-08  4:43   ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).