aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/go-team'Sharlatan Hellseher2024-08-22
|\ | | | | | | Change-Id: Ie1a29192d144a59394bbacba3f6b9f110413e821
| * gnu: senpai: Update source and hompe-page URLs.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | | | | | | | | | | | | | As stated on <https://git.sr.ht/~taiite/senpai>: This project has migrated to <sr.ht/~delthas>. This repository is archived and will not receive future updates. * gnu/packages/messaging.scm (senpai) [source]: Update to the new project's hosting location. [home-page]: Likewise. Change-Id: I5efae73c45bfeb913af59e43e6d08dcb755809a4
| * gnu: go-mvdan-cc-xurls: Move to golang-web.Sharlatan Hellseher2024-08-11
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-mvdan-cc-xurls, xurls): Move from here... * gnu/packages/golang-web.scm: ... to here. * gnu/packages/messaging.scm: Add golang-web module. Change-Id: I990e5dff7d5813dc4b1c40e9a7707901235af458
* | gnu: kaidan: Fix build.Zheng Junjie2024-08-20
|/ | | | | | | * gnu/packages/messaging.scm (kaidan)[inputs]: Replace kirigami and knotifications with kirigami-5 and knotifications-5. Change-Id: I4a5da6294207dc363becd9a19b67d5be480731f5
* gnu: nheko: Add xdg-utils to dependencies.guix-patches--- via2024-08-11
| | | | | | | | | | Nheko uses QDesktopServices::openUrl, which prefers xdg-open before follow less standard heuristics to find the default browser. * gnu/packages/messaging.scm (nheko)[inputs]: Add xdg-utils. Change-Id: Id9e2e0e0f2372c457f08b065de2d2528620f6ec5 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: ejabberd: Include jiffy dependence under Erlang 27.Igor Goryachev via Guix-patches via2024-08-09
| | | | | | | * gnu/packages/messaging.scm (ejabberd): Include jiffy dependence under Erlang 27. Change-Id: Id0b0e7acb8100b406a6c686227dd497e0d7434fd Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: Add ejabberd.Igor Goryachev via Guix-patches via2024-08-05
| | | | | | | * gnu/packages/messaging.scm (ejabberd): New variable. Change-Id: Ia2d5201f02205debfcbf1eebf24761c0c5fceae6 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: weechat-wee-slack: Update to 2.10.2.Ashish SHUKLA via Guix-patches via2024-07-30
| | | | | | | * gnu/packages/messaging.scm (weechat-wee-slack): Update to 2.10.2. Change-Id: I2a5f0d4989fb9841016fcf8c3ab4411d837220c6 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: nheko: Update to 0.12.0.Timotej Lazar2024-07-25
| | | | | | | | | | | | * gnu/packages/messaging.scm (nheko): Update to 0.12.0. [arguments]: Switch to Qt 6. Use configure flags to disable bundled libraries. [inputs]: Add brotli, kdsingleapplication, libxkbcommon, vulkan-headers, and vulkan-loader. Drop boost, xcb-util-wm, qtbase-5, qtquickcontrols2-5, and single-application-qt5. Use version 6 for remaining Qt inputs. [native-inputs]: Replace qttools-5 with qttools. Change-Id: Id7f1ee119ce3ff5bad130b7d13b6c98ed382b928 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: mtxclient: Switch to new package style.Timotej Lazar2024-07-25
| | | | | | | * gnu/packages/matrix.scm (mtxclient)[arguments]: Use g-exps. Change-Id: I044faf4e25b9e5d282e9364070a7e24bb6f89b5e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: mtxclient: Update to 0.10.0.Timotej Lazar2024-07-25
| | | | | | | * gnu/packages/messaging.scm (mtxclient): Update to 0.10.0. Change-Id: I095e805803b02f5e22ab2a8b764f856a072d7df4 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* Merge branch 'go-team'Sharlatan Hellseher2024-07-18
|\ | | | | | | Change-Id: I0a7d44016da964930bea2584df9104cac5b7ea36
| * gnu: packages/golang: Set default go version to 1.21.Sharlatan Hellseher2024-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Golang versions 1.17 (02 Aug 2022), 1.18 (01 Feb 2023), 1.19 (06 Sep 2023) and 1.20 (06 Feb 2024) are EOL <https://endoflife.date/go>. These changes set preferable default version to the minimal currently maintained one e.g. 1.21 * gnu/packages/golang.scm (go): Set default to go-1.21, add annotation for the future maintenance. Remove field <#:go> setting Golang version to go-1.18, go-1.19, 1.20 and 1.21: * gnu/packages/admin.scm * gnu/packages/configuration-management.scm * gnu/packages/databases.scm * gnu/packages/disk.scm * gnu/packages/education.scm * gnu/packages/file-systems.scm * gnu/packages/finance.scm * gnu/packages/golang-check.scm * gnu/packages/golang-crypto.scm * gnu/packages/golang-web.scm * gnu/packages/golang-xyz.scm * gnu/packages/golang.scm * gnu/packages/high-availability.scm * gnu/packages/ipfs.scm * gnu/packages/irc.scm * gnu/packages/messaging.scm * gnu/packages/networking.scm * gnu/packages/syncthing.scm * gnu/packages/textutils.scm * gnu/packages/time.scm * gnu/packages/version-control.scm * gnu/packages/video.scm Change-Id: Ieba6a5d7a18423f838d14c02ad55a2ba9c8559eb
* | gnu: qtlocation: Rename to qtlocation-5.Zheng Junjie2024-07-18
|/ | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtlocation): Rename to qtlocation-5. (python-pyqt,python-pyside-2): * gnu/packages/astronomy.scm (stellarium): * gnu/packages/kde-pim.scm (itinerary): * gnu/packages/kde-utils.scm (kirogi): * gnu/packages/kde.scm (marble-qt): * gnu/packages/messaging.scm (kaidan): * gnu/packages/geo.scm (qmapshack,openorienteering-mapper): (qgis): * gnu/packages/gps.scm (gpxsee): * gnu/packages/radio.scm (sdrangel): (qdmr): Use new name. Change-Id: I51664e36bd1ce25f5add09c6d64665bf505cc551
* gnu: znc: Hash passwords with Argon2id.Tobias Geerinckx-Rice2024-07-07
| | | | | | * gnu/packages/messaging.scm (znc)[inputs]: Add argon2. Change-Id: Iee64e2b6efb2f2e33fba2c641e8ef22e5785ecde
* gnu: znc: Update to 1.9.1 [fixes CVE-2024-39844].Tobias Geerinckx-Rice2024-07-07
| | | | | | | * gnu/packages/messaging.scm (znc): Update to 1.9.1. [arguments]: Don't explicitly return #t from phases. Change-Id: I115ea81d75b44a363b84216ed6e1d237517d1d29
* gnu: dino: Update to 0.4.4.Ashish SHUKLA2024-06-30
| | | | | | | * gnu/packages/messaging.scm (dino): Update to 0.4.4. Change-Id: I6d468741c935cebeb42e2021f8b5dc5cf41db210 Signed-off-by: jgart <jgart@dismail.de>
* gnu: matterbridge: Swap to go-build-system.Sharlatan Hellseher2024-06-29
| | | | | | | | * gnu/packages/messaging.scm (matterbridge): Adjust package style. [build-system]: Swap to go-build-system. [arguments]: <#:go>: Use go-1.21. Change-Id: I839f1a0c369a143e8d36d6f919e1751a915c524a
* gnu: Add biboumi.Wilko Meyer2024-05-31
| | | | | | | | | * gnu/packages/messaging.scm (biboumi): New variable. * gnu/packages/patches/biboumi-cmake-ignore-git.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: Ibb2bcadc8f64cbda3a0dbfe8ef5a931c52052658 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tdlib: Update to 1.8.29.Sergey Trofimov2024-05-17
| | | | | | * gnu/packages/messaging.scm (tdlib): Update to 1.8.29. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
* gnu: toxic: Update to 0.15.1.Vinicius Monego2024-05-11
| | | | | | | | | * gnu/packages/messaging.scm (toxic): Update to 0.15.1. [arguments]: Use G-Expressions. <#:make-flags>: Use gexp variables and cc-for-target. <#:phases>: Remove trailing #t. Change-Id: If1d46888e26b16ffcbbca48dc2c88b921e30c433
* gnu: c-toxcore: Update to 0.2.19.Vinicius Monego2024-05-11
| | | | | | | | * gnu/packages/messaging.scm (c-toxcore): Update to 0.2.19. [source]: Fetch sources recursively. [arguments]<#:configure-flags>: Pass "-DENABLE_STATIC=false". Change-Id: I42fc47b45e1afdbb2c60c80bc56e1b839923ec34
* gnu: Add prosody-cloud-notify.Ricardo Wurmus2024-04-16
| | | | | | * gnu/packages/messaging.scm (prosody-cloud-notify): New variable. Change-Id: I55edcb3605fae922980163de2d29926798619624
* gnu: Add prosody-muc-offline-delivery.Ricardo Wurmus2024-04-16
| | | | | | * gnu/packages/messaging.scm (prosody-muc-offline-delivery): New variable. Change-Id: I145ea713e5b12aef5f700669fe2ffc1e017322d2
* gnu: Add prosody-cloud-notify-priority-tag.Ricardo Wurmus2024-04-16
| | | | | | * gnu/packages/messaging.scm (prosody-cloud-notify-priority-tag): New variable. Change-Id: I22dc032112bf537058405ef0d8f42f371502a5ea
* gnu: Add prosody-cloud-notify-filters.Ricardo Wurmus2024-04-16
| | | | | | * gnu/packages/messaging.scm (prosody-cloud-notify-filters): New variable. Change-Id: I3c0ea90cb44aa9f623573de98f7d79b46c696232
* gnu: Add prosody-cloud-notify-encrypted.Ricardo Wurmus2024-04-16
| | | | | | * gnu/packages/messaging.scm (prosody-cloud-notify-encrypted): New variable. Change-Id: Ibe2c6525865ffce54191d806f0e184c814000993
* gnu: prosody-module: Update to changeset 66e7d46b1d4b.Ricardo Wurmus2024-04-16
| | | | | | | * gnu/packages/messaging.scm (prosody-module): Update to changeset 66e7d46b1d4b. Change-Id: Ia06e1a111e3117e7315b43c2be7ed4776ae26ac4
* gnu: go-github-com-mattn-go-runewidth: Move to golang-xyz.Sharlatan Hellseher2024-04-06
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/check.scm: Add (gnu packages golang-xyz) module. * gnu/packages/disk.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/time.scm: Likewise. * gnu/packages/weather.scm: Likewise. Change-Id: I80f8b4c31c0fd8fee7c190a7740513ee139646d4
* gnu: Fix variable name of prosody-smacks.Liliana Marie Prikler2024-03-03
| | | | | | | | | | | In commit bca48fdef48150a3c4e96e3941feb1986ea3e631, it was inadvertently changed to “prosody-smack”. The CLI is not affected. * gnu/packages/messaging.scm (prosody-smack): Rename to… (prosody-smacks): … this. Fixes: “Another silly refactoring mistake” <https://bugs.gnu.org/69272#70> Reported-by: Carlo Zancanaro <carlo@zancanaro.id.au>
* gnu: Add prosody-vcard-muc.Carlo Zancanaro2024-03-02
| | | | | | | * gnu/packages/messaging.scm (prosody-vcard-muc): New variable. Change-Id: I57eae8373369e7e954084803fd7b861ab85ce4ad Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Update prosody modules to the newest revision.Carlo Zancanaro2024-03-02
| | | | | | | * gnu/packages/messaging.scm (prosody-module): Update to fba64b043c52. Change-Id: I012c2f661200cc59ae088e522ac233c09d77d2af Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Use copy-build-system for prosody modules.Carlo Zancanaro2024-03-02
| | | | | | | * gnu/packages/messaging.scm (prosody-module): Use copy-build system. Change-Id: I6de2827c63cb454d80b20f3af84fa610a75172f4 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Extract prosody-module from existing prosody modules.Carlo Zancanaro2024-03-02
| | | | | | | | * gnu/packages/messaging.scm (prosody-module): New procedure. (prosody-http-upload, prosody-smacks): Use it. Change-Id: I55c69104460adbbd89c491b18f9f22681aefb92a Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: go-golang-org-x-net: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-net, go-golang-org-x-net-0.17, go-golang-org-x-net-html): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/configuration-management.scm: Add (gnu packages golang-build) module. * gnu/packages/education.scm: As above ... * gnu/packages/file-systems.scm: As above ... * gnu/packages/golang-check.scm: As above ... * gnu/packages/golang-crypto.scm: As above ... * gnu/packages/golang-web.scm: As above ... * gnu/packages/golang-xyz.scm: As above ... * gnu/packages/golang.scm: As above ... * gnu/packages/ipfs.scm: As above ... * gnu/packages/messaging.scm: As above ... * gnu/packages/networking.scm: As above ... * gnu/packages/uucp.scm: As above ... * gnu/packages/version-control.scm: As above ... Change-Id: If009e62555ada293f17cf0f42fde82c21ef4615e
* gnu: tdlib: Update to 1.8.24.Sergey Trofimov2024-02-05
| | | | | | * gnu/packages/messaging.scm (tdlib): Update to 1.8.24. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: tdlib: Update to 1.8.23.Sergey Trofimov2024-01-02
| | | | | | * gnu/packages/messaging.scm (tdlib): Update to 1.8.23. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: tdlib: Update to 1.8.20.Sergey Trofimov2023-11-07
| | | | | | * gnu/packages/messaging.scm (tdlib): Update to 1.8.20. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: weechat-wee-slack: Update to 2.10.1.Arun Isaac2023-10-20
| | | | | | * gnu/packages/messaging.scm (weechat-wee-slack): Update to 2.10.1. [inputs]: Move python-mock to ... [native-inputs]: ... here.
* gnu: Add senpai.Nguyễn Gia Phong2023-10-12
| | | | | | * gnu/packaging/messaging.scm (senpai): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: matterbridge: Update to 1.26.0Denis 'GNUtoo' Carikli2023-10-06
| | | | | | | * gnu/packages/messaging.scm (matterbridge): Update to 1.26.0 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: prosody: Update to 0.12.4.André Batista2023-10-05
| | | | | | * gnu/packages/messaging.scm (prosody): Update to 0.12.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tdlib: Update to 1.8.16-0.4d1d22d.Andrew Tropin2023-10-05
| | | | * gnu/packages/messaging.scm (tdlib): Update to 1.8.16-0.4d1d22d.
* gnu: gajim: Clean up formatting.Parnikkapore2023-09-27
| | | | | | * gnu/packages/messaging.scm (gajim): Clean up formatting. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-nbxmpp: Clean up formatting.Parnikkapore2023-09-27
| | | | | | * gnu/packages/messaging.scm (python-nbxmpp): Clean up formatting. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: gajim-openpgp: Update to 1.5.0.Parnikkapore2023-09-27
| | | | | | * gnu/packages/messaging.scm (gajim-openpgp): Update to 1.5.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: gajim-omemo: Update to 2.9.0.Parnikkapore2023-09-27
| | | | | | * gnu/packages/messaging.scm (gajim-omemo): Update to 2.9.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: gajim: Update to 1.7.3.Parnikkapore2023-09-27
| | | | | | | | | | | | * gnu/packages/messaging.scm (gajim): Update to 1.7.3. [arguments]: Switch to "python -m build". To use pyproject-build-system, support for backend-path is needed. Add metadata build and install phase. Switch to "python -m unittest" as test method, following upstream recommendation. Generate gdk-pixbuf cache and include result in wrapper. Allows Gajim to run in pure environments. [native-search-paths]: Update. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-nbxmpp: Update to 4.2.2.Parnikkapore2023-09-27
| | | | | | | | | Gajim will not build at this commit. * gnu/packages/messaging.scm (python-nbxmpp): Update to 4.2.2. [arguments]: Specify "python -m unittest" as test method. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: kaidan: Update to 0.9.0.宋文武2023-09-05
| | | | | | * gnu/packages/messaging.scm (kaidan): Update to 0.9.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>