GNU bug report logs -
#71781
[PATCH 00/28] Update Mate Desktop to 1.28.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 26 Jun 2024 08:08:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71781 in the body.
You can then email your comments to 71781 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:08:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 26 Jun 2024 08:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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 stays 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 | 162 +++++++++++-------
.../patches/libmateweather-use-TZDIR.patch | 42 -----
3 files changed, 102 insertions(+), 103 deletions(-)
delete mode 100644 gnu/packages/patches/libmateweather-use-TZDIR.patch
base-commit: 78d946b01162fbe986c6768800e8cfd6e70e67e5
--
2.34.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:10:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:10:03 GMT)
Full text and
rfc822 format available.
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:10:04 GMT)
Full text and
rfc822 format available.
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:10:05 GMT)
Full text and
rfc822 format available.
Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:10:06 GMT)
Full text and
rfc822 format available.
Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:10:07 GMT)
Full text and
rfc822 format available.
Message #23 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:02 GMT)
Full text and
rfc822 format available.
Message #26 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:02 GMT)
Full text and
rfc822 format available.
Message #29 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:03 GMT)
Full text and
rfc822 format available.
Message #32 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:03 GMT)
Full text and
rfc822 format available.
Message #35 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:04 GMT)
Full text and
rfc822 format available.
Message #38 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:05 GMT)
Full text and
rfc822 format available.
Message #41 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:05 GMT)
Full text and
rfc822 format available.
Message #44 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:06 GMT)
Full text and
rfc822 format available.
Message #47 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:07 GMT)
Full text and
rfc822 format available.
Message #50 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:08 GMT)
Full text and
rfc822 format available.
Message #53 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:08 GMT)
Full text and
rfc822 format available.
Message #56 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:09 GMT)
Full text and
rfc822 format available.
Message #59 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:09 GMT)
Full text and
rfc822 format available.
Message #62 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:09 GMT)
Full text and
rfc822 format available.
Message #65 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:10 GMT)
Full text and
rfc822 format available.
Message #68 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:11 GMT)
Full text and
rfc822 format available.
Message #71 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:11 GMT)
Full text and
rfc822 format available.
Message #74 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:12 GMT)
Full text and
rfc822 format available.
Message #77 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:12 GMT)
Full text and
rfc822 format available.
Message #80 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:13 GMT)
Full text and
rfc822 format available.
Message #83 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:13 GMT)
Full text and
rfc822 format available.
Message #86 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:14 GMT)
Full text and
rfc822 format available.
Message #89 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:14 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:15 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:15 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:16 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:16 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:11:17 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:04 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:04 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:05 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:05 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:05 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:06 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:06 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:06 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:07 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:08 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:08 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:08 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:09 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:09 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:10 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:12:10 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:02 GMT)
Full text and
rfc822 format available.
Message #176 received at 71781 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:02 GMT)
Full text and
rfc822 format available.
Message #179 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:03 GMT)
Full text and
rfc822 format available.
Message #182 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:03 GMT)
Full text and
rfc822 format available.
Message #185 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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 <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:03 GMT)
Full text and
rfc822 format available.
Message #188 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:04 GMT)
Full text and
rfc822 format available.
Message #191 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:04 GMT)
Full text and
rfc822 format available.
Message #194 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:05 GMT)
Full text and
rfc822 format available.
Message #197 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:05 GMT)
Full text and
rfc822 format available.
Message #200 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:05 GMT)
Full text and
rfc822 format available.
Message #203 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:06 GMT)
Full text and
rfc822 format available.
Message #206 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:06 GMT)
Full text and
rfc822 format available.
Message #209 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:06 GMT)
Full text and
rfc822 format available.
Message #212 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:07 GMT)
Full text and
rfc822 format available.
Message #215 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:07 GMT)
Full text and
rfc822 format available.
Message #218 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:08 GMT)
Full text and
rfc822 format available.
Message #221 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:08 GMT)
Full text and
rfc822 format available.
Message #224 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:08 GMT)
Full text and
rfc822 format available.
Message #227 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:09 GMT)
Full text and
rfc822 format available.
Message #230 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:09 GMT)
Full text and
rfc822 format available.
Message #233 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:09 GMT)
Full text and
rfc822 format available.
Message #236 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:10 GMT)
Full text and
rfc822 format available.
Message #239 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:10 GMT)
Full text and
rfc822 format available.
Message #242 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:11 GMT)
Full text and
rfc822 format available.
Message #245 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:11 GMT)
Full text and
rfc822 format available.
Message #248 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:11 GMT)
Full text and
rfc822 format available.
Message #251 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:12 GMT)
Full text and
rfc822 format available.
Message #254 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:12 GMT)
Full text and
rfc822 format available.
Message #257 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Wed, 26 Jun 2024 08:39:13 GMT)
Full text and
rfc822 format available.
Message #260 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 27 Jun 2024 06:13:02 GMT)
Full text and
rfc822 format available.
Message #263 received at 71781 <at> debbugs.gnu.org (full text, mbox):
There is a problem with mate-panel crashing. Please do not commit the
series at this time.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:02 GMT)
Full text and
rfc822 format available.
Message #266 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:02 GMT)
Full text and
rfc822 format available.
Message #269 received at 71781 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:02 GMT)
Full text and
rfc822 format available.
Message #272 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:03 GMT)
Full text and
rfc822 format available.
Message #275 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:03 GMT)
Full text and
rfc822 format available.
Message #278 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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 <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:04 GMT)
Full text and
rfc822 format available.
Message #281 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:04 GMT)
Full text and
rfc822 format available.
Message #284 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:05 GMT)
Full text and
rfc822 format available.
Message #287 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:05 GMT)
Full text and
rfc822 format available.
Message #290 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:05 GMT)
Full text and
rfc822 format available.
Message #293 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:06 GMT)
Full text and
rfc822 format available.
Message #296 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:06 GMT)
Full text and
rfc822 format available.
Message #299 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:07 GMT)
Full text and
rfc822 format available.
Message #302 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:07 GMT)
Full text and
rfc822 format available.
Message #305 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:08 GMT)
Full text and
rfc822 format available.
Message #308 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:08 GMT)
Full text and
rfc822 format available.
Message #311 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:09 GMT)
Full text and
rfc822 format available.
Message #314 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:09 GMT)
Full text and
rfc822 format available.
Message #317 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:10 GMT)
Full text and
rfc822 format available.
Message #320 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:10 GMT)
Full text and
rfc822 format available.
Message #323 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:07:10 GMT)
Full text and
rfc822 format available.
Message #326 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:08:02 GMT)
Full text and
rfc822 format available.
Message #329 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:08:02 GMT)
Full text and
rfc822 format available.
Message #332 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:08:03 GMT)
Full text and
rfc822 format available.
Message #335 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:08:03 GMT)
Full text and
rfc822 format available.
Message #338 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:08:04 GMT)
Full text and
rfc822 format available.
Message #341 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:08:04 GMT)
Full text and
rfc822 format available.
Message #344 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:08:05 GMT)
Full text and
rfc822 format available.
Message #347 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:08:05 GMT)
Full text and
rfc822 format available.
Message #350 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Fri, 28 Jun 2024 14:08:05 GMT)
Full text and
rfc822 format available.
Message #353 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Sun, 07 Jul 2024 08:04:02 GMT)
Full text and
rfc822 format available.
Message #356 received at 71781 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Sun, 07 Jul 2024 08:06:01 GMT)
Full text and
rfc822 format available.
Message #359 received at 71781 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Sun, 07 Jul 2024 08:07:02 GMT)
Full text and
rfc822 format available.
Message #362 received at 71781 <at> debbugs.gnu.org (full text, mbox):
Am Freitag, dem 28.06.2024 um 07:05 -0700 schrieb Andy Tai:
> * gnu/packages/mate.scm (mate-panel)[inputs[: Add dconf-editor.
> (mate)[inputs[: Add dconf-editor.
Your closing brackets are opening ones here ;)
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Sun, 07 Jul 2024 08:09:02 GMT)
Full text and
rfc822 format available.
Message #365 received at 71781 <at> debbugs.gnu.org (full text, mbox):
Am Freitag, dem 28.06.2024 um 07:04 -0700 schrieb 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.
Use one sentence per change.
The preferred format for replacements is "Replace OLD with NEW."
Cheers
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:02 GMT)
Full text and
rfc822 format available.
Message #368 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:03 GMT)
Full text and
rfc822 format available.
Message #371 received at 71781 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:03 GMT)
Full text and
rfc822 format available.
Message #374 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:04 GMT)
Full text and
rfc822 format available.
Message #377 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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 <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:04 GMT)
Full text and
rfc822 format available.
Message #380 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:05 GMT)
Full text and
rfc822 format available.
Message #383 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:05 GMT)
Full text and
rfc822 format available.
Message #386 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:05 GMT)
Full text and
rfc822 format available.
Message #389 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:06 GMT)
Full text and
rfc822 format available.
Message #392 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:06 GMT)
Full text and
rfc822 format available.
Message #395 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:07 GMT)
Full text and
rfc822 format available.
Message #398 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:07 GMT)
Full text and
rfc822 format available.
Message #401 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:08 GMT)
Full text and
rfc822 format available.
Message #404 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:08 GMT)
Full text and
rfc822 format available.
Message #407 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:08 GMT)
Full text and
rfc822 format available.
Message #410 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:09 GMT)
Full text and
rfc822 format available.
Message #413 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:09 GMT)
Full text and
rfc822 format available.
Message #416 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:10 GMT)
Full text and
rfc822 format available.
Message #419 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:10 GMT)
Full text and
rfc822 format available.
Message #422 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:10 GMT)
Full text and
rfc822 format available.
Message #425 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:11 GMT)
Full text and
rfc822 format available.
Message #428 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:11 GMT)
Full text and
rfc822 format available.
Message #431 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:12 GMT)
Full text and
rfc822 format available.
Message #434 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:12 GMT)
Full text and
rfc822 format available.
Message #437 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:13 GMT)
Full text and
rfc822 format available.
Message #440 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:13 GMT)
Full text and
rfc822 format available.
Message #443 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:13 GMT)
Full text and
rfc822 format available.
Message #446 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:14 GMT)
Full text and
rfc822 format available.
Message #449 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:14 GMT)
Full text and
rfc822 format available.
Message #452 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 11 Jul 2024 08:00:15 GMT)
Full text and
rfc822 format available.
Message #455 received at 71781 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71781
; Package
guix-patches
.
(Thu, 08 Aug 2024 05:39:01 GMT)
Full text and
rfc822 format available.
Message #458 received at 71781 <at> debbugs.gnu.org (full text, mbox):
patches passed QA
https://qa.guix.gnu.org/issue/71781
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Sat, 10 Aug 2024 13:26:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Sat, 10 Aug 2024 13:26:02 GMT)
Full text and
rfc822 format available.
Message #463 received at 71781-done <at> debbugs.gnu.org (full text, mbox):
Andy Tai <atai <at> 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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 08 Sep 2024 11:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 71 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.