guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add telepathy-mission-control.


From: Kei Kebreau
Subject: 01/01: gnu: Add telepathy-mission-control.
Date: Thu, 1 Sep 2016 15:26:58 +0000 (UTC)

kkebreau pushed a commit to branch master
in repository guix.

commit 261b3da532300475f2e1af997db8e327c93def7f
Author: Kei Kebreau <address@hidden>
Date:   Tue Aug 30 17:40:17 2016 -0400

    gnu: Add telepathy-mission-control.
    
    * gnu/packages/freedesktop.scm (telepathy-mission-control): New variable.
---
 gnu/packages/freedesktop.scm |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index ac98769..2032dce 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -647,6 +647,37 @@ package enables usage of IRC channels and private messages 
in Telepathy instant
 messaging clients such as Empathy, GNOME Shell or KDE Telepathy.")
     (license (list license:lgpl2.1 license:lgpl2.1+))))
 
+(define-public telepathy-mission-control
+  (package
+    (name "telepathy-mission-control")
+    (version "5.16.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://telepathy.freedesktop.org/releases/";
+                                  name "/" name "-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "0zcbx69k0d3p2pjh3g7sa3q2zkd5xchxkqsmlfn3fwxaz0pmsmvi"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
+       ("pkg-config" ,pkg-config)))
+    (inputs
+     `(("dconf" ,dconf)
+       ("gtk-doc" ,gtk-doc)
+       ("libgnome-keyring" ,libgnome-keyring)
+       ("python" ,python-2)
+       ("xsltproc" ,libxslt)))
+    (propagated-inputs
+     `(("telepathy-glib" ,telepathy-glib)))
+    (home-page 
"https://telepathy.freedesktop.org/wiki/Components/Mission_Control/";)
+    (synopsis "Telepathy real-time communication framework management daemon")
+    (description
+     "Telepathy Mission Control 5 is an account manager and channel dispatcher
+for the Telepathy framework, allowing user interfaces and other clients to
+share connections to real-time communication services without conflicting.")
+    (license license:lgpl2.1)))
+
 (define-public colord-gtk
   (package
     (name "colord-gtk")



reply via email to

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