From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kei Kebreau Subject: [PATCH] gnu: Add telepathy-mission-control. Date: Tue, 30 Aug 2016 17:43:40 -0400 Message-ID: <8737lm0w6r.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beqow-0000tW-Gs for guix-devel@gnu.org; Tue, 30 Aug 2016 17:43:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beqoq-0004Xu-Vz for guix-devel@gnu.org; Tue, 30 Aug 2016 17:43:49 -0400 Received: from smtp5.openmailbox.org ([62.4.1.39]:37143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beqoq-0004Xa-PF for guix-devel@gnu.org; Tue, 30 Aug 2016 17:43:44 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Next package in the quest for Polari. --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=0001-gnu-Add-telepathy-mission-control.patch Content-Transfer-Encoding: quoted-printable From=20de2bb9e63d26ec539f8425c7d1b39ba91f987dfa Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Tue, 30 Aug 2016 17:40:17 -0400 Subject: [PATCH] gnu: Add telepathy-mission-control. * gnu/packages/freedesktop.scm (telepathy-mission-control): New variable. =2D-- 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 =2D-- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -647,6 +647,37 @@ package enables usage of IRC channels and private mess= ages in Telepathy instant messaging clients such as Empathy, GNOME Shell or KDE Telepathy.") (license (list license:lgpl2.1 license:lgpl2.1+)))) =20 +(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/relea= ses/" + 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 daem= on") + (description + "Telepathy Mission Control 5 is an account manager and channel dispat= cher +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") =2D-=20 2.9.3 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXxf4MAAoJEOal7jwZRnoNVtoP/iD239nttgl5JfG2TsWPt85F GfmsKgLgxXz4MiXF+JWlRQg1km/lCDx9GqrnxAlGQEVpAs9+dnr00HuQ9BN3U+WQ GqKL/uc0AvbkanH3KXzAXD9P5kwmc21HHyDdlIz04u37zXrRye0jUhYqjD/dIuQ4 8o8+SRJlE6813ddzwrTlD23Su/YN4+j8AojpILWP/mWYo5HJVxpv3orscg85tAT+ 4q9e3r5bpLtSQm7M3pBWRQ2TEPSayUs/19Ka+uyJIuXNaG/4BXZjL+0/ggsbWNVd 4ceuKgTLuAqvfPf472Auw18QFKU+SrgObS0TDNGsBnpeV/xVxhQSLZjAFSSey2Y9 40r0v+4CrE7Jz0+4s2NkTN7fd518tTUcJ2rDt4ds/N6PkUyxDvWKangoxBoh+S4i 2UfSXRT+V2uITRN7rZbEkNszwbH8HjTYpIFst3uSeDtAS0zSQd4M52zgrS9eYJ0Y MheprxuPwwbb3uYgJ9rMDCLD2qr2d1mRkOZRvDn8tTysNwvCC/KcryhT/+fRNHIZ OdnO/hEWAF8tyOk53TdN6jRG/H803CrKyBBAO8Se7HOZNyjbVhoRhzqHiKGKaibp Dm4M/j57Y+bNb4Bba0cRxJalTI5gZEZhSH0cIWAYISYLk3d9F1bDCqzZUXukqgef dK0VC0yVUws2vL8HjyAJ =dsZN -----END PGP SIGNATURE----- --==-=-=--