Age | Commit message (Collapse) | Author |
|
* gnu/packages/messaging.scm (utox): Update home-page and description.
[home-page]: Change to GitHub URL.
[description]: Fix uTox naming style.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <http://issues.guix.gnu.org/43750>.
* gnu/packages/messaging.scm (utox): Update to 0.18.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/messaging.scm (tdlib): Update to 1.7.0.
|
|
* gnu/packages/messaging.scm (quaternion)[inputs]: Add xdg-utils.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
* gnu/packages/messaging.scm (qtox): Update to 1.17.3.
[source]: Respect that it's no longer a tarball.
|
|
|
|
These new inputs are referenced by the package, but were previously used
indirectly via propagation from other inputs. Now they are just directly added.
* gnu/packages/messaging.scm (dino) [native-inputs]: Add gtk+:bin.
Correct label of glib:bin.
[inputs]: Add glib.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/messaging.scm (dino) [native-inputs]: Re-order.
[inputs]: Re-order.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/messaging.scm (dino) [synopsis]: Modify.
[description]: Modify.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/messaging.scm (dino): Make some cosmetic changes.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
This version is compatible with the stable version of gajim (1.2.2).
* gnu/packages/messaging.scm (gajim-openpgp)[version]: Downgrade to 1.2.14.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
This version is compatible with the stable version of gajim (1.2.2).
* gnu/packages/messaging.scm (gajim-omemo): Downgrade to 2.6.80.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
This allows Gajim to find plug-ins installed with Guix.
Reported at <http://issues.guix.gnu.org/44730>.
However, at the time of pushing both packaged plug-ins (gajim-omemo and
gajim-openpgp) require an unstable version of Gajim and will not load.
* gnu/packages/messaging.scm (gajim)[arguments]: Replace the
‘add-plugin-dirs’ substitution phase with a...
[source]: ...patch that won't silently break in the future.
* gnu/packages/patches/gajim-honour-GAJIM_PLUGIN_PATH.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
|
|
Update of the recently released Dino 0.2.0 version.
Thanks!
From 0b764d48996f3851ee2596a25f1fd42a8d3f4063 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Fri, 13 Nov 2020 12:18:11 +0100
Subject: [PATCH] gnu: dino: Update to 0.2.0
* gnu/packages/messaging.scm (dino): Update to 0.2.0
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/messaging.scm (chatty): Update to 0.1.17.
|
|
Conflicts:
gnu/local.mk
gnu/packages/gdb.scm
gnu/packages/lisp-xyz.scm
gnu/packages/web-browsers.scm
|
|
* gnu/packages/messaging.scm (toxic): Update to 0.8.4.
|
|
* gnu/packages/messaging.scm (gajim-openpgp): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/messaging.scm (gajim-omemo) [description]: Modify.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/messaging.scm (gajim-omemo) [version]: Update to
2.7.9.
[propagated-inputs]: Add python-axolotl-curve25519, python-cryptography
and python-qrcode.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/messaging.scm (gajim-omemo): Make some cosmetic changes.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/messaging.scm (gajim) [synopsis]: Modify.
[description]: Modify.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/messaging.scm (gajim) [version]: Update to 1.2.2.
[arguments]<#:imported-modules>: New argument.
<#:modules>: New argument.
<#:phases>['wrap-gi-typelib-path]: Remove phase.
['install-icons]: Remove phase.
['wrap-gsettings-schema-dir]: Remove phase.
['check]: Modify phase.
['glib-or-gtk-compile-schemas]: New phase.
['glib-or-gtk-wrap]: New phase.
['wrap-env]: New phase.
[native-inputs]: Add gettext-minimal, glib:bin, gobject-introspection,
gtk+:bin, python-disutils-extra and python-setuptools. Remove intltool
and python-docutils.
[inputs]: Add avahi, dbus, farstream, geoclue, glib, glib-networking,
gsettings-desktop-schemas, gsound, gspell, gstreamer, gst-plugins-base,
gupnp-igd, libsoup, libxscrnsaver, network-manager, python-css-parser
and python-packaging. Remove adwaita-icon-theme, gtkspell3, hicolor-icon-theme,
libsecret, python-cssutils, python-dbus, python-gnupg and python-qrcode.
[propagated-inputs]: Add dconf.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/messaging.scm (gajim): Make some cosmetic changes.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/messaging.scm (python-nbxmpp) [synopsis]: Modify.
[description]: Modify.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/messaging.scm (python-nbxmpp) [version]: Update to
1.0.2.
[arguments]<#:tests?>: Remove argument.
[native-inputs]: Add glib:bin.
[inputs]: Add glib, glib-networking, libsoup, python-idna,
python-precis-i18n and python-pygobject.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/messaging.scm (python-nbxmpp): Make some cosmetic changes.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
|
|
* gnu/packages/messaging.scm (chatty): Update to 0.1.16.
[inputs]: Add gsettings-desktop-schemas.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
|
|
* gnu/packages/messaging.scm (quaternion)[outputs]: Add debug output.
|
|
* gnu/packages/messaging.scm (dino)[outputs]: Add debug output.
|
|
|
|
* gnu/packages/messaging.scm (purple-mattermost): Update to commit 158ce20.
|
|
* gnu/package/messaging.scm (profanity) [build-system]: Change from
gnu to glib-or-gtk.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/messaging.scm (profanity) [arguments]<#:configure-flags>
[--enable-python-plugins]: New flag.
[--enable-plugins]: New flag.
[--enable-icons-and-clipboard]: New flag.
[--enable-icons]: Remove flag.
[inputs]: Add python-wrapper.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/messaging.scm (profanity) [native-inputs]: Move gtk-2,
libnotify and libsignal-protocol-c to ...
[inputs]: ... here.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/messaging.scm (profanity): Make some cosmetic changes.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/messaging.scm (poezio): New variable.
|
|
* gnu/packages/messaging.scm (mosquitto): New variable.
|
|
* gnu/packages/messaging.scm (hangups): Update to 0.4.11.
|
|
* gnu/packages/messaging.scm (mcabber): Update to 1.1.1.
|
|
* gnu/packages/messaging.scm (znc): Update to 1.8.2.
|
|
|
|
* gnu/packages/messaging.scm (bitlbee-purple): New variable.
|
|
* gnu/packages/messaging.scm (gajim-omemo): Update to 2.7.7.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
As of 355761c2d27fe80ae73b872b8026cb15d8487fd0, packages built against libhandy
fail to either build or to run since they require the 0.0.x API.
* gnu/packages/gnome.scm (libhandy-0.0): New variable.
(gnome-tweaks, geary)[inputs]: Use libhandy-0.0 instead of libhandy.
* gnu/packages/gnome.scm (chatty)[inputs]: Likewise.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/messaging.scm (bitlbee-discord)[description]: Fix typo.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|