summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
AgeCommit message (Collapse)Author
2020-12-28gnu: Add libgnt.Raghav Gururajan
* gnu/packages/messaging.scm (libgnt): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-28gnu: Add libgadu.Raghav Gururajan
* gnu/packages/messaging.scm (libgadu): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-28gnu: Add silc-toolkit.Raghav Gururajan
* gnu/packages/messaging.scm (silc-toolkit): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-28gnu: Add meanwhile.Raghav Gururajan
* gnu/packages/messaging.scm (meanwhile): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-03gnu: utox: Update home-page and description.Robert Karszniewicz
* 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>
2020-12-03gnu: utox: Update to 0.18.0.Robert Karszniewicz
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>
2020-12-02gnu: tdlib: Update to 1.7.0.Brett Gilio
* gnu/packages/messaging.scm (tdlib): Update to 1.7.0.
2020-11-28gnu: quaternion: Add xdg-utils to inputs.Michael Rohleder
* gnu/packages/messaging.scm (quaternion)[inputs]: Add xdg-utils. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-26Merge branch 'master' into stagingMarius Bakke
2020-11-26gnu: qtox: Update to 1.17.3.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (qtox): Update to 1.17.3. [source]: Respect that it's no longer a tarball.
2020-11-22Merge branch 'master' into stagingMarius Bakke
2020-11-21gnu: dino: Add some inputs.Raghav Gururajan
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>
2020-11-21gnu: dino: Re-arrange inputs in alphabetical order.Raghav Gururajan
* gnu/packages/messaging.scm (dino) [native-inputs]: Re-order. [inputs]: Re-order. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-21gnu: dino: Update synopsis and description.Raghav Gururajan
* gnu/packages/messaging.scm (dino) [synopsis]: Modify. [description]: Modify. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-21gnu: dino: Make some cosmetic changes.Raghav Gururajan
* gnu/packages/messaging.scm (dino): Make some cosmetic changes. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-20gnu: gajim-openpgp: Downgrade to 1.2.14.Raghav Gururajan
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>
2020-11-20gnu: gajim-omemo: Downgrade to 2.6.80.Raghav Gururajan
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>
2020-11-19gnu: gajim: Honour $GAJIM_PLUGIN_PATH.Tobias Geerinckx-Rice
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.
2020-11-15Merge branch 'master' into stagingMarius Bakke
2020-11-13gnu: dino: Update to 0.2.0Ekaitz Zarraga
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>
2020-11-11gnu: chatty: Update to 0.1.17.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (chatty): Update to 0.1.17.
2020-11-07Merge branch 'master' into stagingMarius Bakke
Conflicts: gnu/local.mk gnu/packages/gdb.scm gnu/packages/lisp-xyz.scm gnu/packages/web-browsers.scm
2020-11-05gnu: toxic: Update to 0.8.4.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (toxic): Update to 0.8.4.
2020-10-20gnu: Add gajim-openpgp.Raghav Gururajan
* gnu/packages/messaging.scm (gajim-openpgp): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-20gnu: gajim-omemo: Update description.Raghav Gururajan
* gnu/packages/messaging.scm (gajim-omemo) [description]: Modify. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-20gnu: gajim-omemo: Update to 2.7.9.Raghav Gururajan
* 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>
2020-10-20gnu: gajim-omemo: Make some cosmetic changes.Raghav Gururajan
* gnu/packages/messaging.scm (gajim-omemo): Make some cosmetic changes. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-20gnu: gajim: Update synopsis and description.Raghav Gururajan
* gnu/packages/messaging.scm (gajim) [synopsis]: Modify. [description]: Modify. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-20gnu: gajim: Update to 1.2.2.Raghav Gururajan
* 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>
2020-10-20gnu: gajim: Make some cosmetic changes.Raghav Gururajan
* gnu/packages/messaging.scm (gajim): Make some cosmetic changes. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-20gnu: python-nbxmpp: Update synopsis and description.Raghav Gururajan
* gnu/packages/messaging.scm (python-nbxmpp) [synopsis]: Modify. [description]: Modify. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-20gnu: python-nbxmpp: Update to 1.0.2.Raghav Gururajan
* 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>
2020-10-20gnu: python-nbxmpp: Make some cosmetic changes.Raghav Gururajan
* gnu/packages/messaging.scm (python-nbxmpp): Make some cosmetic changes. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-13Merge branch 'master' into stagingMarius Bakke
2020-10-06gnu: chatty: Update to 0.1.16.Michael Rohleder
* gnu/packages/messaging.scm (chatty): Update to 0.1.16. [inputs]: Add gsettings-desktop-schemas. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-10-05Merge branch 'master' into stagingGuillaume Le Vaillant
2020-09-29gnu: quaternion: Add debug output.Efraim Flashner
* gnu/packages/messaging.scm (quaternion)[outputs]: Add debug output.
2020-09-29gnu: dino: Add debug output.Efraim Flashner
* gnu/packages/messaging.scm (dino)[outputs]: Add debug output.
2020-09-23Merge branch 'staging' into wip-lispGuillaume Le Vaillant
2020-09-18gnu: purple-mattermost: Update to 1.2-0.158ce20.Ludovic Courtès
* gnu/packages/messaging.scm (purple-mattermost): Update to commit 158ce20.
2020-09-13gnu: profanity: Change build system.Raghav Gururajan
* gnu/package/messaging.scm (profanity) [build-system]: Change from gnu to glib-or-gtk. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-09-13gnu: profanity: Enable plugins, icons and clipboard.Raghav Gururajan
* 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>
2020-09-13gnu: profanity: Move some dependencies.Raghav Gururajan
* 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>
2020-09-13gnu: profanity: Make some cosmetic changes.Raghav Gururajan
* gnu/packages/messaging.scm (profanity): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-09-12gnu: Add poezio.Raghav Gururajan
* gnu/packages/messaging.scm (poezio): New variable.
2020-09-12gnu: Add mosquitto.Danny Milosavljevic
* gnu/packages/messaging.scm (mosquitto): New variable.
2020-09-11gnu: hangups: Update to 0.4.11.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (hangups): Update to 0.4.11.
2020-09-11gnu: mcabber: Update to 1.1.1.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (mcabber): Update to 1.1.1.
2020-09-09gnu: znc: Update to 1.8.2.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (znc): Update to 1.8.2.
2020-09-05Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner