GNU bug report logs -
#28698
[PATCH] gnu: Enable support for libpurple in bitlbee.
Previous Next
Reported by: Tomáš Čech <sleep_walker <at> gnu.org>
Date: Wed, 4 Oct 2017 08:05:01 UTC
Severity: normal
Tags: moreinfo, patch
Done: zimoun <zimon.toutoune <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
Oleg Pykhalov <go.wigust <at> gmail.com> skribis:
> ludo <at> gnu.org (Ludovic Courtès) writes:
>
>> Tomáš Čech <sleep_walker <at> gnu.org> skribis:
>>
>>> * gnu/packages/messaging.scm (bitlbee): Add pidgin input, add more configure
>>> flags.
>>
>> I think it’s a good idea, but it’s 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 “lib” output to Pidgin? BitlBee would 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 “lib” instead of “libpurple”. If you do that, perhaps the
‘install-libpurple’ phase is no longer needed because ‘gnu-build-system’
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’.
This bug report was last modified 3 years and 133 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.