* [bug#71781] [PATCH 01/28] gnu: mate-icon-theme: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 02/28] gnu: mate-desktop: Update to 1.28.2 Andy Tai
` (31 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.28.0.
Change-Id: I3c918d83265b384b468c66f5d07f5e78d6ec6f8b
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5dcd3910e6..5d89459499 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -137,7 +137,7 @@ (define-public mate-power-manager
(define-public mate-icon-theme
(package
(name "mate-icon-theme")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -145,7 +145,7 @@ (define-public mate-icon-theme
name "-" version ".tar.xz"))
(sha256
(base32
- "0nha555fhhn0j5wmzmdc7bh93ckzwwdm8mwmzma5whkzslv09xa1"))))
+ "0fkdk9pqgplmdlsikjb1fp804zcblgpf87cj892zfpfac280gmll"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool icon-naming-utils))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 02/28] gnu: mate-desktop: Update to 1.28.2.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 01/28] gnu: mate-icon-theme: Update to 1.28.0 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 03/28] gnu: libmateweather: Update to 1.28.0 Andy Tai
` (30 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-desktop): Update to 1.28.2.
Change-Id: I79a8b8759284e517beeaad40b02e7f980fea9bb3
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5d89459499..397b8158c7 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -223,14 +223,14 @@ (define-public mate-themes
(define-public mate-desktop
(package
(name "mate-desktop")
- (version "1.26.1")
+ (version "1.28.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-desktop-" version ".tar.xz"))
(sha256
- (base32 "04d2h1y5v225xzwsrf57cy281fr1k3rx70akjdhbs6mc4y56dl8j"))))
+ (base32 "18jajrj5bs98gnx4qjwqa1v48k9bm0c9rbmqw70r3cql41wlpfrj"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 03/28] gnu: libmateweather: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 01/28] gnu: mate-icon-theme: Update to 1.28.0 Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 02/28] gnu: mate-desktop: Update to 1.28.2 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 04/28] gnu: mate-terminal: Update to 1.28.1 Andy Tai
` (29 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (libmateweather): Update to 1.28.0
* gnu/packages/patches/libmateweather-use-TZDIR.patch: Removed.
* gnu/local.mk: Update accordingly.
Change-Id: I7432dd65bcf00e9f44d610fad337b629714fb3d2
---
gnu/local.mk | 1 -
gnu/packages/mate.scm | 6 +--
.../patches/libmateweather-use-TZDIR.patch | 42 -------------------
3 files changed, 2 insertions(+), 47 deletions(-)
delete mode 100644 gnu/packages/patches/libmateweather-use-TZDIR.patch
diff --git a/gnu/local.mk b/gnu/local.mk
index 282cf30f7f..ce55e5a3c7 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1636,7 +1636,6 @@ dist_patch_DATA = \
%D%/packages/patches/libmad-length-check.patch \
%D%/packages/patches/libmad-md_size.patch \
%D%/packages/patches/libmad-mips-newgcc.patch \
- %D%/packages/patches/libmateweather-use-TZDIR.patch \
%D%/packages/patches/libmp4v2-c++11.patch \
%D%/packages/patches/libmpeg2-arm-private-symbols.patch \
%D%/packages/patches/libmpeg2-global-symbol-test.patch \
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 397b8158c7..49d592226f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -253,16 +253,14 @@ (define-public mate-desktop
(define-public libmateweather
(package
(name "libmateweather")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmateweather-" version ".tar.xz"))
(sha256
- (base32 "0fpgc2l46024j2sqqsvclg9c6x33hyjk2zbg5h74v7cf9c7rj062"))
- (patches
- (list (search-patch "libmateweather-use-TZDIR.patch")))))
+ (base32 "1dfj68q3x9camd7h94pcwv8a5969cv5d4p979gcbk4xknpg76hsm"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
diff --git a/gnu/packages/patches/libmateweather-use-TZDIR.patch b/gnu/packages/patches/libmateweather-use-TZDIR.patch
deleted file mode 100644
index 5f72043986..0000000000
--- a/gnu/packages/patches/libmateweather-use-TZDIR.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 109fef8208188ddf4be76d6899f7d8fde5b8b3be Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong@member.fsf.org>
-Date: Sat, 22 Jul 2023 14:40:31 +0800
-Subject: [PATCH] Use TZDIR for ZONEINFO_DIR if the variable is set.
-
----
- libmateweather/mateweather-timezone.c | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-diff --git a/libmateweather/mateweather-timezone.c b/libmateweather/mateweather-timezone.c
-index 2754728..6c858c4 100644
---- a/libmateweather/mateweather-timezone.c
-+++ b/libmateweather/mateweather-timezone.c
-@@ -61,7 +61,7 @@ static gboolean
- parse_tzdata (const char *tzname, time_t start, time_t end,
- int *offset, gboolean *has_dst, int *dst_offset)
- {
-- char *filename, *contents;
-+ char *tzdir, *filename, *contents;
- gsize length;
- int timecnt, transitions_size, ttinfo_map_size;
- int initial_transition = -1, second_transition = -1;
-@@ -71,7 +71,10 @@ parse_tzdata (const char *tzname, time_t start, time_t end,
- char initial_isdst, second_isdst;
- int i;
-
-- filename = g_build_filename (ZONEINFO_DIR, tzname, NULL);
-+ tzdir = g_getenv("TZDIR");
-+ if (tzdir == NULL)
-+ tzdir = ZONEINFO_DIR;
-+ filename = g_build_filename (tzdir, tzname, NULL);
- if (!g_file_get_contents (filename, &contents, &length, NULL)) {
- g_free (filename);
- return FALSE;
-@@ -403,4 +406,3 @@ mateweather_timezone_get_dst_offset (MateWeatherTimezone *zone)
- g_return_val_if_fail (zone->has_dst, 0);
- return zone->dst_offset;
- }
--
---
-2.41.0
-
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 04/28] gnu: mate-terminal: Update to 1.28.1.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (2 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 03/28] gnu: libmateweather: Update to 1.28.0 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 05/28] gnu: mate-session-manager: Update to 1.28.0 Andy Tai
` (28 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-terminal): Update to 1.28.1.
Change-Id: I47965f2685aded9ea1391329ade7dc16cc816251
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 49d592226f..f2f35a2318 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -295,14 +295,14 @@ (define-public libmateweather
(define-public mate-terminal
(package
(name "mate-terminal")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-terminal-" version ".tar.xz"))
(sha256
- (base32 "1l71w64vf49iqaknja2p6h8m3blzq7w76ki7r7l8fy5ly03044vw"))))
+ (base32 "14ly8v4wcz735caw0rdvwrsdgkxlzla1kp5jxjc2gqiakqdfndgi"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 05/28] gnu: mate-session-manager: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (3 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 04/28] gnu: mate-terminal: Update to 1.28.1 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 06/28] gnu: mate-settings-daemon: " Andy Tai
` (27 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-session-manager): Update to 1.28.0.
Change-Id: I095d797a1a9559390d47bb51d79c80f50ad85e1c
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f2f35a2318..8bf6d3d2d1 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -334,14 +334,14 @@ (define-public mate-terminal
(define-public mate-session-manager
(package
(name "mate-session-manager")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-session-manager-" version ".tar.xz"))
(sha256
- (base32 "0y22plz44pspjk02gasfyv6m6g29lxksp0iqhqy2k77x85j7v32v"))))
+ (base32 "0yrd1acnhp7gl60418532jr77n9br0mky83p0wlnbnm1bdcy8b6k"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--with-elogind"
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 06/28] gnu: mate-settings-daemon: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (4 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 05/28] gnu: mate-session-manager: Update to 1.28.0 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 07/28] gnu: libmatemixer: " Andy Tai
` (26 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-settings-daemon): Update to 1.28.0.
Change-Id: I299d8a244228c907a00e5b32c476e8edf402eb72
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8bf6d3d2d1..7bc5f0c4bd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -376,14 +376,14 @@ (define-public mate-session-manager
(define-public mate-settings-daemon
(package
(name "mate-settings-daemon")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-settings-daemon-" version ".tar.xz"))
(sha256
- (base32 "0n8q9dg0ascqhskx45l3vb19q06kd3994lhlcsvw4899aidsczk9"))))
+ (base32 "0fhsc505p34zk1bln764fbh7dfq32x0vi0h2zkzrxjd4manwvmsf"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 07/28] gnu: libmatemixer: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (5 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 06/28] gnu: mate-settings-daemon: " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 08/28] gnu: libmatekbd: update " Andy Tai
` (25 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (libmatemixer): Update to 1.28.0.
Change-Id: I05baa1aecb4bc40ba34ce59ae41e64e906eefda6
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 7bc5f0c4bd..67da12c6c8 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -415,14 +415,14 @@ (define-public mate-settings-daemon
(define-public libmatemixer
(package
(name "libmatemixer")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmatemixer-" version ".tar.xz"))
(sha256
- (base32 "1wcz4ppg696m31f5x7rkyvxxdriik2vprsr83b4wbs97bdhcr6ws"))))
+ (base32 "1ix0f3c40b535wsvbc9d4q7c6inf5d9ync4m7j76hq3z74ibjwsx"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 08/28] gnu: libmatekbd: update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (6 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 07/28] gnu: libmatemixer: " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 09/28] gnu: mate-applets: Update " Andy Tai
` (24 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (libmatekbd): Update to 1.28.0.
Change-Id: I2a077abc25e499a4e07058164b83bb318e8185ec
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 67da12c6c8..90b65763d4 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -439,14 +439,14 @@ (define-public libmatemixer
(define-public libmatekbd
(package
(name "libmatekbd")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmatekbd-" version ".tar.xz"))
(sha256
- (base32 "1vdwjyryv1f12yx6np4nrl13vn0v4g8p90zxi3mfwi994n8qv4v3"))))
+ (base32 "03p8dx7n0fi77qdh1r6pi40wqa0ap7w8hk6j0csx68rb7i45hbjx"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 09/28] gnu: mate-applets: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (7 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 08/28] gnu: libmatekbd: update " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 10/28] gnu: mate-media: Update to 1.28.1 Andy Tai
` (23 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-applets): Update to 1.28.0.
[inputs]: Adjust gtksourceview version, updateing to 4, and
add mate-desktop as it is now required dependency.
Change-Id: I6b5c62fa029d70e475a1acbb05e622a906de27a7
---
gnu/packages/mate.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 90b65763d4..e322302fd0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -505,14 +505,14 @@ (define-public mate-menus
(define-public mate-applets
(package
(name "mate-applets")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-applets-" version ".tar.xz"))
(sha256
- (base32 "1hn22xxmkm3s1477war7w7lb7yh77b3251y1why37p3nncfzdf1s"))))
+ (base32 "11k66nfgs403r70isc8ccss994hv9c793zr8r2fzn9nksmmyysqv"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
@@ -530,7 +530,7 @@ (define-public mate-applets
glib
gucharmap
gtk+
- gtksourceview-3
+ gtksourceview-4
libgtop
libmateweather
libnl
@@ -538,6 +538,7 @@ (define-public mate-applets
libx11
libxml2
libwnck
+ mate-desktop
mate-panel
pango
polkit ; either polkit or setuid
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 10/28] gnu: mate-media: Update to 1.28.1.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (8 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 09/28] gnu: mate-applets: Update " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 11/28] gnu: mate-panel: Update to 1.28.2 Andy Tai
` (22 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-media): Update to 1.28.1.
Change-Id: I687c652052bd817055618d9ad944ecde0ba2ef19
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index e322302fd0..96e3a2c742 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -579,14 +579,14 @@ (define-public mate-applets
(define-public mate-media
(package
(name "mate-media")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-media-" version ".tar.xz"))
(sha256
- (base32 "02zb4rgahs50pick4nw9xhycshc5kbs1dlnr0ry5r4bd54da5ci8"))))
+ (base32 "04lr7bl0k1m88m1qf2m3wrq3a48wx44cgmb667k5agzn48p11p5w"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gettext-minimal gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 11/28] gnu: mate-panel: Update to 1.28.2.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (9 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 10/28] gnu: mate-media: Update to 1.28.1 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 12/28] gnu: caja: Update to 1.28.0 Andy Tai
` (21 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-panel): Update to 1.28.2.
Change-Id: I0f04112256e6c60eb58af91e78006c475fc79f2a
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 96e3a2c742..5b4b2366f0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -611,14 +611,14 @@ (define-public mate-media
(define-public mate-panel
(package
(name "mate-panel")
- (version "1.26.3")
+ (version "1.28.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0ag03lbslsqva5ycrnv6ksm304s8miav42n7iklsf2s54zai0gzk"))))
+ (base32 "0cxsmp92cpvlvqfjxzc0bmzg0v4hpccxzz84894ih9xa6zl472k7"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 12/28] gnu: caja: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (10 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 11/28] gnu: mate-panel: Update to 1.28.2 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 13/28] gnu: marco: Update to 1.28.1 Andy Tai
` (20 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (caja): Update to 1.28.0.
Change-Id: Ief5c25b068c693c4f41b800ed163054afd04e34c
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5b4b2366f0..94ed5b9c5d 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -788,7 +788,7 @@ (define-public atril
(define-public caja
(package
(name "caja")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -796,7 +796,7 @@ (define-public caja
name "-" version ".tar.xz"))
(sha256
(base32
- "01scw5wk4fgps8fk9l7ic2q6p1wplxzsv678wbv010m301pnxz9h"))))
+ "0ylm46wgg7linppid6pdfaixhdb8zgyrxl3lxz17x0am2k718c0y"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-update-mimedb")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 13/28] gnu: marco: Update to 1.28.1
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (11 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 12/28] gnu: caja: Update to 1.28.0 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 14/28] gnu: caja-extensions: update to 1.28.0 Andy Tai
` (19 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (marco): Update to 1.28.1.
Change-Id: Iac0f89a980a0e4a49a4b3bff4e9e82815357dee5
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 94ed5b9c5d..b99c15dd94 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -970,14 +970,14 @@ (define-public mate-control-center
(define-public marco
(package
(name "marco")
- (version "1.26.2")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "18q71r4bkrldscp414qm0457i0jnk841wwc490qg0whhzraa5w8j"))))
+ (base32 "1qf219zmg6m1kf6xlx66h65yq3gxz3hc6fj995lcv0791vjfb5i4"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 14/28] gnu: caja-extensions: update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (12 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 13/28] gnu: marco: Update to 1.28.1 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 15/28] gnu: mate-user-guide: Update " Andy Tai
` (18 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (caja-extensions): Update to 1.28.0
[arguments](configure-flags): Disable AV support as needed gstreamer
components are Rust packages not in Guix at this time.
Change-Id: If48fcc79618654fd29ed6222517509224fa78e37
---
gnu/packages/mate.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index b99c15dd94..6fc20181d8 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -51,6 +51,7 @@ (define-module (gnu packages mate)
#:use-module (gnu packages glib)
#:use-module (gnu packages gnome)
#:use-module (gnu packages gnupg)
+ #:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
#:use-module (gnu packages image)
#:use-module (gnu packages imagemagick)
@@ -846,14 +847,14 @@ (define-public caja
(define-public caja-extensions
(package
(name "caja-extensions")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"caja-extensions-" version ".tar.xz"))
(sha256
- (base32 "086mw7650n8blnr2wkg9xdb6lhwqamcbkk5575i2s90hzbiik72q"))))
+ (base32 "0x9ikq8biaq08wzj0qqpmy8k5w7axqimigfgf7i5z0s00xg6r66j"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--enable-sendto"
@@ -864,6 +865,11 @@ (define-public caja-extensions
"--enable-image-converter"
"--enable-open-terminal" "--enable-share"
"--enable-wallpaper" "--enable-xattr-tags"
+ "--enable-av=no"
+ ; Guix does not have rust packages
+ ; gstreamer-tag-1.0
+ ; gstreamer-pbutils-1.0
+ ; so disable search for them
(string-append "--with-cajadir="
(assoc-ref %outputs "out")
"/lib/caja/extensions-2.0/"))))
@@ -882,6 +888,7 @@ (define-public caja-extensions
dbus
dbus-glib
gajim ;runtime only?
+ gstreamer
gtk+
graphicsmagick
mate-desktop
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 15/28] gnu: mate-user-guide: Update to 1.28.0
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (13 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 14/28] gnu: caja-extensions: update to 1.28.0 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 16/28] gnu: mate-calc: " Andy Tai
` (17 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-user-guide): Update to 1.28.0.
Change-Id: Ia2905afe3a61888f8743563c7699d491e1d47afd
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 6fc20181d8..0b5f965f8e 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1027,7 +1027,7 @@ (define-public marco
(define-public mate-user-guide
(package
(name "mate-user-guide")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -1035,7 +1035,7 @@ (define-public mate-user-guide
name "-" version ".tar.xz"))
(sha256
(base32
- "0by2gzvhx3ksb9shw9374a7dsjpchn79jf248a8g6bvznxscj12x"))))
+ "17jb0537xzlhiilzjzjgy6lx7j0w4bjppav1xla4cm06yla0ivsk"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 16/28] gnu: mate-calc: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (14 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 15/28] gnu: mate-user-guide: Update " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 17/28] gnu: mate-backgrounds: " Andy Tai
` (16 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-calc): Update to 1.28.0.
Change-Id: I2b98ae286504380c8078b771d424b3cb484c0053
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 0b5f965f8e..523d6148b0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1066,14 +1066,14 @@ (define-public mate-user-guide
(define-public mate-calc
(package
(name "mate-calc")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-calc-" version ".tar.xz"))
(sha256
- (base32 "0mddfh9ixhh60nfgx5kcprcl9liavwqyina11q3pnpfs3n02df3y"))))
+ (base32 "1x98wsjssmbkxqvl95xgp5r99cdq5adxl5pq9bkv2r183rfi4jw0"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal intltool pkg-config yelp-tools))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 17/28] gnu: mate-backgrounds: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (15 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 16/28] gnu: mate-calc: " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 18/28] gnu: mate-screensaver: " Andy Tai
` (15 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-backgrounds): Update to 1.28.0.
Change-Id: Idc262d84ec0568d67dfba2576859c14f6dfe91d7
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 523d6148b0..d58deba14a 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1095,7 +1095,7 @@ (define-public mate-calc
(define-public mate-backgrounds
(package
(name "mate-backgrounds")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -1103,7 +1103,7 @@ (define-public mate-backgrounds
name "-" version ".tar.xz"))
(sha256
(base32
- "0379hngy3ap1r5kmqvmzs9r710k2c9nal2ps3hq765df4ir15j8d"))))
+ "0hv97805gb89v64f90laskq4h483lgpvd9m54an0ggc64k8azlah"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list intltool))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 18/28] gnu: mate-screensaver: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (16 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 17/28] gnu: mate-backgrounds: " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 19/28] gnu: mate-menus: " Andy Tai
` (14 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-screensaver): Update to 1.28.0.
Change-Id: If592eb165725dd047dfaca47b1504afb347d1192
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index d58deba14a..f96af6d8ec 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1156,14 +1156,14 @@ (define-public mate-netbook
(define-public mate-screensaver
(package
(name "mate-screensaver")
- (version "1.26.2")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-screensaver-" version ".tar.xz"))
(sha256
- (base32 "0zpzlmbb6m2hqsr67rc6mqpabl1idpzfqzlj4ifxanql4k7015ys"))))
+ (base32 "0w7awc8a9q2hsqz51p2zln4adb6l7zk57aql07hrabsaz2l283va"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 19/28] gnu: mate-menus: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (17 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 18/28] gnu: mate-screensaver: " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 20/28] gnu: mate-utils: " Andy Tai
` (13 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-menus): Update to 1.28.0.
Change-Id: Ib6e734fd2e9bffae881814e0f6c3d13bd0aa2f25
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f96af6d8ec..e6fd6195fd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -468,14 +468,14 @@ (define-public libmatekbd
(define-public mate-menus
(package
(name "mate-menus")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-menus-" version ".tar.xz"))
(sha256
- (base32 "130xvpszl1p3407b8annbvj8p0sa9jazxya02z9cfl5nwnd5k3a5"))))
+ (base32 "13ahf1cy9mzasswhnkx8qqmj5ii54338z0k994fss2kggmfcfh6g"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 20/28] gnu: mate-utils: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (18 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 19/28] gnu: mate-menus: " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 21/28] gnu: eom: " Andy Tai
` (12 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-utils): update to 1.28.0.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I6899ad33d1c22a97553399f07963c895486e3a1c
---
gnu/packages/mate.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index e6fd6195fd..ab002d7f90 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1226,7 +1226,7 @@ (define-public mate-screensaver
(define-public mate-utils
(package
(name "mate-utils")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -1234,7 +1234,7 @@ (define-public mate-utils
name "-" version ".tar.xz"))
(sha256
(base32
- "08066w98y45ilna6sn2kj8jnyhafra7sbpfrjdddv48939dlflrg"))))
+ "1lw85zr38666y5zywsy2gzs9f7n2k1z9zjkq7gq0z40x1mx9si2q"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal
@@ -1256,8 +1256,10 @@ (define-public mate-utils
libgtop
libx11
libxext
+ mate-desktop
mate-panel
pango
+ startup-notification
udisks
zlib))
(home-page "https://mate-desktop.org/")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 21/28] gnu: eom: Update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (19 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 20/28] gnu: mate-utils: " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 22/28] gnu: engrampa: Update to 1.28.1 Andy Tai
` (11 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (eom): Update to 1.28.0.
Change-Id: I30f60fd8cc5abdbe77c5fa48ef1780fc65072268
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index ab002d7f90..72968cad88 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1281,14 +1281,14 @@ (define-public mate-utils
(define-public eom
(package
(name "eom")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"eom-" version ".tar.xz"))
(sha256
- (base32 "0q4r9f3dcb6w6fia06sm9h3lzpq86gj13clzw1i6qzjg94li49dm"))))
+ (base32 "1g1sspnj7r077bfaywj6qhq4gvc2y7jylrf8b1r8q6jsk6rcl0cs"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 22/28] gnu: engrampa: Update to 1.28.1.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (20 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 21/28] gnu: eom: " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 23/28] gnu: pluma: update to 1.28.0 Andy Tai
` (10 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (engrampa): Update to 1.28.1.
Change-Id: I8c328bf7caa188c123916bf56c2933bd1d3fc468
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 72968cad88..9e62eeb59e 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1329,14 +1329,14 @@ (define-public eom
(define-public engrampa
(package
(name "engrampa")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"engrampa-" version ".tar.xz"))
(sha256
- (base32 "0jkci8gaxrx978laqj9ayx62r05czajqmry915iymsd4lw3l28ph"))))
+ (base32 "0siqhm6vh0lwx0qh7v4asn4m15ac9g93hm97iymfw24brydlqp4w"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--disable-schemas-compile"
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 23/28] gnu: pluma: update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (21 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 22/28] gnu: engrampa: Update to 1.28.1 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 24/28] gnu: mate-polkit: Update to 1.28.1 Andy Tai
` (9 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (pluma): Update to 1.28.0.
Change-Id: I62f75c46daaad85a44a68b11464d6ce439d5cc91
---
gnu/packages/mate.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 9e62eeb59e..ab90c8f164 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1381,14 +1381,14 @@ (define-public engrampa
(define-public pluma
(package
(name "pluma")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar"))))
+ (base32 "1m51cmcl6z68bx37zhi72wfl58kq9bg7xcih1sjr6l1li6axz2ma"))))
(build-system glib-or-gtk-build-system)
(arguments
`(; Tests can not succeed.
@@ -1417,10 +1417,12 @@ (define-public pluma
libpeas
libxml2
libice
+ mate-desktop
packagekit
pango
python
- scrollkeeper))
+ scrollkeeper
+ startup-notification))
(home-page "https://mate-desktop.org/")
(synopsis "Text Editor for MATE")
(description
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 24/28] gnu: mate-polkit: Update to 1.28.1.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (22 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 23/28] gnu: pluma: update to 1.28.0 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 25/28] gnu: mate-power-manager: " Andy Tai
` (8 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-polkit): Update to 1.28.1.
Change-Id: I479e7342ca616b3a7c57bb94beaf38c1452e97cf
---
gnu/packages/mate.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index ab90c8f164..05508c88df 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1432,14 +1432,14 @@ (define-public pluma
(define-public mate-system-monitor
(package
(name "mate-system-monitor")
- (version "1.26.0")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-system-monitor-" version ".tar.xz"))
(sha256
- (base32 "13rkrk7c326ng8164aqfp6i7334n7zrmbg61ncpjprbrvlx2qiw3"))))
+ (base32 "09asjqln7sn6rbqy8anwfnnf5wfnhdwm9xhkphg3dd8gp7b67mj2"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list autoconf gettext-minimal intltool pkg-config yelp-tools))
@@ -1467,7 +1467,7 @@ (define-public mate-system-monitor
(define-public mate-polkit
(package
(name "mate-polkit")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
@@ -1475,7 +1475,7 @@ (define-public mate-polkit
name "-" version ".tar.xz"))
(sha256
(base32
- "0mq3a9ab4fxpkah6c5p7a0zsy8cixfc5j9030k204cy5vysv1dzm"))))
+ "1s2ac2p5smiwr7lf4snciyb9waclychjmzrw32f2qspdm381s2im"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal gtk-doc intltool libtool pkg-config))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 25/28] gnu: mate-power-manager: Update to 1.28.1.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (23 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 24/28] gnu: mate-polkit: Update to 1.28.1 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 26/28] gnu: atril: update to 1.28.0 Andy Tai
` (7 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-power-manager): Update to 1.28.1.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I75ee24c0a8a961a43f405da0e5036e3ae0fa4f71
---
gnu/packages/mate.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 05508c88df..b0fd8bfb5e 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -99,14 +99,14 @@ (define-public mate-common
(define-public mate-power-manager
(package
(name "mate-power-manager")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-power-manager-" version ".tar.xz"))
(sha256
- (base32 "0hhhzfmnr9vxz1w34wl7c93qm2npql71mrshpfcbzfh4xli9vk90"))))
+ (base32 "08gf3vvmh335pyrhqaswag77pygqvrn19a59dcrnis07nrscpgcf"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
@@ -122,10 +122,12 @@ (define-public mate-power-manager
cairo
dbus
libnotify
+ mate-desktop
mate-panel
libxrandr
libcanberra
libsecret
+ startup-notification
upower))
(home-page "https://mate-desktop.org/")
(synopsis "Power manager for MATE")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 26/28] gnu: atril: update to 1.28.0.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (24 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 25/28] gnu: mate-power-manager: " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 27/28] gnu: mate-common: Update " Andy Tai
` (6 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (atril): Update to 1.28.0.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I7e3bb4ca4ea8ab9351cff6a422e55bb2a20a86eb
---
gnu/packages/mate.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index b0fd8bfb5e..07323ae258 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -684,7 +684,7 @@ (define-public mate-panel
(define-public atril
(package
(name "atril")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -692,7 +692,7 @@ (define-public atril
name "-" version ".tar.xz"))
(sha256
(base32
- "194inkvgsj49pp0f46xfl1mq7kniah15kgviss5a20cprcx62fm5"))))
+ "0qji6nsf0r3rp5x7mah8pafx42dyqcygqsv7cgmc8wcvdrgp5m6f"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list (string-append "--with-openjpeg="
@@ -763,6 +763,7 @@ (define-public atril
libgxps
libjpeg-turbo
libxml2
+ mate-desktop
python-dogtail
shared-mime-info
gdk-pixbuf
@@ -777,6 +778,7 @@ (define-public atril
;; Build libkpathsea as a shared library for DVI support.
;; ("libkpathsea" ,texlive-bin)
poppler
+ startup-notification
webkitgtk-for-gtk3))
(home-page "https://mate-desktop.org")
(synopsis "Document viewer for Mate")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 27/28] gnu: mate-common: Update to 1.28.0
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (25 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 26/28] gnu: atril: update to 1.28.0 Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:09 ` [bug#71781] [PATCH 28/28] gnu: Add mozo Andy Tai
` (5 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-common): update to 1.28.0.
Change-Id: I9312b620c8dfbf20a6d477b1e12636922cee667e
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 07323ae258..52c29751a2 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -79,7 +79,7 @@ (define-module (gnu packages mate)
(define-public mate-common
(package
(name "mate-common")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -87,7 +87,7 @@ (define-public mate-common
name "-" version ".tar.xz"))
(sha256
(base32
- "014wpfqpqmfkzv81paap4fz15mj1gsyvaxlrfqsp9a3yxw4f7jaf"))))
+ "02ms4s6kfxkbghc24rx9g1axdv50rndzdm0s3iz1vxv8wb7c5ds2"))))
(build-system gnu-build-system)
(home-page "https://mate-desktop.org/")
(synopsis "Common files for development of MATE packages")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH 28/28] gnu: Add mozo.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (26 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 27/28] gnu: mate-common: Update " Andy Tai
@ 2024-06-26 8:09 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (4 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:09 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* 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 52c29751a2..b041870750 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1514,6 +1514,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")
@@ -1572,6 +1599,7 @@ (define-public mate
mate-polkit
mate-system-monitor
mate-utils
+ mozo
pluma
pinentry-gnome3
pulseaudio
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (27 preceding siblings ...)
2024-06-26 8:09 ` [bug#71781] [PATCH 28/28] gnu: Add mozo Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 01/28] gnu: mate-icon-theme: Update to 1.28.0 Andy Tai
` (27 more replies)
2024-06-27 6:11 ` [bug#71781] Andy Tai
` (3 subsequent siblings)
32 siblings, 28 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
This series of patches updates the Mate Desktop to 1.28.
Note mate-netbook stays at 1.26 as no new release at 1.28.
mate-control-center and mate-system-monitor stay at 1.26
because the 1.28 release requires systemd, which does not
exist in the GNU Guix environment.
Andy Tai (28):
gnu: mate-icon-theme: Update to 1.28.0.
gnu: mate-desktop: Update to 1.28.2.
gnu: libmateweather: Update to 1.28.0.
gnu: mate-terminal: Update to 1.28.1.
gnu: mate-session-manager: Update to 1.28.0.
gnu: mate-settings-daemon: Update to 1.28.0.
gnu: libmatemixer: Update to 1.28.0.
gnu: libmatekbd: update to 1.28.0.
gnu: mate-applets: Update to 1.28.0.
gnu: mate-media: Update to 1.28.1.
gnu: mate-panel: Update to 1.28.2.
gnu: caja: Update to 1.28.0.
gnu: marco: Update to 1.28.1
gnu: caja-extensions: update to 1.28.0.
gnu: mate-user-guide: Update to 1.28.0
gnu: mate-calc: Update to 1.28.0.
gnu: mate-backgrounds: Update to 1.28.0.
gnu: mate-screensaver: Update to 1.28.0.
gnu: mate-menus: Update to 1.28.0.
gnu: mate-utils: Update to 1.28.0.
gnu: eom: Update to 1.28.0.
gnu: engrampa: Update to 1.28.1.
gnu: pluma: update to 1.28.0.
gnu: mate-polkit: Update to 1.28.1.
gnu: mate-power-manager: Update to 1.28.1.
gnu: atril: update to 1.28.0.
gnu: mate-common: Update to 1.28.0
gnu: Add mozo.
gnu/local.mk | 1 -
gnu/packages/mate.scm | 158 +++++++++++-------
.../patches/libmateweather-use-TZDIR.patch | 42 -----
3 files changed, 100 insertions(+), 101 deletions(-)
delete mode 100644 gnu/packages/patches/libmateweather-use-TZDIR.patch
base-commit: 78d946b01162fbe986c6768800e8cfd6e70e67e5
--
2.34.1
^ permalink raw reply [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 01/28] gnu: mate-icon-theme: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 02/28] gnu: mate-desktop: Update to 1.28.2 Andy Tai
` (26 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.28.0.
Change-Id: I3c918d83265b384b468c66f5d07f5e78d6ec6f8b
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5dcd3910e6..5d89459499 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -137,7 +137,7 @@ (define-public mate-power-manager
(define-public mate-icon-theme
(package
(name "mate-icon-theme")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -145,7 +145,7 @@ (define-public mate-icon-theme
name "-" version ".tar.xz"))
(sha256
(base32
- "0nha555fhhn0j5wmzmdc7bh93ckzwwdm8mwmzma5whkzslv09xa1"))))
+ "0fkdk9pqgplmdlsikjb1fp804zcblgpf87cj892zfpfac280gmll"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool icon-naming-utils))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 02/28] gnu: mate-desktop: Update to 1.28.2.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 01/28] gnu: mate-icon-theme: Update to 1.28.0 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 03/28] gnu: libmateweather: Update to 1.28.0 Andy Tai
` (25 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-desktop): Update to 1.28.2.
Change-Id: I79a8b8759284e517beeaad40b02e7f980fea9bb3
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5d89459499..397b8158c7 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -223,14 +223,14 @@ (define-public mate-themes
(define-public mate-desktop
(package
(name "mate-desktop")
- (version "1.26.1")
+ (version "1.28.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-desktop-" version ".tar.xz"))
(sha256
- (base32 "04d2h1y5v225xzwsrf57cy281fr1k3rx70akjdhbs6mc4y56dl8j"))))
+ (base32 "18jajrj5bs98gnx4qjwqa1v48k9bm0c9rbmqw70r3cql41wlpfrj"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 03/28] gnu: libmateweather: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 01/28] gnu: mate-icon-theme: Update to 1.28.0 Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 02/28] gnu: mate-desktop: Update to 1.28.2 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 04/28] gnu: mate-terminal: Update to 1.28.1 Andy Tai
` (24 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (libmateweather): Update to 1.28.0
* gnu/packages/patches/libmateweather-use-TZDIR.patch: Removed.
* gnu/local.mk: Update accordingly.
Change-Id: I7432dd65bcf00e9f44d610fad337b629714fb3d2
---
gnu/local.mk | 1 -
gnu/packages/mate.scm | 6 +--
.../patches/libmateweather-use-TZDIR.patch | 42 -------------------
3 files changed, 2 insertions(+), 47 deletions(-)
delete mode 100644 gnu/packages/patches/libmateweather-use-TZDIR.patch
diff --git a/gnu/local.mk b/gnu/local.mk
index 282cf30f7f..ce55e5a3c7 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1636,7 +1636,6 @@ dist_patch_DATA = \
%D%/packages/patches/libmad-length-check.patch \
%D%/packages/patches/libmad-md_size.patch \
%D%/packages/patches/libmad-mips-newgcc.patch \
- %D%/packages/patches/libmateweather-use-TZDIR.patch \
%D%/packages/patches/libmp4v2-c++11.patch \
%D%/packages/patches/libmpeg2-arm-private-symbols.patch \
%D%/packages/patches/libmpeg2-global-symbol-test.patch \
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 397b8158c7..49d592226f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -253,16 +253,14 @@ (define-public mate-desktop
(define-public libmateweather
(package
(name "libmateweather")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmateweather-" version ".tar.xz"))
(sha256
- (base32 "0fpgc2l46024j2sqqsvclg9c6x33hyjk2zbg5h74v7cf9c7rj062"))
- (patches
- (list (search-patch "libmateweather-use-TZDIR.patch")))))
+ (base32 "1dfj68q3x9camd7h94pcwv8a5969cv5d4p979gcbk4xknpg76hsm"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
diff --git a/gnu/packages/patches/libmateweather-use-TZDIR.patch b/gnu/packages/patches/libmateweather-use-TZDIR.patch
deleted file mode 100644
index 5f72043986..0000000000
--- a/gnu/packages/patches/libmateweather-use-TZDIR.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 109fef8208188ddf4be76d6899f7d8fde5b8b3be Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong@member.fsf.org>
-Date: Sat, 22 Jul 2023 14:40:31 +0800
-Subject: [PATCH] Use TZDIR for ZONEINFO_DIR if the variable is set.
-
----
- libmateweather/mateweather-timezone.c | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-diff --git a/libmateweather/mateweather-timezone.c b/libmateweather/mateweather-timezone.c
-index 2754728..6c858c4 100644
---- a/libmateweather/mateweather-timezone.c
-+++ b/libmateweather/mateweather-timezone.c
-@@ -61,7 +61,7 @@ static gboolean
- parse_tzdata (const char *tzname, time_t start, time_t end,
- int *offset, gboolean *has_dst, int *dst_offset)
- {
-- char *filename, *contents;
-+ char *tzdir, *filename, *contents;
- gsize length;
- int timecnt, transitions_size, ttinfo_map_size;
- int initial_transition = -1, second_transition = -1;
-@@ -71,7 +71,10 @@ parse_tzdata (const char *tzname, time_t start, time_t end,
- char initial_isdst, second_isdst;
- int i;
-
-- filename = g_build_filename (ZONEINFO_DIR, tzname, NULL);
-+ tzdir = g_getenv("TZDIR");
-+ if (tzdir == NULL)
-+ tzdir = ZONEINFO_DIR;
-+ filename = g_build_filename (tzdir, tzname, NULL);
- if (!g_file_get_contents (filename, &contents, &length, NULL)) {
- g_free (filename);
- return FALSE;
-@@ -403,4 +406,3 @@ mateweather_timezone_get_dst_offset (MateWeatherTimezone *zone)
- g_return_val_if_fail (zone->has_dst, 0);
- return zone->dst_offset;
- }
--
---
-2.41.0
-
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 04/28] gnu: mate-terminal: Update to 1.28.1.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (2 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 03/28] gnu: libmateweather: Update to 1.28.0 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 05/28] gnu: mate-session-manager: Update to 1.28.0 Andy Tai
` (23 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-terminal): Update to 1.28.1.
Change-Id: I47965f2685aded9ea1391329ade7dc16cc816251
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 49d592226f..f2f35a2318 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -295,14 +295,14 @@ (define-public libmateweather
(define-public mate-terminal
(package
(name "mate-terminal")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-terminal-" version ".tar.xz"))
(sha256
- (base32 "1l71w64vf49iqaknja2p6h8m3blzq7w76ki7r7l8fy5ly03044vw"))))
+ (base32 "14ly8v4wcz735caw0rdvwrsdgkxlzla1kp5jxjc2gqiakqdfndgi"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 05/28] gnu: mate-session-manager: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (3 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 04/28] gnu: mate-terminal: Update to 1.28.1 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 06/28] gnu: mate-settings-daemon: " Andy Tai
` (22 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-session-manager): Update to 1.28.0.
Change-Id: I095d797a1a9559390d47bb51d79c80f50ad85e1c
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f2f35a2318..8bf6d3d2d1 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -334,14 +334,14 @@ (define-public mate-terminal
(define-public mate-session-manager
(package
(name "mate-session-manager")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-session-manager-" version ".tar.xz"))
(sha256
- (base32 "0y22plz44pspjk02gasfyv6m6g29lxksp0iqhqy2k77x85j7v32v"))))
+ (base32 "0yrd1acnhp7gl60418532jr77n9br0mky83p0wlnbnm1bdcy8b6k"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--with-elogind"
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 06/28] gnu: mate-settings-daemon: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (4 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 05/28] gnu: mate-session-manager: Update to 1.28.0 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 07/28] gnu: libmatemixer: " Andy Tai
` (21 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-settings-daemon): Update to 1.28.0.
Change-Id: I299d8a244228c907a00e5b32c476e8edf402eb72
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8bf6d3d2d1..7bc5f0c4bd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -376,14 +376,14 @@ (define-public mate-session-manager
(define-public mate-settings-daemon
(package
(name "mate-settings-daemon")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-settings-daemon-" version ".tar.xz"))
(sha256
- (base32 "0n8q9dg0ascqhskx45l3vb19q06kd3994lhlcsvw4899aidsczk9"))))
+ (base32 "0fhsc505p34zk1bln764fbh7dfq32x0vi0h2zkzrxjd4manwvmsf"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 07/28] gnu: libmatemixer: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (5 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 06/28] gnu: mate-settings-daemon: " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 08/28] gnu: libmatekbd: update " Andy Tai
` (20 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (libmatemixer): Update to 1.28.0.
Change-Id: I05baa1aecb4bc40ba34ce59ae41e64e906eefda6
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 7bc5f0c4bd..67da12c6c8 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -415,14 +415,14 @@ (define-public mate-settings-daemon
(define-public libmatemixer
(package
(name "libmatemixer")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmatemixer-" version ".tar.xz"))
(sha256
- (base32 "1wcz4ppg696m31f5x7rkyvxxdriik2vprsr83b4wbs97bdhcr6ws"))))
+ (base32 "1ix0f3c40b535wsvbc9d4q7c6inf5d9ync4m7j76hq3z74ibjwsx"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 08/28] gnu: libmatekbd: update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (6 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 07/28] gnu: libmatemixer: " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 09/28] gnu: mate-applets: Update " Andy Tai
` (19 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (libmatekbd): Update to 1.28.0.
Change-Id: I2a077abc25e499a4e07058164b83bb318e8185ec
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 67da12c6c8..90b65763d4 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -439,14 +439,14 @@ (define-public libmatemixer
(define-public libmatekbd
(package
(name "libmatekbd")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmatekbd-" version ".tar.xz"))
(sha256
- (base32 "1vdwjyryv1f12yx6np4nrl13vn0v4g8p90zxi3mfwi994n8qv4v3"))))
+ (base32 "03p8dx7n0fi77qdh1r6pi40wqa0ap7w8hk6j0csx68rb7i45hbjx"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 09/28] gnu: mate-applets: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (7 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 08/28] gnu: libmatekbd: update " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 10/28] gnu: mate-media: Update to 1.28.1 Andy Tai
` (18 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-applets): Update to 1.28.0.
[inputs]: Adjust gtksourceview version, updateing to 4, and
add mate-desktop as it is now required dependency.
Change-Id: I6b5c62fa029d70e475a1acbb05e622a906de27a7
---
gnu/packages/mate.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 90b65763d4..e322302fd0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -505,14 +505,14 @@ (define-public mate-menus
(define-public mate-applets
(package
(name "mate-applets")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-applets-" version ".tar.xz"))
(sha256
- (base32 "1hn22xxmkm3s1477war7w7lb7yh77b3251y1why37p3nncfzdf1s"))))
+ (base32 "11k66nfgs403r70isc8ccss994hv9c793zr8r2fzn9nksmmyysqv"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
@@ -530,7 +530,7 @@ (define-public mate-applets
glib
gucharmap
gtk+
- gtksourceview-3
+ gtksourceview-4
libgtop
libmateweather
libnl
@@ -538,6 +538,7 @@ (define-public mate-applets
libx11
libxml2
libwnck
+ mate-desktop
mate-panel
pango
polkit ; either polkit or setuid
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 10/28] gnu: mate-media: Update to 1.28.1.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (8 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 09/28] gnu: mate-applets: Update " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 11/28] gnu: mate-panel: Update to 1.28.2 Andy Tai
` (17 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-media): Update to 1.28.1.
Change-Id: I687c652052bd817055618d9ad944ecde0ba2ef19
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index e322302fd0..96e3a2c742 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -579,14 +579,14 @@ (define-public mate-applets
(define-public mate-media
(package
(name "mate-media")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-media-" version ".tar.xz"))
(sha256
- (base32 "02zb4rgahs50pick4nw9xhycshc5kbs1dlnr0ry5r4bd54da5ci8"))))
+ (base32 "04lr7bl0k1m88m1qf2m3wrq3a48wx44cgmb667k5agzn48p11p5w"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gettext-minimal gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 11/28] gnu: mate-panel: Update to 1.28.2.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (9 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 10/28] gnu: mate-media: Update to 1.28.1 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 12/28] gnu: caja: Update to 1.28.0 Andy Tai
` (16 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-panel): Update to 1.28.2.
Change-Id: I0f04112256e6c60eb58af91e78006c475fc79f2a
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 96e3a2c742..5b4b2366f0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -611,14 +611,14 @@ (define-public mate-media
(define-public mate-panel
(package
(name "mate-panel")
- (version "1.26.3")
+ (version "1.28.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0ag03lbslsqva5ycrnv6ksm304s8miav42n7iklsf2s54zai0gzk"))))
+ (base32 "0cxsmp92cpvlvqfjxzc0bmzg0v4hpccxzz84894ih9xa6zl472k7"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 12/28] gnu: caja: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (10 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 11/28] gnu: mate-panel: Update to 1.28.2 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 13/28] gnu: marco: Update to 1.28.1 Andy Tai
` (15 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (caja): Update to 1.28.0.
Change-Id: Ief5c25b068c693c4f41b800ed163054afd04e34c
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5b4b2366f0..94ed5b9c5d 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -788,7 +788,7 @@ (define-public atril
(define-public caja
(package
(name "caja")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -796,7 +796,7 @@ (define-public caja
name "-" version ".tar.xz"))
(sha256
(base32
- "01scw5wk4fgps8fk9l7ic2q6p1wplxzsv678wbv010m301pnxz9h"))))
+ "0ylm46wgg7linppid6pdfaixhdb8zgyrxl3lxz17x0am2k718c0y"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-update-mimedb")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 13/28] gnu: marco: Update to 1.28.1
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (11 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 12/28] gnu: caja: Update to 1.28.0 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 14/28] gnu: caja-extensions: update to 1.28.0 Andy Tai
` (14 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (marco): Update to 1.28.1.
Change-Id: Iac0f89a980a0e4a49a4b3bff4e9e82815357dee5
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 94ed5b9c5d..b99c15dd94 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -970,14 +970,14 @@ (define-public mate-control-center
(define-public marco
(package
(name "marco")
- (version "1.26.2")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "18q71r4bkrldscp414qm0457i0jnk841wwc490qg0whhzraa5w8j"))))
+ (base32 "1qf219zmg6m1kf6xlx66h65yq3gxz3hc6fj995lcv0791vjfb5i4"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 14/28] gnu: caja-extensions: update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (12 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 13/28] gnu: marco: Update to 1.28.1 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 15/28] gnu: mate-user-guide: Update " Andy Tai
` (13 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (caja-extensions): Update to 1.28.0
[arguments](configure-flags): Disable AV support as needed gstreamer
components are Rust packages not in Guix at this time.
Change-Id: If48fcc79618654fd29ed6222517509224fa78e37
---
gnu/packages/mate.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index b99c15dd94..6fc20181d8 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -51,6 +51,7 @@ (define-module (gnu packages mate)
#:use-module (gnu packages glib)
#:use-module (gnu packages gnome)
#:use-module (gnu packages gnupg)
+ #:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
#:use-module (gnu packages image)
#:use-module (gnu packages imagemagick)
@@ -846,14 +847,14 @@ (define-public caja
(define-public caja-extensions
(package
(name "caja-extensions")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"caja-extensions-" version ".tar.xz"))
(sha256
- (base32 "086mw7650n8blnr2wkg9xdb6lhwqamcbkk5575i2s90hzbiik72q"))))
+ (base32 "0x9ikq8biaq08wzj0qqpmy8k5w7axqimigfgf7i5z0s00xg6r66j"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--enable-sendto"
@@ -864,6 +865,11 @@ (define-public caja-extensions
"--enable-image-converter"
"--enable-open-terminal" "--enable-share"
"--enable-wallpaper" "--enable-xattr-tags"
+ "--enable-av=no"
+ ; Guix does not have rust packages
+ ; gstreamer-tag-1.0
+ ; gstreamer-pbutils-1.0
+ ; so disable search for them
(string-append "--with-cajadir="
(assoc-ref %outputs "out")
"/lib/caja/extensions-2.0/"))))
@@ -882,6 +888,7 @@ (define-public caja-extensions
dbus
dbus-glib
gajim ;runtime only?
+ gstreamer
gtk+
graphicsmagick
mate-desktop
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 15/28] gnu: mate-user-guide: Update to 1.28.0
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (13 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 14/28] gnu: caja-extensions: update to 1.28.0 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 16/28] gnu: mate-calc: " Andy Tai
` (12 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-user-guide): Update to 1.28.0.
Change-Id: Ia2905afe3a61888f8743563c7699d491e1d47afd
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 6fc20181d8..0b5f965f8e 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1027,7 +1027,7 @@ (define-public marco
(define-public mate-user-guide
(package
(name "mate-user-guide")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -1035,7 +1035,7 @@ (define-public mate-user-guide
name "-" version ".tar.xz"))
(sha256
(base32
- "0by2gzvhx3ksb9shw9374a7dsjpchn79jf248a8g6bvznxscj12x"))))
+ "17jb0537xzlhiilzjzjgy6lx7j0w4bjppav1xla4cm06yla0ivsk"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 16/28] gnu: mate-calc: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (14 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 15/28] gnu: mate-user-guide: Update " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 17/28] gnu: mate-backgrounds: " Andy Tai
` (11 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-calc): Update to 1.28.0.
Change-Id: I2b98ae286504380c8078b771d424b3cb484c0053
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 0b5f965f8e..523d6148b0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1066,14 +1066,14 @@ (define-public mate-user-guide
(define-public mate-calc
(package
(name "mate-calc")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-calc-" version ".tar.xz"))
(sha256
- (base32 "0mddfh9ixhh60nfgx5kcprcl9liavwqyina11q3pnpfs3n02df3y"))))
+ (base32 "1x98wsjssmbkxqvl95xgp5r99cdq5adxl5pq9bkv2r183rfi4jw0"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal intltool pkg-config yelp-tools))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 17/28] gnu: mate-backgrounds: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (15 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 16/28] gnu: mate-calc: " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 18/28] gnu: mate-screensaver: " Andy Tai
` (10 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-backgrounds): Update to 1.28.0.
Change-Id: Idc262d84ec0568d67dfba2576859c14f6dfe91d7
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 523d6148b0..d58deba14a 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1095,7 +1095,7 @@ (define-public mate-calc
(define-public mate-backgrounds
(package
(name "mate-backgrounds")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -1103,7 +1103,7 @@ (define-public mate-backgrounds
name "-" version ".tar.xz"))
(sha256
(base32
- "0379hngy3ap1r5kmqvmzs9r710k2c9nal2ps3hq765df4ir15j8d"))))
+ "0hv97805gb89v64f90laskq4h483lgpvd9m54an0ggc64k8azlah"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list intltool))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 18/28] gnu: mate-screensaver: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (16 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 17/28] gnu: mate-backgrounds: " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 19/28] gnu: mate-menus: " Andy Tai
` (9 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-screensaver): Update to 1.28.0.
Change-Id: If592eb165725dd047dfaca47b1504afb347d1192
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index d58deba14a..f96af6d8ec 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1156,14 +1156,14 @@ (define-public mate-netbook
(define-public mate-screensaver
(package
(name "mate-screensaver")
- (version "1.26.2")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-screensaver-" version ".tar.xz"))
(sha256
- (base32 "0zpzlmbb6m2hqsr67rc6mqpabl1idpzfqzlj4ifxanql4k7015ys"))))
+ (base32 "0w7awc8a9q2hsqz51p2zln4adb6l7zk57aql07hrabsaz2l283va"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 19/28] gnu: mate-menus: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (17 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 18/28] gnu: mate-screensaver: " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 20/28] gnu: mate-utils: " Andy Tai
` (8 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-menus): Update to 1.28.0.
Change-Id: Ib6e734fd2e9bffae881814e0f6c3d13bd0aa2f25
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f96af6d8ec..e6fd6195fd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -468,14 +468,14 @@ (define-public libmatekbd
(define-public mate-menus
(package
(name "mate-menus")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-menus-" version ".tar.xz"))
(sha256
- (base32 "130xvpszl1p3407b8annbvj8p0sa9jazxya02z9cfl5nwnd5k3a5"))))
+ (base32 "13ahf1cy9mzasswhnkx8qqmj5ii54338z0k994fss2kggmfcfh6g"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 20/28] gnu: mate-utils: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (18 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 19/28] gnu: mate-menus: " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 21/28] gnu: eom: " Andy Tai
` (7 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-utils): update to 1.28.0.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I6899ad33d1c22a97553399f07963c895486e3a1c
---
gnu/packages/mate.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index e6fd6195fd..ab002d7f90 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1226,7 +1226,7 @@ (define-public mate-screensaver
(define-public mate-utils
(package
(name "mate-utils")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -1234,7 +1234,7 @@ (define-public mate-utils
name "-" version ".tar.xz"))
(sha256
(base32
- "08066w98y45ilna6sn2kj8jnyhafra7sbpfrjdddv48939dlflrg"))))
+ "1lw85zr38666y5zywsy2gzs9f7n2k1z9zjkq7gq0z40x1mx9si2q"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal
@@ -1256,8 +1256,10 @@ (define-public mate-utils
libgtop
libx11
libxext
+ mate-desktop
mate-panel
pango
+ startup-notification
udisks
zlib))
(home-page "https://mate-desktop.org/")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 21/28] gnu: eom: Update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (19 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 20/28] gnu: mate-utils: " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 22/28] gnu: engrampa: Update to 1.28.1 Andy Tai
` (6 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (eom): Update to 1.28.0.
Change-Id: I30f60fd8cc5abdbe77c5fa48ef1780fc65072268
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index ab002d7f90..72968cad88 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1281,14 +1281,14 @@ (define-public mate-utils
(define-public eom
(package
(name "eom")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"eom-" version ".tar.xz"))
(sha256
- (base32 "0q4r9f3dcb6w6fia06sm9h3lzpq86gj13clzw1i6qzjg94li49dm"))))
+ (base32 "1g1sspnj7r077bfaywj6qhq4gvc2y7jylrf8b1r8q6jsk6rcl0cs"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 22/28] gnu: engrampa: Update to 1.28.1.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (20 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 21/28] gnu: eom: " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 23/28] gnu: pluma: update to 1.28.0 Andy Tai
` (5 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (engrampa): Update to 1.28.1.
Change-Id: I8c328bf7caa188c123916bf56c2933bd1d3fc468
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 72968cad88..9e62eeb59e 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1329,14 +1329,14 @@ (define-public eom
(define-public engrampa
(package
(name "engrampa")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"engrampa-" version ".tar.xz"))
(sha256
- (base32 "0jkci8gaxrx978laqj9ayx62r05czajqmry915iymsd4lw3l28ph"))))
+ (base32 "0siqhm6vh0lwx0qh7v4asn4m15ac9g93hm97iymfw24brydlqp4w"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--disable-schemas-compile"
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 23/28] gnu: pluma: update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (21 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 22/28] gnu: engrampa: Update to 1.28.1 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 24/28] gnu: mate-polkit: Update to 1.28.1 Andy Tai
` (4 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (pluma): Update to 1.28.0.
Change-Id: I62f75c46daaad85a44a68b11464d6ce439d5cc91
---
gnu/packages/mate.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 9e62eeb59e..ab90c8f164 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1381,14 +1381,14 @@ (define-public engrampa
(define-public pluma
(package
(name "pluma")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar"))))
+ (base32 "1m51cmcl6z68bx37zhi72wfl58kq9bg7xcih1sjr6l1li6axz2ma"))))
(build-system glib-or-gtk-build-system)
(arguments
`(; Tests can not succeed.
@@ -1417,10 +1417,12 @@ (define-public pluma
libpeas
libxml2
libice
+ mate-desktop
packagekit
pango
python
- scrollkeeper))
+ scrollkeeper
+ startup-notification))
(home-page "https://mate-desktop.org/")
(synopsis "Text Editor for MATE")
(description
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 24/28] gnu: mate-polkit: Update to 1.28.1.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (22 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 23/28] gnu: pluma: update to 1.28.0 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 25/28] gnu: mate-power-manager: " Andy Tai
` (3 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-polkit): Update to 1.28.1.
Change-Id: I479e7342ca616b3a7c57bb94beaf38c1452e97cf
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index ab90c8f164..1c3ac378aa 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1467,7 +1467,7 @@ (define-public mate-system-monitor
(define-public mate-polkit
(package
(name "mate-polkit")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
@@ -1475,7 +1475,7 @@ (define-public mate-polkit
name "-" version ".tar.xz"))
(sha256
(base32
- "0mq3a9ab4fxpkah6c5p7a0zsy8cixfc5j9030k204cy5vysv1dzm"))))
+ "1s2ac2p5smiwr7lf4snciyb9waclychjmzrw32f2qspdm381s2im"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal gtk-doc intltool libtool pkg-config))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 25/28] gnu: mate-power-manager: Update to 1.28.1.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (23 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 24/28] gnu: mate-polkit: Update to 1.28.1 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 26/28] gnu: atril: update to 1.28.0 Andy Tai
` (2 subsequent siblings)
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-power-manager): Update to 1.28.1.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I75ee24c0a8a961a43f405da0e5036e3ae0fa4f71
---
gnu/packages/mate.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1c3ac378aa..1e2bdf6dc4 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -99,14 +99,14 @@ (define-public mate-common
(define-public mate-power-manager
(package
(name "mate-power-manager")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-power-manager-" version ".tar.xz"))
(sha256
- (base32 "0hhhzfmnr9vxz1w34wl7c93qm2npql71mrshpfcbzfh4xli9vk90"))))
+ (base32 "08gf3vvmh335pyrhqaswag77pygqvrn19a59dcrnis07nrscpgcf"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
@@ -122,10 +122,12 @@ (define-public mate-power-manager
cairo
dbus
libnotify
+ mate-desktop
mate-panel
libxrandr
libcanberra
libsecret
+ startup-notification
upower))
(home-page "https://mate-desktop.org/")
(synopsis "Power manager for MATE")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 26/28] gnu: atril: update to 1.28.0.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (24 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 25/28] gnu: mate-power-manager: " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 27/28] gnu: mate-common: Update " Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 28/28] gnu: Add mozo Andy Tai
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (atril): Update to 1.28.0.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I7e3bb4ca4ea8ab9351cff6a422e55bb2a20a86eb
---
gnu/packages/mate.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1e2bdf6dc4..b74f3dab82 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -684,7 +684,7 @@ (define-public mate-panel
(define-public atril
(package
(name "atril")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -692,7 +692,7 @@ (define-public atril
name "-" version ".tar.xz"))
(sha256
(base32
- "194inkvgsj49pp0f46xfl1mq7kniah15kgviss5a20cprcx62fm5"))))
+ "0qji6nsf0r3rp5x7mah8pafx42dyqcygqsv7cgmc8wcvdrgp5m6f"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list (string-append "--with-openjpeg="
@@ -763,6 +763,7 @@ (define-public atril
libgxps
libjpeg-turbo
libxml2
+ mate-desktop
python-dogtail
shared-mime-info
gdk-pixbuf
@@ -777,6 +778,7 @@ (define-public atril
;; Build libkpathsea as a shared library for DVI support.
;; ("libkpathsea" ,texlive-bin)
poppler
+ startup-notification
webkitgtk-for-gtk3))
(home-page "https://mate-desktop.org")
(synopsis "Document viewer for Mate")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 27/28] gnu: mate-common: Update to 1.28.0
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (25 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 26/28] gnu: atril: update to 1.28.0 Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
2024-06-26 8:36 ` [bug#71781] [PATCH v2 28/28] gnu: Add mozo Andy Tai
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-common): update to 1.28.0.
Change-Id: I9312b620c8dfbf20a6d477b1e12636922cee667e
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index b74f3dab82..b0396e5397 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -79,7 +79,7 @@ (define-module (gnu packages mate)
(define-public mate-common
(package
(name "mate-common")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -87,7 +87,7 @@ (define-public mate-common
name "-" version ".tar.xz"))
(sha256
(base32
- "014wpfqpqmfkzv81paap4fz15mj1gsyvaxlrfqsp9a3yxw4f7jaf"))))
+ "02ms4s6kfxkbghc24rx9g1axdv50rndzdm0s3iz1vxv8wb7c5ds2"))))
(build-system gnu-build-system)
(home-page "https://mate-desktop.org/")
(synopsis "Common files for development of MATE packages")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v2 28/28] gnu: Add mozo.
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
` (26 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 27/28] gnu: mate-common: Update " Andy Tai
@ 2024-06-26 8:36 ` Andy Tai
27 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-26 8:36 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* 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 b0396e5397..fa1f85b432 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1514,6 +1514,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")
@@ -1572,6 +1599,7 @@ (define-public mate
mate-polkit
mate-system-monitor
mate-utils
+ mozo
pluma
pinentry-gnome3
pulseaudio
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781]
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (28 preceding siblings ...)
2024-06-26 8:36 ` [bug#71781] [PATCH v2 00/28] Update Mate Desktop to 1.28 Andy Tai
@ 2024-06-27 6:11 ` Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (2 subsequent siblings)
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-27 6:11 UTC (permalink / raw)
To: 71781
There is a problem with mate-panel crashing. Please do not commit the
series at this time.
^ permalink raw reply [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (29 preceding siblings ...)
2024-06-27 6:11 ` [bug#71781] Andy Tai
@ 2024-06-28 14:04 ` Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 01/29] gnu: mate-icon-theme: Update to 1.28.0 Andy Tai
` (28 more replies)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
2024-08-08 5:36 ` [bug#71781] Andy Tai
32 siblings, 29 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:04 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
This series of patches updates the Mate Desktop to 1.28.
Note mate-netbook stays at 1.26 as no new release at 1.28.
mate-control-center and mate-system-monitor stay at 1.26
because the 1.28 release requires systemd, which does not
exist in the GNU Guix environment.
v3 patch: Fix a crash in mate-panel bringup by adding
missing dependency dconf-editor.
Andy Tai (29):
gnu: mate-icon-theme: Update to 1.28.0.
gnu: mate-desktop: Update to 1.28.2.
gnu: libmateweather: Update to 1.28.0.
gnu: mate-terminal: Update to 1.28.1.
gnu: mate-session-manager: Update to 1.28.0.
gnu: mate-settings-daemon: Update to 1.28.0.
gnu: libmatemixer: Update to 1.28.0.
gnu: libmatekbd: update to 1.28.0.
gnu: mate-applets: Update to 1.28.0.
gnu: mate-media: Update to 1.28.1.
gnu: mate-panel: Update to 1.28.2.
gnu: caja: Update to 1.28.0.
gnu: marco: Update to 1.28.1
gnu: caja-extensions: update to 1.28.0.
gnu: mate-user-guide: Update to 1.28.0
gnu: mate-calc: Update to 1.28.0.
gnu: mate-backgrounds: Update to 1.28.0.
gnu: mate-screensaver: Update to 1.28.0.
gnu: mate-menus: Update to 1.28.0.
gnu: mate-utils: Update to 1.28.0.
gnu: eom: Update to 1.28.0.
gnu: engrampa: Update to 1.28.1.
gnu: pluma: update to 1.28.0.
gnu: mate-polkit: Update to 1.28.1.
gnu: mate-power-manager: Update to 1.28.1.
gnu: atril: update to 1.28.0.
gnu: mate-common: Update to 1.28.0
gnu: Add mozo.
gnu: mate: Add needed dependency.
gnu/local.mk | 1 -
gnu/packages/mate.scm | 160 +++++++++++-------
.../patches/libmateweather-use-TZDIR.patch | 42 -----
3 files changed, 102 insertions(+), 101 deletions(-)
delete mode 100644 gnu/packages/patches/libmateweather-use-TZDIR.patch
base-commit: 78d946b01162fbe986c6768800e8cfd6e70e67e5
--
2.34.1
^ permalink raw reply [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 01/29] gnu: mate-icon-theme: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
@ 2024-06-28 14:04 ` Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 02/29] gnu: mate-desktop: Update to 1.28.2 Andy Tai
` (27 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:04 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.28.0.
Change-Id: I3c918d83265b384b468c66f5d07f5e78d6ec6f8b
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5dcd3910e6..5d89459499 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -137,7 +137,7 @@ (define-public mate-power-manager
(define-public mate-icon-theme
(package
(name "mate-icon-theme")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -145,7 +145,7 @@ (define-public mate-icon-theme
name "-" version ".tar.xz"))
(sha256
(base32
- "0nha555fhhn0j5wmzmdc7bh93ckzwwdm8mwmzma5whkzslv09xa1"))))
+ "0fkdk9pqgplmdlsikjb1fp804zcblgpf87cj892zfpfac280gmll"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool icon-naming-utils))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 02/29] gnu: mate-desktop: Update to 1.28.2.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 01/29] gnu: mate-icon-theme: Update to 1.28.0 Andy Tai
@ 2024-06-28 14:04 ` Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 03/29] gnu: libmateweather: Update to 1.28.0 Andy Tai
` (26 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:04 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-desktop): Update to 1.28.2.
Change-Id: I79a8b8759284e517beeaad40b02e7f980fea9bb3
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5d89459499..397b8158c7 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -223,14 +223,14 @@ (define-public mate-themes
(define-public mate-desktop
(package
(name "mate-desktop")
- (version "1.26.1")
+ (version "1.28.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-desktop-" version ".tar.xz"))
(sha256
- (base32 "04d2h1y5v225xzwsrf57cy281fr1k3rx70akjdhbs6mc4y56dl8j"))))
+ (base32 "18jajrj5bs98gnx4qjwqa1v48k9bm0c9rbmqw70r3cql41wlpfrj"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 03/29] gnu: libmateweather: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 01/29] gnu: mate-icon-theme: Update to 1.28.0 Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 02/29] gnu: mate-desktop: Update to 1.28.2 Andy Tai
@ 2024-06-28 14:04 ` Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 04/29] gnu: mate-terminal: Update to 1.28.1 Andy Tai
` (25 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:04 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (libmateweather): Update to 1.28.0
* gnu/packages/patches/libmateweather-use-TZDIR.patch: Removed.
* gnu/local.mk: Update accordingly.
Change-Id: I7432dd65bcf00e9f44d610fad337b629714fb3d2
---
gnu/local.mk | 1 -
gnu/packages/mate.scm | 6 +--
.../patches/libmateweather-use-TZDIR.patch | 42 -------------------
3 files changed, 2 insertions(+), 47 deletions(-)
delete mode 100644 gnu/packages/patches/libmateweather-use-TZDIR.patch
diff --git a/gnu/local.mk b/gnu/local.mk
index 282cf30f7f..ce55e5a3c7 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1636,7 +1636,6 @@ dist_patch_DATA = \
%D%/packages/patches/libmad-length-check.patch \
%D%/packages/patches/libmad-md_size.patch \
%D%/packages/patches/libmad-mips-newgcc.patch \
- %D%/packages/patches/libmateweather-use-TZDIR.patch \
%D%/packages/patches/libmp4v2-c++11.patch \
%D%/packages/patches/libmpeg2-arm-private-symbols.patch \
%D%/packages/patches/libmpeg2-global-symbol-test.patch \
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 397b8158c7..49d592226f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -253,16 +253,14 @@ (define-public mate-desktop
(define-public libmateweather
(package
(name "libmateweather")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmateweather-" version ".tar.xz"))
(sha256
- (base32 "0fpgc2l46024j2sqqsvclg9c6x33hyjk2zbg5h74v7cf9c7rj062"))
- (patches
- (list (search-patch "libmateweather-use-TZDIR.patch")))))
+ (base32 "1dfj68q3x9camd7h94pcwv8a5969cv5d4p979gcbk4xknpg76hsm"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
diff --git a/gnu/packages/patches/libmateweather-use-TZDIR.patch b/gnu/packages/patches/libmateweather-use-TZDIR.patch
deleted file mode 100644
index 5f72043986..0000000000
--- a/gnu/packages/patches/libmateweather-use-TZDIR.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 109fef8208188ddf4be76d6899f7d8fde5b8b3be Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong@member.fsf.org>
-Date: Sat, 22 Jul 2023 14:40:31 +0800
-Subject: [PATCH] Use TZDIR for ZONEINFO_DIR if the variable is set.
-
----
- libmateweather/mateweather-timezone.c | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-diff --git a/libmateweather/mateweather-timezone.c b/libmateweather/mateweather-timezone.c
-index 2754728..6c858c4 100644
---- a/libmateweather/mateweather-timezone.c
-+++ b/libmateweather/mateweather-timezone.c
-@@ -61,7 +61,7 @@ static gboolean
- parse_tzdata (const char *tzname, time_t start, time_t end,
- int *offset, gboolean *has_dst, int *dst_offset)
- {
-- char *filename, *contents;
-+ char *tzdir, *filename, *contents;
- gsize length;
- int timecnt, transitions_size, ttinfo_map_size;
- int initial_transition = -1, second_transition = -1;
-@@ -71,7 +71,10 @@ parse_tzdata (const char *tzname, time_t start, time_t end,
- char initial_isdst, second_isdst;
- int i;
-
-- filename = g_build_filename (ZONEINFO_DIR, tzname, NULL);
-+ tzdir = g_getenv("TZDIR");
-+ if (tzdir == NULL)
-+ tzdir = ZONEINFO_DIR;
-+ filename = g_build_filename (tzdir, tzname, NULL);
- if (!g_file_get_contents (filename, &contents, &length, NULL)) {
- g_free (filename);
- return FALSE;
-@@ -403,4 +406,3 @@ mateweather_timezone_get_dst_offset (MateWeatherTimezone *zone)
- g_return_val_if_fail (zone->has_dst, 0);
- return zone->dst_offset;
- }
--
---
-2.41.0
-
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 04/29] gnu: mate-terminal: Update to 1.28.1.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (2 preceding siblings ...)
2024-06-28 14:04 ` [bug#71781] [PATCH v3 03/29] gnu: libmateweather: Update to 1.28.0 Andy Tai
@ 2024-06-28 14:04 ` Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 05/29] gnu: mate-session-manager: Update to 1.28.0 Andy Tai
` (24 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:04 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-terminal): Update to 1.28.1.
Change-Id: I47965f2685aded9ea1391329ade7dc16cc816251
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 49d592226f..f2f35a2318 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -295,14 +295,14 @@ (define-public libmateweather
(define-public mate-terminal
(package
(name "mate-terminal")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-terminal-" version ".tar.xz"))
(sha256
- (base32 "1l71w64vf49iqaknja2p6h8m3blzq7w76ki7r7l8fy5ly03044vw"))))
+ (base32 "14ly8v4wcz735caw0rdvwrsdgkxlzla1kp5jxjc2gqiakqdfndgi"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 05/29] gnu: mate-session-manager: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (3 preceding siblings ...)
2024-06-28 14:04 ` [bug#71781] [PATCH v3 04/29] gnu: mate-terminal: Update to 1.28.1 Andy Tai
@ 2024-06-28 14:04 ` Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 06/29] gnu: mate-settings-daemon: " Andy Tai
` (23 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:04 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-session-manager): Update to 1.28.0.
Change-Id: I095d797a1a9559390d47bb51d79c80f50ad85e1c
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f2f35a2318..8bf6d3d2d1 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -334,14 +334,14 @@ (define-public mate-terminal
(define-public mate-session-manager
(package
(name "mate-session-manager")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-session-manager-" version ".tar.xz"))
(sha256
- (base32 "0y22plz44pspjk02gasfyv6m6g29lxksp0iqhqy2k77x85j7v32v"))))
+ (base32 "0yrd1acnhp7gl60418532jr77n9br0mky83p0wlnbnm1bdcy8b6k"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--with-elogind"
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 06/29] gnu: mate-settings-daemon: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (4 preceding siblings ...)
2024-06-28 14:04 ` [bug#71781] [PATCH v3 05/29] gnu: mate-session-manager: Update to 1.28.0 Andy Tai
@ 2024-06-28 14:04 ` Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 07/29] gnu: libmatemixer: " Andy Tai
` (22 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:04 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-settings-daemon): Update to 1.28.0.
Change-Id: I299d8a244228c907a00e5b32c476e8edf402eb72
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8bf6d3d2d1..7bc5f0c4bd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -376,14 +376,14 @@ (define-public mate-session-manager
(define-public mate-settings-daemon
(package
(name "mate-settings-daemon")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-settings-daemon-" version ".tar.xz"))
(sha256
- (base32 "0n8q9dg0ascqhskx45l3vb19q06kd3994lhlcsvw4899aidsczk9"))))
+ (base32 "0fhsc505p34zk1bln764fbh7dfq32x0vi0h2zkzrxjd4manwvmsf"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 07/29] gnu: libmatemixer: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (5 preceding siblings ...)
2024-06-28 14:04 ` [bug#71781] [PATCH v3 06/29] gnu: mate-settings-daemon: " Andy Tai
@ 2024-06-28 14:04 ` Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 08/29] gnu: libmatekbd: update " Andy Tai
` (21 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:04 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (libmatemixer): Update to 1.28.0.
Change-Id: I05baa1aecb4bc40ba34ce59ae41e64e906eefda6
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 7bc5f0c4bd..67da12c6c8 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -415,14 +415,14 @@ (define-public mate-settings-daemon
(define-public libmatemixer
(package
(name "libmatemixer")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmatemixer-" version ".tar.xz"))
(sha256
- (base32 "1wcz4ppg696m31f5x7rkyvxxdriik2vprsr83b4wbs97bdhcr6ws"))))
+ (base32 "1ix0f3c40b535wsvbc9d4q7c6inf5d9ync4m7j76hq3z74ibjwsx"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 08/29] gnu: libmatekbd: update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (6 preceding siblings ...)
2024-06-28 14:04 ` [bug#71781] [PATCH v3 07/29] gnu: libmatemixer: " Andy Tai
@ 2024-06-28 14:04 ` Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 09/29] gnu: mate-applets: Update " Andy Tai
` (20 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:04 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (libmatekbd): Update to 1.28.0.
Change-Id: I2a077abc25e499a4e07058164b83bb318e8185ec
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 67da12c6c8..90b65763d4 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -439,14 +439,14 @@ (define-public libmatemixer
(define-public libmatekbd
(package
(name "libmatekbd")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmatekbd-" version ".tar.xz"))
(sha256
- (base32 "1vdwjyryv1f12yx6np4nrl13vn0v4g8p90zxi3mfwi994n8qv4v3"))))
+ (base32 "03p8dx7n0fi77qdh1r6pi40wqa0ap7w8hk6j0csx68rb7i45hbjx"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 09/29] gnu: mate-applets: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (7 preceding siblings ...)
2024-06-28 14:04 ` [bug#71781] [PATCH v3 08/29] gnu: libmatekbd: update " Andy Tai
@ 2024-06-28 14:04 ` Andy Tai
2024-07-07 8:07 ` Liliana Marie Prikler
2024-06-28 14:04 ` [bug#71781] [PATCH v3 10/29] gnu: mate-media: Update to 1.28.1 Andy Tai
` (19 subsequent siblings)
28 siblings, 1 reply; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:04 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-applets): Update to 1.28.0.
[inputs]: Adjust gtksourceview version, updateing to 4, and
add mate-desktop as it is now required dependency.
Change-Id: I6b5c62fa029d70e475a1acbb05e622a906de27a7
---
gnu/packages/mate.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 90b65763d4..e322302fd0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -505,14 +505,14 @@ (define-public mate-menus
(define-public mate-applets
(package
(name "mate-applets")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-applets-" version ".tar.xz"))
(sha256
- (base32 "1hn22xxmkm3s1477war7w7lb7yh77b3251y1why37p3nncfzdf1s"))))
+ (base32 "11k66nfgs403r70isc8ccss994hv9c793zr8r2fzn9nksmmyysqv"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
@@ -530,7 +530,7 @@ (define-public mate-applets
glib
gucharmap
gtk+
- gtksourceview-3
+ gtksourceview-4
libgtop
libmateweather
libnl
@@ -538,6 +538,7 @@ (define-public mate-applets
libx11
libxml2
libwnck
+ mate-desktop
mate-panel
pango
polkit ; either polkit or setuid
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 10/29] gnu: mate-media: Update to 1.28.1.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (8 preceding siblings ...)
2024-06-28 14:04 ` [bug#71781] [PATCH v3 09/29] gnu: mate-applets: Update " Andy Tai
@ 2024-06-28 14:04 ` Andy Tai
2024-06-28 14:04 ` [bug#71781] [PATCH v3 11/29] gnu: mate-panel: Update to 1.28.2 Andy Tai
` (18 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:04 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-media): Update to 1.28.1.
Change-Id: I687c652052bd817055618d9ad944ecde0ba2ef19
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index e322302fd0..96e3a2c742 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -579,14 +579,14 @@ (define-public mate-applets
(define-public mate-media
(package
(name "mate-media")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-media-" version ".tar.xz"))
(sha256
- (base32 "02zb4rgahs50pick4nw9xhycshc5kbs1dlnr0ry5r4bd54da5ci8"))))
+ (base32 "04lr7bl0k1m88m1qf2m3wrq3a48wx44cgmb667k5agzn48p11p5w"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gettext-minimal gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 11/29] gnu: mate-panel: Update to 1.28.2.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (9 preceding siblings ...)
2024-06-28 14:04 ` [bug#71781] [PATCH v3 10/29] gnu: mate-media: Update to 1.28.1 Andy Tai
@ 2024-06-28 14:04 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 12/29] gnu: caja: Update to 1.28.0 Andy Tai
` (17 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:04 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-panel): Update to 1.28.2.
Change-Id: I0f04112256e6c60eb58af91e78006c475fc79f2a
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 96e3a2c742..5b4b2366f0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -611,14 +611,14 @@ (define-public mate-media
(define-public mate-panel
(package
(name "mate-panel")
- (version "1.26.3")
+ (version "1.28.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0ag03lbslsqva5ycrnv6ksm304s8miav42n7iklsf2s54zai0gzk"))))
+ (base32 "0cxsmp92cpvlvqfjxzc0bmzg0v4hpccxzz84894ih9xa6zl472k7"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 12/29] gnu: caja: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (10 preceding siblings ...)
2024-06-28 14:04 ` [bug#71781] [PATCH v3 11/29] gnu: mate-panel: Update to 1.28.2 Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 13/29] gnu: marco: Update to 1.28.1 Andy Tai
` (16 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (caja): Update to 1.28.0.
Change-Id: Ief5c25b068c693c4f41b800ed163054afd04e34c
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5b4b2366f0..94ed5b9c5d 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -788,7 +788,7 @@ (define-public atril
(define-public caja
(package
(name "caja")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -796,7 +796,7 @@ (define-public caja
name "-" version ".tar.xz"))
(sha256
(base32
- "01scw5wk4fgps8fk9l7ic2q6p1wplxzsv678wbv010m301pnxz9h"))))
+ "0ylm46wgg7linppid6pdfaixhdb8zgyrxl3lxz17x0am2k718c0y"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-update-mimedb")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 13/29] gnu: marco: Update to 1.28.1
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (11 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 12/29] gnu: caja: Update to 1.28.0 Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 14/29] gnu: caja-extensions: update to 1.28.0 Andy Tai
` (15 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (marco): Update to 1.28.1.
Change-Id: Iac0f89a980a0e4a49a4b3bff4e9e82815357dee5
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 94ed5b9c5d..b99c15dd94 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -970,14 +970,14 @@ (define-public mate-control-center
(define-public marco
(package
(name "marco")
- (version "1.26.2")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "18q71r4bkrldscp414qm0457i0jnk841wwc490qg0whhzraa5w8j"))))
+ (base32 "1qf219zmg6m1kf6xlx66h65yq3gxz3hc6fj995lcv0791vjfb5i4"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 14/29] gnu: caja-extensions: update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (12 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 13/29] gnu: marco: Update to 1.28.1 Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-07-07 8:02 ` Liliana Marie Prikler
2024-06-28 14:05 ` [bug#71781] [PATCH v3 15/29] gnu: mate-user-guide: Update " Andy Tai
` (14 subsequent siblings)
28 siblings, 1 reply; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (caja-extensions): Update to 1.28.0
[arguments](configure-flags): Disable AV support as needed gstreamer
components are Rust packages not in Guix at this time.
Change-Id: If48fcc79618654fd29ed6222517509224fa78e37
---
gnu/packages/mate.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index b99c15dd94..6fc20181d8 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -51,6 +51,7 @@ (define-module (gnu packages mate)
#:use-module (gnu packages glib)
#:use-module (gnu packages gnome)
#:use-module (gnu packages gnupg)
+ #:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
#:use-module (gnu packages image)
#:use-module (gnu packages imagemagick)
@@ -846,14 +847,14 @@ (define-public caja
(define-public caja-extensions
(package
(name "caja-extensions")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"caja-extensions-" version ".tar.xz"))
(sha256
- (base32 "086mw7650n8blnr2wkg9xdb6lhwqamcbkk5575i2s90hzbiik72q"))))
+ (base32 "0x9ikq8biaq08wzj0qqpmy8k5w7axqimigfgf7i5z0s00xg6r66j"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--enable-sendto"
@@ -864,6 +865,11 @@ (define-public caja-extensions
"--enable-image-converter"
"--enable-open-terminal" "--enable-share"
"--enable-wallpaper" "--enable-xattr-tags"
+ "--enable-av=no"
+ ; Guix does not have rust packages
+ ; gstreamer-tag-1.0
+ ; gstreamer-pbutils-1.0
+ ; so disable search for them
(string-append "--with-cajadir="
(assoc-ref %outputs "out")
"/lib/caja/extensions-2.0/"))))
@@ -882,6 +888,7 @@ (define-public caja-extensions
dbus
dbus-glib
gajim ;runtime only?
+ gstreamer
gtk+
graphicsmagick
mate-desktop
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 14/29] gnu: caja-extensions: update to 1.28.0.
2024-06-28 14:05 ` [bug#71781] [PATCH v3 14/29] gnu: caja-extensions: update to 1.28.0 Andy Tai
@ 2024-07-07 8:02 ` Liliana Marie Prikler
0 siblings, 0 replies; 125+ messages in thread
From: Liliana Marie Prikler @ 2024-07-07 8:02 UTC (permalink / raw)
To: Andy Tai, 71781
Am Freitag, dem 28.06.2024 um 07:05 -0700 schrieb Andy Tai:
> * gnu/packages/mate.scm (caja-extensions): Update to 1.28.0
> [arguments](configure-flags): Disable AV support as needed
> gstreamer
> components are Rust packages not in Guix at this time.
It's [arguments]<#:configure-flags> --- or [#:configure-flags] for
short. Also please don't indent the ChangeLog.
> gnu/packages/mate.scm | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
> index b99c15dd94..6fc20181d8 100644
> --- a/gnu/packages/mate.scm
> +++ b/gnu/packages/mate.scm
> @@ -51,6 +51,7 @@ (define-module (gnu packages mate)
> #:use-module (gnu packages glib)
> #:use-module (gnu packages gnome)
> #:use-module (gnu packages gnupg)
> + #:use-module (gnu packages gstreamer)
> #:use-module (gnu packages gtk)
> #:use-module (gnu packages image)
> #:use-module (gnu packages imagemagick)
> @@ -846,14 +847,14 @@ (define-public caja
> (define-public caja-extensions
> (package
> (name "caja-extensions")
> - (version "1.26.1")
> + (version "1.28.0")
> (source
> (origin
> (method url-fetch)
> (uri (string-append "mirror://mate/" (version-major+minor
> version) "/"
> "caja-extensions-" version ".tar.xz"))
> (sha256
> - (base32
> "086mw7650n8blnr2wkg9xdb6lhwqamcbkk5575i2s90hzbiik72q"))))
> + (base32
> "0x9ikq8biaq08wzj0qqpmy8k5w7axqimigfgf7i5z0s00xg6r66j"))))
> (build-system glib-or-gtk-build-system)
> (arguments
> `(#:configure-flags (list "--enable-sendto"
> @@ -864,6 +865,11 @@ (define-public caja-extensions
> "--enable-image-converter"
> "--enable-open-terminal" "--enable-
> share"
> "--enable-wallpaper" "--enable-xattr-
> tags"
> + "--enable-av=no"
> + ; Guix does not have rust packages
> + ; gstreamer-tag-1.0
> + ; gstreamer-pbutils-1.0
> + ; so disable search for them
These lines will likely not render as expected once anyone hits C-;
You might want to add them *before* the flag, too.
Cheers
^ permalink raw reply [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 15/29] gnu: mate-user-guide: Update to 1.28.0
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (13 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 14/29] gnu: caja-extensions: update to 1.28.0 Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 16/29] gnu: mate-calc: " Andy Tai
` (13 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-user-guide): Update to 1.28.0.
Change-Id: Ia2905afe3a61888f8743563c7699d491e1d47afd
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 6fc20181d8..0b5f965f8e 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1027,7 +1027,7 @@ (define-public marco
(define-public mate-user-guide
(package
(name "mate-user-guide")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -1035,7 +1035,7 @@ (define-public mate-user-guide
name "-" version ".tar.xz"))
(sha256
(base32
- "0by2gzvhx3ksb9shw9374a7dsjpchn79jf248a8g6bvznxscj12x"))))
+ "17jb0537xzlhiilzjzjgy6lx7j0w4bjppav1xla4cm06yla0ivsk"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 16/29] gnu: mate-calc: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (14 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 15/29] gnu: mate-user-guide: Update " Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 17/29] gnu: mate-backgrounds: " Andy Tai
` (12 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-calc): Update to 1.28.0.
Change-Id: I2b98ae286504380c8078b771d424b3cb484c0053
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 0b5f965f8e..523d6148b0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1066,14 +1066,14 @@ (define-public mate-user-guide
(define-public mate-calc
(package
(name "mate-calc")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-calc-" version ".tar.xz"))
(sha256
- (base32 "0mddfh9ixhh60nfgx5kcprcl9liavwqyina11q3pnpfs3n02df3y"))))
+ (base32 "1x98wsjssmbkxqvl95xgp5r99cdq5adxl5pq9bkv2r183rfi4jw0"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal intltool pkg-config yelp-tools))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 17/29] gnu: mate-backgrounds: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (15 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 16/29] gnu: mate-calc: " Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 18/29] gnu: mate-screensaver: " Andy Tai
` (11 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-backgrounds): Update to 1.28.0.
Change-Id: Idc262d84ec0568d67dfba2576859c14f6dfe91d7
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 523d6148b0..d58deba14a 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1095,7 +1095,7 @@ (define-public mate-calc
(define-public mate-backgrounds
(package
(name "mate-backgrounds")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -1103,7 +1103,7 @@ (define-public mate-backgrounds
name "-" version ".tar.xz"))
(sha256
(base32
- "0379hngy3ap1r5kmqvmzs9r710k2c9nal2ps3hq765df4ir15j8d"))))
+ "0hv97805gb89v64f90laskq4h483lgpvd9m54an0ggc64k8azlah"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list intltool))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 18/29] gnu: mate-screensaver: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (16 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 17/29] gnu: mate-backgrounds: " Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 19/29] gnu: mate-menus: " Andy Tai
` (10 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-screensaver): Update to 1.28.0.
Change-Id: If592eb165725dd047dfaca47b1504afb347d1192
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index d58deba14a..f96af6d8ec 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1156,14 +1156,14 @@ (define-public mate-netbook
(define-public mate-screensaver
(package
(name "mate-screensaver")
- (version "1.26.2")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-screensaver-" version ".tar.xz"))
(sha256
- (base32 "0zpzlmbb6m2hqsr67rc6mqpabl1idpzfqzlj4ifxanql4k7015ys"))))
+ (base32 "0w7awc8a9q2hsqz51p2zln4adb6l7zk57aql07hrabsaz2l283va"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 19/29] gnu: mate-menus: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (17 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 18/29] gnu: mate-screensaver: " Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 20/29] gnu: mate-utils: " Andy Tai
` (9 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-menus): Update to 1.28.0.
Change-Id: Ib6e734fd2e9bffae881814e0f6c3d13bd0aa2f25
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f96af6d8ec..e6fd6195fd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -468,14 +468,14 @@ (define-public libmatekbd
(define-public mate-menus
(package
(name "mate-menus")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-menus-" version ".tar.xz"))
(sha256
- (base32 "130xvpszl1p3407b8annbvj8p0sa9jazxya02z9cfl5nwnd5k3a5"))))
+ (base32 "13ahf1cy9mzasswhnkx8qqmj5ii54338z0k994fss2kggmfcfh6g"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 20/29] gnu: mate-utils: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (18 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 19/29] gnu: mate-menus: " Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 21/29] gnu: eom: " Andy Tai
` (8 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-utils): update to 1.28.0.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I6899ad33d1c22a97553399f07963c895486e3a1c
---
gnu/packages/mate.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index e6fd6195fd..ab002d7f90 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1226,7 +1226,7 @@ (define-public mate-screensaver
(define-public mate-utils
(package
(name "mate-utils")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -1234,7 +1234,7 @@ (define-public mate-utils
name "-" version ".tar.xz"))
(sha256
(base32
- "08066w98y45ilna6sn2kj8jnyhafra7sbpfrjdddv48939dlflrg"))))
+ "1lw85zr38666y5zywsy2gzs9f7n2k1z9zjkq7gq0z40x1mx9si2q"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal
@@ -1256,8 +1256,10 @@ (define-public mate-utils
libgtop
libx11
libxext
+ mate-desktop
mate-panel
pango
+ startup-notification
udisks
zlib))
(home-page "https://mate-desktop.org/")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 21/29] gnu: eom: Update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (19 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 20/29] gnu: mate-utils: " Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 22/29] gnu: engrampa: Update to 1.28.1 Andy Tai
` (7 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (eom): Update to 1.28.0.
Change-Id: I30f60fd8cc5abdbe77c5fa48ef1780fc65072268
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index ab002d7f90..72968cad88 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1281,14 +1281,14 @@ (define-public mate-utils
(define-public eom
(package
(name "eom")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"eom-" version ".tar.xz"))
(sha256
- (base32 "0q4r9f3dcb6w6fia06sm9h3lzpq86gj13clzw1i6qzjg94li49dm"))))
+ (base32 "1g1sspnj7r077bfaywj6qhq4gvc2y7jylrf8b1r8q6jsk6rcl0cs"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 22/29] gnu: engrampa: Update to 1.28.1.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (20 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 21/29] gnu: eom: " Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 23/29] gnu: pluma: update to 1.28.0 Andy Tai
` (6 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (engrampa): Update to 1.28.1.
Change-Id: I8c328bf7caa188c123916bf56c2933bd1d3fc468
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 72968cad88..9e62eeb59e 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1329,14 +1329,14 @@ (define-public eom
(define-public engrampa
(package
(name "engrampa")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"engrampa-" version ".tar.xz"))
(sha256
- (base32 "0jkci8gaxrx978laqj9ayx62r05czajqmry915iymsd4lw3l28ph"))))
+ (base32 "0siqhm6vh0lwx0qh7v4asn4m15ac9g93hm97iymfw24brydlqp4w"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--disable-schemas-compile"
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 23/29] gnu: pluma: update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (21 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 22/29] gnu: engrampa: Update to 1.28.1 Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-07-07 8:04 ` Liliana Marie Prikler
2024-06-28 14:05 ` [bug#71781] [PATCH v3 24/29] gnu: mate-polkit: Update to 1.28.1 Andy Tai
` (5 subsequent siblings)
28 siblings, 1 reply; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (pluma): Update to 1.28.0.
Change-Id: I62f75c46daaad85a44a68b11464d6ce439d5cc91
---
gnu/packages/mate.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 9e62eeb59e..ab90c8f164 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1381,14 +1381,14 @@ (define-public engrampa
(define-public pluma
(package
(name "pluma")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar"))))
+ (base32 "1m51cmcl6z68bx37zhi72wfl58kq9bg7xcih1sjr6l1li6axz2ma"))))
(build-system glib-or-gtk-build-system)
(arguments
`(; Tests can not succeed.
@@ -1417,10 +1417,12 @@ (define-public pluma
libpeas
libxml2
libice
+ mate-desktop
packagekit
pango
python
- scrollkeeper))
+ scrollkeeper
+ startup-notification))
(home-page "https://mate-desktop.org/")
(synopsis "Text Editor for MATE")
(description
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 23/29] gnu: pluma: update to 1.28.0.
2024-06-28 14:05 ` [bug#71781] [PATCH v3 23/29] gnu: pluma: update to 1.28.0 Andy Tai
@ 2024-07-07 8:04 ` Liliana Marie Prikler
0 siblings, 0 replies; 125+ messages in thread
From: Liliana Marie Prikler @ 2024-07-07 8:04 UTC (permalink / raw)
To: Andy Tai, 71781
Am Freitag, dem 28.06.2024 um 07:05 -0700 schrieb Andy Tai:
> * gnu/packages/mate.scm (pluma): Update to 1.28.0.
>
> Change-Id: I62f75c46daaad85a44a68b11464d6ce439d5cc91
> ---
> gnu/packages/mate.scm | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
> index 9e62eeb59e..ab90c8f164 100644
> --- a/gnu/packages/mate.scm
> +++ b/gnu/packages/mate.scm
> @@ -1381,14 +1381,14 @@ (define-public engrampa
> (define-public pluma
> (package
> (name "pluma")
> - (version "1.26.1")
> + (version "1.28.0")
> (source
> (origin
> (method url-fetch)
> (uri (string-append "mirror://mate/" (version-major+minor
> version) "/"
> name "-" version ".tar.xz"))
> (sha256
> - (base32
> "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar"))))
> + (base32
> "1m51cmcl6z68bx37zhi72wfl58kq9bg7xcih1sjr6l1li6axz2ma"))))
> (build-system glib-or-gtk-build-system)
> (arguments
> `(; Tests can not succeed.
> @@ -1417,10 +1417,12 @@ (define-public pluma
> libpeas
> libxml2
> libice
> + mate-desktop
> packagekit
> pango
> python
> - scrollkeeper))
> + scrollkeeper
> + startup-notification))
Remember to add input changes in the ChangeLog.
Cheers
^ permalink raw reply [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 24/29] gnu: mate-polkit: Update to 1.28.1.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (22 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 23/29] gnu: pluma: update to 1.28.0 Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 25/29] gnu: mate-power-manager: " Andy Tai
` (4 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-polkit): Update to 1.28.1.
Change-Id: I479e7342ca616b3a7c57bb94beaf38c1452e97cf
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index ab90c8f164..1c3ac378aa 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1467,7 +1467,7 @@ (define-public mate-system-monitor
(define-public mate-polkit
(package
(name "mate-polkit")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
@@ -1475,7 +1475,7 @@ (define-public mate-polkit
name "-" version ".tar.xz"))
(sha256
(base32
- "0mq3a9ab4fxpkah6c5p7a0zsy8cixfc5j9030k204cy5vysv1dzm"))))
+ "1s2ac2p5smiwr7lf4snciyb9waclychjmzrw32f2qspdm381s2im"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal gtk-doc intltool libtool pkg-config))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 25/29] gnu: mate-power-manager: Update to 1.28.1.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (23 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 24/29] gnu: mate-polkit: Update to 1.28.1 Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 26/29] gnu: atril: update to 1.28.0 Andy Tai
` (3 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-power-manager): Update to 1.28.1.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I75ee24c0a8a961a43f405da0e5036e3ae0fa4f71
---
gnu/packages/mate.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1c3ac378aa..1e2bdf6dc4 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -99,14 +99,14 @@ (define-public mate-common
(define-public mate-power-manager
(package
(name "mate-power-manager")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-power-manager-" version ".tar.xz"))
(sha256
- (base32 "0hhhzfmnr9vxz1w34wl7c93qm2npql71mrshpfcbzfh4xli9vk90"))))
+ (base32 "08gf3vvmh335pyrhqaswag77pygqvrn19a59dcrnis07nrscpgcf"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
@@ -122,10 +122,12 @@ (define-public mate-power-manager
cairo
dbus
libnotify
+ mate-desktop
mate-panel
libxrandr
libcanberra
libsecret
+ startup-notification
upower))
(home-page "https://mate-desktop.org/")
(synopsis "Power manager for MATE")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 26/29] gnu: atril: update to 1.28.0.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (24 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 25/29] gnu: mate-power-manager: " Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 27/29] gnu: mate-common: Update " Andy Tai
` (2 subsequent siblings)
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (atril): Update to 1.28.0.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I7e3bb4ca4ea8ab9351cff6a422e55bb2a20a86eb
---
gnu/packages/mate.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1e2bdf6dc4..b74f3dab82 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -684,7 +684,7 @@ (define-public mate-panel
(define-public atril
(package
(name "atril")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -692,7 +692,7 @@ (define-public atril
name "-" version ".tar.xz"))
(sha256
(base32
- "194inkvgsj49pp0f46xfl1mq7kniah15kgviss5a20cprcx62fm5"))))
+ "0qji6nsf0r3rp5x7mah8pafx42dyqcygqsv7cgmc8wcvdrgp5m6f"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list (string-append "--with-openjpeg="
@@ -763,6 +763,7 @@ (define-public atril
libgxps
libjpeg-turbo
libxml2
+ mate-desktop
python-dogtail
shared-mime-info
gdk-pixbuf
@@ -777,6 +778,7 @@ (define-public atril
;; Build libkpathsea as a shared library for DVI support.
;; ("libkpathsea" ,texlive-bin)
poppler
+ startup-notification
webkitgtk-for-gtk3))
(home-page "https://mate-desktop.org")
(synopsis "Document viewer for Mate")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 27/29] gnu: mate-common: Update to 1.28.0
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (25 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 26/29] gnu: atril: update to 1.28.0 Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 28/29] gnu: Add mozo Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 29/29] gnu: mate: Add needed dependency Andy Tai
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-common): update to 1.28.0.
Change-Id: I9312b620c8dfbf20a6d477b1e12636922cee667e
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index b74f3dab82..b0396e5397 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -79,7 +79,7 @@ (define-module (gnu packages mate)
(define-public mate-common
(package
(name "mate-common")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -87,7 +87,7 @@ (define-public mate-common
name "-" version ".tar.xz"))
(sha256
(base32
- "014wpfqpqmfkzv81paap4fz15mj1gsyvaxlrfqsp9a3yxw4f7jaf"))))
+ "02ms4s6kfxkbghc24rx9g1axdv50rndzdm0s3iz1vxv8wb7c5ds2"))))
(build-system gnu-build-system)
(home-page "https://mate-desktop.org/")
(synopsis "Common files for development of MATE packages")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 28/29] gnu: Add mozo.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (26 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 27/29] gnu: mate-common: Update " Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-06-28 14:05 ` [bug#71781] [PATCH v3 29/29] gnu: mate: Add needed dependency Andy Tai
28 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* 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 b0396e5397..fa1f85b432 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1514,6 +1514,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")
@@ -1572,6 +1599,7 @@ (define-public mate
mate-polkit
mate-system-monitor
mate-utils
+ mozo
pluma
pinentry-gnome3
pulseaudio
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v3 29/29] gnu: mate: Add needed dependency.
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
` (27 preceding siblings ...)
2024-06-28 14:05 ` [bug#71781] [PATCH v3 28/29] gnu: Add mozo Andy Tai
@ 2024-06-28 14:05 ` Andy Tai
2024-07-07 8:05 ` Liliana Marie Prikler
28 siblings, 1 reply; 125+ messages in thread
From: Andy Tai @ 2024-06-28 14:05 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-panel)[inputs[: Add dconf-editor.
(mate)[inputs[: Add dconf-editor.
Change-Id: Ib731e81d4aa6c148bf2dc390aebd8f2c1b8b5834
---
gnu/packages/mate.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index fa1f85b432..eaedc2704f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -653,6 +653,7 @@ (define-public mate-panel
(list pkg-config intltool itstool xtrans gobject-introspection))
(inputs
(list dconf
+ dconf-editor
cairo
dbus-glib
gtk-layer-shell
@@ -1570,6 +1571,7 @@ (define-public mate
caja
dbus
dconf
+ dconf-editor
engrampa
eom
font-abattis-cantarell
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28.
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (30 preceding siblings ...)
2024-06-28 14:04 ` [bug#71781] [PATCH v3 00/29] Update Mate Desktop to 1.28 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 01/29] gnu: mate-icon-theme: Update to 1.28.0 Andy Tai
` (29 more replies)
2024-08-08 5:36 ` [bug#71781] Andy Tai
32 siblings, 30 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
This series of patches updates the Mate Desktop to 1.28.
Note mate-netbook stays at 1.26 as no new release at 1.28.
mate-control-center and mate-system-monitor stay at 1.26
because the 1.28 release requires systemd, which does not
exist in the GNU Guix environment.
v4 patch: commit comment changes in resp. to review comments.
No scheme code change..
Andy Tai (29):
gnu: mate-icon-theme: Update to 1.28.0.
gnu: mate-desktop: Update to 1.28.2.
gnu: libmateweather: Update to 1.28.0.
gnu: mate-terminal: Update to 1.28.1.
gnu: mate-session-manager: Update to 1.28.0.
gnu: mate-settings-daemon: Update to 1.28.0.
gnu: libmatemixer: Update to 1.28.0.
gnu: libmatekbd: update to 1.28.0.
gnu: mate-applets: Update to 1.28.0.
gnu: mate-media: Update to 1.28.1.
gnu: mate-panel: Update to 1.28.2.
gnu: caja: Update to 1.28.0.
gnu: marco: Update to 1.28.1
gnu: caja-extensions: update to 1.28.0.
gnu: mate-user-guide: Update to 1.28.0
gnu: mate-calc: Update to 1.28.0.
gnu: mate-backgrounds: Update to 1.28.0.
gnu: mate-screensaver: Update to 1.28.0.
gnu: mate-menus: Update to 1.28.0.
gnu: mate-utils: Update to 1.28.0.
gnu: eom: Update to 1.28.0.
gnu: engrampa: Update to 1.28.1.
gnu: pluma: update to 1.28.0.
gnu: mate-polkit: Update to 1.28.1.
gnu: mate-power-manager: Update to 1.28.1.
gnu: atril: update to 1.28.0.
gnu: mate-common: Update to 1.28.0
gnu: Add mozo.
gnu: mate: Add needed dependency.
gnu/local.mk | 1 -
gnu/packages/mate.scm | 219 +++++++++++-------
.../patches/libmateweather-use-TZDIR.patch | 42 ----
3 files changed, 135 insertions(+), 127 deletions(-)
delete mode 100644 gnu/packages/patches/libmateweather-use-TZDIR.patch
base-commit: 78d946b01162fbe986c6768800e8cfd6e70e67e5
--
2.34.1
^ permalink raw reply [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 01/29] gnu: mate-icon-theme: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 02/29] gnu: mate-desktop: Update to 1.28.2 Andy Tai
` (28 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.28.0.
Change-Id: I3c918d83265b384b468c66f5d07f5e78d6ec6f8b
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5dcd3910e6..5d89459499 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -137,7 +137,7 @@ (define-public mate-power-manager
(define-public mate-icon-theme
(package
(name "mate-icon-theme")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -145,7 +145,7 @@ (define-public mate-icon-theme
name "-" version ".tar.xz"))
(sha256
(base32
- "0nha555fhhn0j5wmzmdc7bh93ckzwwdm8mwmzma5whkzslv09xa1"))))
+ "0fkdk9pqgplmdlsikjb1fp804zcblgpf87cj892zfpfac280gmll"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool icon-naming-utils))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 02/29] gnu: mate-desktop: Update to 1.28.2.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 01/29] gnu: mate-icon-theme: Update to 1.28.0 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 03/29] gnu: libmateweather: Update to 1.28.0 Andy Tai
` (27 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-desktop): Update to 1.28.2.
Change-Id: I79a8b8759284e517beeaad40b02e7f980fea9bb3
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5d89459499..397b8158c7 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -223,14 +223,14 @@ (define-public mate-themes
(define-public mate-desktop
(package
(name "mate-desktop")
- (version "1.26.1")
+ (version "1.28.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-desktop-" version ".tar.xz"))
(sha256
- (base32 "04d2h1y5v225xzwsrf57cy281fr1k3rx70akjdhbs6mc4y56dl8j"))))
+ (base32 "18jajrj5bs98gnx4qjwqa1v48k9bm0c9rbmqw70r3cql41wlpfrj"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 03/29] gnu: libmateweather: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 01/29] gnu: mate-icon-theme: Update to 1.28.0 Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 02/29] gnu: mate-desktop: Update to 1.28.2 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 04/29] gnu: mate-terminal: Update to 1.28.1 Andy Tai
` (26 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (libmateweather): Update to 1.28.0
* gnu/packages/patches/libmateweather-use-TZDIR.patch: Removed.
* gnu/local.mk: Update accordingly.
Change-Id: I7432dd65bcf00e9f44d610fad337b629714fb3d2
---
gnu/local.mk | 1 -
gnu/packages/mate.scm | 6 +--
.../patches/libmateweather-use-TZDIR.patch | 42 -------------------
3 files changed, 2 insertions(+), 47 deletions(-)
delete mode 100644 gnu/packages/patches/libmateweather-use-TZDIR.patch
diff --git a/gnu/local.mk b/gnu/local.mk
index 282cf30f7f..ce55e5a3c7 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1636,7 +1636,6 @@ dist_patch_DATA = \
%D%/packages/patches/libmad-length-check.patch \
%D%/packages/patches/libmad-md_size.patch \
%D%/packages/patches/libmad-mips-newgcc.patch \
- %D%/packages/patches/libmateweather-use-TZDIR.patch \
%D%/packages/patches/libmp4v2-c++11.patch \
%D%/packages/patches/libmpeg2-arm-private-symbols.patch \
%D%/packages/patches/libmpeg2-global-symbol-test.patch \
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 397b8158c7..49d592226f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -253,16 +253,14 @@ (define-public mate-desktop
(define-public libmateweather
(package
(name "libmateweather")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmateweather-" version ".tar.xz"))
(sha256
- (base32 "0fpgc2l46024j2sqqsvclg9c6x33hyjk2zbg5h74v7cf9c7rj062"))
- (patches
- (list (search-patch "libmateweather-use-TZDIR.patch")))))
+ (base32 "1dfj68q3x9camd7h94pcwv8a5969cv5d4p979gcbk4xknpg76hsm"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
diff --git a/gnu/packages/patches/libmateweather-use-TZDIR.patch b/gnu/packages/patches/libmateweather-use-TZDIR.patch
deleted file mode 100644
index 5f72043986..0000000000
--- a/gnu/packages/patches/libmateweather-use-TZDIR.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 109fef8208188ddf4be76d6899f7d8fde5b8b3be Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong@member.fsf.org>
-Date: Sat, 22 Jul 2023 14:40:31 +0800
-Subject: [PATCH] Use TZDIR for ZONEINFO_DIR if the variable is set.
-
----
- libmateweather/mateweather-timezone.c | 8 +++++---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-diff --git a/libmateweather/mateweather-timezone.c b/libmateweather/mateweather-timezone.c
-index 2754728..6c858c4 100644
---- a/libmateweather/mateweather-timezone.c
-+++ b/libmateweather/mateweather-timezone.c
-@@ -61,7 +61,7 @@ static gboolean
- parse_tzdata (const char *tzname, time_t start, time_t end,
- int *offset, gboolean *has_dst, int *dst_offset)
- {
-- char *filename, *contents;
-+ char *tzdir, *filename, *contents;
- gsize length;
- int timecnt, transitions_size, ttinfo_map_size;
- int initial_transition = -1, second_transition = -1;
-@@ -71,7 +71,10 @@ parse_tzdata (const char *tzname, time_t start, time_t end,
- char initial_isdst, second_isdst;
- int i;
-
-- filename = g_build_filename (ZONEINFO_DIR, tzname, NULL);
-+ tzdir = g_getenv("TZDIR");
-+ if (tzdir == NULL)
-+ tzdir = ZONEINFO_DIR;
-+ filename = g_build_filename (tzdir, tzname, NULL);
- if (!g_file_get_contents (filename, &contents, &length, NULL)) {
- g_free (filename);
- return FALSE;
-@@ -403,4 +406,3 @@ mateweather_timezone_get_dst_offset (MateWeatherTimezone *zone)
- g_return_val_if_fail (zone->has_dst, 0);
- return zone->dst_offset;
- }
--
---
-2.41.0
-
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 04/29] gnu: mate-terminal: Update to 1.28.1.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (2 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 03/29] gnu: libmateweather: Update to 1.28.0 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 05/29] gnu: mate-session-manager: Update to 1.28.0 Andy Tai
` (25 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-terminal): Update to 1.28.1.
Change-Id: I47965f2685aded9ea1391329ade7dc16cc816251
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 49d592226f..f2f35a2318 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -295,14 +295,14 @@ (define-public libmateweather
(define-public mate-terminal
(package
(name "mate-terminal")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-terminal-" version ".tar.xz"))
(sha256
- (base32 "1l71w64vf49iqaknja2p6h8m3blzq7w76ki7r7l8fy5ly03044vw"))))
+ (base32 "14ly8v4wcz735caw0rdvwrsdgkxlzla1kp5jxjc2gqiakqdfndgi"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 05/29] gnu: mate-session-manager: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (3 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 04/29] gnu: mate-terminal: Update to 1.28.1 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 06/29] gnu: mate-settings-daemon: " Andy Tai
` (24 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-session-manager): Update to 1.28.0.
Change-Id: I095d797a1a9559390d47bb51d79c80f50ad85e1c
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f2f35a2318..8bf6d3d2d1 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -334,14 +334,14 @@ (define-public mate-terminal
(define-public mate-session-manager
(package
(name "mate-session-manager")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-session-manager-" version ".tar.xz"))
(sha256
- (base32 "0y22plz44pspjk02gasfyv6m6g29lxksp0iqhqy2k77x85j7v32v"))))
+ (base32 "0yrd1acnhp7gl60418532jr77n9br0mky83p0wlnbnm1bdcy8b6k"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--with-elogind"
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 06/29] gnu: mate-settings-daemon: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (4 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 05/29] gnu: mate-session-manager: Update to 1.28.0 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 07/29] gnu: libmatemixer: " Andy Tai
` (23 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-settings-daemon): Update to 1.28.0.
Change-Id: I299d8a244228c907a00e5b32c476e8edf402eb72
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8bf6d3d2d1..7bc5f0c4bd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -376,14 +376,14 @@ (define-public mate-session-manager
(define-public mate-settings-daemon
(package
(name "mate-settings-daemon")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-settings-daemon-" version ".tar.xz"))
(sha256
- (base32 "0n8q9dg0ascqhskx45l3vb19q06kd3994lhlcsvw4899aidsczk9"))))
+ (base32 "0fhsc505p34zk1bln764fbh7dfq32x0vi0h2zkzrxjd4manwvmsf"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 07/29] gnu: libmatemixer: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (5 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 06/29] gnu: mate-settings-daemon: " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 08/29] gnu: libmatekbd: update " Andy Tai
` (22 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (libmatemixer): Update to 1.28.0.
Change-Id: I05baa1aecb4bc40ba34ce59ae41e64e906eefda6
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 7bc5f0c4bd..67da12c6c8 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -415,14 +415,14 @@ (define-public mate-settings-daemon
(define-public libmatemixer
(package
(name "libmatemixer")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmatemixer-" version ".tar.xz"))
(sha256
- (base32 "1wcz4ppg696m31f5x7rkyvxxdriik2vprsr83b4wbs97bdhcr6ws"))))
+ (base32 "1ix0f3c40b535wsvbc9d4q7c6inf5d9ync4m7j76hq3z74ibjwsx"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 08/29] gnu: libmatekbd: update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (6 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 07/29] gnu: libmatemixer: " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 09/29] gnu: mate-applets: Update " Andy Tai
` (21 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (libmatekbd): Update to 1.28.0.
Change-Id: I2a077abc25e499a4e07058164b83bb318e8185ec
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 67da12c6c8..90b65763d4 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -439,14 +439,14 @@ (define-public libmatemixer
(define-public libmatekbd
(package
(name "libmatekbd")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmatekbd-" version ".tar.xz"))
(sha256
- (base32 "1vdwjyryv1f12yx6np4nrl13vn0v4g8p90zxi3mfwi994n8qv4v3"))))
+ (base32 "03p8dx7n0fi77qdh1r6pi40wqa0ap7w8hk6j0csx68rb7i45hbjx"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 09/29] gnu: mate-applets: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (7 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 08/29] gnu: libmatekbd: update " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 10/29] gnu: mate-media: Update to 1.28.1 Andy Tai
` (20 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-applets): Update to 1.28.0.
[inputs]: Replace gtksourceview 3 with gtksourceview 4.
Add mate-desktop as it is now required dependency.
Change-Id: I6b5c62fa029d70e475a1acbb05e622a906de27a7
---
gnu/packages/mate.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 90b65763d4..e322302fd0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -505,14 +505,14 @@ (define-public mate-menus
(define-public mate-applets
(package
(name "mate-applets")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-applets-" version ".tar.xz"))
(sha256
- (base32 "1hn22xxmkm3s1477war7w7lb7yh77b3251y1why37p3nncfzdf1s"))))
+ (base32 "11k66nfgs403r70isc8ccss994hv9c793zr8r2fzn9nksmmyysqv"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
@@ -530,7 +530,7 @@ (define-public mate-applets
glib
gucharmap
gtk+
- gtksourceview-3
+ gtksourceview-4
libgtop
libmateweather
libnl
@@ -538,6 +538,7 @@ (define-public mate-applets
libx11
libxml2
libwnck
+ mate-desktop
mate-panel
pango
polkit ; either polkit or setuid
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 10/29] gnu: mate-media: Update to 1.28.1.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (8 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 09/29] gnu: mate-applets: Update " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 11/29] gnu: mate-panel: Update to 1.28.2 Andy Tai
` (19 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-media): Update to 1.28.1.
Change-Id: I687c652052bd817055618d9ad944ecde0ba2ef19
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index e322302fd0..96e3a2c742 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -579,14 +579,14 @@ (define-public mate-applets
(define-public mate-media
(package
(name "mate-media")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-media-" version ".tar.xz"))
(sha256
- (base32 "02zb4rgahs50pick4nw9xhycshc5kbs1dlnr0ry5r4bd54da5ci8"))))
+ (base32 "04lr7bl0k1m88m1qf2m3wrq3a48wx44cgmb667k5agzn48p11p5w"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gettext-minimal gobject-introspection))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 11/29] gnu: mate-panel: Update to 1.28.2.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (9 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 10/29] gnu: mate-media: Update to 1.28.1 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 12/29] gnu: caja: Update to 1.28.0 Andy Tai
` (18 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-panel): Update to 1.28.2.
Change-Id: I0f04112256e6c60eb58af91e78006c475fc79f2a
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 96e3a2c742..5b4b2366f0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -611,14 +611,14 @@ (define-public mate-media
(define-public mate-panel
(package
(name "mate-panel")
- (version "1.26.3")
+ (version "1.28.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0ag03lbslsqva5ycrnv6ksm304s8miav42n7iklsf2s54zai0gzk"))))
+ (base32 "0cxsmp92cpvlvqfjxzc0bmzg0v4hpccxzz84894ih9xa6zl472k7"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 12/29] gnu: caja: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (10 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 11/29] gnu: mate-panel: Update to 1.28.2 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 13/29] gnu: marco: Update to 1.28.1 Andy Tai
` (17 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (caja): Update to 1.28.0.
Change-Id: Ief5c25b068c693c4f41b800ed163054afd04e34c
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5b4b2366f0..94ed5b9c5d 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -788,7 +788,7 @@ (define-public atril
(define-public caja
(package
(name "caja")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -796,7 +796,7 @@ (define-public caja
name "-" version ".tar.xz"))
(sha256
(base32
- "01scw5wk4fgps8fk9l7ic2q6p1wplxzsv678wbv010m301pnxz9h"))))
+ "0ylm46wgg7linppid6pdfaixhdb8zgyrxl3lxz17x0am2k718c0y"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-update-mimedb")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 13/29] gnu: marco: Update to 1.28.1
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (11 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 12/29] gnu: caja: Update to 1.28.0 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 14/29] gnu: caja-extensions: update to 1.28.0 Andy Tai
` (16 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (marco): Update to 1.28.1.
Change-Id: Iac0f89a980a0e4a49a4b3bff4e9e82815357dee5
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 94ed5b9c5d..b99c15dd94 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -970,14 +970,14 @@ (define-public mate-control-center
(define-public marco
(package
(name "marco")
- (version "1.26.2")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "18q71r4bkrldscp414qm0457i0jnk841wwc490qg0whhzraa5w8j"))))
+ (base32 "1qf219zmg6m1kf6xlx66h65yq3gxz3hc6fj995lcv0791vjfb5i4"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 14/29] gnu: caja-extensions: update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (12 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 13/29] gnu: marco: Update to 1.28.1 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 15/29] gnu: mate-user-guide: Update " Andy Tai
` (15 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (caja-extensions): Update to 1.28.0
[arguments]<#:configure-flags>: Disable AV support as needed gstreamer
components are Rust packages not in Guix at this time.
Change-Id: If48fcc79618654fd29ed6222517509224fa78e37
---
gnu/packages/mate.scm | 70 ++++++++++++++++++++++++++-----------------
1 file changed, 42 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index b99c15dd94..ba35998fe8 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -51,6 +51,7 @@ (define-module (gnu packages mate)
#:use-module (gnu packages glib)
#:use-module (gnu packages gnome)
#:use-module (gnu packages gnupg)
+ #:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
#:use-module (gnu packages image)
#:use-module (gnu packages imagemagick)
@@ -846,47 +847,60 @@ (define-public caja
(define-public caja-extensions
(package
(name "caja-extensions")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://mate/" (version-major+minor version) "/"
- "caja-extensions-" version ".tar.xz"))
+ (uri (string-append "mirror://mate/"
+ (version-major+minor version)
+ "/"
+ "caja-extensions-"
+ version
+ ".tar.xz"))
(sha256
- (base32 "086mw7650n8blnr2wkg9xdb6lhwqamcbkk5575i2s90hzbiik72q"))))
+ (base32 "0x9ikq8biaq08wzj0qqpmy8k5w7axqimigfgf7i5z0s00xg6r66j"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--enable-sendto"
;; TODO: package "gupnp" to enable 'upnp', package
;; "gksu" to enable 'gksu'.
- (string-append "--with-sendto-plugins=removable-devices,"
- "caja-burn,emailclient,pidgin,gajim")
+ (string-append
+ "--with-sendto-plugins=removable-devices,"
+ "caja-burn,emailclient,pidgin,gajim")
"--enable-image-converter"
- "--enable-open-terminal" "--enable-share"
- "--enable-wallpaper" "--enable-xattr-tags"
+ "--enable-open-terminal"
+ "--enable-share"
+ "--enable-wallpaper"
+ "--enable-xattr-tags"
+
+ ;; Guix does not have rust packages
+ ;; gstreamer-tag-1.0
+ ;; gstreamer-pbutils-1.0
+ ;; so disable search for them
+ "--enable-av=no"
+
(string-append "--with-cajadir="
(assoc-ref %outputs "out")
"/lib/caja/extensions-2.0/"))))
- (native-inputs
- `(("intltool" ,intltool)
- ("gettext" ,gettext-minimal)
- ("glib:bin" ,glib "bin")
- ("gobject-introspection" ,gobject-introspection)
- ("gtk-doc" ,gtk-doc)
- ("libxml2" ,libxml2)
- ("pkg-config" ,pkg-config)))
- (inputs
- (list attr
- brasero
- caja
- dbus
- dbus-glib
- gajim ;runtime only?
- gtk+
- graphicsmagick
- mate-desktop
- pidgin ;runtime only?
- startup-notification))
+ (native-inputs `(("intltool" ,intltool)
+ ("gettext" ,gettext-minimal)
+ ("glib:bin" ,glib "bin")
+ ("gobject-introspection" ,gobject-introspection)
+ ("gtk-doc" ,gtk-doc)
+ ("libxml2" ,libxml2)
+ ("pkg-config" ,pkg-config)))
+ (inputs (list attr
+ brasero
+ caja
+ dbus
+ dbus-glib
+ gajim ;runtime only?
+ gstreamer
+ gtk+
+ graphicsmagick
+ mate-desktop
+ pidgin ;runtime only?
+ startup-notification))
(home-page "https://mate-desktop.org/")
(synopsis "Extensions for the File manager Caja")
(description
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 15/29] gnu: mate-user-guide: Update to 1.28.0
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (13 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 14/29] gnu: caja-extensions: update to 1.28.0 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 16/29] gnu: mate-calc: " Andy Tai
` (14 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-user-guide): Update to 1.28.0.
Change-Id: Ia2905afe3a61888f8743563c7699d491e1d47afd
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index ba35998fe8..8076955b4e 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1034,7 +1034,7 @@ (define-public marco
(define-public mate-user-guide
(package
(name "mate-user-guide")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -1042,7 +1042,7 @@ (define-public mate-user-guide
name "-" version ".tar.xz"))
(sha256
(base32
- "0by2gzvhx3ksb9shw9374a7dsjpchn79jf248a8g6bvznxscj12x"))))
+ "17jb0537xzlhiilzjzjgy6lx7j0w4bjppav1xla4cm06yla0ivsk"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 16/29] gnu: mate-calc: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (14 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 15/29] gnu: mate-user-guide: Update " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 17/29] gnu: mate-backgrounds: " Andy Tai
` (13 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-calc): Update to 1.28.0.
Change-Id: I2b98ae286504380c8078b771d424b3cb484c0053
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8076955b4e..a1a8080cae 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1073,14 +1073,14 @@ (define-public mate-user-guide
(define-public mate-calc
(package
(name "mate-calc")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-calc-" version ".tar.xz"))
(sha256
- (base32 "0mddfh9ixhh60nfgx5kcprcl9liavwqyina11q3pnpfs3n02df3y"))))
+ (base32 "1x98wsjssmbkxqvl95xgp5r99cdq5adxl5pq9bkv2r183rfi4jw0"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal intltool pkg-config yelp-tools))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 17/29] gnu: mate-backgrounds: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (15 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 16/29] gnu: mate-calc: " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 18/29] gnu: mate-screensaver: " Andy Tai
` (12 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-backgrounds): Update to 1.28.0.
Change-Id: Idc262d84ec0568d67dfba2576859c14f6dfe91d7
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index a1a8080cae..804b872cdf 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1102,7 +1102,7 @@ (define-public mate-calc
(define-public mate-backgrounds
(package
(name "mate-backgrounds")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -1110,7 +1110,7 @@ (define-public mate-backgrounds
name "-" version ".tar.xz"))
(sha256
(base32
- "0379hngy3ap1r5kmqvmzs9r710k2c9nal2ps3hq765df4ir15j8d"))))
+ "0hv97805gb89v64f90laskq4h483lgpvd9m54an0ggc64k8azlah"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list intltool))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 18/29] gnu: mate-screensaver: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (16 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 17/29] gnu: mate-backgrounds: " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 19/29] gnu: mate-menus: " Andy Tai
` (11 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-screensaver): Update to 1.28.0.
Change-Id: If592eb165725dd047dfaca47b1504afb347d1192
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 804b872cdf..dbb06fffe0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1163,14 +1163,14 @@ (define-public mate-netbook
(define-public mate-screensaver
(package
(name "mate-screensaver")
- (version "1.26.2")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-screensaver-" version ".tar.xz"))
(sha256
- (base32 "0zpzlmbb6m2hqsr67rc6mqpabl1idpzfqzlj4ifxanql4k7015ys"))))
+ (base32 "0w7awc8a9q2hsqz51p2zln4adb6l7zk57aql07hrabsaz2l283va"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 19/29] gnu: mate-menus: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (17 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 18/29] gnu: mate-screensaver: " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 20/29] gnu: mate-utils: " Andy Tai
` (10 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-menus): Update to 1.28.0.
Change-Id: Ib6e734fd2e9bffae881814e0f6c3d13bd0aa2f25
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index dbb06fffe0..2170ff580f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -468,14 +468,14 @@ (define-public libmatekbd
(define-public mate-menus
(package
(name "mate-menus")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-menus-" version ".tar.xz"))
(sha256
- (base32 "130xvpszl1p3407b8annbvj8p0sa9jazxya02z9cfl5nwnd5k3a5"))))
+ (base32 "13ahf1cy9mzasswhnkx8qqmj5ii54338z0k994fss2kggmfcfh6g"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 20/29] gnu: mate-utils: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (18 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 19/29] gnu: mate-menus: " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 21/29] gnu: eom: " Andy Tai
` (9 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-utils): update to 1.28.0.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I6899ad33d1c22a97553399f07963c895486e3a1c
---
gnu/packages/mate.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 2170ff580f..667234abd8 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1233,7 +1233,7 @@ (define-public mate-screensaver
(define-public mate-utils
(package
(name "mate-utils")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -1241,7 +1241,7 @@ (define-public mate-utils
name "-" version ".tar.xz"))
(sha256
(base32
- "08066w98y45ilna6sn2kj8jnyhafra7sbpfrjdddv48939dlflrg"))))
+ "1lw85zr38666y5zywsy2gzs9f7n2k1z9zjkq7gq0z40x1mx9si2q"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal
@@ -1263,8 +1263,10 @@ (define-public mate-utils
libgtop
libx11
libxext
+ mate-desktop
mate-panel
pango
+ startup-notification
udisks
zlib))
(home-page "https://mate-desktop.org/")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 21/29] gnu: eom: Update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (19 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 20/29] gnu: mate-utils: " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 22/29] gnu: engrampa: Update to 1.28.1 Andy Tai
` (8 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (eom): Update to 1.28.0.
Change-Id: I30f60fd8cc5abdbe77c5fa48ef1780fc65072268
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 667234abd8..0435db2edb 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1288,14 +1288,14 @@ (define-public mate-utils
(define-public eom
(package
(name "eom")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"eom-" version ".tar.xz"))
(sha256
- (base32 "0q4r9f3dcb6w6fia06sm9h3lzpq86gj13clzw1i6qzjg94li49dm"))))
+ (base32 "1g1sspnj7r077bfaywj6qhq4gvc2y7jylrf8b1r8q6jsk6rcl0cs"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 22/29] gnu: engrampa: Update to 1.28.1.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (20 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 21/29] gnu: eom: " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 23/29] gnu: pluma: update to 1.28.0 Andy Tai
` (7 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (engrampa): Update to 1.28.1.
Change-Id: I8c328bf7caa188c123916bf56c2933bd1d3fc468
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 0435db2edb..1aa8a7601a 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1336,14 +1336,14 @@ (define-public eom
(define-public engrampa
(package
(name "engrampa")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"engrampa-" version ".tar.xz"))
(sha256
- (base32 "0jkci8gaxrx978laqj9ayx62r05czajqmry915iymsd4lw3l28ph"))))
+ (base32 "0siqhm6vh0lwx0qh7v4asn4m15ac9g93hm97iymfw24brydlqp4w"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--disable-schemas-compile"
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 23/29] gnu: pluma: update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (21 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 22/29] gnu: engrampa: Update to 1.28.1 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 24/29] gnu: mate-polkit: Update to 1.28.1 Andy Tai
` (6 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (pluma): Update to 1.28.0.
[inputs[: Add mate-desktop, scrollkeeper and
startup-notification.
Change-Id: I62f75c46daaad85a44a68b11464d6ce439d5cc91
---
gnu/packages/mate.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1aa8a7601a..8f19108856 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1388,14 +1388,14 @@ (define-public engrampa
(define-public pluma
(package
(name "pluma")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar"))))
+ (base32 "1m51cmcl6z68bx37zhi72wfl58kq9bg7xcih1sjr6l1li6axz2ma"))))
(build-system glib-or-gtk-build-system)
(arguments
`(; Tests can not succeed.
@@ -1424,10 +1424,12 @@ (define-public pluma
libpeas
libxml2
libice
+ mate-desktop
packagekit
pango
python
- scrollkeeper))
+ scrollkeeper
+ startup-notification))
(home-page "https://mate-desktop.org/")
(synopsis "Text Editor for MATE")
(description
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 24/29] gnu: mate-polkit: Update to 1.28.1.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (22 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 23/29] gnu: pluma: update to 1.28.0 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 25/29] gnu: mate-power-manager: " Andy Tai
` (5 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-polkit): Update to 1.28.1.
Change-Id: I479e7342ca616b3a7c57bb94beaf38c1452e97cf
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8f19108856..ca8764f1d6 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1474,7 +1474,7 @@ (define-public mate-system-monitor
(define-public mate-polkit
(package
(name "mate-polkit")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
@@ -1482,7 +1482,7 @@ (define-public mate-polkit
name "-" version ".tar.xz"))
(sha256
(base32
- "0mq3a9ab4fxpkah6c5p7a0zsy8cixfc5j9030k204cy5vysv1dzm"))))
+ "1s2ac2p5smiwr7lf4snciyb9waclychjmzrw32f2qspdm381s2im"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal gtk-doc intltool libtool pkg-config))
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 25/29] gnu: mate-power-manager: Update to 1.28.1.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (23 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 24/29] gnu: mate-polkit: Update to 1.28.1 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 26/29] gnu: atril: update to 1.28.0 Andy Tai
` (4 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-power-manager): Update to 1.28.1.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I75ee24c0a8a961a43f405da0e5036e3ae0fa4f71
---
gnu/packages/mate.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index ca8764f1d6..89b9cae7b1 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -99,14 +99,14 @@ (define-public mate-common
(define-public mate-power-manager
(package
(name "mate-power-manager")
- (version "1.26.1")
+ (version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-power-manager-" version ".tar.xz"))
(sha256
- (base32 "0hhhzfmnr9vxz1w34wl7c93qm2npql71mrshpfcbzfh4xli9vk90"))))
+ (base32 "08gf3vvmh335pyrhqaswag77pygqvrn19a59dcrnis07nrscpgcf"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
@@ -122,10 +122,12 @@ (define-public mate-power-manager
cairo
dbus
libnotify
+ mate-desktop
mate-panel
libxrandr
libcanberra
libsecret
+ startup-notification
upower))
(home-page "https://mate-desktop.org/")
(synopsis "Power manager for MATE")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 26/29] gnu: atril: update to 1.28.0.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (24 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 25/29] gnu: mate-power-manager: " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 27/29] gnu: mate-common: Update " Andy Tai
` (3 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (atril): Update to 1.28.0.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I7e3bb4ca4ea8ab9351cff6a422e55bb2a20a86eb
---
gnu/packages/mate.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 89b9cae7b1..3cef54d8da 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -684,7 +684,7 @@ (define-public mate-panel
(define-public atril
(package
(name "atril")
- (version "1.26.1")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -692,7 +692,7 @@ (define-public atril
name "-" version ".tar.xz"))
(sha256
(base32
- "194inkvgsj49pp0f46xfl1mq7kniah15kgviss5a20cprcx62fm5"))))
+ "0qji6nsf0r3rp5x7mah8pafx42dyqcygqsv7cgmc8wcvdrgp5m6f"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list (string-append "--with-openjpeg="
@@ -763,6 +763,7 @@ (define-public atril
libgxps
libjpeg-turbo
libxml2
+ mate-desktop
python-dogtail
shared-mime-info
gdk-pixbuf
@@ -777,6 +778,7 @@ (define-public atril
;; Build libkpathsea as a shared library for DVI support.
;; ("libkpathsea" ,texlive-bin)
poppler
+ startup-notification
webkitgtk-for-gtk3))
(home-page "https://mate-desktop.org")
(synopsis "Document viewer for Mate")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 27/29] gnu: mate-common: Update to 1.28.0
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (25 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 26/29] gnu: atril: update to 1.28.0 Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:57 ` [bug#71781] [PATCH v4 28/29] gnu: Add mozo Andy Tai
` (2 subsequent siblings)
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-common): update to 1.28.0.
Change-Id: I9312b620c8dfbf20a6d477b1e12636922cee667e
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 3cef54d8da..942f572f7d 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -79,7 +79,7 @@ (define-module (gnu packages mate)
(define-public mate-common
(package
(name "mate-common")
- (version "1.26.0")
+ (version "1.28.0")
(source
(origin
(method url-fetch)
@@ -87,7 +87,7 @@ (define-public mate-common
name "-" version ".tar.xz"))
(sha256
(base32
- "014wpfqpqmfkzv81paap4fz15mj1gsyvaxlrfqsp9a3yxw4f7jaf"))))
+ "02ms4s6kfxkbghc24rx9g1axdv50rndzdm0s3iz1vxv8wb7c5ds2"))))
(build-system gnu-build-system)
(home-page "https://mate-desktop.org/")
(synopsis "Common files for development of MATE packages")
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 28/29] gnu: Add mozo.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (26 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 27/29] gnu: mate-common: Update " Andy Tai
@ 2024-07-11 7:57 ` Andy Tai
2024-07-11 7:58 ` [bug#71781] [PATCH v4 29/29] gnu: mate: Add needed dependency Andy Tai
2024-08-10 13:25 ` bug#71781: [PATCH v4 00/29] Update Mate Desktop to 1.28 宋文武 via Guix-patches via
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:57 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* 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
^ permalink raw reply related [flat|nested] 125+ messages in thread
* [bug#71781] [PATCH v4 29/29] gnu: mate: Add needed dependency.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (27 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 28/29] gnu: Add mozo Andy Tai
@ 2024-07-11 7:58 ` Andy Tai
2024-08-10 13:25 ` bug#71781: [PATCH v4 00/29] Update Mate Desktop to 1.28 宋文武 via Guix-patches via
29 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-07-11 7:58 UTC (permalink / raw)
To: 71781; +Cc: Andy Tai
* gnu/packages/mate.scm (mate-panel)[inputs]: Add dconf-editor.
(mate)[inputs]: Add dconf-editor.
Change-Id: Ib731e81d4aa6c148bf2dc390aebd8f2c1b8b5834
---
gnu/packages/mate.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 7eb8847d33..b045c5d414 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -653,6 +653,7 @@ (define-public mate-panel
(list pkg-config intltool itstool xtrans gobject-introspection))
(inputs
(list dconf
+ dconf-editor
cairo
dbus-glib
gtk-layer-shell
@@ -1577,6 +1578,7 @@ (define-public mate
caja
dbus
dconf
+ dconf-editor
engrampa
eom
font-abattis-cantarell
--
2.34.1
^ permalink raw reply related [flat|nested] 125+ messages in thread
* bug#71781: [PATCH v4 00/29] Update Mate Desktop to 1.28.
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
` (28 preceding siblings ...)
2024-07-11 7:58 ` [bug#71781] [PATCH v4 29/29] gnu: mate: Add needed dependency Andy Tai
@ 2024-08-10 13:25 ` 宋文武 via Guix-patches via
29 siblings, 0 replies; 125+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-08-10 13:25 UTC (permalink / raw)
To: Andy Tai; +Cc: 71781-done
Andy Tai <atai@atai.org> writes:
> This series of patches updates the Mate Desktop to 1.28.
> Note mate-netbook stays at 1.26 as no new release at 1.28.
> mate-control-center and mate-system-monitor stay at 1.26
> because the 1.28 release requires systemd, which does not
> exist in the GNU Guix environment.
Pushed to master with small adjustment to commit message, thank you!
I also able to update mate-control-center and mate-system-monitor to
1.28, I tihnk it requires systemd optionally.
^ permalink raw reply [flat|nested] 125+ messages in thread
* [bug#71781]
2024-06-26 8:06 [bug#71781] [PATCH 00/28] Update Mate Desktop to 1.28 Andy Tai
` (31 preceding siblings ...)
2024-07-11 7:57 ` [bug#71781] [PATCH v4 00/29] Update Mate Desktop to 1.28 Andy Tai
@ 2024-08-08 5:36 ` Andy Tai
32 siblings, 0 replies; 125+ messages in thread
From: Andy Tai @ 2024-08-08 5:36 UTC (permalink / raw)
To: 71781
patches passed QA
https://qa.guix.gnu.org/issue/71781
^ permalink raw reply [flat|nested] 125+ messages in thread