guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: blueman: Use bootstrapped tarball.


From: guix-commits
Subject: 02/02: gnu: blueman: Use bootstrapped tarball.
Date: Thu, 14 May 2020 17:44:37 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 27ced656564b91ab2f972ab1543635a20df731fc
Author: Marius Bakke <address@hidden>
AuthorDate: Thu May 14 22:04:11 2020 +0200

    gnu: blueman: Use bootstrapped tarball.
    
    * gnu/packages/networking.scm (blueman)[source]: Switch to URL-FETCH.
    [native-inputs]: Remove AUTOCONF, AUTOMAKE, AUTOGEN, and LIBTOOL.
---
 gnu/packages/networking.scm | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ac70045..7ae1240 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -132,14 +132,11 @@
     (version "2.1.3")
     (source
      (origin
-       (method git-fetch)
-       (uri
-        (git-reference
-         (url "https://github.com/blueman-project/blueman.git";)
-         (commit version)))
-       (file-name (git-file-name name version))
+       (method url-fetch)
+       (uri (string-append 
"https://github.com/blueman-project/blueman/releases";
+                           "/download/" version "/blueman-" version ".tar.xz"))
        (sha256
-        (base32 "1vb0zfns4q5d65hnja4c0k11lr38xxhdnkpkzfs6xca3mm6jyi1d"))))
+        (base32 "1pngqbwapbvywhkmflapqvs0wa0af7d1a87wy56l5hg2r462xl1v"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list "--enable-polkit"
@@ -213,15 +210,11 @@
                       '("mechanism" "rfcomm-watcher"))))
                #t))))))
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("autogen" ,autogen)
-       ("automake" ,automake)
-       ("cython" ,python-cython)
+     `(("cython" ,python-cython)
        ("glib:bin" ,glib "bin")
        ("gobject-introspection" ,gobject-introspection)
        ("gtk+:bin" ,gtk+ "bin")
        ("intltool" ,intltool)
-       ("libtool" ,libtool)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("bluez" ,bluez)



reply via email to

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