GNU bug report logs -
#71781
[PATCH 00/28] Update Mate Desktop to 1.28.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 26 Jun 2024 08:08:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/mate.scm (mozo): New variable.
(mate)[inputs]: Add mozo.
Change-Id: I317b3479b44b1b02abf814fa5b871faa436913a6
---
gnu/packages/mate.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 942f572f7d..7eb8847d33 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1521,6 +1521,33 @@ (define-public mate-polkit-for-xfce
(rename-file old new)))))))
(properties `((hidden? . #t)))))
+
+(define-public mozo
+ (package
+ (name "mozo")
+ (version "1.28.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://mate/" (version-major+minor version) "/"
+ "mozo-" version ".tar.xz"))
+ (sha256
+ (base32 "0929yk7g7103d18p400ysi19pqrxl3dyzg4l0mnw7a3azm7ri67y"))))
+ (build-system glib-or-gtk-build-system)
+ (native-inputs
+ (list pkg-config))
+ (inputs
+ (list gettext-minimal
+ mate-menus
+ python
+ python-pygobject))
+ (home-page "https://mate-desktop.org/")
+ (synopsis "Menu editor for MATE")
+ (description "Mozo is a menu editor for MATE using the freedesktop.org menu
+specification")
+ (license (list license:lgpl2.0+))))
+
+
(define-public mate
(package
(name "mate")
@@ -1579,6 +1606,7 @@ (define-public mate
mate-polkit
mate-system-monitor
mate-utils
+ mozo
pluma
pinentry-gnome3
pulseaudio
--
2.34.1
This bug report was last modified 288 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.