summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
Commit message (Collapse)AuthorAge
* gnu: Add pn.Antero Mejr2022-08-12
| | | | | | * gnu/packages/messaging.scm (pn): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: chatty: Update to 0.6.7.Marius Bakke2022-08-08
| | | | | | | | * gnu/packages/messaging.scm (chatty): Update to 0.6.7. [source]: Fetch git submodules too. [arguments]: Add pre-check phase. [native-inputs]: Add XORG-SERVER-FOR-TESTS. [inputs]: Add GNOME-DESKTOP.
* gnu: nheko: Update to 0.10.0.Marius Bakke2022-08-04
| | | | | * gnu/packages/messaging.scm (nheko): Update to 0.10.0. [arguments]: Adjust unbundling substitutions.
* gnu: mtxclient: Update to 0.8.0.Marius Bakke2022-08-04
| | | | * gnu/packages/messaging.scm (mtxclient): Update to 0.8.0.
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
* gnu: qtwebchannel: Rename to qtwebchannel-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols: Rename to qtquickcontrols-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS
* gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
* gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
* gnu: libphonenumber: Build reproducibly.Antero Mejr2022-07-27
| | | | | | | | | * gnu/packages/messaging.scm (libphonenumber): Add patch. * gnu/packages/patches/libphonenumber-reproducible-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
* gnu: freetalk: Modernise arguments' style.Tobias Geerinckx-Rice2022-07-24
| | | | | | * gnu/packages/messaging.scm (freetalk)[arguments]: Use a G-expression. Use SEARCH-INPUT-FILE to find representative binaries instead of relying on package names, and 'suffix rather than 'prefix their location to PATH.
* gnu: freetalk: Update to 4.2.Tobias Geerinckx-Rice2022-07-24
| | | | | | | * gnu/packages/messaging.scm (freetalk): Update to 4.2. [arguments]: Remove unneeded "CFLAGS=-fcommon" from #:configure-flags. Don't explicitly return #t from phases. [inputs]: Update guile-2.0 to guile-3.0.
* gnu: axc: Update to 0.3.7.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/messaging.scm (axc): Update to 0.3.7.
* gnu: gajim: Update to 1.4.6.Raghav Gururajan2022-07-13
| | | | * gnu/packages/messaging.scm (gajim)[version]: Update to 1.4.6.
* gnu: gajim: Disable failing tests.Raghav Gururajan2022-07-13
| | | | * gnu/packages/messaging.scm (gajim)[phases]: Add disable-failing-tests phase.
* gnu: dino: Run tests.base-for-series-12950Liliana Marie Prikler2022-07-02
| | | | | | * gnu/packages/messaging.scm (dino)[arguments]<#:tests?>: Drop. <#:configure-flags>: Add “-DBUILD_TESTS=true”. <#:phases>: Replace ‘check’ with manual invocations of the test binaries.
* gnu: dino: Use new package style.Liliana Marie Prikler2022-07-02
| | | | | | * gnu/packages/messaging.scm (dino)[arguments]: Convert to list of G-Expressions. [native-inputs, inputs]: Drop labels.
* gnu: Add kaidan.Raghav Gururajan2022-07-02
| | | | | | * gnu/packages/messaging.scm (kaidan): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: gajim: Enable app-indicator support.Raghav Gururajan2022-06-28
| | | | * gnu/packages/messaging.scm (gajim)[inputs]: Add libappindicator.
* gnu: gajim-openpgp: Install plugin in a sub-folder.Raghav Gururajan2022-06-28
| | | | * gnu/packages/messaging.scm (gajim-openpgp)[builder]: Modify.
* gnu: gajim-omemo: Install plugin in a sub-folder.Raghav Gururajan2022-06-28
| | | | * gnu/packages/messaging.scm (gajim-omemo)[builder]: Modify.
* gnu: gajim-openpgp: Change source URL and update to 1.4.9.Raghav Gururajan2022-06-28
| | | | | * gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.9. [source]: Modify.
* gnu: gajim-omemo: Change source URL and update to 2.8.15Raghav Gururajan2022-06-28
| | | | | * gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.15. [source]: Modify.
* gnu: gajim-openpgp: Update to 1.4.8.Raghav Gururajan2022-06-26
| | | | * gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.8.
* gnu: gajim-omemo: Update to 2.8.13.Raghav Gururajan2022-06-26
| | | | * gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.13.
* gnu: gajim: Update to 1.4.5.Raghav Gururajan2022-06-26
| | | | | | | * gnu/packages/messaging.scm (gajim)[version]: Update to 1.4.5. [phases](disable-failing-tests): Remove phase. (wrap-env): Modify phase. [inputs]: Add gtksourceview and python-gssapi.
* gnu: python-nbxmpp: Update to 3.1.0.Raghav Gururajan2022-06-26
| | | | * gnu/packages/messaging.scm (python-nbxmpp)[version]: Update to 3.1.0.
* gnu: qtox: Update to 1.17.6.base-for-series-12640base-for-series-12639base-for-series-12635base-for-series-12633base-for-series-12631Tobias Geerinckx-Rice2022-06-05
| | | | * gnu/packages/messaging.scm (qtox): Update to 1.17.6.
* gnu: profanity: Add 'release-monitoring-url' property.Ludovic Courtès2022-06-01
| | | | * gnu/packages/messaging.scm (profanity)[properties]: New field.
* gnu: profanity: Remove input labels.Jack Hill2022-06-01
| | | | | | * gnu/packages/messaging.scm (profanity)[inputs]: Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libmesode: Remove package.Jack Hill2022-06-01
| | | | | | * gnu/packages/messaging.scm (libmesode): Delete varialbe. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: profanity: Update to 0.12.1.Jack Hill2022-06-01
| | | | | | | | * gnu/packages/messaging.scm (profanity): Update to 0.12.1. [source]: Update uri. [inputs]: Replace libmesode with libstrophe. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libstrophe: Improve package definition.Jack Hill2022-06-01
| | | | | | | | * gnu/packages/messaging.scm (libstrophe)[phases]: Use gexps. {install-extra-license-files}: New phase. [home-page]: Use https and add trailing /. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libstrophe: Update to 0.12.0.Jack Hill2022-06-01
| | | | | | * gnu/packages/messaging.scm (libstrophe): Update to 0.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: hangups: Update to 0.4.18.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/messaging.scm (hangups): Update to 0.4.18.
* gnu: nheko: Update to 0.9.3.Jonathan Brielmaier2022-04-19
| | | | * gnu/packages/messaging.scm (nheko): Update to 0.9.3.
* gnu: poezio: Update to 0.13.2.jgart2022-03-29
| | | | | | | | * gnu/packages/messaging.scm (poezio): Update to 0.13.2. [arguments]: Remove trailing boolean and use new style. [inputs]: Remove unused python input. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bitlbee-purple: Use 'modify-inputs'.Ludovic Courtès2022-03-18
| | | | * gnu/packages/messaging.scm (bitlbee-purple)[inputs]: Use 'modify-inputs'.
* gnu: bitlbee-purple: Add search path for "PURPLE_PLUGIN_PATH".Ludovic Courtès2022-03-18
| | | | | | Suggested by Maxime Devos. * gnu/packages/messaging.scm (bitlbee-purple)[native-search-paths]: New field.
* gnu: matterbridge: update to 1.24.0Denis 'GNUtoo' Carikli2022-03-16
| | | | | | * gnu/packages/messaging.scm (matterbridge): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tdlib: Run tests conditionally.Maxime Devos2022-03-11
| | | | | | | * gnu/packages/messaging.scm (tdlib)[arguments]: Remove #:tests? instead of unconditionally setting it to #t. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: nheko: Update to 0.9.2.raingloom2022-03-10
| | | | | * gnu/packages/messaging.scm (nheko): Update to 0.9.2. [native-inputs]: Add asciidoc.
* gnu: mtxclient: Update to 0.7.0.raingloom2022-03-10
| | | | * gnu/packages/messaging.scm (mtxclient): Update to 0.7.0.
* gnu: Add jj.jgart2022-03-03
| | | | | | * gnu/packages/messaging.scm (jj): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-harmony.Danny Milosavljevic2022-02-25
| | | | * gnu/packages/messaging.scm (python-harmony): New variable.
* gnu: Add python-librecaptcha.Danny Milosavljevic2022-02-25
| | | | * gnu/packages/messaging.scm (python-librecaptcha): New variable.
* gnu: hexchat: Update to 2.16.1.Jai Vetrivelan2022-02-14
| | | | | | * gnu/packages/messaging.scm (hexchat): Update to 2.16.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>