From unknown Tue Jun 24 05:12:19 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#28698] [PATCH] gnu: Enable support for libpurple in bitlbee. Resent-From: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 04 Oct 2017 08:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 28698 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 28698@debbugs.gnu.org Cc: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.150710428811324 (code B ref -1); Wed, 04 Oct 2017 08:05:01 +0000 Received: (at submit) by debbugs.gnu.org; 4 Oct 2017 08:04:48 +0000 Received: from localhost ([127.0.0.1]:47424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzeff-0002wa-SD for submit@debbugs.gnu.org; Wed, 04 Oct 2017 04:04:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48045) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzefe-0002wL-5u for submit@debbugs.gnu.org; Wed, 04 Oct 2017 04:04:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzefX-0002YR-7t for submit@debbugs.gnu.org; Wed, 04 Oct 2017 04:04:40 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53449) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzefX-0002YH-5j for submit@debbugs.gnu.org; Wed, 04 Oct 2017 04:04:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzefW-0001q9-5s for guix-patches@gnu.org; Wed, 04 Oct 2017 04:04:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzefT-0002SE-36 for guix-patches@gnu.org; Wed, 04 Oct 2017 04:04:38 -0400 Received: from mx2.suse.de ([195.135.220.15]:40308 helo=mx1.suse.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzefS-0002RQ-SN; Wed, 04 Oct 2017 04:04:35 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id AE04EABED; Wed, 4 Oct 2017 08:04:32 +0000 (UTC) From: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Date: Wed, 4 Oct 2017 10:04:27 +0200 Message-Id: <20171004080427.13668-1-sleep_walker@gnu.org> X-Mailer: git-send-email 2.14.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * gnu/packages/messaging.scm (bitlbee): Add pidgin input, add more configure flags. --- gnu/packages/messaging.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 8e4b43aaf..46060a948 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -140,6 +140,7 @@ keys, no previous conversation is compromised.") ("libotr" ,libotr) ("gnutls" ,gnutls) ("python" ,python-2) + ("pidgin" ,pidgin) ("perl" ,perl))) (arguments `(#:phases (alist-cons-after @@ -154,7 +155,8 @@ keys, no previous conversation is compromised.") (zero? (system* "./configure" (string-append "--prefix=" (assoc-ref outputs "out")) - "--otr=1"))) + "--otr=1" "--purple=1" "--jabber=1" + "--msn=1" "--oscar=1" "--twitter=1"))) %standard-phases)))) (synopsis "IRC to instant messaging gateway") (description "BitlBee brings IM (instant messaging) to IRC clients, for -- 2.14.2 From unknown Tue Jun 24 05:12:19 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#28698] [PATCH] gnu: Enable support for libpurple in bitlbee. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 04 Oct 2017 15:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28698 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Cc: 28698@debbugs.gnu.org Received: via spool by 28698-submit@debbugs.gnu.org id=B28698.150712923011380 (code B ref 28698); Wed, 04 Oct 2017 15:01:01 +0000 Received: (at 28698) by debbugs.gnu.org; 4 Oct 2017 15:00:30 +0000 Received: from localhost ([127.0.0.1]:49041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzl9y-0002xD-0f for submit@debbugs.gnu.org; Wed, 04 Oct 2017 11:00:30 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzl9u-0002nH-6W for 28698@debbugs.gnu.org; Wed, 04 Oct 2017 11:00:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzl9j-0002FL-27 for 28698@debbugs.gnu.org; Wed, 04 Oct 2017 11:00:21 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzl9i-0002EO-JI for 28698@debbugs.gnu.org; Wed, 04 Oct 2017 11:00:14 -0400 Received: from [2a01:e0a:1d:7270:6a6c:dc17:fc02:cfda] (port=53352 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dzl9i-0000b8-0R; Wed, 04 Oct 2017 11:00:14 -0400 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171004080427.13668-1-sleep_walker@gnu.org> Date: Wed, 04 Oct 2017 17:00:12 +0200 In-Reply-To: <20171004080427.13668-1-sleep_walker@gnu.org> ("=?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?="'s message of "Wed, 4 Oct 2017 10:04:27 +0200") Message-ID: <87vajv556r.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hi Tom=C3=A1=C5=A1! Tom=C3=A1=C5=A1 =C4=8Cech skribis: > * gnu/packages/messaging.scm (bitlbee): Add pidgin input, add more config= ure > flags. I think it=E2=80=99s a good idea, but it=E2=80=99s taking a lot of extra sp= ace: --8<---------------cut here---------------start------------->8--- $ guix size bitlbee |tail -1 total: 176.5 MiB $ guix size bitlbee pidgin |tail -1 total: 668.0 MiB --8<---------------cut here---------------end--------------->8--- What about adding a =E2=80=9Clib=E2=80=9D output to Pidgin? BitlBee would = depend on that rather than on the whole Pidgin. Thanks, Ludo=E2=80=99. From unknown Tue Jun 24 05:12:19 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#28698] [PATCH] gnu: Enable support for libpurple in bitlbee. Resent-From: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 05 Oct 2017 21:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28698 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 28698@debbugs.gnu.org Received: via spool by 28698-submit@debbugs.gnu.org id=B28698.150723799021927 (code B ref 28698); Thu, 05 Oct 2017 21:14:01 +0000 Received: (at 28698) by debbugs.gnu.org; 5 Oct 2017 21:13:10 +0000 Received: from localhost ([127.0.0.1]:51856 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e0DSA-0005hb-FI for submit@debbugs.gnu.org; Thu, 05 Oct 2017 17:13:10 -0400 Received: from mx2.suse.de ([195.135.220.15]:54389 helo=mx1.suse.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e0DS8-0005hT-Kd for 28698@debbugs.gnu.org; Thu, 05 Oct 2017 17:13:08 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id F2673ADFD; Thu, 5 Oct 2017 21:13:07 +0000 (UTC) Date: Thu, 5 Oct 2017 23:13:04 +0200 From: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Message-ID: <20171005211304.46ogtyl75xb3mril@penguin> References: <20171004080427.13668-1-sleep_walker@gnu.org> <87vajv556r.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="flkwl7sulhxpmdhk" Content-Disposition: inline In-Reply-To: <87vajv556r.fsf@gnu.org> User-Agent: NeoMutt/20170912 (1.9.0) X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --flkwl7sulhxpmdhk Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Ludo, On Wed, Oct 04, 2017 at 03:00:12PM +0000, Ludovic Court=C3=A8s wrote: >Hi Tom=C3=A1=C5=A1! > >Tom=C3=A1=C5=A1 =C4=8Cech skribis: > >> * gnu/packages/messaging.scm (bitlbee): Add pidgin input, add more confi= gure >> flags. > >I think it=E2=80=99s a good idea, but it=E2=80=99s taking a lot of extra s= pace: > >--8<---------------cut here---------------start------------->8--- >$ guix size bitlbee |tail -1 >total: 176.5 MiB >$ guix size bitlbee pidgin |tail -1 >total: 668.0 MiB >--8<---------------cut here---------------end--------------->8--- > >What about adding a =E2=80=9Clib=E2=80=9D output to Pidgin? BitlBee would= depend on >that rather than on the whole Pidgin. I agree - that is the best approach to split GUI and libpurple library, I'll play with that. Thanks for your review! Tomas --flkwl7sulhxpmdhk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEDOrssfr9jDQthC2PSiPjT6AzQ20FAlnWoGAACgkQSiPjT6Az Q21IbxAAmBbG1WtQ741vEIWyp2UUyD4HclbsX1KYauRBJue3YLhDhUclMnmImVAZ R1cGAznhp9wQln/ZGSTTER/NpTdWBJJvwZKw61NK9hr0pM5GZchfecG5mxjhkqxi CEmI21r3agHjUZ+2yzJRujT9be/MaQ6DlTfirhVrhIK6TMi1qeoLn5ciwob6iWBa nIceTCsTYrZwDHZMDQomo1abSTYFGIrVJk7gfJlWCkuymaSzc4A7+LUKmHEF8P9g 2mkjSez/eR5li/0qhQUrpcQv3ayQqwPF5cLvxjtKst20BESHVgLGNXYF1gTaqk3C FCo63EDQGbvf1fEjqgPJ3VTj8eUOS1keakbHbKEB9Q7iG9Nb8rUo8abhb9I2eN4U PetGhklb/WjIsSFn+bNHFig4Opit5tXfMdM01hznzHGPWIJbKBzwyvwSW+U00LLZ 1HazrGHshb0lMr3AEL9PcT9ePBalZIZgN+e8PSyqFZeXYRrSjIYwIueL+IQDDT30 IKjGNvFHxv6uwvLQBdufOEH54NthWKnvKhpvIXoZAyb+GrbmJF5dKkxEXQc/iRDC Jak23KfBVfOhVHapCHj5Csk/QfJXYW34yA3fYbVu92EKPMHltmLyvxxG6UuVZI4b Jad4IZw/XChxu8lYVaFs6k2e5jKZlnibeX7YN3BeaQsWI6oTqHg= =tmLY -----END PGP SIGNATURE----- --flkwl7sulhxpmdhk-- From unknown Tue Jun 24 05:12:19 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#28698] [PATCH] gnu: Enable support for libpurple in bitlbee. Resent-From: Oleg Pykhalov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 12 Dec 2017 21:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28698 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Cc: 28698@debbugs.gnu.org, =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Received: via spool by 28698-submit@debbugs.gnu.org id=B28698.151311399213927 (code B ref 28698); Tue, 12 Dec 2017 21:27:02 +0000 Received: (at 28698) by debbugs.gnu.org; 12 Dec 2017 21:26:32 +0000 Received: from localhost ([127.0.0.1]:59007 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eOs4O-0003cY-45 for submit@debbugs.gnu.org; Tue, 12 Dec 2017 16:26:32 -0500 Received: from mail-lf0-f47.google.com ([209.85.215.47]:34714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eOs4L-0003cI-Kt for 28698@debbugs.gnu.org; Tue, 12 Dec 2017 16:26:30 -0500 Received: by mail-lf0-f47.google.com with SMTP id x20so318958lff.1 for <28698@debbugs.gnu.org>; Tue, 12 Dec 2017 13:26:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=pC0SDRy+i4dSgNbV6cAZGa4iYxgnkh/KlXpbk0A86Bg=; b=hCIKFQDjaIOXTTxh96j7/JDxSZvihwsAZtwHb0zC14u8/JkKKk+2Y/52ADFbBzms2i Ynv1KGYnaiDjX9TL1IyaUm5Y+ceVSlYBx0IrVKrTht/7ED83WAdn3URuwXPwgiyaagSZ KxeVRbweFBnc6FZT4LfQu/SPirhKEoXixIcBME00+Gg56oBOT9dAb+VJKe2onBw8IPaf NCaAfYj7Hld9COGb8Det50UypgCQV5R5qTc95OkkNwzuecBdU5FI6mww/fttKdjmc5pj yvKS2J1D99pSzxF77W8hGLX8Oe+lmjJkgZWxmYLGhLI0QmpYPFUHImiWOn4DGkNimUU2 KNQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=pC0SDRy+i4dSgNbV6cAZGa4iYxgnkh/KlXpbk0A86Bg=; b=WwZh6KkXvtXWh9v5fKrx6ji0LpmjxprAEwaH3pp5B4Af7jxW6cFa++KTqWwTJMk9yC 4BWfTkNSlxTMWIusnsFEKQu++ZjdmBeGsNeL137FBNhf8oLrXc+ur5VwraHMi8aqT0cw o9kfSfAHy9rpwTyfS/sXR/STHfCAPsH9NJFyPznSgguKzG9OAlyHpDKfKqz/qzCYd7EF OVkJv1P+PjbKJoG9soLDxPsL9IIlAl5CxP6SDdPadGOdmh6fRZUrBQizR2wyURwKvqqg dGPFmj6goURZgNjh4Aw3IADkaroaovZ/RNL5pg3WsybDnU30s690p0haxHqfRWhA6NjL nyzg== X-Gm-Message-State: AKGB3mLGwoZ6gJFggChdpwIrK6K5Danb2R7ocRpbLeuDmC68uvZ600/o NTf0oh4bpKJvs0/+i63WQBB8Iw== X-Google-Smtp-Source: ACJfBouHKgYVrwzJYbGeP0eC7Iru8atkmh+jr/RthyFiHo73mtULfnE3d8wVhluPibmyN3bohewk0A== X-Received: by 10.46.87.77 with SMTP id r13mr142842ljd.128.1513113983002; Tue, 12 Dec 2017 13:26:23 -0800 (PST) Received: from magnolia (ppp91-122-81-8.pppoe.avangarddsl.ru. [91.122.81.8]) by smtp.gmail.com with ESMTPSA id z81sm15747lff.80.2017.12.12.13.26.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 12 Dec 2017 13:26:21 -0800 (PST) From: Oleg Pykhalov References: <20171004080427.13668-1-sleep_walker@gnu.org> <87vajv556r.fsf@gnu.org> Date: Wed, 13 Dec 2017 00:26:16 +0300 In-Reply-To: <87vajv556r.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 04 Oct 2017 17:00:12 +0200") Message-ID: <87efnzk58n.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello Ludovic and Tom=C3=A1=C5=A1, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Tom=C3=A1=C5=A1 =C4=8Cech skribis: > >> * gnu/packages/messaging.scm (bitlbee): Add pidgin input, add more confi= gure >> flags. > > I think it=E2=80=99s a good idea, but it=E2=80=99s taking a lot of extra = space: > > $ guix size bitlbee |tail -1 > total: 176.5 MiB > $ guix size bitlbee pidgin |tail -1 > total: 668.0 MiB > > What about adding a =E2=80=9Clib=E2=80=9D output to Pidgin? BitlBee woul= d depend on > that rather than on the whole Pidgin. I want a libpurple support in bitlbee, too. So, here is a libpurple output, but still there is a big size because of inputs, I guess. :-( Is there a way to decrease this? --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-pidgin-Copy-libpurple-to-separate-output.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: pidgin: Copy libpurple to separate output. From=204ddb9d732fdfa2f06960df0447723062cd58ab17 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Wed, 13 Dec 2017 00:19:17 +0300 Subject: [PATCH] gnu: pidgin: Copy libpurple to separate output. * gnu/packages/messaging.scm (pidgin): Copy libpurple to separate output. =2D-- gnu/packages/messaging.scm | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 1780536d0..8612c9060 100644 =2D-- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -338,6 +338,7 @@ authentication.") "1y5p2mq3bfw35b66jsafmbva0w5gg1k99y9z8fyp3jfksqv3agcc")) (patches (search-patches "pidgin-add-search-path.patch")))) (build-system glib-or-gtk-build-system) + (outputs '("out" "libpurple")) (native-inputs `(("pkg-config" ,pkg-config) ("check" ,check) @@ -382,7 +383,25 @@ authentication.") "--enable-cyrus-sasl" (string-append "--with-ncurses-headers=3D" (assoc-ref %build-inputs "ncurses") =2D "/include")))) + "/include")) + #:phases + (modify-phases %standard-phases + (add-after 'install 'install-libpurple + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out")) + (libpurple (assoc-ref outputs "libpurple"))) + (for-each (lambda (file) + (install-file file + (string-append libpurple "/lib"))) + (find-files (string-append out "/lib") "libpurple= ")) + (for-each (lambda (file) + (install-file file + (string-append libpurple "/includ= e/libpurple"))) + (find-files (string-append out "/include/libpurpl= e"))) + (let ((pkgconfig "/lib/pkgconfig")) + (install-file (string-append out pkgconfig "/purple.pc") + (string-append libpurple pkgconfig)))) + #t))))) (native-search-paths (list (search-path-specification (variable "PURPLE_PLUGIN_PATH") =2D-=20 2.15.1 --=-=-= Content-Type: text/plain --8<---------------cut here---------------start------------->8--- ./pre-inst-env guix size pidgin:libpurple store item total self /gnu/store/ks27x0mf95gir0cdgb9h573xbava6v1k-python-3.5.3 171.5 65.2 9.7% /gnu/store/zlbbayv8rv6z7gnhz435gjq8pzjm06v6-python-2.7.13 159.7 54.5 8.1% /gnu/store/bzn4wyrbdmfc1bd7lq05db5psfl5f8x8-perl-5.26.0 140.3 52.6 7.8% /gnu/store/yihvhxv3xyyvl1m2cy1lnf1lyi9h76fk-guile-2.2.2 131.2 44.2 6.6% /gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25 38.5 37.1 5.5% /gnu/store/h751h6b615w9v6r1amyhxvqqi98kimrs-gtk+-2.24.31 488.1 35.8 5.3% /gnu/store/0s5manjvfa0gmsv2r71rchky7ab70g1d-icu4c-58.2 122.7 35.0 5.2% /gnu/store/m1c4sqff8dd6jxnws098bxha9pna44jr-pidgin-2.12.0 667.1 33.9 5.0% /gnu/store/3x53yv4v144c9xp02rs64z7j597kkqax-gcc-5.4.0-lib 68.6 30.1 4.5% /gnu/store/7x2drw405w5rkphvg1vzhdy48fx26wx3-ghostscript-with-cups-9.21 183.2 25.3 3.8% /gnu/store/42d5rjrdkln6nwvzwdc8dyd4w6iy3n5j-coreutils-8.27 86.8 14.8 2.2% /gnu/store/azbfh3i72lbaqvhgg5m7p6ymmqq0ii6q-glib-2.52.3 111.9 13.8 2.1% /gnu/store/j56x8kcdlyqbq9mjl5ahdvrz2qy6xwim-cups-2.2.4 287.7 12.2 1.8% /gnu/store/ghmpqlplg05jjrqni48dvrs606xlmhs0-cups-minimal-2.2.4 150.7 12.1 1.8% /gnu/store/zbywrj6klakskj0sppq56viqh9l56jl0-util-linux-2.30.1 87.7 12.1 1.8% /gnu/store/kwzs8k97qy7avxxldnzavlii9zphh3d6-libxml2-2.9.4 81.1 10.0 1.5% /gnu/store/knzhrdlih3y4pndp6b40j7ab3w3kgk7z-font-dejavu-2.37 9.7 9.7 1.4% /gnu/store/2l781ng7cl6647i3mbrincdap9j4n8d5-gconf-3.2.6 148.5 7.9 1.2% /gnu/store/3vcaqrs4169a2607mqackjwfw9hqrmvv-poppler-0.59.0 154.9 7.0 1.0% /gnu/store/jz1b4asy3pldfvv3pdgalcv90w79brs4-shared-mime-info-1.8 129.6 6.6 1.0% /gnu/store/c4vl4hw5jccg0b23sfvs0kdnfdbxdlgm-cairo-1.14.10 141.5 6.0 0.9% /gnu/store/f3rwis4xfhvmnfz77x66vb28ilbp854p-cairo-1.14.10 141.5 6.0 0.9% /gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l 74.6 5.9 0.9% /gnu/store/09j7scnl3hahcmql986fsjpzj6gqsmzv-ncurses-6.0 74.3 5.7 0.8% /gnu/store/ycnghyhg38c7hyls7ha8qmaxq32rnk32-pidgin-2.12.0-libpurple 672.7 5.6 0.8% /gnu/store/b7y66db86k57vbb03nr4bfn9svmks4gf-bash-4.4.12 81.0 5.4 0.8% /gnu/store/clrddh6a60b31anv7a9hrk3i9id0k5zs-libxcb-1.12 74.4 5.1 0.8% /gnu/store/np05q8mf1y9y4bk5y4ssj99m0dss2b1q-libx11-1.6.5 79.3 4.9 0.7% /gnu/store/4c0dm8h5ln0zr1l93nwhhizf5p040yi6-gs-fonts-8.11 4.5 4.5 0.7% /gnu/store/965dw3smmsvj6jyfxrkapp0gn9jh9djn-libunistring-0.9.7 73.1 4.5 0.7% /gnu/store/jvsgj5l4lgdknari34rv29wv253n8jcl-gnutls-3.5.13 138.5 4.4 0.7% /gnu/store/m5mpr30kyv4mm1nrzkbcwzbjskhrxsdf-gdk-pixbuf+svg-2.36.10 224.2 4.1 0.6% /gnu/store/6srq8zd7fxlcm4ry9q2scdkvxy7l9wgg-gdk-pixbuf-2.36.10 128.3 4.1 0.6% /gnu/store/w85rbll51r86mclkmp1bxa774b36jy1q-mit-krb5-1.15.1 73.6 4.0 0.6% /gnu/store/4b9y9f5fvghk2vmwpbgzncal7z3r4n5y-pango-1.40.12 201.5 3.9 0.6% /gnu/store/mpl9b9w60gjzsq470zka5l8p2bmy7r8v-sqlite-3.19.3 79.0 3.5 0.5% /gnu/store/an52j0jrvd23qypbidd5f20k2wi75vh9-pcre-8.40 72.1 3.4 0.5% /gnu/store/xr8mcc3yiaj9mypmgvr18cc1s62b7w1i-cups-filters-1.17.7 275.4 3.3 0.5% /gnu/store/fy6ymaxvry5vn69k80xd4x8h3ax9i1if-qpdf-6.0.0 75.7 3.2 0.5% /gnu/store/9pq16kfcldqqcbd58mmfp37g3awhg4sd-gawk-4.1.4 72.6 3.0 0.5% /gnu/store/vlfm0js4kc8w75pb7fm0kcjxrlzpyxz0-orbit2-2.14.19 115.3 2.9 0.4% /gnu/store/1jp44pfmqcj3zycclvmmva3xcwinyg7l-freetype-2.8 73.6 2.8 0.4% /gnu/store/f02wqyqqm39f1g7d7y6ajqdmz0swasy2-libxslt-1.1.29 85.9 2.7 0.4% /gnu/store/scs7siybrjl5bb7sxqaskysf8n1ld718-gmp-6.1.2 71.2 2.6 0.4% /gnu/store/5jl21csvr3jmsa4a7d08sqa2waks3f09-gmp-6.1.2 71.2 2.6 0.4% /gnu/store/3k1y78v6nxjvmivnri5j46wai6ppvyz0-harfbuzz-1.5.1 171.4 2.5 0.4% /gnu/store/sd1nm52b87353m41qxzwka0c0bbpk617-avahi-0.6.31 128.1 2.4 0.4% /gnu/store/nniszqyslmgllha2cyi9g3pfsmm6sg16-atk-2.24.0 114.0 2.2 0.3% /gnu/store/7841988i5qs5abnibcizx1b5vg0l0vhg-libtiff-4.0.8 73.9 2.1 0.3% /gnu/store/nw400gfan3mxvjfwvy1q72s1ybmdscsk-fontconfig-2.12.3 80.7 2.0 0.3% /gnu/store/c6vpfgm9n7jzgr0llax0x7szqk9a5bfm-nettle-3.3 73.0 1.7 0.3% /gnu/store/xr0zjan791j0pgvcs770m59za9bsjsr6-dbus-1.10.22 81.7 1.7 0.3% /gnu/store/djzkjdadhl4qc6ck7aflc0rrbkf9c2gg-libcroco-0.6.12 124.7 1.7 0.2% /gnu/store/w8kii3hjvmh50yxs52gkdywkq9jc7s19-pixman-0.34.0 70.2 1.6 0.2% /gnu/store/zhrajv6qf2hzn9c3g2bb07559hyrz5xp-bash-static-4.4.12 1.4 1.4 0.2% /gnu/store/bw44dfc7sb38dk2j2k562bsjjsy93lvq-libgcrypt-1.7.8 71.7 1.3 0.2% /gnu/store/mipizipnr4y2hly9b429j8id1albbgqi-readline-7.0 75.6 1.3 0.2% /gnu/store/ryqd73alrlq5djsr18xjjihi735592im-pkg-config-0.29.2 69.9 1.3 0.2% /gnu/store/jpg8ddw8ny40ja5agb90kn5nnncjbrrs-lcms-2.8 76.0 1.3 0.2% /gnu/store/9blidf28xz0a0glnv6a4xcw6nxadg427-libgc-7.6.0 70.4 1.2 0.2% /gnu/store/0np5m3mra5940awvq711bwkhnhwf1cny-xproto-7.0.31 1.1 1.1 0.2% /gnu/store/59yggxz3afj1s8zq3y2f0cd84rpcsfnj-dbus-glib-0.108 126.0 1.1 0.2% /gnu/store/g3nari57wcfnm00kv9bnpyzdzfq4h8pk-xz-5.2.2 70.7 1.1 0.2% /gnu/store/xh3d0r8zc46fh9pjayxkwgklk1d175xb-kbproto-1.0.7 1.0 1.0 0.1% /gnu/store/vdibsrn3w4pvn0yav5z8aa1hw6hadid2-librsvg-2.40.18 220.1 1.0 0.1% /gnu/store/kpxi8h3669afr9r1bgvaf9ij3y4wdyyn-bash-minimal-4.4.12 39.5 1.0 0.1% /gnu/store/7ljjhfz6p14xlnwnmzmg6hi01wfvz9vb-cyrus-sasl-2.1.26 80.9 0.8 0.1% /gnu/store/b9ww6qv1ii9v6n45kin7543vkf6jfnd3-libpng-1.6.29 70.8 0.8 0.1% /gnu/store/w31zw2chff41x6q6kpa2wrkgx8agr0an-libidn-1.33 69.4 0.8 0.1% /gnu/store/pd3nggfvrq50nh419an2ahay69mzrvck-libjpeg-9b 69.4 0.8 0.1% /gnu/store/rp8lfy4yfj08dk41m4ia9b80yy93mzf6-libjpeg-8d 69.4 0.8 0.1% /gnu/store/7v2w3506q0gf96rsf6wf3gdr2iv5frmm-libgpg-error-1.27 70.3 0.7 0.1% /gnu/store/m96jkig3g1yjxak5i617v68xabjgagva-check-0.10.0 73.3 0.7 0.1% /gnu/store/3mg0zb2f6p8fskhjkgb34sh3rpizxfva-python2-dbus-1.2.0 126.7 0.7 0.1% /gnu/store/b8yzs5x0cnypb9vygcsxw5aiih9k3kmd-libxi-1.7.9 80.4 0.6 0.1% /gnu/store/5avga6vm5n26wfirw7q3ivd3c8p1yx70-xextproto-7.3.0 0.6 0.6 0.1% /gnu/store/0f76ak4jn36qs7syhfaw5ag9958yabzh-libatomic-ops-7.4.4 0.6 0.6 0.1% /gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1 69.2 0.6 0.1% /gnu/store/47jgabf5wx296alb06pb5iig6cqbmx0v-gdbm-1.13 69.2 0.6 0.1% /gnu/store/r0nj8x68zjvdqxqq8kjb02zwiv055nv7-libidl-0.8.14 112.4 0.5 0.1% /gnu/store/vais0pchk05ihl7kqj7rq8zf8p4cjdha-libice-1.0.9 69.6 0.5 0.1% /gnu/store/kdwlvs51isdfbl61jdishzhly8h139zf-libbsd-0.8.3 69.1 0.5 0.1% /gnu/store/c2k4gqjhnjyqyisci1sy81416i03pk22-libidn2-2.0.2 73.6 0.5 0.1% /gnu/store/j38il4np3l29z14ilg2h352c89qsgl9y-openjpeg-1.5.2 77.2 0.5 0.1% /gnu/store/jz7wvy930liqjvm95lhdv9i1dr1xxvxp-libxext-1.3.3 79.8 0.4 0.1% /gnu/store/5lrk6d5cjsv2s29vfji6j59gyf18rb5m-acl-2.2.52 69.3 0.4 0.1% /gnu/store/sfx1wh27i6gsrk21p87rdyikc64v7d51-zlib-1.2.11 69.0 0.4 0.1% /gnu/store/mxsbvhljh0fk82hdsgy04p3l2d5hz4j4-libtasn1-4.12 69.0 0.3 0.1% /gnu/store/20jm67srhdzi01d2gdg36cspyip21lsd-libsm-1.2.2 89.0 0.3 0.0% /gnu/store/p5hrrimz30kfp56rah7qn4ymshyg78mq-graphite2-1.3.10 68.9 0.3 0.0% /gnu/store/4dc900sd73wyv40pvpa5pf8kx1a6b2c5-jbig2dec-0.13 68.9 0.3 0.0% /gnu/store/593cj4b7nsa0csjfjnh0xx8y4rdpykxh-libxft-2.3.2 91.8 0.3 0.0% /gnu/store/yz1lf55ag0904w9ib0q2kcjpdx33y7wm-attr-2.4.47 68.9 0.2 0.0% /gnu/store/1xc97akbdcisrid2n8djpkn09f8bkl5f-libxdmcp-1.1.2 69.3 0.2 0.0% /gnu/store/jnbb8ffxxvrw2b4z18zn0g08kqk9rsgl-libffi-3.2.1 68.8 0.1 0.0% /gnu/store/sq26apxpvka5n46xkza1l5lrz5s4w8v2-libxrandr-1.5.1 80.0 0.1 0.0% /gnu/store/kgy00x8jl7q965sngq1yyihbczxj15wk-libxrender-0.9.10 79.5 0.1 0.0% /gnu/store/hxn2viwl04nwswpjkfg0iyyhm815yaza-libcap-2.25 68.8 0.1 0.0% /gnu/store/yzlmd2nlcyjhx0ydbap7x32zjqxc3hz9-libcap-2.25 68.8 0.1 0.0% /gnu/store/14f4vh3y3wdf3rfpzkpqfqbl9i81hyw8-libxcursor-1.1.14 79.7 0.1 0.0% /gnu/store/w29l6cn2z5l4s6d70iiagn2i4gwi0019-startup-notification-0.12 79.5 0.1 0.0% /gnu/store/qh1fri7qppqi8bhyzbiw7h8knmk4cb3q-libltdl-2.4.6 68.8 0.1 0.0% /gnu/store/dgyan2zawxw7qnxrmf9yp3ll954c9sxm-libdaemon-0.14 68.7 0.1 0.0% /gnu/store/7792axzccdwyajxq9vavyvph7mljs8yc-util-macros-1.19.1 0.1 0.1 0.0% /gnu/store/85n2gzncy1dl6cbnky79nih4qhcwibds-libxfixes-5.0.3 79.4 0.1 0.0% /gnu/store/mlcg8p2dmjbvca56n3hq4gav4j5s199m-xcb-util-0.4.0 74.4 0.1 0.0% /gnu/store/ia2rwi4zdl2nhhwfmj1gaap1xz70mmxs-libpaper-1.1.24 69.7 0.1 0.0% /gnu/store/whsbky21nkkc0zl41r31xrwvij1fksr4-renderproto-0.11.1 0.1 0.1 0.0% /gnu/store/xv8bp0zxbr9iphr38wy0ll4lzkbh9i87-libxau-1.0.8 68.7 0.0 0.0% /gnu/store/rcrkyzx8n8h6avydhqr8cr3v2i7dnnvw-scrnsaverproto-1.2.2 0.0 0.0 0.0% /gnu/store/mgmik2qgg3splm7bnpk4r7db9r5igpgb-libxscrnsaver-1.2.2 79.8 0.0 0.0% /gnu/store/wrbmwv93ns5dr35iyw9m7c0gx9wgkldv-libxcomposite-0.4.4 79.4 0.0 0.0% /gnu/store/v3rw36lf3m9ncg6sihghchnbivix2gvi-libxinerama-1.1.3 79.8 0.0 0.0% /gnu/store/5s19lin8dm65aygm85s8cwqsq41hym6d-libxdamage-1.1.4 79.4 0.0 0.0% /gnu/store/v4i3zfiwk6vl0mhdz580diqs0p6sc8vg-python-wrapper-3.5.3 176.9 0.0 0.0% /gnu/store/39q7jaky8dalbyjmckpswwfkwckfgi40-libpthread-stubs-0.4 0.0 0.0 0.0% total: 672.7 MiB --8<---------------cut here---------------end--------------->8--- Thanks, Oleg. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEc+OyAXw1EaDPCmAPckbhHGm3lWkFAlowSXgACgkQckbhHGm3 lWkmUw/6Ay+xFtbZLOoyf/Sig5gR7PwKl0c1wNfRwFCn26NT/dKW3AYr0TYoLO3m 7/t8wZB9kfaxaguFpquWH1A75kWPBcAvyv/D46PmzhiTDuiFLc7DzMVeY7GNqmEC tCaN5NbAlr/XrRc5AhLCZjf+voaxVjXNP4pvUbiiJpp2gV1QmOZs9nrnD6u/HgdZ F6KF7Cmo6JnHXlrh6LCDbqWVnJfE0RwHYxbMZQ3J5O68N0+tV5OcIEyF8abNInIZ b2QFeC0DrpKuostEZn7wZGLD0/i5YwoYipHOaSxu+MII8w3fqU4Ure2f1VjaGK37 PILAHKP0MJlRNydMUgIHgMnNOL4tjAZQwn2GSF7Hs6x0ENLR0zQ37uyZf7qbBbxc 6KudhH4mWpprUAfk5Xqb1URyeyvUcAjvemXGBxlej7FaOpqpkLk1TzJkqZ3hxFGV qYgyL8xyqQFxMXTUMTv14pMZ9VFCOP8Uxh/98LwZjITO9+WWpB981L4cne3/QmPe tB7hiqnGVQVNhVfke+PGWD3aPkTKItEWjz4WF9ii/pC1YbLRYmXdezqzv/+qDvIM DPb5LWoYS3JUt5SGDrAEfqvMLmjDrrbcJPsi4Z/BkDJj4yg7xQI8BD7i56DO/Y/y vTz1O6UEqy56nJmDol5iOct3yKDFcETA6r917FDKFF1vpqVVJIk= =gWKu -----END PGP SIGNATURE----- --==-=-=-- From unknown Tue Jun 24 05:12:19 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#28698] [PATCH] gnu: Enable support for libpurple in bitlbee. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 13 Dec 2017 09:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28698 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Oleg Pykhalov Cc: 28698@debbugs.gnu.org, =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Received: via spool by 28698-submit@debbugs.gnu.org id=B28698.151315845630600 (code B ref 28698); Wed, 13 Dec 2017 09:48:02 +0000 Received: (at 28698) by debbugs.gnu.org; 13 Dec 2017 09:47:36 +0000 Received: from localhost ([127.0.0.1]:59427 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eP3dY-0007xU-Cg for submit@debbugs.gnu.org; Wed, 13 Dec 2017 04:47:36 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:46856) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eP3dW-0007xJ-Az for 28698@debbugs.gnu.org; Wed, 13 Dec 2017 04:47:34 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7CACBF3DC; Wed, 13 Dec 2017 10:47:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1UtiZEW5vqrT; Wed, 13 Dec 2017 10:47:34 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 713CAF27F; Wed, 13 Dec 2017 10:47:34 +0100 (CET) From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171004080427.13668-1-sleep_walker@gnu.org> <87vajv556r.fsf@gnu.org> <87efnzk58n.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 23 Frimaire an 226 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 13 Dec 2017 10:47:30 +0100 In-Reply-To: <87efnzk58n.fsf@gmail.com> (Oleg Pykhalov's message of "Wed, 13 Dec 2017 00:26:16 +0300") Message-ID: <87mv2ngdsd.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hello, Oleg Pykhalov skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Tom=C3=A1=C5=A1 =C4=8Cech skribis: >> >>> * gnu/packages/messaging.scm (bitlbee): Add pidgin input, add more conf= igure >>> flags. >> >> I think it=E2=80=99s a good idea, but it=E2=80=99s taking a lot of extra= space: >> >> $ guix size bitlbee |tail -1 >> total: 176.5 MiB >> $ guix size bitlbee pidgin |tail -1 >> total: 668.0 MiB >> >> What about adding a =E2=80=9Clib=E2=80=9D output to Pidgin? BitlBee wou= ld depend on >> that rather than on the whole Pidgin. > > I want a libpurple support in bitlbee, too. So, here is a libpurple > output, but still there is a big size because of inputs, I guess. :-( Heheh, thanks for looking into it! > Is there a way to decrease this? [...] > +++ b/gnu/packages/messaging.scm > @@ -338,6 +338,7 @@ authentication.") > "1y5p2mq3bfw35b66jsafmbva0w5gg1k99y9z8fyp3jfksqv3agcc")) > (patches (search-patches "pidgin-add-search-path.patch")))) > (build-system glib-or-gtk-build-system) > + (outputs '("out" "libpurple")) It should be =E2=80=9Clib=E2=80=9D instead of =E2=80=9Clibpurple=E2=80=9D. = If you do that, perhaps the =E2=80=98install-libpurple=E2=80=99 phase is no longer needed because =E2= =80=98gnu-build-system=E2=80=99 will take care of it. As for the size, it seems that GTK+ & co. are pulled in. Is there a way to avoid it? Perhaps this comes from the .pc file? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 12 19:10:18 2019 Received: (at control) by debbugs.gnu.org; 13 Feb 2019 00:10:18 +0000 Received: from localhost ([127.0.0.1]:45543 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gti80-0004p8-39 for submit@debbugs.gnu.org; Tue, 12 Feb 2019 19:10:16 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:55115) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gti7y-0004oo-BU for control@debbugs.gnu.org; Tue, 12 Feb 2019 19:10:14 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 465F2211A9; Tue, 12 Feb 2019 19:10:09 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Tue, 12 Feb 2019 19:10:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:message-id:mime-version:content-type; s=mesmtp; bh=urlweeUqzUxIkOnBn10tH4waJnJogPE/8dhKbU/JgBs=; b=t7HWVXknpniy aKaXT04ZBuxH0+66sY/KubGiVzRWwSaEVsFZICZ+NGYhLfbeaaRQZgNzbGTj+S8z WxNr21kS99J0gfcWUqifbXCi118ASIwrZhKYiEY3VHV83/cX+GJbtagrc1LAypJC eDjuLy/mC/nNhRZxYPDPvccDLa37sZE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=urlweeUqzUxIkOnBn10tH4waJnJogPE/8dhKbU/Jg Bs=; b=H5/gP0zb96PhfLJ8o5eeCt7YH0y955m16sXXnMFqaKvJN3Jx1eCwJcrhA 5zAHAHtsTGtt8v5wR+PCRND4l8q0NnEatcarRalSI7b0G6IW3JrS/kbYK7K9QrrU qNlp4p5fSfRmLGzx3VDZDJ62jRrUGVNAhcmN4kopTcOdCgLSB0+Egd93KdBYNPKc D+saufrMY6fAwYuxjzSZycvR18qYvTiWRT9uGT3Ne4ZLyRF/4RFeecO/8bZAtO3k RuvcsYWo+bWurnFGpWZC1PwPfXUd8IC3IkTTSebnmd3zaj0prvLY3p3BNqHhH8FA fu1omhsvZnW4a6Ctn914Yqxf1/Esg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledruddtvddgudekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecugfhmphhthicushhusghjvggtthculddutddmnecujfgurhepfffhvffkgggtug gfsehttdertddtredvnecuhfhrohhmpefnvghoucfhrghmuhhlrghrihcuoehlvghosehf rghmuhhlrghrihdrnhgrmhgvqeenucfkphepjeeirdduvdegrddvtddvrddufeejnecurf grrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgvnecuvehl uhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from localhost (c-76-124-202-137.hsd1.pa.comcast.net [76.124.202.137]) by mail.messagingengine.com (Postfix) with ESMTPA id C41ACE462B for ; Tue, 12 Feb 2019 19:10:08 -0500 (EST) Date: Tue, 12 Feb 2019 19:10:08 -0500 From: Leo Famulari To: control@debbugs.gnu.org Message-ID: <20190213001008.GA2568@jasmine.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.11.2 (2019-01-07) X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tag 28698 moreinfo Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: messagingengine.com] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [66.111.4.26 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) tag 28698 moreinfo From unknown Tue Jun 24 05:12:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Subject: bug#28698: closed (Re: bug#28698: [PATCH] gnu: Enable support for libpurple in bitlbee.) Message-ID: References: <86o84fiqed.fsf@gmail.com> <20171004080427.13668-1-sleep_walker@gnu.org> X-Gnu-PR-Message: they-closed 28698 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch moreinfo Reply-To: 28698@debbugs.gnu.org Date: Thu, 13 Jan 2022 15:58:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1642089482-31298-1" This is a multi-part message in MIME format... ------------=_1642089482-31298-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #28698: [PATCH] gnu: Enable support for libpurple in bitlbee. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 28698@debbugs.gnu.org. --=20 28698: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D28698 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1642089482-31298-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 28698-done) by debbugs.gnu.org; 13 Jan 2022 15:57:23 +0000 Received: from localhost ([127.0.0.1]:34338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n82Tb-00087X-Km for submit@debbugs.gnu.org; Thu, 13 Jan 2022 10:57:23 -0500 Received: from mail-wr1-f43.google.com ([209.85.221.43]:38702) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n82TZ-000879-Es for 28698-done@debbugs.gnu.org; Thu, 13 Jan 2022 10:57:22 -0500 Received: by mail-wr1-f43.google.com with SMTP id a5so10951694wrh.5 for <28698-done@debbugs.gnu.org>; Thu, 13 Jan 2022 07:57:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-transfer-encoding; bh=G4aEBZ6k0A9fNCWTkdB6gV3C/ypP2PNNbcN3WTZ8HpU=; b=Zi9DeD3JIOJ72FXj6yGAT2YXvBTKjkUof+8JE3HHuBKCTh3dqTx847pmzpc3RVQF99 NV5IQRs775bg8KyvftaHFa4TjhxRQ8D3rOkAm7MIOWXkl4hLgIbnw9joIP/ZLfEe/b3i yNEE2XgTx63dMZsFD5qcX/+HsmMaA5j+HgH+qEFY/gsLrFlYUCxg1If9f/0WpbQQf6NZ xKCtEjXNeg/eoCuGAnx1Vf6/1yHvFRa0JFQxPTGQmqouLXuE2R6WzqNS7vH8P59REOVU zRQj83NMLJTHnioH8jrLsD8p1B5wZ8HznsX30Gi/Q/L6/1f5wx0WqHpZD2UMYZMAVSgF bAUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=G4aEBZ6k0A9fNCWTkdB6gV3C/ypP2PNNbcN3WTZ8HpU=; b=wwiRuX09XoRKUFrdMJKSO4k78npweSQaZ4oVGRBSqJ4rU+0bIEhQkmX1wSZ6MnENzH Ve5JlDc/dkXDi4MQ6e3Xc7jW7N8VkwEC7Qch0Iw6vj3btfxwPCp5+L9WkTPbM860Drbe HQmt/2WZkPFVmYe6bTVwyDaC1xRWhnP1PAo29uVXJrNMUUPtrnftWsrHNSw53LHc5YXf KTPWdvq19ZR6ebVRF5n3GpP+gL9NBfrkW6B5knwrNIQDIZ8eF70smWBO84lLkxuLKZU4 TwmCvYr3t/h2rvGAsPBPM5MLd8cQBBoJ0tftyWc57YGuNEmu+U+4ouX8XgW4XDjuBesR WEKQ== X-Gm-Message-State: AOAM532JQdw+kZP36HpufjEs+5RO+3Z/wtKnOEqI5IJ4DphkxVkZU383 vW/dpRKbYTS4sHwcHKBCU5BQ60UlUT0= X-Google-Smtp-Source: ABdhPJzA0OWcyBCQDmNsqxeOueXw05sP/Zap+jMB/VKADcZJRpUJzrQ98XlHD5OnOqxUgmXTTIjnQw== X-Received: by 2002:a05:6000:1006:: with SMTP id a6mr4644686wrx.484.1642089435472; Thu, 13 Jan 2022 07:57:15 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id l14sm3135932wrr.53.2022.01.13.07.57.14 for <28698-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 13 Jan 2022 07:57:15 -0800 (PST) From: zimoun To: 28698-done@debbugs.gnu.org Subject: Re: bug#28698: [PATCH] gnu: Enable support for libpurple in bitlbee. References: <20171004080427.13668-1-sleep_walker@gnu.org> Date: Thu, 13 Jan 2022 16:52:58 +0100 In-Reply-To: <20171004080427.13668-1-sleep_walker@gnu.org> (=?utf-8?B?IlRv?= =?utf-8?B?bcOhxaEgxIxlY2giJ3M=?= message of "Wed, 4 Oct 2017 10:04:27 +0200") Message-ID: <86o84fiqed.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 28698-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Commit 8e6c9005b4be6f9208ccf85c58cc4a7693fc2397 (Thu Sep 3 23:23:58 2020 +0200) adding the variant =E2=80=99bitlbee-purple=E2=80=99 closes this subm= ission. Moreover, this patch #28698 [1] is marked =E2=80=99moreinfo=E2=80=99 since = 2 years, 47 weeks, 6 days ago (Tue, 12 Feb 2019). Therefore, closing! Cheers, simon 1: ------------=_1642089482-31298-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Oct 2017 08:04:48 +0000 Received: from localhost ([127.0.0.1]:47424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzeff-0002wa-SD for submit@debbugs.gnu.org; Wed, 04 Oct 2017 04:04:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48045) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzefe-0002wL-5u for submit@debbugs.gnu.org; Wed, 04 Oct 2017 04:04:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzefX-0002YR-7t for submit@debbugs.gnu.org; Wed, 04 Oct 2017 04:04:40 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53449) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzefX-0002YH-5j for submit@debbugs.gnu.org; Wed, 04 Oct 2017 04:04:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzefW-0001q9-5s for guix-patches@gnu.org; Wed, 04 Oct 2017 04:04:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzefT-0002SE-36 for guix-patches@gnu.org; Wed, 04 Oct 2017 04:04:38 -0400 Received: from mx2.suse.de ([195.135.220.15]:40308 helo=mx1.suse.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzefS-0002RQ-SN; Wed, 04 Oct 2017 04:04:35 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id AE04EABED; Wed, 4 Oct 2017 08:04:32 +0000 (UTC) From: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Enable support for libpurple in bitlbee. Date: Wed, 4 Oct 2017 10:04:27 +0200 Message-Id: <20171004080427.13668-1-sleep_walker@gnu.org> X-Mailer: git-send-email 2.14.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: =?utf8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * gnu/packages/messaging.scm (bitlbee): Add pidgin input, add more configure flags. --- gnu/packages/messaging.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 8e4b43aaf..46060a948 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -140,6 +140,7 @@ keys, no previous conversation is compromised.") ("libotr" ,libotr) ("gnutls" ,gnutls) ("python" ,python-2) + ("pidgin" ,pidgin) ("perl" ,perl))) (arguments `(#:phases (alist-cons-after @@ -154,7 +155,8 @@ keys, no previous conversation is compromised.") (zero? (system* "./configure" (string-append "--prefix=" (assoc-ref outputs "out")) - "--otr=1"))) + "--otr=1" "--purple=1" "--jabber=1" + "--msn=1" "--oscar=1" "--twitter=1"))) %standard-phases)))) (synopsis "IRC to instant messaging gateway") (description "BitlBee brings IM (instant messaging) to IRC clients, for -- 2.14.2 ------------=_1642089482-31298-1--