summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
Commit message (Collapse)AuthorAge
...
* gnu: dino: Update to 0.3.0.Ricardo Wurmus2022-02-13
| | | | | | | * gnu/packages/messaging.scm (dino): Update to 0.3.0. [arguments]: Add 'wrap phase. [inputs]: Add gstreamer, gst-plugins-base, gst-plugins-good, libcanberra, libsrtp, and webrtc-audio-processing.
* gnu: bitlbee-discord: Update to 0.4.3-1.607f988.Adam Maleszka2022-02-10
| | | | | | | | | Fixes <https://issues.guix.gnu.org/53840>. * gnu/packages/messaging.scm (bitlbee-discord): Update to 0.4.3-1.607f988. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: chatty: Update to 0.4.0.Liliana Marie Prikler2022-02-08
| | | | | | | | | | * gnu/packages/messaging.scm (chatty): Update to 0.4.0. [#:phases]: Drop trailing #t. [native-inputs]: Use new style. Add protobuf. [inputs]: Add gspell, json-glib, libolm, libphonenumber and modem-manager. Replace libhandy-0.0 with libhandy. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: nheko: Fix build.base-for-series-11061Nicolas Goaziou2022-01-22
| | | | * gnu/packages/messaging.scm (nheko)[arguments]: Use G-expressions.
* gnu: nheko: Remove inputs labels.Nicolas Goaziou2022-01-21
| | | | * gnu/packages/messaging.scm (nheko)[inputs, native-inputs]: Remove labels.
* gnu: nheko: Update to 0.9.0.raingloom2022-01-21
| | | | | | | * gnu/packages/messaging.scm (nheko): Update to 0.9.0. [inputs]: Add coeurl, curl, libevent and xcb-util-wm. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mtxclient: Remove trailing #T from phases.Nicolas Goaziou2022-01-21
| | | | * gnu/packages/messaging.scm (mtxclient)[arguments]<#:phases>: Remove trailing #T.
* gnu: mtxclient: Update to 0.6.1.raingloom2022-01-21
| | | | | | | * gnu/packages/messaging.scm (mtxclient): Update to 0.6.1. [inputs]: Add curl, coeurl and libevent. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: tdlib: Update to 1.8.0.Aleksandr Vityazev2022-01-19
| | | | | | | * gnu/packages/emacs-xyz.scm (tdlib): Update to 1.8.0. [arguments]<#:phases>: Remove trailing #T. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: hangups: Update to 0.4.16.Tobias Geerinckx-Rice2022-01-05
| | | | | * gnu/packages/messaging.scm (hangups): Update to 0.4.16. [propagated-inputs]: Upgrade python-protobuf-3.6 to python-protobuf.
* gnu: gajim: Add libnice.Ryan Desfosses2021-12-26
| | | | | | | | Fixes: <https://issues.guix.gnu.org/51341>. * gnu/package/messaging.scm (gajim)[inputs]: Add libnice. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: qtox: Remove input labels.Tobias Geerinckx-Rice2021-12-18
| | | | | | * gnu/packages/messaging.scm (qtox)[native-inputs]: Remove input labels. [arguments]: Gexp, use SEARCH-INPUT-DIRECTORY, and don't explicitly return #t from phases.
* gnu: qtox: Update to 1.17.4.Tobias Geerinckx-Rice2021-12-18
| | | | * gnu/packages/messaging.scm (qtox): Update to 1.17.4.
* gnu: gajim: Add d-bus support.Raghav Gururajan2021-12-18
| | | | * gnu/packages/messaging.scm (gajim)[inputs]: Add python-dbus.
* gnu: gajim: Correct python version and skip sanity-check.Raghav Gururajan2021-12-17
| | | | | * gnu/packages/messaging.scm (gajim)[phases](sanity-check): Remove phase. [native-search-paths](GUIX_PYTHONPATH): Adjust version.
* gnu: python-nbxmpp: Correct libsoup dependency.Raghav Gururajan2021-12-17
| | | | | | | This packages uses ABI of libsoup v2. * gnu/packages/messaging.scm (python-nbxmpp)[inputs]: Replace libsoup with libsoup-minimal-2.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
|\
| * gnu: tdlib: Update to 1.7.10.Andrew Tropin2021-12-11
| | | | | | | | | | | | * gnu/packages/messaging.scm (tdlib): Update to 1.7.10. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\|
| * gnu: gajim: Fix typo.Tobias Geerinckx-Rice2021-12-10
| | | | | | | | | | * gnu/packages/messaging.scm (gajim)[arguments]: Add missing brackets. All typos are my own.
| * gnu: gajim: Restore 'disable-failing-tests phase.Tobias Geerinckx-Rice2021-12-10
| | | | | | | | | | | | | | | | | | Gajim consistently builds on my machines & bayfront, whilst raghavgururajan reports the exact same derivation consistently failing with the commented error. Odd. * gnu/packages/messaging.scm (gajim)[arguments]: Restore the old 'disable-failing-tests phase.
| * gnu: Add pounce.jgart2021-12-05
| | | | | | | | | | | | * gnu/packages/messaging.scm (pounce): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: Add libphonenumberRyan Desfosses2021-12-04
| | | | | | | | | | | | * gnu/package/messaging.scm (libphonenumber): New variable Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * 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.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\|
| * gnu: Add qxmpp.Vinicius Monego2021-11-21
| | | | | | | | | | | | * gnu/packages/messaging.scm (qxmpp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: libgadu: Build with '-fcommon'.Ludovic Courtès2021-11-22
| | | | | | | | * gnu/packages/messaging.scm (libgadu)[arguments]: Build with '-fcommon'.
* | gnu: weechat-wee-slack: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/messaging.scm (weechat-wee-slack)[arguments]: Use GUIX_PYTHONPATH.
* | gnu: weechat-matrix: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | | | | | * gnu/packages/messaging.scm (weechat-matrix)[arguments]: Use GUIX_PYTHONPATH.
* | gnu: python-zulip: Do not change PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/messaging.scm (python-zulip)[arguments]: Do not set PYTHONPATH variable.
* | gnu: python-zulip: Remove trailing #T.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/messaging.scm (python-zulip)[arguments]: Remove trailing #T from build phases.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * 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: dino: Use libsoup 2.Ricardo Wurmus2021-11-12
| | | | | | | | | | * gnu/packages/messaging.scm (dino)[inputs]: Replace libsoup with libsoup-minimal-2.
* | gnu: gtk: Replace gdk-pixbuf+svg by librsvg.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the addition of a profile hook for computing the gdk-pixbuf loaders cache file, there is no longer a need for gdk-pixbuf+svg, and librsvg can propagate gdk-pixbuf without fear, so replace the former for the latter. The replacement was automated with the following command: $ git grep -l ',gdk-pixbuf+svg)' \ | xargs sed 's/(".*" ,gdk-pixbuf+svg)/("librsvg" ,librsvg)/' -i * gnu/packages/gtk.scm (gdk-pixbuf+svg): Delete package. (gtk+-2)[propagated-inputs]: Replace gdk-pixbuf+svg with librsvg. (gtk+)[propagated-inputs]: Likewise. * gnu/packages/gnome.scm (gdk-pixbuf+svg): Add deprecated package.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\|
| * 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>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\|
| * 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.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * 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.