guix-devel
[Top][All Lists]
Advanced

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

[PATCH 4/6] gnu: gnome-bluetooth: New variable.


From: 宋文武
Subject: [PATCH 4/6] gnu: gnome-bluetooth: New variable.
Date: Thu, 17 Dec 2015 10:36:17 +0800

* gnu/packages/gnome.scm (gnome-bluetooth): New variable.
---
 gnu/packages/gnome.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c60d847..2b425b9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4354,3 +4354,36 @@ providing graphical log-ins and managing local and 
remote displays.")
      "LibGTop is a library to get system specific data such as CPU and memory
 usage and information about running processes.")
     (license license:gpl2+)))
+
+(define-public gnome-bluetooth
+  (package
+    (name "gnome-bluetooth")
+    (version "3.18.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/" name "/"
+                                  (version-major+minor version) "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0jaa9nbygdvcqp9k4p4iy2g8x3684s4x9k5nbcmmm11jdn4mn7f5"))))
+    (build-system glib-or-gtk-build-system)
+    (native-inputs
+     `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
+       ("gobject-introspection" ,gobject-introspection)
+       ("intltool" ,intltool)
+       ("pkg-config" ,pkg-config)
+       ("xmllint" ,libxml2)))
+    (propagated-inputs
+     ;; gnome-bluetooth-1.0.pc refers to all these.
+     `(("gtk+" ,gtk+)
+       ("udev" ,eudev)))
+    (inputs
+     `(("libcanberra" ,libcanberra)
+       ("libnotify" ,libnotify)))
+    (synopsis "GNOME bluetooth subsystem")
+    (home-page "https://wiki.gnome.org/Projects/GnomeBluetooth";)
+    (description
+     "This package contains tools for managing and manipulating bluetooth
+devices using the GNOME desktop.")
+    (license license:lgpl2.1+)))
-- 
2.5.0




reply via email to

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