me
/
guix
Archived
1
0
Fork 0

gnu: blueman: Use bootstrapped tarball.

* gnu/packages/networking.scm (blueman)[source]: Switch to URL-FETCH.
[native-inputs]: Remove AUTOCONF, AUTOMAKE, AUTOGEN, and LIBTOOL.
master
Marius Bakke 2020-05-14 22:04:11 +02:00
parent ad477560be
commit 27ced65656
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 12 deletions

View File

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