[PATCH 00/29] mate: Update to 1.26

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • ???
Owner
unassigned
Submitted by
Andy Tai
Severity
normal
Blocked by
A
A
Andy Tai wrote on 15 Jun 2023 19:32
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
cover.1686850160.git.atai@atai.org
These patches update the Mate Desktop to the 1.26 series
Needs as prerequisites itzdata-next, libxml2-next,
python-libxml2-next, itstool-with-utf8-fix

Andy Tai (29):
gnu: mate-icon-theme: Update to 1.26.0
gnu: mate-desktop: Update to 1.26.1
gnu: libmateweather: Update to 1.26.1
gnu: mate-terminal: Update to 1.26.1
gnu: mate-session-manager: Update to 1.26.1
gnu: mate-settings-daemon: Update to 1.26.1
gnu: libmatemixer: Update to 1.26.0
gnu: libmatekbd: Update to 1.26.1
gnu: mate-applets: Update to 1.26.1
gnu: mate-media: Update to 1.26.1
gnu: mate-panel: Update to 1.26.3
gnu: caja: Update to 1.26.1
gnu: marco: Update to 1.26.2
gnu: caja-extensions: Update to 1.26.1
gnu: mate-control-center: Update to 1.26.1
gnu: mate-user-guide: Update to 1.26.1
gnu: mate-calc: Update to 1.26.0
gnu: mate-backgrounds: Update to 1.26.0
gnu: mate-netbook: Update to 1.26.0
gnu: mate-screensaver: Update to 1.26.1
gnu: mate-menus: Update to 1.26.1
gnu: mate-utils: Update to 1.26.1
gnu: eom: Update to 1.26.1
gnu: engrampa: Update to 1.26.1
gnu: pluma: Update to 1.26.1
gnu: mate-system-monitor: Update to 1.26.0
gnu: mate-polkit: Update to 1.26.1
gnu: mate-power-manager: Update to 1.26.1
gnu: mate-themes: Update to 3.22.24

gnu/packages/mate.scm | 128 ++++++++++++++++++++++--------------------
1 file changed, 67 insertions(+), 61 deletions(-)


base-commit: 6fe9a004dba2d4ddf69ff6f1714af15ffaa7e62a
prerequisite-patch-id: 01160172e14eedb53627d281f4119fa0a4da87c2
prerequisite-patch-id: 0957514d2f9a44356a60a6dd54c9756c59c7d82c
prerequisite-patch-id: 2a728e135751d79d3ce7cb8d4caa3a76bee2525b
prerequisite-patch-id: 39422f9fbde57e24d82ef25b6228852c3d2563a3
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 01/29] gnu: mate-icon-theme: Update to 1.26.0
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
7ee3b643ab6decb532e749e3b569b8bdbaffe3f2.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-icon-theme:): Update to 1.26.0
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 4874aaf7f9..dcaa7aa096 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -135,7 +135,7 @@ (define-public mate-power-manager
(define-public mate-icon-theme
(package
(name "mate-icon-theme")
- (version "1.24.0")
+ (version "1.26.0")
(source
(origin
(method url-fetch)
@@ -143,7 +143,7 @@ (define-public mate-icon-theme
name "-" version ".tar.xz"))
(sha256
(base32
- "0a2lz61ivwwcdznmwlmgjr6ipr9sdl5g2czbagnpxkwz8f3m77na"))))
+ "0nha555fhhn0j5wmzmdc7bh93ckzwwdm8mwmzma5whkzslv09xa1"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool icon-naming-utils))
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 02/29] gnu: mate-desktop: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
6c85cc51ac3c513daf855db71b60fbe408e5ebe9.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-desktop): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index dcaa7aa096..db3f656d64 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -221,14 +221,14 @@ (define-public mate-themes
(define-public mate-desktop
(package
(name "mate-desktop")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-desktop-" version ".tar.xz"))
(sha256
- (base32 "1nd1dn8mm1z6x4r68a25q4vzys1a6fmbzc94ss1z1n1872pczs6i"))))
+ (base32 "04d2h1y5v225xzwsrf57cy281fr1k3rx70akjdhbs6mc4y56dl8j"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 03/29] gnu: libmateweather: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
a24bbbd7f4bec46a0debd8af1fd3535acdbcc4e6.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (libmateweather:): Update to 1.26.1
---
gnu/packages/mate.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index db3f656d64..00b4f6de94 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -251,14 +251,14 @@ (define-public mate-desktop
(define-public libmateweather
(package
(name "libmateweather")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmateweather-" version ".tar.xz"))
(sha256
- (base32 "02d7c59pami1fzxg73mp6risa9hvsdpgs68f62wkg09nrppzsk4v"))))
+ (base32 "0fpgc2l46024j2sqqsvclg9c6x33hyjk2zbg5h74v7cf9c7rj062"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags
@@ -278,7 +278,7 @@ (define-public libmateweather
("dconf" ,dconf)
("glib:bin" ,glib "bin")))
(inputs
- (list gtk+ tzdata))
+ (list gtk+ tzdata-next))
(propagated-inputs
;; both of these are requires.private in mateweather.pc
(list libsoup-minimal-2 libxml2))
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 04/29] gnu: mate-terminal: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
c9597b93365d1149b1d90c462a1f6a5a35ebdaab.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-terminal:): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 00b4f6de94..d8e84b5032 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -292,14 +292,14 @@ (define-public libmateweather
(define-public mate-terminal
(package
(name "mate-terminal")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-terminal-" version ".tar.xz"))
(sha256
- (base32 "0qmyhxmarwkxad8k1m9q1iwx70zhfp6zc2mh74nv26nj4gr3h3am"))))
+ (base32 "1l71w64vf49iqaknja2p6h8m3blzq7w76ki7r7l8fy5ly03044vw"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 05/29] gnu: mate-session-manager: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
42aa3f5fa4a5dc018a61bc92ab2d6f52589e10f3.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-session-manager:): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index d8e84b5032..756052c8ca 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -331,14 +331,14 @@ (define-public mate-terminal
(define-public mate-session-manager
(package
(name "mate-session-manager")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-session-manager-" version ".tar.xz"))
(sha256
- (base32 "1zwq8symyp3ijs28pyrknsdi9byf4dpp9wp93ndwdhi0vaip5i51"))))
+ (base32 "0y22plz44pspjk02gasfyv6m6g29lxksp0iqhqy2k77x85j7v32v"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--with-elogind"
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 06/29] gnu: mate-settings-daemon: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
5c2ea2afbeb462e1587262c81011f45a4bba5074.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-settings-daemon:): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 756052c8ca..5b78b910c2 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -373,14 +373,14 @@ (define-public mate-session-manager
(define-public mate-settings-daemon
(package
(name "mate-settings-daemon")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-settings-daemon-" version ".tar.xz"))
(sha256
- (base32 "0n1ywr3ir5p536s7azdbw2mh40ylqlpx3a74mjrivbms1rpjxyab"))))
+ (base32 "0n8q9dg0ascqhskx45l3vb19q06kd3994lhlcsvw4899aidsczk9"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 07/29] gnu: libmatemixer: Update to 1.26.0
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
058bedc0bcb9f5e284c44d0feca3fb5ec036a781.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (libmatemixer:): Update to 1.26.0
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5b78b910c2..508efd63f4 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -412,14 +412,14 @@ (define-public mate-settings-daemon
(define-public libmatemixer
(package
(name "libmatemixer")
- (version "1.24.1")
+ (version "1.26.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmatemixer-" version ".tar.xz"))
(sha256
- (base32 "1n6rq7k66zvfd6sb7h92xihh021w9hysfa4yd1mzjcbb7c62ybqx"))))
+ (base32 "1wcz4ppg696m31f5x7rkyvxxdriik2vprsr83b4wbs97bdhcr6ws"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 08/29] gnu: libmatekbd: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
52da217ddec50796b0e046df74d2e9cafb303e0f.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (libmatekbd:): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 508efd63f4..95f0880b9a 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -436,14 +436,14 @@ (define-public libmatemixer
(define-public libmatekbd
(package
(name "libmatekbd")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"libmatekbd-" version ".tar.xz"))
(sha256
- (base32 "17mcxfkvl14p04id3n5kbhpjwjq00c8wmbyciyy2hm7kwdln6zx8"))))
+ (base32 "1vdwjyryv1f12yx6np4nrl13vn0v4g8p90zxi3mfwi994n8qv4v3"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gobject-introspection))
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 09/29] gnu: mate-applets: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
cb3e586d44c2c0f9eb0aaa523c3d3c0179795e5b.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-applets:): Update to 1.26.1
---
gnu/packages/mate.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 95f0880b9a..e971be9a23 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -502,18 +502,19 @@ (define-public mate-menus
(define-public mate-applets
(package
(name "mate-applets")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-applets-" version ".tar.xz"))
(sha256
- (base32 "0h70i4x3bk017pgv4zn280682wm58vwdjm7kni91ni8rmblnnvyp"))))
+ (base32 "1hn22xxmkm3s1477war7w7lb7yh77b3251y1why37p3nncfzdf1s"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
intltool
+ libnl
libxslt
yelp-tools
scrollkeeper
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 10/29] gnu: mate-media: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
76afefd52db5c15fce8efd752c0140e7509fa32d.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-media:): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index e971be9a23..6795d955b7 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -575,14 +575,14 @@ (define-public mate-applets
(define-public mate-media
(package
(name "mate-media")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-media-" version ".tar.xz"))
(sha256
- (base32 "118i4w2i2g3hfgbfn3hjzjkfq8vjj6049r7my3vna9js23b7ab92"))))
+ (base32 "02zb4rgahs50pick4nw9xhycshc5kbs1dlnr0ry5r4bd54da5ci8"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gettext-minimal gobject-introspection))
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 11/29] gnu: mate-panel: Update to 1.26.3
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
314e851dc49dbaaa4138f1e65e3e4ce12157b0bf.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-panel): Update to 1.26.3
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 6795d955b7..c6bc1464ae 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -607,14 +607,14 @@ (define-public mate-media
(define-public mate-panel
(package
(name "mate-panel")
- (version "1.24.1")
+ (version "1.26.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0xblqrhfazd01h0jdmx4hvavkb7f9anbd4rjsk5r6wxhp027l64l"))))
+ (base32 "0ag03lbslsqva5ycrnv6ksm304s8miav42n7iklsf2s54zai0gzk"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 12/29] gnu: caja: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
f14f4b60d4ffba5b79d8d293233174cee551528e.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (caja): update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index c6bc1464ae..579453aaa6 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -780,7 +780,7 @@ (define-public atril
(define-public caja
(package
(name "caja")
- (version "1.24.0")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
@@ -788,7 +788,7 @@ (define-public caja
name "-" version ".tar.xz"))
(sha256
(base32
- "1cnfy481hcwjv3ia3kw0d4h7ga8cng0pqm3z349v4qcmfdapmqc0"))))
+ "01scw5wk4fgps8fk9l7ic2q6p1wplxzsv678wbv010m301pnxz9h"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-update-mimedb")
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 13/29] gnu: marco: Update to 1.26.2
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
3b9f0fceea569124dd41bf1f73c9e6bf581019e9.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (marco): Update to 1.26.2
[inputs]: Change itstool to itstool-with-utf8-fix. Add libxres
---
gnu/packages/mate.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (37 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 579453aaa6..8173aa692f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -962,19 +962,19 @@ (define-public mate-control-center
(define-public marco
(package
(name "marco")
- (version "1.24.1")
+ (version "1.26.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "109b41pjrc1b4slw6sx1lakdhrc46x829vczzk4bz3j15kcszg54"))))
+ (base32 "18q71r4bkrldscp414qm0457i0jnk841wwc490qg0whhzraa5w8j"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
intltool
- itstool
+ itstool-with-utf8-fix
glib
gobject-introspection
libxft
@@ -995,6 +995,7 @@ (define-public marco
libxinerama
libxrandr
libxrender
+ libxres
mate-desktop
pango
startup-notification))
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 14/29] gnu: caja-extensions: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
5194adde1948db2c706d86af13cd3efa566af3b0.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (caja-extensions:): Update to 1.26.1
---
gnu/packages/mate.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8173aa692f..179bee4c16 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -838,7 +838,7 @@ (define-public caja
(define-public caja-extensions
(package
(name "caja-extensions")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 15/29] gnu: mate-control-center: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
b1872584166b03557c8c7a4159ce1bd1362f1f38.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-control-center): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 179bee4c16..5aeb84aa4f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -891,14 +891,14 @@ (define-public caja-extensions
(define-public mate-control-center
(package
(name "mate-control-center")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-control-center-" version ".tar.xz"))
(sha256
- (base32 "08bai47fsmbxlw2lhig9n6c8sxr24ixkd1spq3j0635yzcqighb0"))))
+ (base32 "022nbgdvhfjj9zdy9zaiagigh3f8r0dzfz4gqmpsayk57cm4jpz0"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 16/29] gnu: mate-user-guide: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
c40f42dafa665a8311c7545c71a30122b40222f8.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-user-guide): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5aeb84aa4f..3d485b0a32 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1012,7 +1012,7 @@ (define-public marco
(define-public mate-user-guide
(package
(name "mate-user-guide")
- (version "1.24.0")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
@@ -1020,7 +1020,7 @@ (define-public mate-user-guide
name "-" version ".tar.xz"))
(sha256
(base32
- "0ddxya84iydvy85dbqls0wmz2rph87wri3rsdhv4rkbhh5g4sd7f"))))
+ "0by2gzvhx3ksb9shw9374a7dsjpchn79jf248a8g6bvznxscj12x"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 17/29] gnu: mate-calc: Update to 1.26.0
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
d1cfe9e5189afd29dad7537e6e9c2a9488ade381.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-calc): Update to 1.26.0
[inputs]: Add mpc and mpfr
---
gnu/packages/mate.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

Toggle diff (40 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 3d485b0a32..246985b46e 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -58,6 +58,7 @@ (define-module (gnu packages mate)
#:use-module (gnu packages javascript)
#:use-module (gnu packages libcanberra)
#:use-module (gnu packages linux)
+ #:use-module (gnu packages multiprecision)
#:use-module (gnu packages messaging)
#:use-module (gnu packages nss)
#:use-module (gnu packages pkg-config)
@@ -1051,14 +1052,14 @@ (define-public mate-user-guide
(define-public mate-calc
(package
(name "mate-calc")
- (version "1.24.1")
+ (version "1.26.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-calc-" version ".tar.xz"))
(sha256
- (base32 "0imdimq5d5rjq8mkjcrsd683a2bn9acmhc0lmvyw71y0040inbaw"))))
+ (base32 "0mddfh9ixhh60nfgx5kcprcl9liavwqyina11q3pnpfs3n02df3y"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal intltool pkg-config yelp-tools))
@@ -1068,6 +1069,8 @@ (define-public mate-calc
gtk+
libxml2
libcanberra
+ mpc
+ mpfr
pango))
(home-page "https://mate-desktop.org/")
(synopsis "Calculator for MATE")
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 18/29] gnu: mate-backgrounds: Update to 1.26.0
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
edb014954575b601fad920ddfbb87573c33b6d8a.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-backgrounds): update to 1.26.0
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 246985b46e..35d0d04aad 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1081,7 +1081,7 @@ (define-public mate-calc
(define-public mate-backgrounds
(package
(name "mate-backgrounds")
- (version "1.24.1")
+ (version "1.26.0")
(source
(origin
(method url-fetch)
@@ -1089,7 +1089,7 @@ (define-public mate-backgrounds
name "-" version ".tar.xz"))
(sha256
(base32
- "0b9yx68p9l867bqsl9z2g4wrs8p396ls673jgaliys5snmk8n8dn"))))
+ "0379hngy3ap1r5kmqvmzs9r710k2c9nal2ps3hq765df4ir15j8d"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list intltool))
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 19/29] gnu: mate-netbook: Update to 1.26.0
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
5c39c00063b043e36437f51adf0b7d8488acdf75.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-netbook): Update to 1.26.0
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 35d0d04aad..b1dcc1fda4 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1103,7 +1103,7 @@ (define-public mate-backgrounds
(define-public mate-netbook
(package
(name "mate-netbook")
- (version "1.24.0")
+ (version "1.26.0")
(source
(origin
(method url-fetch)
@@ -1111,7 +1111,7 @@ (define-public mate-netbook
name "-" version ".tar.xz"))
(sha256
(base32
- "1bmk9gq5gcqkvfppa7i1hqfph8sajc3xs189s4ha97g0ifwd98a8"))))
+ "12gdy69nfysl8vmd8lv8b0lknkaagplrrz88nh6n0rmjkxnipgz3"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal intltool pkg-config))
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 20/29] gnu: mate-screensaver: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
686b0db348c78083107534d2ee90d60824ee645a.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-screensaver): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index b1dcc1fda4..f03283b0b3 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1142,14 +1142,14 @@ (define-public mate-netbook
(define-public mate-screensaver
(package
(name "mate-screensaver")
- (version "1.24.1")
+ (version "1.26.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-screensaver-" version ".tar.xz"))
(sha256
- (base32 "0imb1z2yvz1h95dzq396c569kkxys9mb2dyc6qxxxcnc5w02a2dw"))))
+ (base32 "0zpzlmbb6m2hqsr67rc6mqpabl1idpzfqzlj4ifxanql4k7015ys"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 21/29] gnu: mate-menus: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
2c0cd5cb82c98c64de28816079e9738ad15efc78.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-menus): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f03283b0b3..dae857e8bf 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -465,14 +465,14 @@ (define-public libmatekbd
(define-public mate-menus
(package
(name "mate-menus")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-menus-" version ".tar.xz"))
(sha256
- (base32 "17zc9fn14jykhn30z8iwlw0qwk32ivj6gxgww3xrqvqk0da5yaas"))))
+ (base32 "130xvpszl1p3407b8annbvj8p0sa9jazxya02z9cfl5nwnd5k3a5"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 22/29] gnu: mate-utils: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
4925af98eeb2d5d400540d96c398c898d3c39d1f.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-utils): Update to 1.26.1
---
gnu/packages/mate.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index dae857e8bf..a0548239ed 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1212,7 +1212,7 @@ (define-public mate-screensaver
(define-public mate-utils
(package
(name "mate-utils")
- (version "1.24.0")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
@@ -1220,12 +1220,12 @@ (define-public mate-utils
name "-" version ".tar.xz"))
(sha256
(base32
- "1b16n1628gcsym5mph6lr9x5xm4rgkxsa8xwr2wlx8g2gw2775i1"))))
+ "08066w98y45ilna6sn2kj8jnyhafra7sbpfrjdddv48939dlflrg"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal
gtk-doc
- intltool
+ itstool-with-utf8-fix
libice
libsm
pkg-config
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 23/29] gnu: eom: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
f0da9ffb4fe90a7759a940bcc2c1b5c869400cee.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (eom): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index a0548239ed..8afa4579e2 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1265,14 +1265,14 @@ (define-public mate-utils
(define-public eom
(package
(name "eom")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"eom-" version ".tar.xz"))
(sha256
- (base32 "0dralsc0dvs0l38cysdhx6kiaiqlb8qi6g9xz2cm6mjqyq3d3f9f"))))
+ (base32 "0q4r9f3dcb6w6fia06sm9h3lzpq86gj13clzw1i6qzjg94li49dm"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 24/29] gnu: engrampa: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
654d98afcfacc84ad49b3044c53c09710ae5219c.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (engrampa): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 8afa4579e2..c4dd9cf937 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1313,14 +1313,14 @@ (define-public eom
(define-public engrampa
(package
(name "engrampa")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"engrampa-" version ".tar.xz"))
(sha256
- (base32 "0akjnz85qkpiqgj1ccn41rzbfid4l3r3nsm4s9s779ilzd7f097y"))))
+ (base32 "0jkci8gaxrx978laqj9ayx62r05czajqmry915iymsd4lw3l28ph"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--disable-schemas-compile"
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 25/29] gnu: pluma: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
1bfda29c9b54a772d917463b912eb372667e3bee.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (pluma): Update to 1.26.1
---
gnu/packages/mate.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index c4dd9cf937..6b9af2a0dd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1365,14 +1365,14 @@ (define-public engrampa
(define-public pluma
(package
(name "pluma")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1sgc5f480icr2ans6gd3akvcax58mr4jp3zjk3xn7bx1mw9i299f"))))
+ (base32 "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar"))))
(build-system glib-or-gtk-build-system)
(arguments
`(; Tests can not succeed.
@@ -1392,7 +1392,7 @@ (define-public pluma
enchant-1.6
glib
gtk+
- gtksourceview-3
+ gtksourceview-4
gdk-pixbuf
iso-codes
libcanberra
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 26/29] gnu: mate-system-monitor: Update to 1.26.0
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
323fcc411bccf8c6a7e0ba6d31ff5f959c79df59.1686850160.git.atai@atai.org
* gnu/packages/mate.scm (mate-system-monitor): Update to 1.26.0
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 6b9af2a0dd..0e2cb8553d 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1414,14 +1414,14 @@ (define-public pluma
(define-public mate-system-monitor
(package
(name "mate-system-monitor")
- (version "1.24.1")
+ (version "1.26.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-system-monitor-" version ".tar.xz"))
(sha256
- (base32 "1i2r4lw6xsk972yp15g5hm8p8xx9pp6jmcvvzbdq80xyx3x898qz"))))
+ (base32 "13rkrk7c326ng8164aqfp6i7334n7zrmbg61ncpjprbrvlx2qiw3"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list autoconf gettext-minimal intltool pkg-config yelp-tools))
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 27/29] gnu: mate-polkit: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
380e0ca1dfee528160c286a97df38e3beefaf2b5.1686850161.git.atai@atai.org
* gnu/packages/mate.scm (mate-polkit): Update to 1.26.1
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 0e2cb8553d..f830821d0a 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1449,7 +1449,7 @@ (define-public mate-system-monitor
(define-public mate-polkit
(package
(name "mate-polkit")
- (version "1.24.0")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
@@ -1457,7 +1457,7 @@ (define-public mate-polkit
name "-" version ".tar.xz"))
(sha256
(base32
- "1450bqzlnvwy3xa98lj102j2cf7piqbxcd1cy2zp41rdl8ri3gvn"))))
+ "0mq3a9ab4fxpkah6c5p7a0zsy8cixfc5j9030k204cy5vysv1dzm"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal gtk-doc intltool libtool pkg-config))
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 28/29] gnu: mate-power-manager: Update to 1.26.1
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
4a106048b137fe8104fb3f208427228dd2dd6d36.1686850161.git.atai@atai.org
* gnu/packages/mate.scm (mate-power-manager): Update to 1.26.1
---
gnu/packages/mate.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f830821d0a..027f41d282 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -98,14 +98,14 @@ (define-public mate-common
(define-public mate-power-manager
(package
(name "mate-power-manager")
- (version "1.24.2")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-power-manager-" version ".tar.xz"))
(sha256
- (base32 "0fni41p3kraxwjnx9l5mdspng0zib1gfdxwlaiyq31mh4g79yjyj"))))
+ (base32 "0hhhzfmnr9vxz1w34wl7c93qm2npql71mrshpfcbzfh4xli9vk90"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
@@ -124,6 +124,7 @@ (define-public mate-power-manager
mate-panel
libxrandr
libcanberra
+ libsecret
upower))
(home-page "https://mate-desktop.org/")
(synopsis "Power manager for MATE")
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:35
[PATCH 29/29] gnu: mate-themes: Update to 3.22.24
(address . 64084@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
225611658a917d23c389531b33e92f0ac1d80b57.1686850161.git.atai@atai.org
* gnu/packages/mate.scm (mate-themes): Update to 3.22.24
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 027f41d282..2698fea6cc 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -198,14 +198,14 @@ (define-public mate-icon-theme-faenza
(define-public mate-themes
(package
(name "mate-themes")
- (version "3.22.21")
+ (version "3.22.24")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/themes/" (version-major+minor version)
"/mate-themes-" version ".tar.xz"))
(sha256
- (base32 "051g2vq817g84yrqzf7hjcqr4xrghnw1rprjd6jf5mhhzmwcas6n"))))
+ (base32 "0jkfrz5fp4qnixfpc1pjjlba3nj6v2fqqpfgqhjdwcak50m3m2rx"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool gdk-pixbuf ; gdk-pixbuf+svg isn't needed
--
2.40.1
A
A
Andy Tai wrote on 15 Jun 2023 19:39
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
CAJsg1E_AYjGvuNAGVitU4s0RfkH1bRRCZ-jPW6GO22FNmZ-4QQ@mail.gmail.com
block 64084 by 64001, 64012

Thanks

Mate desktop 1.26 needs
itzdata-next, libxml2-next, python-libxml2-next, itstool-with-utf8-fix
?
(name . Andy Tai)(address . atai@atai.org)(address . 64084@debbugs.gnu.org)
87edl0lijl.fsf@envs.net
Andy Tai <atai@atai.org> writes:

Toggle quote (4 lines)
> These patches update the Mate Desktop to the 1.26 series
> Needs as prerequisites itzdata-next, libxml2-next,
> python-libxml2-next, itstool-with-utf8-fix

Thank you! I'll look into those in today's afternoon.
A
A
Andy Tai wrote on 22 Jul 2023 05:58
(name . ???)(address . iyzsong@envs.net)(address . 64084@debbugs.gnu.org)
CAJsg1E8b+FE+JqcX4YzMNLXQLA=YwoarqzZtQAp7v+gH8CVgMA@mail.gmail.com
Thanks!

On Fri, Jul 21, 2023 at 8:41?PM ??? <iyzsong@envs.net> wrote:

Toggle quote (10 lines)
> Andy Tai <atai@atai.org> writes:
>
> > These patches update the Mate Desktop to the 1.26 series
> > Needs as prerequisites itzdata-next, libxml2-next,
> > python-libxml2-next, itstool-with-utf8-fix
>
> Thank you! I'll look into those in today's afternoon.
>


--
Andy Tai, atai@atai.org, Skype: licheng.tai, Line: andy_tai, WeChat:
andytai1010
Year 2023 ??112?
????????????
????????????
Attachment: file
?
(name . Andy Tai)(address . atai@atai.org)(address . 64084-done@debbugs.gnu.org)
87jzus48ts.fsf_-_@envs.net
Andy Tai <atai@atai.org> writes:

Toggle quote (12 lines)
> Thanks!
>
> On Fri, Jul 21, 2023 at 8:41?PM ??? <iyzsong@envs.net> wrote:
>
> Andy Tai <atai@atai.org> writes:
>
> > These patches update the Mate Desktop to the 1.26 series
> > Needs as prerequisites itzdata-next, libxml2-next,
> > python-libxml2-next, itstool-with-utf8-fix
>
> Thank you! I'll look into those in today's afternoon.

Hello, I have pushed those without tzdata-next and libxml2-next.

tzdata-next is needed for libmateweather, I patch it to use TZDIR
instead of hardcode ZONEINFO_DIR (also open a PR upsteram [1]).
And ignore the test failure (Europe/Kyiv) for now, later when we
got tzdata-2023c, it should works without modify the
libmateweather package.

libxml2-next is needed by some packages (mostly mate-utils will fail
randomly), but I did got all mate packages built successful without
updated libxml2, and the PASS chance is high, so I think we can try some
luck with the CI... Later I'll take a look at



Thank you!
Closed
A
A
Andy Tai wrote on 22 Jul 2023 18:44
(name . ???)(address . iyzsong@envs.net)(address . 64084-done@debbugs.gnu.org)
CAJsg1E84G5Hr60ubUzNGJj+EVJExmKmzRk8pwvPpEO1jFFKftg@mail.gmail.com
Thanks!

On Sat, Jul 22, 2023 at 2:03?AM ??? <iyzsong@envs.net> wrote:

Toggle quote (33 lines)
> Andy Tai <atai@atai.org> writes:
>
> > Thanks!
> >
> > On Fri, Jul 21, 2023 at 8:41?PM ??? <iyzsong@envs.net> wrote:
> >
> > Andy Tai <atai@atai.org> writes:
> >
> > > These patches update the Mate Desktop to the 1.26 series
> > > Needs as prerequisites itzdata-next, libxml2-next,
> > > python-libxml2-next, itstool-with-utf8-fix
> >
> > Thank you! I'll look into those in today's afternoon.
>
> Hello, I have pushed those without tzdata-next and libxml2-next.
>
> tzdata-next is needed for libmateweather, I patch it to use TZDIR
> instead of hardcode ZONEINFO_DIR (also open a PR upsteram [1]).
> And ignore the test failure (Europe/Kyiv) for now, later when we
> got tzdata-2023c, it should works without modify the
> libmateweather package.
>
> libxml2-next is needed by some packages (mostly mate-utils will fail
> randomly), but I did got all mate packages built successful without
> updated libxml2, and the PASS chance is high, so I think we can try some
> luck with the CI... Later I'll take a look at
> https://issues.guix.gnu.org/64012 if have more time.
>
>
> [1] https://github.com/mate-desktop/libmateweather/pull/120
>
> Thank you!
>
Attachment: file
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64084@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64084
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch