summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorFuncProgLinux <softwarelibre@urutau-ltd.org>2025-09-15 16:09:11 +0800
committer宋文武 <iyzsong@member.fsf.org>2025-09-15 16:14:05 +0800
commitb9673fa76687a2eae6c9ba42d3d45712edfeacfb (patch)
tree25547626b9012f57100fbe977b096ae9c7a9def4 /gnu
parent6365900ecb492d18160f3a248e6c87bc8a37ce1c (diff)
gnu: mate-panel: Update to 1.28.4.
* gnu/packages/mate.scm (mate-panel): Update to 1.28.4. [native-search-paths]: Add MATE_PANEL_APPLETS_DIR and MATE_PANEL_EXTRA_MODULES. Change-Id: I09927db392b43f97f988b480d88a815909605761 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/mate.scm12
1 files changed, 10 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index acf1b2716ad..4169de539ab 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -662,14 +662,14 @@ deliver notifications to the user.")
(define-public mate-panel
(package
(name "mate-panel")
- (version "1.28.2")
+ (version "1.28.4")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0cxsmp92cpvlvqfjxzc0bmzg0v4hpccxzz84894ih9xa6zl472k7"))))
+ (base32 "0x48jqm2axzxp2hc7mh3znds7nqwaw59b2ghnsbw2ajc66q9xw02"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
@@ -721,6 +721,14 @@ deliver notifications to the user.")
pango
tzdata
wayland))
+ (native-search-paths
+ (list
+ (search-path-specification
+ (variable "MATE_PANEL_APPLETS_DIR")
+ (files '("share/mate-panel/applets")))
+ (search-path-specification
+ (variable "MATE_PANEL_EXTRA_MODULES")
+ (files '("lib/mate-panel/modules")))))
(home-page "https://mate-desktop.org/")
(synopsis "Panel for MATE")
(description