[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/31: gnu: Add mozo.
From: |
guix-commits |
Subject: |
28/31: gnu: Add mozo. |
Date: |
Sat, 10 Aug 2024 09:21:45 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 561d910f13e05f8e20444a5c106381b86755edd1
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jul 11 00:57:59 2024 -0700
gnu: Add mozo.
* gnu/packages/mate.scm (mozo): New variable.
(mate)[inputs]: Add mozo.
Change-Id: I317b3479b44b1b02abf814fa5b871faa436913a6
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/mate.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 31aecc3a10..25f4e9e716 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1520,6 +1520,33 @@ used to bring up authentication dialogs.")
(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.1+))))
+
+
(define-public mate
(package
(name "mate")
@@ -1578,6 +1605,7 @@ used to bring up authentication dialogs.")
mate-polkit
mate-system-monitor
mate-utils
+ mozo
pluma
pinentry-gnome3
pulseaudio
- 16/31: gnu: mate-calc: Update to 1.28.0., (continued)
- 16/31: gnu: mate-calc: Update to 1.28.0., guix-commits, 2024/08/10
- 17/31: gnu: mate-backgrounds: Update to 1.28.0., guix-commits, 2024/08/10
- 18/31: gnu: mate-screensaver: Update to 1.28.0., guix-commits, 2024/08/10
- 19/31: gnu: mate-menus: Update to 1.28.0., guix-commits, 2024/08/10
- 22/31: gnu: engrampa: Update to 1.28.1., guix-commits, 2024/08/10
- 23/31: gnu: pluma: update to 1.28.0., guix-commits, 2024/08/10
- 24/31: gnu: mate-polkit: Update to 1.28.1., guix-commits, 2024/08/10
- 25/31: gnu: mate-power-manager: Update to 1.28.1., guix-commits, 2024/08/10
- 26/31: gnu: atril: update to 1.28.0., guix-commits, 2024/08/10
- 27/31: gnu: mate-common: Update to 1.28.0, guix-commits, 2024/08/10
- 28/31: gnu: Add mozo.,
guix-commits <=
- 29/31: gnu: mate: Add needed dconf-editor to inputs., guix-commits, 2024/08/10
- 30/31: gnu: mate-system-monitor: Update to 1.28.1., guix-commits, 2024/08/10