guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: mate-themes: Update inputs.


From: Efraim Flashner
Subject: 03/06: gnu: mate-themes: Update inputs.
Date: Sun, 3 Sep 2017 11:01:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 68d2eea0b8d7234b576e4da9894f6a1a7a81a6f5
Author: ng0 <address@hidden>
Date:   Fri Aug 25 17:54:47 2017 +0000

    gnu: mate-themes: Update inputs.
    
    * gnu/packages/mate.scm (mate-themes)[inputs]: Remove gtk+, gtk-engines,
    murrine. Move gdk-pixbuf ...
    [native-inputs]: ... to here. Add address@hidden
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/mate.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 0bbb404..5dcd3d8 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Fabian Harfert <address@hidden>
-;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 ng0 <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -73,12 +73,9 @@
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-       ("intltool" ,intltool)))
-    (inputs
-     `(("gtk+" ,gtk+)
-       ("gdk-pixbuf" ,gdk-pixbuf)
-       ("gtk-engines" ,gtk-engines)
-       ("murrine" ,murrine)))
+       ("intltool" ,intltool)
+       ("gdk-pixbuf" ,gdk-pixbuf) ; gdk-pixbuf+svg isn't needed
+       ("gtk" ,gtk+-2)))
     (home-page "https://mate-desktop.org/";)
     (synopsis
      "Official themes for the MATE desktop")



reply via email to

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