guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mate-desktop: Update to 1.18.0.


From: Kei Kebreau
Subject: 01/01: gnu: mate-desktop: Update to 1.18.0.
Date: Sun, 11 Jun 2017 17:34:59 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 3bbdf6415ae8203ce444966c89b5b09f0192a7d6
Author: Kei Kebreau <address@hidden>
Date:   Sun Jun 11 16:55:06 2017 -0400

    gnu: mate-desktop: Update to 1.18.0.
    
    * gnu/packages/mate.scm (mate-desktop): Update to 1.18.0.
    [arguments]: Remove obsolete configure flags.
    [inputs]: Remove python-2.
---
 gnu/packages/mate.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 403b708..e5d7b19 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -92,7 +92,7 @@ themes for both gtk+-2 and gtk+-3.")
 (define-public mate-desktop
   (package
     (name "mate-desktop")
-    (version "1.16.1")
+    (version "1.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://pub.mate-desktop.org/releases/";
@@ -100,11 +100,8 @@ themes for both gtk+-2 and gtk+-3.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1pzncfgrzp2mp9407ivk1113hkadpf110blr058h31jkwsk8syjq"))))
+                "12iv2y4dan962fs7vkkxbjkp77pbvjnwfa43ggr0zkdsc3ydjbbg"))))
     (build-system gnu-build-system)
-    (arguments
-     `(#:configure-flags '("--with-gtk=3.0"
-                           "--enable-mpaste")))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)
@@ -115,7 +112,6 @@ themes for both gtk+-2 and gtk+-3.")
     (inputs
      `(("gtk+" ,gtk+)
        ("libxrandr" ,libxrandr)
-       ("python2" ,python-2)
        ("startup-notification" ,startup-notification)))
     (propagated-inputs
      `(("dconf" ,dconf))) ; mate-desktop-2.0.pc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]