From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8MrL-0005n5-S6 for guix-patches@gnu.org; Tue, 17 Apr 2018 05:25:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8MrG-0006Nb-7R for guix-patches@gnu.org; Tue, 17 Apr 2018 05:25:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48794) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f8MrG-0006NB-2y for guix-patches@gnu.org; Tue, 17 Apr 2018 05:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f8MrF-0006jL-UC for guix-patches@gnu.org; Tue, 17 Apr 2018 05:25:01 -0400 Subject: bug#31156: [PATCH 2/2] gnu: gajim: Update to 1.0.1. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20180414223554.28742-1-clement@lassieur.org> <20180414223554.28742-2-clement@lassieur.org> <878t9mdc4p.fsf@fastmail.com> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <878t9mdc4p.fsf@fastmail.com> Date: Tue, 17 Apr 2018 11:23:58 +0200 Message-ID: <87in8qyymp.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 31156-done@debbugs.gnu.org Marius Bakke writes: > Clément Lassieur writes: > >> * gnu/packages/messaging.scm (python2-nbxmpp): Remove variable. >> (gajim): Update to 1.0.1. >> [build-system]: Change to PYTHON-BUILD-SYSTEM. >> [arguments]: Remove the PYTHONPATH wrapper. Don't override "APP". Add a >> GI_TYPELIB_PATH wrapper. Add 'remove-test-resolver, 'start-xserver and >> 'install-icons phases. >> [native-inputs]: Add XORG-SERVER. >> [inputs]: Remove PYTHON2-AXOLOTL, PYTHON2-NBXMPP, PYTHON2-PYOPENSSL, >> PYTHON2-GNUPG, PYTHON2-PYGTK, PYTHON-2. Add ADWAITA-ICON-THEME, >> GNOME-KEYRING, GTK+, GTKSPELL3, HICOLOR-ICON-THEME, LIBSECRET, PYTHON-DBUS, >> PYTHON-DOCUTILS, PYTHON-GNUPG, PYTHON-NBXMPP, PYTHON-PILLOW, PYTHON-PYASN1, >> PYTHON-PYCAIRO, PYTHON-PYGOBJECT, PYTHON-PYOPENSSL. > > Wooow, nice work. Is there any reason to remove python2-nbmxmpp? I > understand gajim was the only consumer in Guix, but it may be needed > again in the future, or be in use by downstreams. > > If upstream no longer supports Python2, maybe it would be better as a > separate change/squashed in the previous commit? > > Anyway, thanks for this, the Gajim changes LGTM! Hi Marius, I'm fine with keeping python2-nbxmpp, just in case someone needs it later, so I re-added it and pushed. Thank you for reviewing! Clément