summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: python-nbxmpp: Update to 0.6.7.•••* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.7. Tobias Geerinckx-Rice2018-09-031-2/+2
* gnu: libircclient: Update to 1.10.•••* gnu/packages/messaging.scm (libircclient): Update to 1.10. Tobias Geerinckx-Rice2018-09-031-4/+3
* gnu: c-toxcore: Update to 0.2.7.•••* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.7. Rutger Helling2018-09-031-2/+2
* gnu: c-toxcore: Update to 0.2.6.•••* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.6. Rutger Helling2018-08-181-2/+2
* gnu: c-toxcore: Update to 0.2.5.•••* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.5. Rutger Helling2018-08-091-2/+2
* gnu: quaternion: Build with modular qt.•••* gnu/packages/messaging.scm (quaternion)[inputs]: Remove qt, add qtbase, qtdeclarative. Efraim Flashner2018-07-291-1/+2
* gnu: libqmatrixclient: Build with modular qt.•••* gnu/packages/messaging.scm (libqmatrixclient)[inputs]: Remove qt, add qtbase. Efraim Flashner2018-07-291-1/+1
* gnu: quaternion: Don't use unstable tarball.•••* gnu/packages/messaging.scm (quaternion)[source]: Download using git reference and not autogenerated tarball. Efraim Flashner2018-07-291-5/+6
* gnu: libqmatrixclient: Don't use unstable tarball.•••* gnu/packages/messaging.scm (libqmatrixclient)[source]: Download using git reference and not autogenerated tarball. Efraim Flashner2018-07-291-6/+7
* gnu: qtox: Update to 1.16.3.•••* gnu/packages/messaging.scm (qtox): Update to 1.16.3. [inputs]: Change ffmpeg-3.4 to ffmpeg. Rutger Helling2018-07-231-3/+3
* gnu: c-toxcore: Update to 0.2.4.•••* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.4. Rutger Helling2018-07-231-3/+3
* gnu: znc: Update to 1.7.1 [fixes CVE-2018-{14055,14056}].•••* gnu/packages/messaging.scm (znc): Update to 1.7.1. Leo Famulari2018-07-181-2/+2
* gnu: Add quaternion.•••* gnu/packages/messaging.scm (quaternion): New variable. Arun Isaac2018-07-121-0/+47
* gnu: Add libqmatrixclient.•••* gnu/packages/messaging.scm (libqmatrixclient): New variable. Arun Isaac2018-07-121-1/+27
* gnu: qtox: Update to 1.16.1.•••* gnu/packages/messaging.scm (qtox): Update to 1.16.1. Rutger Helling2018-07-051-2/+2
* gnu: qtox: Update to 1.16.0.•••* gnu/packages/messaging.scm (qtox): Update to 1.16.0. Rutger Helling2018-07-041-2/+2
* Merge branch 'master' into core-updatesLudovic Courtès2018-06-011-2/+2
|\
| * gnu: prosody: Update to 0.10.2 [fixes CVE-2018-10847].•••* gnu/packages/messaging.scm (prosody): Update to 0.10.2. Leo Famulari2018-05-311-2/+2
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-281-4/+4
|\|
| * gnu: gajim: Update to 1.0.3.•••* gnu/packages/messaging.scm (gajim): Update to 1.0.3. Clément Lassieur2018-05-281-2/+2
| * gnu: python-nbxmpp: Update to 0.6.6.•••* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.6. Clément Lassieur2018-05-281-2/+2
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-211-2/+2
|\|
| * gnu: libsignal-protocol-c: Update to 2.3.2.•••* gnu/packages/messaging.scm (libsignal-protocol-c): Update to 2.3.2. Tobias Geerinckx-Rice2018-05-191-2/+2
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-171-3/+11
|\|
| * gnu: prosody: Update to 0.10.1 [security fixes].•••* gnu/packages/messaging.scm (prosody): Update to 0.10.1. Tobias Geerinckx-Rice2018-05-171-2/+2
| * gnu: gajim: Fix GtkFileChooserDialog.•••* gnu/packages/messaging.scm (gajim)[arguments]: Add 'wrap-program phase to fix GtkFileChooserDialog. Rutger Helling2018-05-101-1/+9
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-081-0/+47
|\|
| * gnu: Add bitlbee-discord.•••* gnu/packages/messaging.scm (bitlbee-discord): New variable. Pierre-Antoine Rouby2018-05-071-0/+43
| * gnu: bitlbee: Install development headers.•••* gnu/packages/messaging.scm (bitlbee)[arguments]: Add 'install-lib' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre-Antoine Rouby2018-05-071-0/+4
* | Merge branch 'master' into core-updatesMarius Bakke2018-05-061-12/+28
|\|
| * gnu: znc: Use @dfn in description.•••* gnu/packages/messaging.scm (znc)[description]: Use @dfn. Tobias Geerinckx-Rice2018-05-021-3/+3
| * gnu: znc: Update to 1.7.0.•••* gnu/packages/messaging.scm (znc): Update to 1.7.0. [native-inputs]: Replace GOOGLETEST source input with a newer git checkout. [arguments]: Adjust the ‘unpack-googletest’ phase accordingly. Add ‘--with-gmock=...’ to #:configure-flags. Tobias Geerinckx-Rice2018-05-021-8/+24
| * gnu: znc: Use INVOKE.•••* gnu/packages/messaging.scm (znc)[arguments]: Substitute INVOKE for SYSTEM* and explictly return #t from ‘unpack-googletest’ phase. Tobias Geerinckx-Rice2018-05-021-2/+2
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-301-4/+4
|\|
| * gnu: gajim: Update to 1.0.2.•••* gnu/packages/messaging.scm (gajim): Update to 1.0.2. Clément Lassieur2018-04-301-2/+2
| * gnu: python-nbxmpp: Update to 0.6.5.•••* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.5. Clément Lassieur2018-04-301-2/+2
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-301-15/+21
|\|
| * gnu: toxic: Update to 0.8.2.•••* gnu/packages/messaging.scm (toxic): Update to 0.8.2. Rutger Helling2018-04-241-2/+2
| * gnu: qtox: Update to 1.15.0.•••* gnu/packages/messaging.scm (qtox): Update to 1.15.0. Rutger Helling2018-04-241-2/+2
| * gnu: utox: Update to 0.17.0.•••* gnu/packages/messaging.scm (utox): Update to 0.17.0. [source]: Use git-fetch instead of url-fetch. [arguments]: Add "-DENABLE_TESTS=on" configure-flag. Rutger Helling2018-04-241-8/+11
| * gnu: c-toxcore: Update to 0.2.2.•••* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.2. [arguments]: Disable tests. Rutger Helling2018-04-241-2/+5
| * gnu: ffmpeg: Update to 4.0.•••* gnu/packages/video.scm (ffmpeg): Update to 4.0. * gnu/packages/video.scm (ffmpeg@3.4): New variable. * gnu/packages/video.scm (ffmpeg-git): Remove variable. * gnu/packages/video.scm (mpv)[inputs]: Build with ffmpeg instead of ffmpeg-git. * gnu/packages/gstreamer.scm (gst-libav)[inputs]: Build with ffmpeg@3.4 instead of ffmpeg. * gnu/packages/messaging.scm (qtox)[inputs]: Build with ffmpeg@3.4 instead of ffmpeg. * gnu/packages/emulators.scm (dolphin-emu)[inputs]: Build with ffmpeg@3.4 instead of ffmpeg. * gnu/packages/gnunet.scm (libextractor)[inputs]: Build with ffmpeg@3.4 instead of ffmpeg. Rutger Helling2018-04-231-1/+1
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-211-54/+82
|\|
| * gnu: gajim: Update to 1.0.1.•••* gnu/packages/messaging.scm (gajim): Update to 1.0.1. [build-system]: Change to PYTHON-BUILD-SYSTEM. [arguments]: Remove the PYTHONPATH wrapper. Don't override "APP". Add a GI_TYPELIB_PATH wrapper. Add 'remove-test-resolver, 'start-xserver and 'install-icons phases. [native-inputs]: Add XORG-SERVER. [inputs]: Remove PYTHON2-AXOLOTL, PYTHON2-NBXMPP, PYTHON2-PYOPENSSL, PYTHON2-GNUPG, PYTHON2-PYGTK, PYTHON-2. Add ADWAITA-ICON-THEME, GNOME-KEYRING, GTK+, GTKSPELL3, HICOLOR-ICON-THEME, LIBSECRET, PYTHON-AXOLOTL, PYTHON-DBUS, PYTHON-DOCUTILS, PYTHON-GNUPG, PYTHON-NBXMPP, PYTHON-PILLOW, PYTHON-PYASN1, PYTHON-PYCAIRO, PYTHON-PYGOBJECT, PYTHON-PYOPENSSL, PYTHON-QRCODE. Clément Lassieur2018-04-171-23/+61
| * gnu: python-nbxmpp: Update to 0.6.4.•••* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.4. Clément Lassieur2018-04-171-3/+3
| * gnu: hexchat: Update to 2.14.1.•••* gnu/packages/messaging.scm (hexchat): Update to 2.14.1. [source]: Remove obsolete snippet. [build-system]: Use the meson-build-system. [native-inputs]: Add perl, and gettext-minimal. Remove autoconf, autoconf-archive, automake, intltool, and libtool. [inputs]: Add libproxy. [arguments]: Add a phase to skip generation of icon and .desktop file databases. Remove #:make-flags. Leo Famulari2018-04-131-28/+19
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-101-7/+8
|\|
| * gnu: pybitmessage: Update to 0.6.3.2 [security fixes].•••* gnu/packages/messaging.scm (pybitmessage): Update to 0.6.3.2. [source]: Fetch from git. Ricardo Wurmus2018-03-291-7/+8
* | Merge branch 'master' into core-updatesMarius Bakke2018-03-291-2/+2
|\|
| * gnu: libstrophe: Update to 0.9.2.•••* gnu/packages/messaging.scm (libstrophe): Update to 0.9.2. Tobias Geerinckx-Rice2018-03-251-2/+2