summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
Commit message (Collapse)AuthorAge
* gnu: Put autoconf-related phases immediately after the 'unpack phase.Kei Kebreau2017-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (audacity, rtmidi)[arguments]: Correct phases accordingly. * gnu/packages/bioinformatics.scm (mash, seek, vsearch, emboss, htslib-for-sambamba)[arguments]: Likewise. * gnu/packages/ci.scm (cuirass)[arguments]: Likewise. * gnu/packages/compression.scm (minizip, xdelta)[arguments]: Likewise. * gnu/packages/cpp.scm (libzen)[arguments]: Likewise. * gnu/packages/crypto.scm (opendht)[arguments]: Likewise. * gnu/packages/databases.scm (4store, mdbtools)[arguments]: Likewise. * gnu/packages/debug.scm (stress-make)[arguments]: Likewise. * gnu/packages/dns.scm (dnscrypt-proxy, dnscrypt-wrapper)[arguments]: Likewise. * gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[arguments]: Likewise. * gnu/packages/engineering.scm (gerbv)[arguments]: Likewise. * gnu/packages/erlang.scm (erlang)[arguments]: Likewise. * gnu/packages/ftp.scm (weex)[arguments]: Likewise. * gnu/packages/gnome.scm (dia)[arguments]: Likewise. * gnu/packages/gnunet.scm (gnurl, guile-gnunet)[arguments]: Likewise. * gnu/packages/gtk.scm (guile-rsvg, graphene)[arguments]: Likewise. * gnu/packages/guile.scm (guildhall, guile-ics, guile-sqlite3)[arguments]: Likewise. * gnu/packages/ibus.scm (ibus-libpinyin)[arguments]: Likewise. * gnu/packages/irc.scm (weechat)[arguments]: Likewise. * gnu/packages/java.scm (classpath-devel)[arguments]: Likewise. * gnu/packages/libreoffice.scm (libetonyek)[arguments]: Likewise. * gnu/packages/libusb.scm (hidapi)[arguments]: Likewise. * gnu/packages/linux.scm (gpm)[arguments]: Likewise. * gnu/packages/logging.scm (glog)[arguments]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[arguments]: Likewise. * gnu/packages/mail.scm (dovecot-trees, dovecot-libsodium-plugin, esmtp) [arguments]: Likewise. * gnu/packages/messaging.scm (freetalk, libmesode, libstrophe)[arguments]: Likewise. * gnu/packages/microcom.scm (microcom)[arguments]: Likewise. * gnu/packages/ocaml.scm (ocaml-ssl)[arguments]: Likewise. * gnu/packages/parallel.scm (slurm)[arguments]: Likewise. * gnu/packages/pdf.scm (libharu)[arguments]: Likewise. * gnu/packages/samba.scm (cifs-utils)[arguments]: Likewise. * gnu/packages/serialization.scm (msgpack)[arguments]: Likewise. * gnu/packages/shells.scm (scsh)[arguments]: Likewise. * gnu/packages/telephony.scm (libiax2)[arguments]: Likewise. * gnu/packages/textutils.scm (dotconf)[arguments]: Likewise. * gnu/packages/version-control.scm (findnewest)[arguments]: Likewise. * gnu/packages/video.scm (libmediainfo, mediainfo)[arguments]: Likewise.
* gnu: qtox: Update to 1.11.0.R H2017-08-30
| | | | | | * gnu/packages/messaging.scm (qtox): Update to 1.11.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: c-toxcore: Update to 0.1.9.Ricardo Wurmus2017-07-18
| | | | | | | | | * gnu/packages/messaging.scm (c-toxcore): Update to 0.1.9. [build-system]: Switch to cmake-build-system. [native-inputs]: Remove autoconf, automake, libtool, and check. [inputs]: Rename to... [propagated-inputs]: ...this. [arguments]: Remove field.
* gnu: gajim: Update to 0.16.8.Arun Isaac2017-07-04
| | | | | | | * gnu/packages/messaging.scm (gajim): Update to 0.16.8. [source]: Remove patch. * gnu/packages/patches/gajim-CVE-2016-10376.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add toxic.Theodoros Foradis2017-07-02
| | | | | | * gnu/packages/messaging.scm (toxic): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gajim: Fix CVE-2016-10376.Marius Bakke2017-05-28
| | | | | | * gnu/packages/patches/gajim-CVE-2016-10376.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/messaging.scm (gajim)[source]: Use it.
* gnu: qtox: Update to 1.10.1.Ricardo Wurmus2017-05-25
| | | | | | | | * gnu/packages/messaging.scm (qtox): Update to 1.10.1. [inputs]: Remove libtoxcore and qt; add c-toxcore, qtbase, and qtsvg. [native-inputs]: Remove qt; add qttools. [build-system]: Change to cmake-build-system. [arguments]: Remove configure phase replacement.
* gnu: hexchat: Update to 2.12.4.Julien Lepiller2017-05-07
| | | | | | | | | | * gnu/packages/messaging.scm (hexchat): Update to 2.12.4. [source]: Remove incorrectly bootstrapped files. [native-inputs]: Add autoconf, autoconf-archive, automake, libtool, pkg-config. [arguments]: Add ‘bootstrap’ phase. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
* Revert "gnu: hexchat: Update to 2.12.4."Leo Famulari2017-05-06
| | | | | | | | | | | This reverts commit 09270a97d9297e8acf6d9ff224dd1d58e2a4498e. The source derivation failed to build with: /gnu/store/19lkrck1844idbcfq6ajzr0akmr8rshj-hexchat-2.12.4.tar.xz-builder:1:2293: In procedure #<procedure f6fdc0 ()>: /gnu/store/19lkrck1844idbcfq6ajzr0akmr8rshj-hexchat-2.12.4.tar.xz-builder:1:2293: In procedure module-lookup: Unbound variable: inputs
* gnu: hexchat: Update to 2.12.4.Julien Lepiller2017-05-06
| | | | | | | | * gnu/packages/messaging.scm (hexchat): Update to 2.12.4. [source]: Remove incorrectly bootstrapped files. [native-inputs]: Add autoconf, autoconf-archive, automake, libtool, pkg-config. [arguments]: Add ‘bootstrap’ phase.
* gnu: Avoid circular dependencies by Perl license.Petter2017-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | * guix/licenses.scm (perl-license): New variable. * gnu/packages/bioinformatics.scm: Change (package-license perl) to perl-license. * gnu/packages/compression.scm: Same. * gnu/packages/databases.scm: Same. * gnu/packages/gd.scm: Same. * gnu/packages/language.scm: Same. * gnu/packages/libevent.scm: Same. * gnu/packages/mail.scm: Same. * gnu/packages/messaging.scm: Same. * gnu/packages/ncurses.scm: Same. * gnu/packages/networking.scm: Same. * gnu/packages/photo.scm: Same. * gnu/packages/tcl.scm: Same. * gnu/packages/tex.scm: Same. * gnu/packages/tls.scm: Same. * gnu/packages/web.scm: Same. * gnu/packages/wm.scm: Same. * gnu/packages/xml.scm: Same. * gnu/packages/xorg.scm: Same. * gnu/packages/zip.scm: Same. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-nbxmpp: Update to 0.5.5.Tobias Geerinckx-Rice2017-04-20
| | | | | | | * gnu/packages/messaging.scm (python-nbxmpp): Update to 0.5.5. [source]: Use PYPI-URI. [home-page]: Use HTTPS. [description]: Fix up.
* gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice2017-03-30
| | | | All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
* gnu: ngircd: Use HTTPS.Tobias Geerinckx-Rice2017-03-20
| | | | * gnu/packages/messaging.scm (ngircd)[source, home-page]: Use HTTPS.
* gnu: ngircd: Use the phrase ‘IRC’ in its description.Tobias Geerinckx-Rice2017-03-20
| | | | * gnu/packages/messaging.scm (ngircd)[description]: Use ‘IRC’ with @dfn.
* gnu: ngircd: Use ‘modify-phases’ syntax.Tobias Geerinckx-Rice2017-03-20
| | | | * gnu/packages/messaging.scm (ngircd)[arguments]: Use ‘modify-phases’.
* gnu: ngircd: Update to 24.Tobias Geerinckx-Rice2017-03-20
| | | | | | | * gnu/packages/messaging.scm (ngircd): Update to 24. [source]: Remove upstreamed DNS lookup patch. * gnu/packages/patches/ngircd-no-dns-in-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: znc: Run test suite.Tobias Geerinckx-Rice2017-03-20
| | | | | | * gnu/packages/messaging.scm (znc)[arguments]: Enable tests. Add an ‘unpack-googletest’ phase and add ‘--with-gtest=’ to #:configure-flags. [native-inputs]: Add googletest source.
* gnu: Add libircclient.Arun Isaac2017-03-19
| | | | | | * gnu/packages/messaging.scm (libircclient): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: profanity: Make the source URL version-agnostic.Leo Famulari2017-03-15
| | | | | * gnu/packages/messaging.scm (profanity)[source]: Use (version) in the source URL.
* gnu: Add profanity.Mekeor Melire2017-03-15
| | | | | | * gnu/packages/messaging.scm (profanity): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add libstrophe.Mekeor Melire2017-03-15
| | | | | | * gnu/packages/messaging.scm (libstrophe): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add libmesode.Mekeor Melire2017-03-15
| | | | | | * gnu/packages/messaging.scm (libmesode): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: znc: Update to 1.6.5.Tobias Geerinckx-Rice2017-03-15
| | | | * gnu/packages/messaging.scm (znc): Update to 1.6.5.
* gnu: pidgin: Update to 2.12.0 [fixes CVE-2017-2640].Leo Famulari2017-03-10
| | | | * gnu/packages/messaging.scm (pidgin): Update to 2.12.0.
* gnu: prosody: Update to 0.9.12.Clément Lassieur2017-02-23
| | | | | | | | * gnu/packages/messaging.scm (prosody): Update to 0.9.12. [inputs]: Change lua5.1-sec-0.5 to lua5.1-sec. * gnu/packages/lua.scm (lua5.1-sec-0.5): Remove variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: gajim: Do not propagate Python packages.Ricardo Wurmus2017-02-13
| | | | | | * gnu/packages/messaging.scm (gajim)[propagated-inputs]: Move all inputs from here... [inputs]: ...to here.
* gnu: gajim: Update to 0.16.7.Ricardo Wurmus2017-02-13
| | | | * gnu/packages/messaging.scm (gajim): Update to 0.16.7.
* gnu: mcabber: Update to 1.0.5 [fixes CVE-2017-5604].Leo Famulari2017-02-12
| | | | * gnu/packages/messaging.scm (mcabber): Update to 1.0.5.
* gnu: bitlbee: Update to 3.5.1 [security fixes].Marius Bakke2017-01-30
| | | | | | | * gnu/packages/messaging.scm (bitlbee): Update to 3.5.1. [source]: Remove patches. (%bitlbee-buddy-nick-change-patch): Remove. (%bitlbee-always-use-nicks-patch): Remove.
* gnu: Add GNU Freetalk.Clément Lassieur2017-01-28
| | | | | | * gnu/packages/messaging.scm (freetalk): New variable. Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
* gnu: pybitmessage: Don't replace 'sh' reference with 'bash'.Leo Famulari2017-01-23
| | | | | * gnu/packages/messaging.scm (pybitmessage)[arguments]: Use (which "sh") instead of (which "bash") in 'fix-makefile' phase.
* gnu: Add mcabber.ng02017-01-18
| | | | | | * gnu/packages/messaging.scm (mcabber): New variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add loudmouth.ng02017-01-18
| | | | | | * gnu/packages/messaging.scm (loudmouth): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: prosody: Make config and data files visible to 'prosodyctl'.Clément Lassieur2017-01-08
| | | | | | * gnu/packages/messaging.scm (prosody)[arguments]: Add a 'fix-makefile' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: prosody: Add OpenSSL and Coreutils to the PATH of programs.Clément Lassieur2017-01-08
| | | | | | | * gnu/packages/messaging.scm (prosody)[arguments]: In 'wrap-programs' phase, add 'openssl' and 'coreutils' to 'PATH'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: znc: Update to 1.6.4.Tobias Geerinckx-Rice2016-12-28
| | | | * gnu/packages/messaging.scm (znc): Update to 1.6.4.
* gnu: utox: Fix description.ng02016-12-19
| | | | | | * gnu/packages/messaging.scm (utox): Fix description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: utox: Update to 0.11.0.ng02016-12-19
| | | | | | | | | | | | * gnu/packages/messaging.scm (utox): Update to 0.11.0. [source]: Update source uri to new group namespace on github. [build-system]: Change to cmake-build-system. [arguments]: Remove previous content and disable tests, add two new phases. [inputs]: Remove libtoxcore, add c-toxcore. [native-inputs]: Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add c-toxcore.ng02016-12-19
| | | | | | * gnu/packages/messaging.scm (c-toxcore): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: psyclpc: Update comment.Leo Famulari2016-11-26
| | | | | | This is a followup to commit eaa45301f46f13a3f71bcae6089d312f31174801. * gnu/packages/messaging.scm (psyclpc): Update comment.
* gnu: Move content of (gnu packages psyc) into (gnu packages messaging).ng02016-11-26
| | | | | | | | * gnu/packages/psyc.scm (perl-net-psyc, libpsyc, psyclpc): Move this ... * gnu/packages/messaging.scm (perl-net-psyc, libpsyc, psyclpc): ... here. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove psyc.scm. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: prosody: fix SSL/TLS.Clément Lassieur2016-11-12
| | | | | | | | * gnu/packages/lua.scm (lua5.1-sec-0.5): New variable. * gnu/packages/messaging.scm (prosody): [inputs]: Change lua5.1-sec to lua5.1-sec-0.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gajim: Update to 0.16.6.Arun Isaac2016-10-23
| | | | | | * gnu/packages/messaging.scm (gajim): Update to 0.16.6. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gajim: License is "version 3 only".Arun Isaac2016-10-23
| | | | | | * gnu/packages/messaging.scm (gajim)[license]: Change to GPL3. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: hexchat: Update to 2.12.2.Tobias Geerinckx-Rice2016-10-09
| | | | * gnu/packages/messaging.scm (hexchat): Update to 2.12.2.
* gnu: Add qtox.Andy Patterson2016-10-09
| | | | | | * gnu/packages/messaging.scm (qtox): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add gloox.ng02016-09-27
| | | | | | * gnu/packages/messaging.scm (gloox): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add ytalkJohn Darrington2016-09-22
| | | | * gnu/packages/messaging.scm (ytalk): New variable.
* gnu: prosody: Don't generate example SSL certificates.Tobias Geerinckx-Rice2016-09-16
| | | | | | They are non-deterministic and of questionable utility. * gnu/packages/messaging.scm (prosody)[arguments]: Add #:configure-flags.