[PATCH 04/31] gnu: mate-desktop: Update to 1.22.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • guy fleury iteriteka
  • Ludovic Courtès
Owner
unassigned
Submitted by
guy fleury iteriteka
Severity
normal

Debbugs page

G
G
guy fleury iteriteka wrote on 2 Apr 2019 10:26
(address . guix-patches@gnu.org)(name . guy fleury iteriteka)(address . hoonandon@gmail.com)
20190402172638.1433-5-hoonandon@gmail.com
* gnu/packages/mate.scm (mate-desktop): Update to 1.22.0.
* [inputs]: Add iso-codes (required in this release).
---
gnu/packages/mate.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index cdde7c0..b0bae0e 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.22.0")
(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"))))
+ "09gn840p6qds21kxab4pidjd53g76s76i7178fdibrz462mda217"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
@@ -203,6 +203,7 @@ themes for both gtk+-2 and gtk+-3.")
(inputs
`(("gtk+" ,gtk+)
("libxrandr" ,libxrandr)
+ ("iso-codes" ,iso-codes)
("startup-notification" ,startup-notification)))
(propagated-inputs
`(("dconf" ,dconf))) ; mate-desktop-2.0.pc
--
2.21.0
L
L
Ludovic Courtès wrote on 5 Apr 2019 06:42
control message for bug #35093
(address . control@debbugs.gnu.org)
87a7h4va9g.fsf@gnu.org
tags 35093 fixed
close 35093
?
Your comment

This issue is archived.

To comment on this conversation send an email to 35093@patchwise.org

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