unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34731] [PATCH 00/31] Update mate desktop to 1.20
@ 2019-03-04 11:18 guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0 guy fleury iteriteka
                   ` (30 more replies)
  0 siblings, 31 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34731

This series patch update mate desktop to 1.20 which
releases last year.
 
guy fleury iteriteka (31):
  gnu: mate-common: update to 1.20.0
  gnu: mate-icon-theme: Update to 1.20.3
  gnu: gnu-mate-icon-theme-faenza: Update to 1.20.0
  gnu: mate-themes: Update to 3.22.18
  gnu: mate-desktop: Update to 1.20.4
  gnu: libmatewether: Update to 1.20.2
  gnu: mate-terminal: Update to 1.20.2
  gnu: mate-session-manager: Update to 1.20.2
  gnu: mate-settings-daemon: Update to 1.20.4
  gnu: libmatemixer: Update to 1.20.1
  gnu: libmatekbd: Update to 1.20.2
  gnu: mate-menus: Update to 1.20.2
  gnu: mate-panel: Update to 1.20.5
  gnu: mate-applets: Update to 1.20.3
  gnu: mate-media: Update to 1.20.2
  gnu: caja: Update to 1.20.3
  gnu: marco: Update to 1.20.3
  gnu: atril: Update to 1.20.3
  gnu: caja-extensions: Update to 1.20.2
  gnu: mate-control-center: Update to 1.20.4
  gnu: mate-user-guide: Update to 1.20.2
  gnu: mate-calc: Update to 1.20.3
  gnu: backgrounds: Update to 1.20.0
  gnu: mate-netbook: Update to 1.20.1
  gnu: mate-screensaver: Update to 1.20.3
  gnu: mate-utils: Update to 1.20.2
  gnu: eom: Update to 1.20.2
  gnu: engrampa: Update to 1.20.2
  gnu: pluma: Update to 1.20.4
  gnu: mate-system-monitor: Update to 1.20.2
  gnu: mate-polkit: Update to 1.20.2

 gnu/packages/mate.scm | 125 +++++++++++++++++++++---------------------
 1 file changed, 62 insertions(+), 63 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 37+ messages in thread

* [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-15 17:12   ` Leo Famulari
  2019-03-04 11:18 ` [bug#34733] [PATCH 02/31] gnu: mate-icon-theme: Update to 1.20.3 guy fleury iteriteka
                   ` (29 subsequent siblings)
  30 siblings, 1 reply; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34732

---
 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 ef94491..57a3ced 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -73,7 +73,7 @@
 (define-public mate-common
   (package
     (name "mate-common")
-    (version "1.18.0")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
@@ -82,7 +82,7 @@
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1005laf3z1h8qczm7pmwr40r842665cv6ykhjg7r93vldra48z6p"))))
+         "0h8s2qhc6f5flslx05cd3xxg243c67vv03spjiag14p8kqqrqvb1"))))
     (build-system gnu-build-system)
     (home-page "https://mate-desktop.org/")
     (synopsis "Common files for development of MATE packages")
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34733] [PATCH 02/31] gnu: mate-icon-theme: Update to 1.20.3
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0 guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34734] [PATCH 03/31] gnu: gnu-mate-icon-theme-faenza: Update to 1.20.0 guy fleury iteriteka
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34733

---
 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 57a3ced..40ddef1 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -94,7 +94,7 @@ MATE applications.")
 (define-public mate-icon-theme
   (package
     (name "mate-icon-theme")
-    (version "1.18.2")
+    (version "1.20.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://pub.mate-desktop.org/releases/"
@@ -102,7 +102,7 @@ MATE applications.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0si3li3kza7s45zhasjvqn5f85zpkn0x8i4kq1dlnqvjjqzkg4ch"))))
+                "10l58mjc2a69pm7srxvlav2b8b7nbzyvwjrlrk79a3gr6dd1mbk4"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34734] [PATCH 03/31] gnu: gnu-mate-icon-theme-faenza: Update to 1.20.0
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0 guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34733] [PATCH 02/31] gnu: mate-icon-theme: Update to 1.20.3 guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34735] [PATCH 04/31] gnu: mate-themes: Update to 3.22.18 guy fleury iteriteka
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34734

---
 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 40ddef1..d1f5a30 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -117,7 +117,7 @@ MATE applications.")
 (define-public mate-icon-theme-faenza
   (package
     (name "mate-icon-theme-faenza")
-    (version "1.18.1")
+    (version "1.20.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://pub.mate-desktop.org/releases/"
@@ -125,7 +125,7 @@ MATE applications.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0vc3wg9l5yrxm0xmligz4lw2g3nqj1dz8fwv90xvym8pbjds2849"))))
+                "000vr9cnbl2qlysf2gyg1lsjirqdzmwrnh6d3hyrsfc0r2vh4wna"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34735] [PATCH 04/31] gnu: mate-themes: Update to 3.22.18
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (2 preceding siblings ...)
  2019-03-04 11:18 ` [bug#34734] [PATCH 03/31] gnu: gnu-mate-icon-theme-faenza: Update to 1.20.0 guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34736] [PATCH 05/31] gnu: mate-desktop: Update to 1.20.4 guy fleury iteriteka
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34735

---
 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 d1f5a30..39e66ac 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -155,7 +155,7 @@ from Mint-X-F and Faenza-Fresh icon packs.")
 (define-public mate-themes
   (package
     (name "mate-themes")
-    (version "3.22.16")
+    (version "3.22.18")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://pub.mate-desktop.org/releases/themes/"
@@ -163,7 +163,7 @@ from Mint-X-F and Faenza-Fresh icon packs.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1k8qp2arjv4vj8kyjhjgyj5h46jy0darlfh48l5h25623z1firdj"))))
+                "0538bw8qismp16ymxbjk0ww7yjw1ch5v3f3d4vib3770xvgmmcfm"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34736] [PATCH 05/31] gnu: mate-desktop: Update to 1.20.4
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (3 preceding siblings ...)
  2019-03-04 11:18 ` [bug#34735] [PATCH 04/31] gnu: mate-themes: Update to 3.22.18 guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34737] [PATCH 06/31] gnu: libmatewether: Update to 1.20.2 guy fleury iteriteka
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34736

---
 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 39e66ac..85a5be4 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -183,7 +183,7 @@ themes for both gtk+-2 and gtk+-3.")
 (define-public mate-desktop
   (package
     (name "mate-desktop")
-    (version "1.18.0")
+    (version "1.20.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://pub.mate-desktop.org/releases/"
@@ -191,7 +191,7 @@ themes for both gtk+-2 and gtk+-3.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "12iv2y4dan962fs7vkkxbjkp77pbvjnwfa43ggr0zkdsc3ydjbbg"))))
+                "073hn68f57ahif0znbx850x6ncsq50m7jg0sy1mllxjjqf3b1fxr"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34737] [PATCH 06/31] gnu: libmatewether: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (4 preceding siblings ...)
  2019-03-04 11:18 ` [bug#34736] [PATCH 05/31] gnu: mate-desktop: Update to 1.20.4 guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34738] [PATCH 07/31] gnu: mate-terminal: " guy fleury iteriteka
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34737

---
 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 85a5be4..216615d 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -216,7 +216,7 @@ desktop and the mate-about program.")
 (define-public libmateweather
   (package
     (name "libmateweather")
-    (version "1.18.1")
+    (version "1.20.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://pub.mate-desktop.org/releases/"
@@ -224,7 +224,7 @@ desktop and the mate-about program.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0z6vfh42fv9rqjrraqfpf6h9nd9h662bxy3l3r48j19xvxrwmx3a"))))
+                "1ksp1xn13m94sjnnrx2dyv7hlbgjbnbahwdyaq35r2419b366hxv"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34738] [PATCH 07/31] gnu: mate-terminal: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (5 preceding siblings ...)
  2019-03-04 11:18 ` [bug#34737] [PATCH 06/31] gnu: libmatewether: Update to 1.20.2 guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34739] [PATCH 08/31] gnu: mate-session-manager: " guy fleury iteriteka
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34738

---
 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 216615d..b381145 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -262,7 +262,7 @@ the MATE desktop environment.")
 (define-public mate-terminal
   (package
     (name "mate-terminal")
-    (version "1.18.1")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
@@ -271,7 +271,7 @@ the MATE desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1zihm609d2d9cw53ry385whshjl1dnkifpk41g1ddm9f58hv4da1"))))
+         "0fqyi0az4ax1gyk5gymd7ssq2crdcd7slmqljc1b1pa283ql7p3q"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34739] [PATCH 08/31] gnu: mate-session-manager: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (6 preceding siblings ...)
  2019-03-04 11:18 ` [bug#34738] [PATCH 07/31] gnu: mate-terminal: " guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34740] [PATCH 09/31] gnu: mate-settings-daemon: Update to 1.20.4 guy fleury iteriteka
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34739

---
 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 b381145..2c69f31 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -303,7 +303,7 @@ configurations (profiles).")
 (define-public mate-session-manager
   (package
     (name "mate-session-manager")
-    (version "1.18.1")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
@@ -312,7 +312,7 @@ configurations (profiles).")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0i0xq6041x2qmb26x9bawx0qpfkgjn6x9w3phnm9s7rc4s0z20ll"))))
+         "05qq07b568qf6zyy459wajhfpbx1wfrinw3hsbky7abdjfn529dy"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list "--enable-elogind"
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34740] [PATCH 09/31] gnu: mate-settings-daemon: Update to 1.20.4
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (7 preceding siblings ...)
  2019-03-04 11:18 ` [bug#34739] [PATCH 08/31] gnu: mate-session-manager: " guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34741] [PATCH 10/31] gnu: libmatemixer: Update to 1.20.1 guy fleury iteriteka
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34740

---
 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 2c69f31..ebda971 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -358,7 +358,7 @@ configuration program to choose applications starting on login.")
 (define-public mate-settings-daemon
   (package
     (name "mate-settings-daemon")
-    (version "1.18.1")
+    (version "1.20.4")
     (source
      (origin
        (method url-fetch)
@@ -367,7 +367,7 @@ configuration program to choose applications starting on login.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "07b2jkxqv07njdrgkdck93d872p6lch1lrvi7ydnpicspg3rfid6"))))
+         "10xlg2gb7fypnn5cnr14kbpjy5jdfz98ji615scz61zf5lljksxh"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34741] [PATCH 10/31] gnu: libmatemixer: Update to 1.20.1
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (8 preceding siblings ...)
  2019-03-04 11:18 ` [bug#34740] [PATCH 09/31] gnu: mate-settings-daemon: Update to 1.20.4 guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34742] [PATCH 11/31] gnu: libmatekbd: Update to 1.20.2 guy fleury iteriteka
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34741

---
 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 ebda971..d01d9ff 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -401,7 +401,7 @@ configuration program to choose applications starting on login.")
 (define-public libmatemixer
   (package
     (name "libmatemixer")
-    (version "1.18.0")
+    (version "1.20.1")
     (source
      (origin
        (method url-fetch)
@@ -410,7 +410,7 @@ configuration program to choose applications starting on login.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "09vyxnlnalws318gsafdfi5c6jwpp92pbafn1ddlqqds23ihk4mr"))))
+         "00p67mi0flsbgn15qpwq60rzf917s5islbmhirbvz6npcvv0d493"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34742] [PATCH 11/31] gnu: libmatekbd: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (9 preceding siblings ...)
  2019-03-04 11:18 ` [bug#34741] [PATCH 10/31] gnu: libmatemixer: Update to 1.20.1 guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34743] [PATCH 12/31] gnu: mate-menus: " guy fleury iteriteka
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34742

---
 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 d01d9ff..83bbbe0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -431,7 +431,7 @@ sound systems.")
 (define-public libmatekbd
   (package
     (name "libmatekbd")
-    (version "1.18.2")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
@@ -440,7 +440,7 @@ sound systems.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "030bl18qbjm7l92bp1bhs7v82bp8j3mv7c1j1a4gd89iz4611pq3"))))
+         "1l1zbphs4snswf4bkrwkk6gsmb44bdhymcfgaaspzbrcmw3y7hr1"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34743] [PATCH 12/31] gnu: mate-menus: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (10 preceding siblings ...)
  2019-03-04 11:18 ` [bug#34742] [PATCH 11/31] gnu: libmatekbd: Update to 1.20.2 guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-04 11:18 ` [bug#34744] [PATCH 13/31] gnu: mate-panel: Update to 1.20.5 guy fleury iteriteka
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34743

---
 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 83bbbe0..5cf5237 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -463,7 +463,7 @@ MATE desktop environment.")
 (define-public mate-menus
   (package
     (name "mate-menus")
-    (version "1.18.0")
+    (version "1.20.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://pub.mate-desktop.org/releases/"
@@ -471,7 +471,7 @@ MATE desktop environment.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "05kyr37xqv6hm1rlvnqd5ng0x1n883brqynkirkk5drl56axnz7h"))))
+                "18y4nka38dqqxycxpf7ig4vmrk4i05xqqjk4fxr1ghkj60xxyxz2"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34744] [PATCH 13/31] gnu: mate-panel: Update to 1.20.5
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (11 preceding siblings ...)
  2019-03-04 11:18 ` [bug#34743] [PATCH 12/31] gnu: mate-menus: " guy fleury iteriteka
@ 2019-03-04 11:18 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 14/31] gnu: mate-applets: Update to 1.20.3 guy fleury iteriteka
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:18 UTC (permalink / raw)
  To: 34744

---
 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 5cf5237..09e46ec 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -615,7 +615,7 @@ mate-volume-control, a MATE volume control application and applet.")
 (define-public mate-panel
   (package
     (name "mate-panel")
-    (version "1.18.4")
+    (version "1.20.5")
     (source
      (origin
        (method url-fetch)
@@ -624,7 +624,7 @@ mate-volume-control, a MATE volume control application and applet.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1n565ff1n7jrfx223i3cl3m69wjda506nvbn8gra7m1jwdfzpbw1"))))
+         "1jl3kdn8i4z45ldkrxb3b3h6vywmk57hhrg7l4zkjnczpq5y2sx7"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 14/31] gnu: mate-applets: Update to 1.20.3
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (12 preceding siblings ...)
  2019-03-04 11:18 ` [bug#34744] [PATCH 13/31] gnu: mate-panel: Update to 1.20.5 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 15/31] gnu: mate-media: Update to 1.20.2 guy fleury iteriteka
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 09e46ec..ee7c563 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -504,7 +504,7 @@ assorted menu related utility programs.")
 (define-public mate-applets
   (package
     (name "mate-applets")
-    (version "1.18.1")
+    (version "1.20.3")
     (source
      (origin
        (method url-fetch)
@@ -513,7 +513,7 @@ assorted menu related utility programs.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1nplr8i1mxbxd7pqhcy8j69v25nsp5dk9fq7ffrmjmp39lrf3fh5"))))
+         "0y5501wliipxf43p2q9917r3ird7azlrbcwnj2q2q2zy00hvvk5f"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 15/31] gnu: mate-media: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (13 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 14/31] gnu: mate-applets: Update to 1.20.3 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 16/31] gnu: caja: Update to 1.20.3 guy fleury iteriteka
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 ee7c563..4b1d521 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -578,7 +578,7 @@ Interactive Weather Information Network (IWIN).
 (define-public mate-media
   (package
     (name "mate-media")
-    (version "1.18.1")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
@@ -587,7 +587,7 @@ Interactive Weather Information Network (IWIN).
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1l0j71d07898wb6ily09sj1xczwrmcw13wyhxwns7sxw592nwi04"))))
+         "06fka82smrphzj4dz9dw1566kmdscxvxl0rchj9qxg7aidy0rmnv"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 16/31] gnu: caja: Update to 1.20.3
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (14 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 15/31] gnu: mate-media: Update to 1.20.2 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 17/31] gnu: marco: " guy fleury iteriteka
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 4b1d521..dd1c709 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -794,7 +794,7 @@ infamous 'Wanda the Fish'.")
 (define-public caja
   (package
     (name "caja")
-    (version "1.18.3")
+    (version "1.20.3")
     (source
      (origin
        (method url-fetch)
@@ -803,7 +803,7 @@ infamous 'Wanda the Fish'.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0mljqcx7k8p27854zm7qzzn8ca6hs7hva9p43hp4p507z52caqmm"))))
+         "1wlrhcvhqving3pphbz50xnbp7z57mlkf7m36lfh8mim62kfmmd0"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-update-mimedb")
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 17/31] gnu: marco: Update to 1.20.3
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (15 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 16/31] gnu: caja: Update to 1.20.3 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 18/31] gnu: atril: " guy fleury iteriteka
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 dd1c709..b693996 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -968,7 +968,7 @@ of various aspects of your desktop.")
 (define-public marco
   (package
     (name "marco")
-    (version "1.18.1")
+    (version "1.20.3")
     (source
      (origin
        (method url-fetch)
@@ -977,7 +977,7 @@ of various aspects of your desktop.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0lwbp9wyd66hl5d7g272l8g3k1pb9s4s2p9fb04750a58w87d8k5"))))
+         "192nlr4ylisxisk0ljabm8v0a5sapdncj4gbw39q2fpr938ifs32"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 18/31] gnu: atril: Update to 1.20.3
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (16 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 17/31] gnu: marco: " guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 19/31] gnu: caja-extensions: Update to 1.20.2 guy fleury iteriteka
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 gnu/packages/mate.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index b693996..a890d7f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -689,7 +689,7 @@ infamous 'Wanda the Fish'.")
 (define-public atril
   (package
     (name "atril")
-    (version "1.18.1")
+    (version "1.20.3")
     (source
      (origin
        (method url-fetch)
@@ -698,13 +698,12 @@ infamous 'Wanda the Fish'.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1wl332v80c0nzz7nw36d1pfmbiibvl3l0i4d25ihg6mg9wbc0145"))))
+         "00vrqyfk370fdhlfv3m6n0l6hnx30hrsrcg1xja03957cgvcvnvr"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list (string-append "--with-openjpeg="
                                               (assoc-ref %build-inputs "openjpeg"))
                                "--enable-introspection"
-                               "--with-gtk=3.0"
                                "--disable-schemas-compile"
                                ;; FIXME: Enable build of Caja extensions.
                                "--disable-caja")
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 19/31] gnu: caja-extensions: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (17 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 18/31] gnu: atril: " guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 20/31] gnu: mate-control-center: Update to 1.20.4 guy fleury iteriteka
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 a890d7f..37d6404 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -852,7 +852,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
 (define-public caja-extensions
   (package
     (name "caja-extensions")
-    (version "1.18.1")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
@@ -861,7 +861,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0hgala7zkfsa60jflq3s4n9yd11dhfdcla40l83cmgc3r1az7cmw"))))
+         "14w1xd33ggn6wdzqvcmj8rqc68w4k094lai6mqrgmv1zljifydqz"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list "--enable-sendto"
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 20/31] gnu: mate-control-center: Update to 1.20.4
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (18 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 19/31] gnu: caja-extensions: Update to 1.20.2 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 21/31] gnu: mate-user-guide: Update to 1.20.2 guy fleury iteriteka
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 37d6404..f55c1cf 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -907,7 +907,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
 (define-public mate-control-center
   (package
     (name "mate-control-center")
-    (version "1.18.2")
+    (version "1.20.4")
     (source
      (origin
        (method url-fetch)
@@ -916,7 +916,7 @@ icons on the MATE desktop.  It works on local and remote file systems.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0flnn0h8f5aqyccwrlv7qxchvr3kqmlfdga6wq28d55zkpv5m7dl"))))
+         "1rjxndikj0w516nlvyzcss31l9qjwkzvns7ygasnjbl02bgml9a4"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 21/31] gnu: mate-user-guide: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (19 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 20/31] gnu: mate-control-center: Update to 1.20.4 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 22/31] gnu: mate-calc: Update to 1.20.3 guy fleury iteriteka
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 f55c1cf..a8114b9 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1018,7 +1018,7 @@ for use with MATE or as a standalone window manager.")
 (define-public mate-user-guide
   (package
     (name "mate-user-guide")
-    (version "1.18.0")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
@@ -1027,7 +1027,7 @@ for use with MATE or as a standalone window manager.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0f3b46r9a3cywm7rpj08xlkfnlfr9db58xfcpix8i33qp50fxqmb"))))
+         "0cbi625xd7nsifvxbixsb29kj2zj14sn0sl61wkcvasz7whg7w6r"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 22/31] gnu: mate-calc: Update to 1.20.3
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (20 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 21/31] gnu: mate-user-guide: Update to 1.20.2 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 23/31] gnu: backgrounds: Update to 1.20.0 guy fleury iteriteka
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 a8114b9..0574965 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1058,7 +1058,7 @@ sessions, panels, menus, file management, and preferences.")
 (define-public mate-calc
   (package
     (name "mate-calc")
-    (version "1.18.0")
+    (version "1.20.3")
     (source
      (origin
        (method url-fetch)
@@ -1067,7 +1067,7 @@ sessions, panels, menus, file management, and preferences.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0qfs6kx2nymbn6j3mnzgvk8p54ghc78jslsf4wjqsdq021qyl0ly"))))
+         "0nv0q2c93rv36dhid7vf0w0rb6zdwyqaibfsmc7flj00qgsn3r5a"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 23/31] gnu: backgrounds: Update to 1.20.0
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (21 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 22/31] gnu: mate-calc: Update to 1.20.3 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 24/31] gnu: mate-netbook: Update to 1.20.1 guy fleury iteriteka
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 0574965..4e0fd66 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1090,7 +1090,7 @@ sessions, panels, menus, file management, and preferences.")
 (define-public mate-backgrounds
   (package
     (name "mate-backgrounds")
-    (version "1.18.0")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
@@ -1099,7 +1099,7 @@ sessions, panels, menus, file management, and preferences.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "06q8ksjisijps2wn959arywsimhzd3j35mqkr048c26ck24d60zi"))))
+         "0pcnjcw00y8hf2bwfrb5sbk2511cbg4fr8vgvgqswcwjp9y15cjp"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("intltool" ,intltool)))
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 24/31] gnu: mate-netbook: Update to 1.20.1
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (22 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 23/31] gnu: backgrounds: Update to 1.20.0 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 25/31] gnu: mate-screensaver: Update to 1.20.3 guy fleury iteriteka
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 4e0fd66..0160efe 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1113,7 +1113,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public mate-netbook
   (package
     (name "mate-netbook")
-    (version "1.18.1")
+    (version "1.20.1")
     (source
      (origin
        (method url-fetch)
@@ -1122,7 +1122,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0zj4x9qis8dw0irxzb4va1189k8bqbvymxq3h7phnjwvr1m983gf"))))
+         "1ils0lav6j779kgz2py6zdalcfifpnp01clspbnkhb3v1ha1ncsq"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 25/31] gnu: mate-screensaver: Update to 1.20.3
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (23 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 24/31] gnu: mate-netbook: Update to 1.20.1 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 26/31] gnu: mate-utils: Update to 1.20.2 guy fleury iteriteka
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 0160efe..976279b 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1155,7 +1155,7 @@ Re-decorates windows on un-maximise.
 (define-public mate-screensaver
   (package
     (name "mate-screensaver")
-    (version "1.18.1")
+    (version "1.20.3")
     (source
      (origin
        (method url-fetch)
@@ -1164,7 +1164,7 @@ Re-decorates windows on un-maximise.
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0dfi10faf1fnvrm7c7wnfqg35ygq09ws1vjyv8394jlf0nn39g9j"))))
+         "0kmaj4psg7261h02dzarga6k5cb7n709d60xbfrhywnf5fb9787i"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 26/31] gnu: mate-utils: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (24 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 25/31] gnu: mate-screensaver: Update to 1.20.3 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 27/31] gnu: eom: " guy fleury iteriteka
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 976279b..4261b48 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1227,7 +1227,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public mate-utils
   (package
     (name "mate-utils")
-    (version "1.18.2")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
@@ -1236,7 +1236,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0wr395dqfigj19ps0d76ycgwfljl9xxgs1a1g5wx6kcz5mvhzn5v"))))
+         "0w7hw192jzhad8jab8mjms4x6k2xijvb3rhlbxb6z5n5880xgfqf"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 27/31] gnu: eom: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (25 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 26/31] gnu: mate-utils: Update to 1.20.2 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 28/31] gnu: engrampa: " guy fleury iteriteka
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 4261b48..fe9f4fd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1280,7 +1280,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public eom
   (package
     (name "eom")
-    (version "1.18.2")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
@@ -1289,7 +1289,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "00ns7g7qykakc89lijrw2vwy9x9ijqiyvmnd4sw0j6py90zs8m87"))))
+         "0440sfbidizn860w5avgwld08qc2fslrm0nx2659651cf3r7rw05"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 28/31] gnu: engrampa: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (26 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 27/31] gnu: eom: " guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 29/31] gnu: pluma: Update to 1.20.4 guy fleury iteriteka
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 fe9f4fd..0bce6e1 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1331,7 +1331,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public engrampa
   (package
     (name "engrampa")
-    (version "1.18.2")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
@@ -1340,7 +1340,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0d98zhqqc7qdnxcf0195kd04xmhijc0w2qrn6q61zd0daiswnv98"))))
+         "0fj957dfagw6p7mq5545h9j2w3hv18yqnkpypnr719r4g13d3f2v"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list "--disable-schemas-compile"
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 29/31] gnu: pluma: Update to 1.20.4
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (27 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 28/31] gnu: engrampa: " guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 30/31] gnu: mate-system-monitor: Update to 1.20.2 guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 31/31] gnu: mate-polkit: " guy fleury iteriteka
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 0bce6e1..07efbc5 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1385,7 +1385,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public pluma
   (package
     (name "pluma")
-    (version "1.18.2")
+    (version "1.20.4")
     (source
      (origin
        (method url-fetch)
@@ -1394,7 +1394,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1z0938yiygxipj2a77n9dv8v4253snrc5gbbnarcnim9xba2j3zz"))))
+         "0qdbm5y6q8lbabd81mg3rnls5bdvbmfii82f6syqw1cw6381mzgz"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(; Tests can not succeed.
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 30/31] gnu: mate-system-monitor: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (28 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 29/31] gnu: pluma: Update to 1.20.4 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  2019-03-04 11:19 ` [bug#34731] [PATCH 31/31] gnu: mate-polkit: " guy fleury iteriteka
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 07efbc5..fb52ca5 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1436,7 +1436,7 @@ can be used as backgrounds in the MATE Desktop environment.")
 (define-public mate-system-monitor
   (package
     (name "mate-system-monitor")
-    (version "1.18.0")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
@@ -1445,7 +1445,7 @@ can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1wcvrl4lfnjkhywb311p29prf1qiab6iynb6q1fgfsl6za8hsz48"))))
+         "0f6sh23axzmcmyv0d837gbc0dixf1afh8951zrzp1y53rdgpa9qn"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34731] [PATCH 31/31] gnu: mate-polkit: Update to 1.20.2
  2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
                   ` (29 preceding siblings ...)
  2019-03-04 11:19 ` [bug#34731] [PATCH 30/31] gnu: mate-system-monitor: Update to 1.20.2 guy fleury iteriteka
@ 2019-03-04 11:19 ` guy fleury iteriteka
  30 siblings, 0 replies; 37+ messages in thread
From: guy fleury iteriteka @ 2019-03-04 11:19 UTC (permalink / raw)
  To: 34731

---
 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 fb52ca5..064581f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1477,7 +1477,7 @@ MATE Desktop to monitor your system resources and usage.")
 (define-public mate-polkit
   (package
     (name "mate-polkit")
-    (version "1.18.1")
+    (version "1.20.2")
     (source
      (origin
        (method url-fetch)
@@ -1486,7 +1486,7 @@ MATE Desktop to monitor your system resources and usage.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "15vf2hnyjg8zsw3iiwjwi497yygkmvpnn6w1hik7dfw4a621w0gc"))))
+         "0zajisavrxiynmp4qg7zamvkpnhy9nra01czwn21h6hm2yakbayr"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 37+ messages in thread

* [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0
  2019-03-04 11:18 ` [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0 guy fleury iteriteka
@ 2019-03-15 17:12   ` Leo Famulari
  2019-03-16  8:36     ` Guy fleury
  0 siblings, 1 reply; 37+ messages in thread
From: Leo Famulari @ 2019-03-15 17:12 UTC (permalink / raw)
  To: guy fleury iteriteka; +Cc: 34732

[-- Attachment #1: Type: text/plain, Size: 1398 bytes --]

On Mon, Mar 04, 2019 at 12:18:47PM +0100, guy fleury iteriteka wrote:
> ---
>  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 ef94491..57a3ced 100644
> --- a/gnu/packages/mate.scm
> +++ b/gnu/packages/mate.scm
> @@ -73,7 +73,7 @@
>  (define-public mate-common
>    (package
>      (name "mate-common")
> -    (version "1.18.0")
> +    (version "1.20.0")

Thank you for these patches!

I noticed that the commit messages are not complete, however. They are
missing the section that describes the changes made in each file.

For a patch like this, that simply updates the package with no other
changes, you'd write the commit message like this:

------
gnu: mate-common: Update to 1.20.0.

* gnu/packages/mate.scm (mate-common): Update to 1.20.0.
------

If there are other changes, they should be described as well.

I recommend looking at our Git history for examples, or asking here on
or IRC if you need help. Can you send an updated patch series?

Normally, I would fix this sort of issue myself before pushing the
patch, but there are too many patches in this case for me to do it.

By the way, this style of commit logs is called the 'GNU Change Log'
style and is documented here:

https://www.gnu.org/prep/standards/html_node/Change-Logs.html

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0
  2019-03-15 17:12   ` Leo Famulari
@ 2019-03-16  8:36     ` Guy fleury
  2019-03-24  9:50       ` Guy fleury
  0 siblings, 1 reply; 37+ messages in thread
From: Guy fleury @ 2019-03-16  8:36 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 34732


[-- Attachment #1.1: Type: text/plain, Size: 2704 bytes --]

hi leo,

thanks for your review, i sent the series patch in a tar archive(see
attached file)
to avoid duplicate .

the only patch i change other than update version is : atril
0018-gnu-atril-Update-to-1.20.3.patch
review this one i don't know if do thing well.

Le ven. 15 mars 2019 à 18:12, Leo Famulari <leo@famulari.name> a écrit :

> On Mon, Mar 04, 2019 at 12:18:47PM +0100, guy fleury iteriteka wrote:
> > ---
> >  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 ef94491..57a3ced 100644
> > --- a/gnu/packages/mate.scm
> > +++ b/gnu/packages/mate.scm
> > @@ -73,7 +73,7 @@
> >  (define-public mate-common
> >    (package
> >      (name "mate-common")
> > -    (version "1.18.0")
> > +    (version "1.20.0")
>
> Thank you for these patches!
>
> I noticed that the commit messages are not complete, however. They are
> missing the section that describes the changes made in each file.
>
> For a patch like this, that simply updates the package with no other
> changes, you'd write the commit message like this:
>
> ------
> gnu: mate-common: Update to 1.20.0.
>
> * gnu/packages/mate.scm (mate-common): Update to 1.20.0.
> ------
>
> If there are other changes, they should be described as well.
>
> I recommend looking at our Git history for examples, or asking here on
> or IRC if you need help. Can you send an updated patch series?
>
> Normally, I would fix this sort of issue myself before pushing the
> patch, but there are too many patches in this case for me to do it.
>
> By the way, this style of commit logs is called the 'GNU Change Log'
> style and is documented here:
>
> https://www.gnu.org/prep/standards/html_node/Change-Logs.html
> -----BEGIN PGP SIGNATURE-----
>
> iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlyL3OUACgkQJkb6MLrK
> fwj1pBAAhyLxi0EFxJS4OSPmhr8mhaoP/R9q3gj2w4GDAvGaHplmK9mrs9k31p2p
> 0tFjzqzsnq5T8QdGgDCwpQAx37l/IUU7U7EqFaVOkGtNA1sStF6Tot5mSXqFye3C
> zcAc1CAPD7GB69FFK9Tdwd1FuPglmhu3+Cf+SpMqnaG58V8Tdz1xKYn0Xa6sA7SX
> mSEFHzmUZYCvQURxvDHUkABEx1LqHHTFgnANvrFQP81nI8jR1zg5G7w5MNIEL6H7
> zGSgnktTCd3W+LPHUL1adHItMfrNfGpvFXONnukiSatYygp5KIm4iQkAtDBaTei+
> u3nbfIyFCgX4g3zEuPMjm0UDKb0Q1yU4FX0ahYF1oQ58CT5wxobifgqnnWYY/b7s
> 6bBkzFjqUWjL8zwAlIICgmVW+sSzv63r7Izy96pw0VIrA803gwS4gurcImErxPaJ
> R9ImaYCveQjWPFrkY8gKSmXCvhThaVoiBlwEnPjHjRTHtUk4wDK/AfD6M+vTt067
> JxahlnJ8z2mwf5EUBYI4yZNCZ+YcKHf83AU28/+4LDhcOihkB1qzqRxZjtJZlezD
> gtWml2ElNubeTNkcT4q8UBilTmQUTgGKz/UEzVAAooR54wvOfzYniWTGxYfnYy4u
> iCa/3zH9R6jJZJ+4nAS3TI1tZfOu4NhALNznocv8A0YmgN+Toag=
> =CeZG
> -----END PGP SIGNATURE-----
>

[-- Attachment #1.2: Type: text/html, Size: 3462 bytes --]

[-- Attachment #2: mate-patch.tar.gz --]
[-- Type: application/gzip, Size: 8102 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0
  2019-03-16  8:36     ` Guy fleury
@ 2019-03-24  9:50       ` Guy fleury
  2019-04-02 17:35         ` Guy fleury
  0 siblings, 1 reply; 37+ messages in thread
From: Guy fleury @ 2019-03-24  9:50 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 34732

[-- Attachment #1: Type: text/plain, Size: 3128 bytes --]

Hi leo,

Since my last series patch, MATE Desktop version 1.22 have been released
i want to work on this recent version.

i don't know if we can drop those series and i will send a updated series
patch
of version 1.22 in a few day.

what do you think?

Le sam. 16 mars 2019 à 09:36, Guy fleury <hoonandon@gmail.com> a écrit :

> hi leo,
>
> thanks for your review, i sent the series patch in a tar archive(see
> attached file)
> to avoid duplicate .
>
> the only patch i change other than update version is : atril
> 0018-gnu-atril-Update-to-1.20.3.patch
> review this one i don't know if do thing well.
>
> Le ven. 15 mars 2019 à 18:12, Leo Famulari <leo@famulari.name> a écrit :
>
>> On Mon, Mar 04, 2019 at 12:18:47PM +0100, guy fleury iteriteka wrote:
>> > ---
>> >  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 ef94491..57a3ced 100644
>> > --- a/gnu/packages/mate.scm
>> > +++ b/gnu/packages/mate.scm
>> > @@ -73,7 +73,7 @@
>> >  (define-public mate-common
>> >    (package
>> >      (name "mate-common")
>> > -    (version "1.18.0")
>> > +    (version "1.20.0")
>>
>> Thank you for these patches!
>>
>> I noticed that the commit messages are not complete, however. They are
>> missing the section that describes the changes made in each file.
>>
>> For a patch like this, that simply updates the package with no other
>> changes, you'd write the commit message like this:
>>
>> ------
>> gnu: mate-common: Update to 1.20.0.
>>
>> * gnu/packages/mate.scm (mate-common): Update to 1.20.0.
>> ------
>>
>> If there are other changes, they should be described as well.
>>
>> I recommend looking at our Git history for examples, or asking here on
>> or IRC if you need help. Can you send an updated patch series?
>>
>> Normally, I would fix this sort of issue myself before pushing the
>> patch, but there are too many patches in this case for me to do it.
>>
>> By the way, this style of commit logs is called the 'GNU Change Log'
>> style and is documented here:
>>
>> https://www.gnu.org/prep/standards/html_node/Change-Logs.html
>> -----BEGIN PGP SIGNATURE-----
>>
>> iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlyL3OUACgkQJkb6MLrK
>> fwj1pBAAhyLxi0EFxJS4OSPmhr8mhaoP/R9q3gj2w4GDAvGaHplmK9mrs9k31p2p
>> 0tFjzqzsnq5T8QdGgDCwpQAx37l/IUU7U7EqFaVOkGtNA1sStF6Tot5mSXqFye3C
>> zcAc1CAPD7GB69FFK9Tdwd1FuPglmhu3+Cf+SpMqnaG58V8Tdz1xKYn0Xa6sA7SX
>> mSEFHzmUZYCvQURxvDHUkABEx1LqHHTFgnANvrFQP81nI8jR1zg5G7w5MNIEL6H7
>> zGSgnktTCd3W+LPHUL1adHItMfrNfGpvFXONnukiSatYygp5KIm4iQkAtDBaTei+
>> u3nbfIyFCgX4g3zEuPMjm0UDKb0Q1yU4FX0ahYF1oQ58CT5wxobifgqnnWYY/b7s
>> 6bBkzFjqUWjL8zwAlIICgmVW+sSzv63r7Izy96pw0VIrA803gwS4gurcImErxPaJ
>> R9ImaYCveQjWPFrkY8gKSmXCvhThaVoiBlwEnPjHjRTHtUk4wDK/AfD6M+vTt067
>> JxahlnJ8z2mwf5EUBYI4yZNCZ+YcKHf83AU28/+4LDhcOihkB1qzqRxZjtJZlezD
>> gtWml2ElNubeTNkcT4q8UBilTmQUTgGKz/UEzVAAooR54wvOfzYniWTGxYfnYy4u
>> iCa/3zH9R6jJZJ+4nAS3TI1tZfOu4NhALNznocv8A0YmgN+Toag=
>> =CeZG
>> -----END PGP SIGNATURE-----
>>
>

[-- Attachment #2: Type: text/html, Size: 4238 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0
  2019-03-24  9:50       ` Guy fleury
@ 2019-04-02 17:35         ` Guy fleury
  2019-04-09 20:04           ` bug#34732: " Ludovic Courtès
  0 siblings, 1 reply; 37+ messages in thread
From: Guy fleury @ 2019-04-02 17:35 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 34732

[-- Attachment #1: Type: text/plain, Size: 3380 bytes --]

Hi guix,

This series can be closed.
Updated patch start at
35087@debbugs.gnu.org
Le 24 mars 2019 11:50, "Guy fleury" <hoonandon@gmail.com> a écrit :

> Hi leo,
>
> Since my last series patch, MATE Desktop version 1.22 have been released
> i want to work on this recent version.
>
> i don't know if we can drop those series and i will send a updated series
> patch
> of version 1.22 in a few day.
>
> what do you think?
>
> Le sam. 16 mars 2019 à 09:36, Guy fleury <hoonandon@gmail.com> a écrit :
>
>> hi leo,
>>
>> thanks for your review, i sent the series patch in a tar archive(see
>> attached file)
>> to avoid duplicate .
>>
>> the only patch i change other than update version is : atril
>> 0018-gnu-atril-Update-to-1.20.3.patch
>> review this one i don't know if do thing well.
>>
>> Le ven. 15 mars 2019 à 18:12, Leo Famulari <leo@famulari.name> a écrit :
>>
>>> On Mon, Mar 04, 2019 at 12:18:47PM +0100, guy fleury iteriteka wrote:
>>> > ---
>>> >  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 ef94491..57a3ced 100644
>>> > --- a/gnu/packages/mate.scm
>>> > +++ b/gnu/packages/mate.scm
>>> > @@ -73,7 +73,7 @@
>>> >  (define-public mate-common
>>> >    (package
>>> >      (name "mate-common")
>>> > -    (version "1.18.0")
>>> > +    (version "1.20.0")
>>>
>>> Thank you for these patches!
>>>
>>> I noticed that the commit messages are not complete, however. They are
>>> missing the section that describes the changes made in each file.
>>>
>>> For a patch like this, that simply updates the package with no other
>>> changes, you'd write the commit message like this:
>>>
>>> ------
>>> gnu: mate-common: Update to 1.20.0.
>>>
>>> * gnu/packages/mate.scm (mate-common): Update to 1.20.0.
>>> ------
>>>
>>> If there are other changes, they should be described as well.
>>>
>>> I recommend looking at our Git history for examples, or asking here on
>>> or IRC if you need help. Can you send an updated patch series?
>>>
>>> Normally, I would fix this sort of issue myself before pushing the
>>> patch, but there are too many patches in this case for me to do it.
>>>
>>> By the way, this style of commit logs is called the 'GNU Change Log'
>>> style and is documented here:
>>>
>>> https://www.gnu.org/prep/standards/html_node/Change-Logs.html
>>> -----BEGIN PGP SIGNATURE-----
>>>
>>> iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlyL3OUACgkQJkb6MLrK
>>> fwj1pBAAhyLxi0EFxJS4OSPmhr8mhaoP/R9q3gj2w4GDAvGaHplmK9mrs9k31p2p
>>> 0tFjzqzsnq5T8QdGgDCwpQAx37l/IUU7U7EqFaVOkGtNA1sStF6Tot5mSXqFye3C
>>> zcAc1CAPD7GB69FFK9Tdwd1FuPglmhu3+Cf+SpMqnaG58V8Tdz1xKYn0Xa6sA7SX
>>> mSEFHzmUZYCvQURxvDHUkABEx1LqHHTFgnANvrFQP81nI8jR1zg5G7w5MNIEL6H7
>>> zGSgnktTCd3W+LPHUL1adHItMfrNfGpvFXONnukiSatYygp5KIm4iQkAtDBaTei+
>>> u3nbfIyFCgX4g3zEuPMjm0UDKb0Q1yU4FX0ahYF1oQ58CT5wxobifgqnnWYY/b7s
>>> 6bBkzFjqUWjL8zwAlIICgmVW+sSzv63r7Izy96pw0VIrA803gwS4gurcImErxPaJ
>>> R9ImaYCveQjWPFrkY8gKSmXCvhThaVoiBlwEnPjHjRTHtUk4wDK/AfD6M+vTt067
>>> JxahlnJ8z2mwf5EUBYI4yZNCZ+YcKHf83AU28/+4LDhcOihkB1qzqRxZjtJZlezD
>>> gtWml2ElNubeTNkcT4q8UBilTmQUTgGKz/UEzVAAooR54wvOfzYniWTGxYfnYy4u
>>> iCa/3zH9R6jJZJ+4nAS3TI1tZfOu4NhALNznocv8A0YmgN+Toag=
>>> =CeZG
>>> -----END PGP SIGNATURE-----
>>>
>>

[-- Attachment #2: Type: text/html, Size: 4861 bytes --]

^ permalink raw reply	[flat|nested] 37+ messages in thread

* bug#34732: [PATCH 01/31] gnu: mate-common: update to 1.20.0
  2019-04-02 17:35         ` Guy fleury
@ 2019-04-09 20:04           ` Ludovic Courtès
  0 siblings, 0 replies; 37+ messages in thread
From: Ludovic Courtès @ 2019-04-09 20:04 UTC (permalink / raw)
  To: Guy fleury; +Cc: 34732-done

Hi Guy,

Guy fleury <hoonandon@gmail.com> skribis:

> This series can be closed.
> Updated patch start at
> 35087@debbugs.gnu.org

Closing!  (To close an issue, just email NNN-done@debbugs.gnu.org where
NNN is the issue number.)

Ludo’.

^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2019-04-09 20:06 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 11:18 [bug#34731] [PATCH 00/31] Update mate desktop to 1.20 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0 guy fleury iteriteka
2019-03-15 17:12   ` Leo Famulari
2019-03-16  8:36     ` Guy fleury
2019-03-24  9:50       ` Guy fleury
2019-04-02 17:35         ` Guy fleury
2019-04-09 20:04           ` bug#34732: " Ludovic Courtès
2019-03-04 11:18 ` [bug#34733] [PATCH 02/31] gnu: mate-icon-theme: Update to 1.20.3 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34734] [PATCH 03/31] gnu: gnu-mate-icon-theme-faenza: Update to 1.20.0 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34735] [PATCH 04/31] gnu: mate-themes: Update to 3.22.18 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34736] [PATCH 05/31] gnu: mate-desktop: Update to 1.20.4 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34737] [PATCH 06/31] gnu: libmatewether: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34738] [PATCH 07/31] gnu: mate-terminal: " guy fleury iteriteka
2019-03-04 11:18 ` [bug#34739] [PATCH 08/31] gnu: mate-session-manager: " guy fleury iteriteka
2019-03-04 11:18 ` [bug#34740] [PATCH 09/31] gnu: mate-settings-daemon: Update to 1.20.4 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34741] [PATCH 10/31] gnu: libmatemixer: Update to 1.20.1 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34742] [PATCH 11/31] gnu: libmatekbd: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:18 ` [bug#34743] [PATCH 12/31] gnu: mate-menus: " guy fleury iteriteka
2019-03-04 11:18 ` [bug#34744] [PATCH 13/31] gnu: mate-panel: Update to 1.20.5 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 14/31] gnu: mate-applets: Update to 1.20.3 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 15/31] gnu: mate-media: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 16/31] gnu: caja: Update to 1.20.3 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 17/31] gnu: marco: " guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 18/31] gnu: atril: " guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 19/31] gnu: caja-extensions: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 20/31] gnu: mate-control-center: Update to 1.20.4 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 21/31] gnu: mate-user-guide: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 22/31] gnu: mate-calc: Update to 1.20.3 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 23/31] gnu: backgrounds: Update to 1.20.0 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 24/31] gnu: mate-netbook: Update to 1.20.1 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 25/31] gnu: mate-screensaver: Update to 1.20.3 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 26/31] gnu: mate-utils: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 27/31] gnu: eom: " guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 28/31] gnu: engrampa: " guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 29/31] gnu: pluma: Update to 1.20.4 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 30/31] gnu: mate-system-monitor: Update to 1.20.2 guy fleury iteriteka
2019-03-04 11:19 ` [bug#34731] [PATCH 31/31] gnu: mate-polkit: " guy fleury iteriteka

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).