summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
Commit message (Collapse)AuthorAge
* gnu: hangups: Update to 0.4.15.Tobias Geerinckx-Rice2021-11-27
| | | | | * gnu/packages/messaging.scm (hangups): Update to 0.4.15. [arguments]: Don't explicitly return #t from phases.
* gnu: Add qxmpp.Vinicius Monego2021-11-21
| | | | | | * gnu/packages/messaging.scm (qxmpp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: profanity: Update to 0.11.1.Tanguy Le Carrour2021-11-15
| | | | | | * gnu/packages/messaging.scm (profanity): Update to 0.11.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add purple-lurch.James Thomas2021-11-14
| | | | | | * gnu/packages/messaging.scm (purple-lurch): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libomemo.James Thomas2021-11-14
| | | | | | * gnu/packages/messaging.scm (libomemo): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add axc.James Thomas2021-11-14
| | | | | | * gnu/packages/messaging.scm (axc): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add weechat-wee-slack.Arun Isaac2021-11-07
| | | | | | * gnu/packages/messaging.scm (weechat-wee-slack): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add weechat-matrix.Arun Isaac2021-11-07
| | | | | | * gnu/packages/messaging.scm (weechat-matrix): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libgnt: Update to 2.14.3.Tobias Geerinckx-Rice2021-11-03
| | | | | * gnu/packages/messaging.scm (libgnt): Update to 2.14.3. [arguments]: Don't explicitly return #t from phases.
* gnu: prosody: Update to 0.11.10.Tobias Geerinckx-Rice2021-11-03
| | | | | * gnu/packages/messaging.scm (prosody): Update to 0.11.10. [arguments]: Don't explicitly return #t from phases.
* gnu: gajim: Update to 1.3.3.Tobias Geerinckx-Rice2021-10-18
| | | | | | * gnu/packages/messaging.scm (gajim): Update to 1.3.3. [arguments]: Remove 'disable-failing-tests phase, as all now pass. Don't explicitly return #t from other phases.
* gnu: python-nbxmpp: Update to 2.0.4.Tobias Geerinckx-Rice2021-10-18
| | | | * gnu/packages/messaging.scm (python-nbxmpp): Update to 2.0.4.
* gnu: dino: Update to 0.2.2.Tobias Geerinckx-Rice2021-10-14
| | | | * gnu/packages/messaging.scm (dino): Update to 0.2.2.
* gnu: hexchat: Update to 2.16.0.Tobias Geerinckx-Rice2021-10-03
| | | | | | | | | * gnu/packages/messaging.scm (hexchat): Update to 2.16.0. [source]: Remove patch. [inputs]: Remove libnotify and libproxy. Upgrade python-2 to python@3. Add python-cffi and bash-minimal. [arguments]: Don't explicitly return #t from phases. Add a new 'wrap-program phase.
* gnu: nheko: Update to 0.8.2.nixo2021-09-03
| | | | | | | | | | | | | | | | | | * gnu/packages/messaging.scm (nheko): Update to 0.8.2. [source snippet]: Remove third_party folder. [arguments]: Remove -fpermissive flag, remove remove-Werror phase, add phase wrap-program and unbundle-dependencies. [inputs]: Add gst-plugins-base, gst-plugins-bad, libnice, qtkeychain, and unbundle blurhash, cpp-httplib and single-application, remove tweeny. [native-inputs]: Add doxygen, graphviz used to build documentation. [description]: Simplify by removing the long list, add new features. (mtxclient): Update to 0.5.1. [arguments]: Remove set-home phase. * gnu/packages/databases.scm (lmdbxx): Update to 1.0.0. [source]: Change repository to a fork required by nheko. [home-page]: Update accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove psyclpc.Leo Famulari2021-07-27
| | | | | | | As discussed in <https://bugs.gnu.org/46602>, psyclpc does not support a current release of OpenSSL. * gnu/packages/messaging.scm (psyclpc): Remove variable.
* gnu: Add omemo-wget.Raghav Gururajan2021-07-18
| | | | * gnu/packages/messaging.scm (omemo-wget): New variable.
* gnu: bitlbee-discord: Update to 0.4.3.Maxim Cournoyer2021-07-14
| | | | * gnu/packages/messaging.scm (bitlbee-discord): Update to 0.4.3.
* gnu: bitlbee-discord: Fix build.Adrian Fullmer2021-07-14
| | | | | | | | | * gnu/packages/messaging.scm (bitlbee-discord)[phases]{configure}: Delete override and move the configure flags to... [configure-flags]: ... here. Specify the '--with-bdatadir' configure flag, which resolves a build failure. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: dino: Enable some features.Raghav Gururajan2021-06-22
| | | | | * gnu/packages/messaging.scm (dino): Add comments for v0.3.0 release. [inputs]: Add gspell and icu4c.
* gnu: dino: Add missing inputs.Raghav Gururajan2021-06-22
| | | | | | | | | These new inputs are referenced by the package but was missing in the package definition. Some of these inputs might have been used by the package indirectly via propagation from other inputs. * gnu/packages/messaging.scm (dino)[native-inputs]: Add gobject-introspection. [inputs]: Add atk, cairo, gdk-pixbug+svg, libnice and pango.
* gnu: dino: Remove duplicate inputs.Raghav Gururajan2021-06-22
| | | | | * gnu/packages/messaging.scm (dino)[inputs]: Remove duplicate gpgme, gtk+, glib-networking and gsettings-desktop-schemas.
* gnu: HexChat: Add Libera Chat to the list of networks.Leo Famulari2021-06-16
| | | | | | * gnu/packages/patches/hexchat-add-libera-chat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/messaging.scm (hexchat)[source]: Use it.
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
* gnu: prosody: Update to 0.11.9.Solene Rapenne2021-06-13
| | | | | | * gnu/packages/messaging.scm (prosody): Update to 0.11.9. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dino: Update to 0.2.1 [fixes CVE-2021-33896].Jack Hill2021-06-07
| | | | | | * gnu/packages/messaging.scm (dino): Update to 0.2.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: pidgin: Update to 2.14.5.Tobias Geerinckx-Rice2021-06-06
| | | | * gnu/packages/messaging.scm (pidgin): Update to 2.14.5.
* gnu: Add matterbridge.Denis 'GNUtoo' Carikli2021-06-06
| | | | | | * gnu/packages/messaging.scm (matterbridge): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: gajim-omemo: Update to 2.7.14.Raghav Gururajan2021-06-03
| | | | * gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.7.14.
* gnu: libsignal-protocol-c: Update to 2.3.3.Tobias Geerinckx-Rice2021-05-24
| | | | * gnu/packages/messaging.scm (libsignal-protocol-c): Update to 2.3.3.
* gnu: hangups: Update to 0.4.14.Tobias Geerinckx-Rice2021-05-24
| | | | * gnu/packages/messaging.scm (hangups): Update to 0.4.14.
* gnu: telegram-purple: Note support status.Tobias Geerinckx-Rice2021-05-06
| | | | * gnu/packages/messaging.scm (telegram-purple)[description]: Set expectations.
* gnu: telegram-purple: Update to 1.4.7.Tobias Geerinckx-Rice2021-05-06
| | | | * gnu/packages/messaging.scm (telegram-purple): Update to 1.4.7.
* gnu: gajim: Update to 1.3.2.Tobias Geerinckx-Rice2021-05-02
| | | | * gnu/packages/messaging.scm (gajim): Update to 1.3.2.
* gnu: pidgin: Update to 2.14.4.Tobias Geerinckx-Rice2021-05-02
| | | | | | * gnu/packages/messaging.scm (pidgin): Update to 2.14.4. [arguments]: Add now-required ‘--disable-gevolution’ configure flag. Remove obsoleted 'eat-leftovers phase.
* gnu: psi-plus: Update to 1.5.1484.Tobias Geerinckx-Rice2021-04-18
| | | | * gnu/packages/messaging.scm (psi-plus): Update to 1.5.1484.
* gnu: hangups: Run test suite.Efraim Flashner2021-04-12
| | | | | * gnu/packages/messaging.scm (hangups)[arguments]: Use custom 'check phase.
* gnu: hangups: Loosen version restrictions further.Efraim Flashner2021-04-12
| | | | | * gnu/packages/messaging.scm (hangups)[arguments]: Adjust custom 'relax-dependencies phase to allow more dependency versions.
* gnu: pidgin: Update to 2.14.3.Tobias Geerinckx-Rice2021-04-09
| | | | | * gnu/packages/messaging.scm (pidgin): Update to 2.14.3. [arguments]: Add an 'eat-leftovers phase.
* gnu: pidgin: Update to 2.14.2.Tobias Geerinckx-Rice2021-04-02
| | | | | | | * gnu/packages/messaging.scm (pidgin): Update to 2.14.2. [source]: Remove pidgin-vv-gst.patch. * gnu/packages/patches/pidgin-vv-gst.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add zulip-term.Giacomo Leidi2021-04-01
| | | | | | * gnu/packages/messaging.scm (zulip-term): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-zulip.Giacomo Leidi2021-04-01
| | | | | | * gnu/packages/python-xyz.scm (python-zulip): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Remove QT 4.Leo Famulari2021-03-25
| | | | | | | | | | | | | For more information, see: https://lists.gnu.org/archive/html/guix-devel/2016-02/msg00596.html https://bugs.gnu.org/45704 * gnu/packages/qt.scm (qt-4, python2-pyqt-4): Remove variables. * gnu/packages/engineering.scm (qucs, qucs-s): Remove variables. * gnu/packages/messaging.scm (pybitmessage): Remove variable. * gnu/packages/password-utils.scm (keepassx): Remove variable. * gnu/packages/pdf.scm (poppler-qt4): Remove variable.
* gnu: python2-nbxmpp: Remove package.zimoun2021-03-23
| | | | | | * gnu/packages/messaging.scm (python2-nbxmpp): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add movim-desktop.Raghav Gururajan2021-03-21
| | | | | | * gnu/packages/messaging.scm (movim-desktop): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add psi-plus.Raghav Gururajan2021-03-20
| | | | | | * gnu/packages/messaging.scm (psi-plus): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add psi.Raghav Gururajan2021-03-19
| | | | | | * gnu/packages/messaging.scm (psi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: hangups: Update to 0.4.13.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/messaging.scm (hangups): Update to 0.4.13.
* gnu: gajim: Update to 1.3.1.Raghav Gururajan2021-03-10
| | | | | * gnu/packages/messaging.scm (gajim): Update to 1.3.1. [arguments]: Modify custom 'disable-failing-tests phase.
* gnu: python-nbxmpp: Update to 2.0.2.Raghav Gururajan2021-03-10
| | | | | | * gnu/packages/messaging.scm (python-nbxmpp) [version]: Update to 2.0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>