summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
Commit message (Collapse)AuthorAge
* gnu: telegram-purple: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/telephony.scm (telegram-purple)[inputs]: Move gettext from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Replace uses of 'gettext' with 'gettext-minimal'.Marius Bakke2020-04-04
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cdrom.scm (dvdstyler)[native-inputs]: Change from GNU-GETTEXT to GETTEXT-MINIMAL. * gnu/packages/emulators.scm (dolphin-emu)[native-inputs]: Likewise. * gnu/packages/engineering.scm (lepton-eda, kicad, kicad-i18l)[native-inputs]: Likewise. * gnu/packages/games.scm (quadrapassel, edgar)[native-inputs]: Likewise. * gnu/packages/gnome.scm (eog-plugins, workrave, geary)[native-inputs]: Likewise. * gnu/packages/guile-xyz.scm (guile-gi, emacsy)[native-inputs]: Likewise. * gnu/packages/image.scm (gpick)[native-inputs]: Likewise. * gnu/packages/messaging.scm (telegram-purple)[native-inputs]: Likewise. * gnu/packages/music.scm (fmit)[native-inputs]: Likewise. * gnu/packages/package-management.scm (flatpak)[native-inputs]: Likewise. * gnu/packages/patchutils.scm (quilt)[native-inputs]: Likewise. * gnu/packages/photo.scm (hugin)[native-inputs]: Likewise. * gnu/packages/security-token.scm (eid-mw)[native-inputs]: Likewise. * gnu/packages/telephony.scm (jami)[native-inputs]: Likewise. * gnu/packages/texinfo.scm (pinfo)[native-inputs]: Likewise. * gnu/packages/vulkan.scm (vkd3d)[native-inputs]: Likewise. * gnu/packages/web.scm (cadaver)[native-inputs]: Likewise.
* gnu: hexchat: Fix typo in synopsis.Tobias Geerinckx-Rice2020-03-31
| | | | * gnu/packages/messaging.scm (hexchat)[synopsis]: Lowercase ‘client’.
* gnu: Use HTTPS for supported psyc.eu subdomains.Tobias Geerinckx-Rice2020-03-19
| | | | | * gnu/packages/messaging.scm (libpsyc)[home-page]: Use HTTPS. (perl-net-psyc)[source, description, home-page]: Likewise.
* gnu: ytalk: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-07
| | | | * gnu/packages/messaging.scm (ytalk)[home-page]: Use HTTPS.
* gnu: Add nheko.nixo2020-02-23
| | | | * gnu/packages/messaging.scm (nheko): New variable.
* gnu: Add mtxclient.nixo2020-02-23
| | | | * gnu/packages/messaging.scm (mtxclient): New variable.
* gnu: profanity: Update to 0.8.1.Tanguy Le Carrour2020-02-21
| | | | * gnu/packages/messaging.scm (profanity): Update to 0.8.1.
* gnu: quaternion: Fix typo in description.Nicolas Goaziou2020-02-12
| | | | * gnu/packages/messaging.scm (quaternion)[description]: Fix typo.
* gnu: tdlib: Update to 1.6.0.Brett Gilio2020-01-31
| | | | * gnu/packages/messaging.scm (tdlib): Update to 1.6.0.
* gnu: tdlib: Update to 1.5.5.Brett Gilio2020-01-24
| | | | * gnu/packages/messaging.scm (tdlib): Update to 1.5.5.
* gnu: bitlbee: Update to 3.6.Timotej Lazar2020-01-12
| | | | * gnu/packages/messaging.scm (bitlbee): Update to 3.6.
* gnu: bitlbee: Build with check@0.12.Marius Bakke2020-01-12
| | | | | | * gnu/packages/check.scm (check-0.12): New public variable. * gnu/packages/messaging.scm (bitlbee)[native-inputs]: Change from CHECK to CHECK-0.12.
* gnu: psyclpc: Build with OpenSSL 1.0.Marius Bakke2020-01-08
| | | | | | | Fixes <https://bugs.gnu.org/39019>. Reported by symphonia@disroot.org. * gnu/packages/messaging.scm (psyclpc)[inputs]: Change from OPENSSL to OPENSSL-1.0.
* gnu: bitlbee: Use HTTPS home page.Timotej Lazar2020-01-05
| | | | * gnu/packages/messaging.scm (bitlbee)[home-page]: Use HTTPS.
* gnu: gloox: Update to 1.0.23.Tobias Geerinckx-Rice2020-01-03
| | | | * gnu/packages/messaging.scm (gloox): Update to 1.0.23.
* gnu: hexchat: Update to 2.14.3.Tobias Geerinckx-Rice2020-01-03
| | | | | | | * gnu/packages/messaging.scm (hexchat): Update to 2.14.3. [source]: Remove patch. * gnu/packages/patches/hexchat-crash-exit.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: tdlib: Configure build for RELEASE and LTO.Brett Gilio2020-01-02
| | | | | * gnu/packages/messaging.scm (tdlib)[arguments]: Pass configuration flags that support the RELEASE build type, and add preliminary support for LTO.
* gnu: tdlib: Update to 1.5.4.Brett Gilio2020-01-02
| | | | * gnu/packages/messaging.scm (tdlib): Update to 1.5.4.
* Update email for Brett Gilio.Brett Gilio2019-12-19
| | | | | | | | | | * .mailmap: Add name and email for Brett Gilio. * gnu/local.mk, gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/bittorrent.scm, gnu/packages/build-tools.scm, gnu/packages/cran.scm, gnu/packages/emacs-xyz.scm, gnu/packages/messaging.scm, gnu/packages/python-xyz.scm, gnu/packages/sml.scm, gnu/packages/terminals.scm, gnu/packages/wm.scm: Update email for Brett Gilio.
* gnu: gajim: Fix search for translations.Ricardo Wurmus2019-12-10
| | | | | | | Fixes <https://bugs.gnu.org/38558>. * gnu/packages/messaging.scm (gajim)[arguments]: Wrap executables in XDG_DATA_DIRS.
* gnu: bitlbee: Use Python 3.Timotej Lazar2019-12-04
| | | | | | | * gnu/packages/messaging.scm (bitlbee)[inputs]: Replace python-2 with python. [arguments]: Set the PYTHON environment variable before configuring. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hexchat: Fix up inputs.Efraim Flashner2019-12-04
| | | | | * gnu/packages/messaging.scm (hexchat)[inputs]: Move glib:bin ... [native-inputs]: ... to here.
* gnu: gajim: Avoid top-level reference to 'python'.Ludovic Courtès2019-12-02
| | | | | | | | This fixes a circular dependency due to this top-level reference to 'python' as discussed in <https://bugs.gnu.org/38326>. * gnu/packages/messaging.scm (gajim)[native-search-paths]: Remove reference to 'python'. Hard-code the Python version instead.
* gnu: quaternion: Use qt-build-system.Hartmut Goebel2019-12-01
| | | | | * gnu/packages/display-managers.scm (quaternion): Use qt-build-sytem. [arguments]<modules, imported-modules, phases>: Remove.
* gnu: Add tdlib.Brett Gilio2019-11-29
| | | | | | * gnu/packages/messaging.scm (tdlib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Use the test-only Xorg variant for tests.Marius Bakke2019-11-28
| | | | | | | | | | | | | | | | * gnu/packages/education.scm (gcompris-qt)[native-inputs]: Change XORG-SERVER to XORG-SERVER-FOR-TESTS. * gnu/packages/engineering.scm (pcb, qucs, openscad)[native-inputs]: Likewise. * gnu/packages/gnome.scm (libbonoboui, d-feet, gspell, libdazzle, libhandy)[native-inputs]: Likewise. * gnu/packages/gnupg.scm (parcimonie)[native-inputs]: Likewise. * gnu/packages/graphics.scm (opensubdiv, rapicorn)[native-inputs]: Likewise. * gnu/packages/gtk.scm (gtksourceview-2, gtksourceview)[native-inputs]: Likewise. * gnu/packages/image-processing.scm (opencv)[native-inputs]: Likewise. * gnu/packages/kde-frameworks.scm (kconfig, kcoreaddons, kwidgetsaddons, kwindowsystem, kdeclarative)[native-inputs]: Likewise. * gnu/packages/kde-plasma.scm (kscreenlocker)[native-inputs]: Likewise. * gnu/packages/messaging.scm (gajim)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-seaborn)[native-inputs]: Likewise.
* gnu: hangups: Update to 0.4.10.Tobias Geerinckx-Rice2019-11-23
| | | | * gnu/packages/messaging.scm (hangups): Update to 0.4.10.
* gnu: hexchat: Fix crash on exit.Julien Lepiller2019-11-21
| | | | | | * gnu/packages/patches/hexchat-crash-exit.patch: New file. * gnu/packages/hexchat.scm (orgin): Add patch. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: libmesode: Update to 0.9.3.Tobias Geerinckx-Rice2019-11-12
| | | | * gnu/packages/messaging.scm (libmesode): Update to 0.9.3.
* gnu: libstrophe: Don't use unstable tarball.Tobias Geerinckx-Rice2019-11-12
| | | | | * gnu/packages/messaging.scm (libstrophe)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: libstrophe: Update to 0.9.3.Tobias Geerinckx-Rice2019-11-12
| | | | * gnu/packages/messaging.scm (libstrophe): Update to 0.9.3.
* gnu: hangups: Fix build.Tobias Geerinckx-Rice2019-11-02
| | | | | * gnu/packages/messaging.scm (hangups)[propagated-inputs]: Use python-protobuf-3.6 specifically.
* gnu: prosody: Update to 0.11.3.Clément Lassieur2019-11-01
| | | | * gnu/packages/messaging.scm (prosody): Update to 0.11.3.
* gnu: profanity: Enable pgp support.Tanguy Le Carrour2019-10-28
| | | | | | | * gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-pgp. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: profanity: Add configure flags so that build fails if libs are missing.Tanguy Le Carrour2019-10-28
| | | | | | | * gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-c-plugins and --enable-otr. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: profanity: Update home-page URL.Tanguy Le Carrour2019-10-28
| | | | | | * gnu/packages/messaging.scm (profanity)[home-page]: Update URL. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: profanity: Add configure flags for better defaults.Tanguy Le Carrour2019-10-28
| | | | | | | | * gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-omemo, --enable-notifications and --enable-icon, [native-inputs]: add libnotify and libsignal-protocol-c. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: profanity: Correct indentation.Tanguy Le Carrour2019-10-25
| | | | | | * gnu/packages/messaging.scm (profanity): Correct indentation. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: profanity: Update to 0.7.1.Tanguy Le Carrour2019-10-25
| | | | | | | * gnu/packages/messaging.scm (profanity): Update to 0.7.1, [uri]: update source URL to the one provided on the website. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: telegram-purple: Update to 1.4.2.Tobias Geerinckx-Rice2019-10-17
| | | | * gnu/packages/messaging.scm (telegram-purple): Update to 1.4.2.
* gnu: quaternion: Wrap with extra inputs.Tobias Geerinckx-Rice2019-10-15
| | | | | * gnu/packages/messaging.scm (quaternion)[inputs]: Add qtquickcontrols2. [arguments]: Use WRAP-QT-PROGRAM.
* gnu: quaternion: Update to 0.0.9.4c.Tobias Geerinckx-Rice2019-10-06
| | | | * gnu/packages/messaging.scm (quaternion): Update to 0.0.9.4c.
* gnu: libqmatrixclient: Update to 0.5.2.Tobias Geerinckx-Rice2019-10-06
| | | | * gnu/packages/messaging.scm (libqmatrixclient): Update to 0.5.2.
* gnu: znc: Update to 1.7.5.Tobias Geerinckx-Rice2019-09-29
| | | | * gnu/packages/messaging.scm (znc): Update to 1.7.5.
* gnu: utox: Update to 0.17.1.Rutger Helling2019-09-23
| | | | * gnu/packages/messaging.scm (utox): Update to 0.17.1.
* gnu: telegram-purple: Update to 1.4.1.Jonathan Brielmaier2019-07-17
| | | | | | * gnu/packages/messaging.scm (telegram-purple): Update to 1.4.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: znc: Enable internationalisation.Tobias Geerinckx-Rice2019-06-25
| | | | | * gnu/packages/messaging.scm (znc)[arguments]: Want i18n. [native-inputs]: Add the required boost and gettext-minimal packages.
* gnu: znc: Build with CMake.Tobias Geerinckx-Rice2019-06-25
| | | | | | | * gnu/packages/messaging.scm (znc)[build-system]: Use the CMAKE-BUILD-SYSTEM. [arguments]: Adjust #:configure-flags and where the googletest sources are unpacked.
* gnu: znc: Don't refer to native-inputs.Tobias Geerinckx-Rice2019-06-25
| | | | | * gnu/packages/messaging.scm (znc)[native-inputs]: Move run-time perl & python… [inputs]: …here, in alphabetical order.