From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kei Kebreau Subject: [PATCH] gnu: Add telepathy-idle. Date: Mon, 29 Aug 2016 12:45:44 -0400 Message-ID: <87zinv8qx3.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]:35567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bePhB-0000lG-Bc for guix-devel@gnu.org; Mon, 29 Aug 2016 12:46:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bePh7-0003Jy-4I for guix-devel@gnu.org; Mon, 29 Aug 2016 12:46:00 -0400 Received: from smtp22.openmailbox.org ([62.4.1.56]:36942 helo=smtp7.openmailbox.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bePh6-0003Jo-Qj for guix-devel@gnu.org; Mon, 29 Aug 2016 12:45:57 -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 Seeing if Polari will build on Guix. This is a dependent package. --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-telepathy-idle.patch Content-Transfer-Encoding: quoted-printable From=200cf2fce4c9b89f8258e2a2240bfecc5b3abc875c Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Mon, 29 Aug 2016 12:42:51 -0400 Subject: [PATCH] gnu: Add telepathy-idle. * gnu/packages/freedesktop.scm (telepathy-idle): New variable. =2D-- gnu/packages/freedesktop.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 67f1e1a..ac98769 100644 =2D-- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -6,6 +6,7 @@ ;;; Copyright =C2=A9 2015 Ricardo Wurmus ;;; Copyright =C2=A9 2015 David Hashe ;;; Copyright =C2=A9 2016 Efraim Flashner +;;; Copyright =C2=A9 2016 Kei Kebreau ;;; ;;; This file is part of GNU Guix. ;;; @@ -618,6 +619,34 @@ received by the Telepathy framework. It features plug= gable backends to log different sorts of messages in different formats.") (license license:lgpl2.1+))) =20 +(define-public telepathy-idle + (package + (name "telepathy-idle") + (version "0.2.0") + (source (origin + (method url-fetch) + (uri (string-append "https://telepathy.freedesktop.org/relea= ses/" + name "/" name "-" version ".tar.bz2")) + (sha256 + (base32 + "1argdzbif1vdmwp5vqbgkadq9ancjmgdm2ncp0qfckni715ss4rh")))) + (build-system gnu-build-system) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("xsltproc" ,libxslt) + ("python" ,python-2) + ("python-dbus" ,python2-dbus))) + (propagated-inputs + `(("telepathy-glib" ,telepathy-glib))) + (home-page "http://telepathy.freedesktop.org/") + (synopsis "Telepathy IRC connection manager") + (description + "Idle is an IRC connection manager for the Telepathy framework. This +package enables usage of IRC channels and private messages in Telepathy in= stant +messaging clients such as Empathy, GNOME Shell or KDE Telepathy.") + (license (list license:lgpl2.1 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 iQIcBAEBCAAGBQJXxGa4AAoJEOal7jwZRnoNaXYP+wSKklywyioI9+9CUkbReEB0 d8mWMZAbi5eoiPJgutG0B0MC9CjTZmj04ouA2flNK0un6jTan4k0boQVK4+erDWC 3WQQPcLnIPn7UkWtWWczZE7Dz70q0u2tHe3bK89Y3YrVYa7Uw819O8fD5ykj+ZsK wxzzkQfoFXpMp3HLHdArjcuyd5rzVacpg9u8RozYT5KWjH5U0Ia7UhZn8WguXtOt zKL0lDMkjxTo5GDrBUsArge/bUMHxn49a/ciV+cMc0EIN0xx33rGYo+XYmhvzV6+ va8KJqXLWfcpB157acJT2oaucD9vCSesffEHJU4+PwfujXydSFP6axBoKq/XQ99J 20rifiqnmUAXNiZhIajwFPM3O76/j8j1j0+UKEr0ExI79wcG3HTcb9GT7QeZqCeD yXH119Oju3ea6ifxpdW0LWZWtd8qUHlFVue8PqhZjLc5EIMoQq+L2Ln79zloobAM /miJ3W39+ddEBYRD+wHcDhSOGVnO8awdi4g++KV9XQ3shZ+SDeI/s6AH6QHFTqG7 bjsIDvVp5L90OTXk+eheY6YEolLjplDLTYgKDS8TSJwbAAosUDSdEUTVaqQzKwJA O3m4nO6idSKNtwhgWL69bNnitMNiThupFyDRiJ6/3ZfqnjE4sT7RyaerNWgTtKFz CsXcrGmrCtrZ45vz3EuE =qp7S -----END PGP SIGNATURE----- --==-=-=--