guix-commits
[Top][All Lists]
Advanced

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

62/74: gnu: gnome-control-center: Update to 3.28.2.


From: guix-commits
Subject: 62/74: gnu: gnome-control-center: Update to 3.28.2.
Date: Fri, 30 Nov 2018 09:07:26 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit b9f35201b90dd4608ca6e8a258f1c4f9c698461c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 18:54:42 2018 +0200

    gnu: gnome-control-center: Update to 3.28.2.
    
    * gnu/packages/gnome.scm (gnome-control-center): Update to 3.28.2.
    [build-system]: Use meson-build-system.
    [arguments]: Add configure flags.
    [native-inputs]: Add gkt+:bin.
---
 gnu/packages/gnome.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 28396fa..c06a236 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5555,7 +5555,7 @@ devices using the GNOME desktop.")
 (define-public gnome-control-center
   (package
     (name "gnome-control-center")
-    (version "3.24.3")
+    (version "3.28.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5563,10 +5563,12 @@ devices using the GNOME desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "18ncjqjj93a39sla2zjr9i6pw59yh87p4jla899lmvi2qajd5923"))))
-    (build-system glib-or-gtk-build-system)
+                "0d6pjdbsra16nav8201kaadja5yma92bhziki9601ilk2ry3v7pz"))))
+    (build-system meson-build-system)
     (arguments
-     '(#:phases
+     '(#:configure-flags
+       (list "-Dcheese=false")
+       #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'patch-paths
            (lambda* (#:key inputs #:allow-other-keys)
@@ -5581,6 +5583,7 @@ devices using the GNOME desktop.")
                #t))))))
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
+       ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
        ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)
        ("xsltproc" ,libxslt)))



reply via email to

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