From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tanguy Le Carrour Subject: gnu: profanity: Modify build options. Date: Fri, 25 Oct 2019 11:55:47 +0200 Message-ID: <20191025095547.qywu6lgz46fh6hdn@rafflesia> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60457) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNwLx-0003sE-Gs for guix-devel@gnu.org; Fri, 25 Oct 2019 05:57:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNwLv-0003oB-TQ for guix-devel@gnu.org; Fri, 25 Oct 2019 05:57:53 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:33529) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iNwJz-0002eR-CF for guix-devel@gnu.org; Fri, 25 Oct 2019 05:57:51 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 22BDA100009 for ; Fri, 25 Oct 2019 09:55:47 +0000 (UTC) Content-Disposition: inline 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 Hi Guix! Yesterday, I submitted a patch to update Profanity [1]. [1]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37903 My motivation was not to get the latest version of the software, but to get the OMEMO encryption feature! This was only possible with versions > 0.6. The question is now to know if I can/should modify the package's build options and dependencies to enable OMEMO? I guess it make sense to have encryption available by default. Another thing I would like to do is to enable profanity's "desktop" features, namely tray icon and notifications. Would it make sense to activate it by default? Would it be better to create a `profanity-desktop` package that modify the dependencies and the options?! What do you think? -- Tanguy