guix-commits
[Top][All Lists]
Advanced

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

53/74: gnu: gnome-shell-extensions: Update to 3.28.1.


From: guix-commits
Subject: 53/74: gnu: gnome-shell-extensions: Update to 3.28.1.
Date: Fri, 30 Nov 2018 09:07:22 -0500 (EST)

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

commit cb6be728ff0b6a69b08009097d6940e28d68d3b9
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 16:20:35 2018 +0200

    gnu: gnome-shell-extensions: Update to 3.28.1.
    
    * gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.28.1.
    [build-system]: Use meson-build-system.
    [arguments]: Adjust.
---
 gnu/packages/gnome.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4169389..82e40cd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6455,7 +6455,7 @@ GNOME Shell appearance and extension, etc.")
 (define-public gnome-shell-extensions
   (package
     (name "gnome-shell-extensions")
-    (version "3.24.3")
+    (version "3.28.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6463,10 +6463,10 @@ GNOME Shell appearance and extension, etc.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0y8anpp9ymp0lxn15w63ra6zxxf8nvbl48xqkvqdjzida73fyz9w"))))
-    (build-system gnu-build-system)
+                "0n4h8rdnq3knrvlg6inrl62a73h20dbhfgniwy18572jicrh5ip9"))))
+    (build-system meson-build-system)
     (arguments
-     '(#:configure-flags '("--enable-extensions=all")))
+     '(#:configure-flags '("-Dextension_set=all")))
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))



reply via email to

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