summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
Commit message (Collapse)AuthorAge
* 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>
* gnu: libgnt: Update to 2.14.1.Tobias Geerinckx-Rice2021-03-06
| | | | * gnu/packages/messaging.scm (libgnt): Update to 2.14.1.
* gnu: mcabber: Enable enchant support.Raghav Gururajan2021-02-26
| | | | | | | | * gnu/packages/messaging.scm (mcabber) [arguments]: Add --enable-enchant configure-flag. [inputs]: Add enchant. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: mcabber: Disable static libraries.Raghav Gururajan2021-02-26
| | | | | | | * gnu/packages/messaging.scm (mcabber) [arguments]: Add --disable-static configure-flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: mcabber: Add missing native-inputs.Raghav Gururajan2021-02-26
| | | | | | | * gnu/packages/messaging.scm (mcabber) [native-inputs]: Add perl and python-wrapper. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: mcabber: Update to 1.1.2.Raghav Gururajan2021-02-26
| | | | | | * gnu/packages/messaging.scm (mcabber) [version]: Update to 1.1.2. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: loudmouth: Generate documentation.Raghav Gururajan2021-02-26
| | | | | | | * gnu/packages/messaging.scm (loudmouth) [outputs]: New output "doc". [arguments]: Add --enable-gtk-doc and --with-html-dir configure-flags. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: loudmouth: Enable GSSAPI.Raghav Gururajan2021-02-26
| | | | | | * gnu/packages/messaging.scm (loudmouth) [inputs]: Add mit-krb5. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: loudmouth: Disable static libraries.Raghav Gururajan2021-02-26
| | | | | | | * gnu/packages/messaging.scm (loudmouth) [arguments]: Add --disable-static configure-flag and CFLAGS make-flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: loudmouth: Update to 1.5.4.Raghav Gururajan2021-02-26
| | | | | | * gnu/packages/messaging.scm (loudmouth) [version]: Update to 1.5.4. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: profanity: Disable static libraries.Raghav Gururajan2021-02-24
| | | | | | * gnu/packages/messaging.scm (profanity) [arguments]<#:configure-flag>: Add --disable-static. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: profanity: Add missing inputs.Raghav Gururajan2021-02-24
| | | | | | * gnu/packages/messaging.scm (profanity) [inputs]: Add libgcrypt. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: libstrophe: Disable static libraries.Raghav Gururajan2021-02-24
| | | | | | | | | * gnu/packages/messaging.scm (libstrope)[arguments]: Add --disable-static configure flag. Patch Makefile.am to make tests link correctly. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> libstrophe oneline
* gnu: libstrophe: Update to 0.10.1.Raghav Gururajan2021-02-24
| | | | | | * gnu/packages/messaging.scm (libstrophe) [version]: Update to 0.10.1. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: libmesode: Disable static libraries.Raghav Gururajan2021-02-24
| | | | | * gnu/packages/messaging.scm (libmesode)[arguments]: Add --disable-static configure flag. Patch Makefile.am to make tests link correctly.
* gnu: libmesode: Update source, home-page URIs.Raghav Gururajan2021-02-24
| | | | | | | | * gnu/packages/messaging.scm (libmesode) [source]: Update to new upstream URI. [home-page]: Same. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: gajim-openpgp: Update to 1.3.9.Raghav Gururajan2021-02-11
| | | | | | | * gnu/packages/messaging.scm (gajim-openpgp): Update to 1.3.9. [propagated-inputs]: Add python-gpg. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: gajim-omemo: Update to 2.7.13.Raghav Gururajan2021-02-11
| | | | | | * gnu/packages/messaging.scm (gajim-omemo): Update to 2.7.13. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: gajim: Fix credentials management.Raghav Gururajan2021-02-11
| | | | | | | * gnu/packages/messaging.scm (gajim)[inputs]: Remove gnome-keyring. Add libsecret. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: gajim: Update to 1.3.0.Raghav Gururajan2021-02-11
| | | | | | | * gnu/packages/messaging.scm (gajim): Update to 1.3.0. [arguments]<#:phases>['disable-failing-tests]: New phase. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: python-nbxmpp: Support GSSAPI authentication.Raghav Gururajan2021-02-11
| | | | | | * gnu/packages/messaging.scm (python-nbxmpp)[inputs]: Add python-gssapi. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: python-nbxmpp: Update to 2.0.1.Raghav Gururajan2021-02-11
| | | | | | * gnu/packages/messaging.scm (python-nbxmpp): Update to 2.0.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: utox: Update to 0.18.1.Robert Karszniewicz2021-01-31
| | | | | | | * gnu/packages/messaging.scm (utox): Update to 0.18.1. [inputs]: Remove libsodium. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: profanity: Update to 0.10.0.Tanguy Le Carrour2021-01-20
| | | | | | * gnu/packages/messaging.scm (profanity): Update to 0.10.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libmesode: Update to 0.10.1.Tanguy Le Carrour2021-01-20
| | | | | | * gnu/packages/messaging.scm (libmesode): Update to 0.10.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: quaternion: Update to 0.0.9.4f.Michael Rohleder2021-01-20
| | | | | | * gnu/packages/messaging.scm (quaternion): Update to 0.0.9.4f. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: ngircd: Update to 26.1.Tobias Geerinckx-Rice2021-01-07
| | | | * gnu/packages/messaging.scm (ngircd): Update to 26.1.
* gnu: pidgin-otr: Add some inputs.Raghav Gururajan2021-01-03
| | | | | | | | * gnu/packages/messaging.scm (pidgin-otr) [native-inputs]: Add gettext-minimal. [inputs]: Add perl. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin-otr: Update license.Raghav Gururajan2021-01-03
| | | | | | * gnu/packages/messaging.scm (pidgin-otr) [license]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin-otr: Make some cosmetic changes.Raghav Gururajan2021-01-03
| | | | | | * gnu/packages/messaging.scm (pidgin-otr): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: libotr: Update license.Raghav Gururajan2021-01-03
| | | | | | * gnu/packages/messaging.scm (libotr) [license]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: libotr: Make some cosmetic changes.Raghav Gururajan2021-01-03
| | | | | | * gnu/packages/messaging.scm (libotr): Make some cosmetic changes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin: Enable MultiMedia and A/V support.Raghav Gururajan2021-01-03
| | | | | | | | | | | | | | * gnu/packages/messaging.scm (pidgin) [patches]<search-patches> [pidgin-vv-gst.patch]: New patch. [arguments]<#:configure-flags>[--diable-vv]: Remove flag. [--disable-gstreamer]: Remove flag. [CFLAGS]: New flag. [inputs]: Add farstream and gstreamer. Move gtk+-2 to ... [propagated-inputs]: ... here. * gnu/packages/patches/pidgin-vv-gst.patch: New file. * gnu/local.mk (dist_patch_DATA): Add entry. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin: Enable Gadu-Gadu protocol support.Raghav Gururajan2021-01-03
| | | | | | * gnu/packages/messaging.scm (pidgin) [inputs]: Add libgadu. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin: Upgrade to 2.14.1.Raghav Gururajan2021-01-03
| | | | | | | | | | * gnu/packages/messaging.scm (pidgin) [version]: Modify. [source]<origin>[sha256]: Modify base32. [patches]<search-patches>[pidgin-libnm.patch]: Remove obsolete patch. * gnu/packages/patches/pidgin-libnm.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove entry. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin: Enable support for Tk.Raghav Gururajan2021-01-03
| | | | | | | * gnu/packages/messaging.scm (pidgin) [inputs]: Add tk. [arguments]<#:configure-flags>[--with-tkconfig]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin: Enable support for Tcl.Raghav Gururajan2021-01-03
| | | | | | | | * gnu/packages/messaging.scm (pidgin) [inputs]: Add Tcl. [arguments]<#:configure-flags>[--disable-tcl]: Remove flag. [--with-tclconfig]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin: Enable SILC protocol support.Raghav Gururajan2021-01-03
| | | | | | * gnu/packages/messaging.scm (pidgin) [inputs]: Add silc-toolkit. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin: Enable CAP.Raghav Gururajan2021-01-03
| | | | | | | * gnu/packages/messaging.scm (pidgin) [arguments]<#:configure-flags> [--enable-cap]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin: Enable meanwhile.Raghav Gururajan2021-01-03
| | | | | | | * gnu/packages/messaging.scm (pidgin) [inputs]: Add meanwhile. [arguments]<#:configure-flags>[--disable-meanwhile]: Remove flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin: Enable support for mono.Raghav Gururajan2021-01-03
| | | | | | | * gnu/packages/messaging.scm (pidgin) [inputs]: Add mono. [arguments]<#:configure-flags>[--enable-mono]: New flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin: Add missing inputs.Raghav Gururajan2021-01-03
| | | | | | | | | | | | | 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 (pidgin) [native-inputs]: Add graphviz. Move python-2 to ... [inputs]: ... here. Add libgnt, libx11, libxext, nspr, nss, pango and perl. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: pidgin: Re-arrange inputs in alphabetical order.Raghav Gururajan2021-01-03
| | | | | | | * gnu/packages/messaging.scm (pidgin) [native-inputs]: Re-order. [inputs]: Re-order. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>