guix-commits
[Top][All Lists]
Advanced

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

50/62: gnu: gnome-bluetooth: Update to 3.28.0.


From: guix-commits
Subject: 50/62: gnu: gnome-bluetooth: Update to 3.28.0.
Date: Wed, 23 Jan 2019 06:12:56 -0500 (EST)

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

commit 81671045be8521879ae68eefe3a4dd653e90e253
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 18:51:00 2018 +0200

    gnu: gnome-bluetooth: Update to 3.28.0.
    
    * gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.28.0.
    [build-system]: Use meson-build-system.
    [native-inputs]: Add gtk+:bin.
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6eaa67a..b91e956 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5515,7 +5515,7 @@ usage and information about running processes.")
 (define-public gnome-bluetooth
   (package
     (name "gnome-bluetooth")
-    (version "3.20.1")
+    (version "3.28.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5523,10 +5523,11 @@ usage and information about running processes.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1zlqcz6jz4vzzr8gd1678i9s4015kiwcpr5szrwz4kmryfsm147a"))))
-    (build-system glib-or-gtk-build-system)
+                "0q7yzklrlayj99risj096mr5x35anx94wvr6nbf6pwbvvzv7453p"))))
+    (build-system meson-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
+       ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
        ("gobject-introspection" ,gobject-introspection)
        ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)



reply via email to

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