summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: qttools: Rename to qttools-5.•••Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-3/+3
* gnu: qtwebengine: Rename to qtwebengine-5.•••Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: qtwebchannel: Rename to qtwebchannel-5.•••Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.•••Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-3/+3
* gnu: qtquickcontrols: Rename to qtquickcontrols-5.•••Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: qtdeclarative: Rename to qtdeclarative-5.•••Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-4/+4
* gnu: qtmultimedia: Rename to qtmultimedia-5.•••Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-6/+6
* gnu: qtsvg: Rename variable to qtsvg-5.•••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 Maxim Cournoyer2022-07-311-6/+6
* gnu: libphonenumber: Build reproducibly.•••* 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> Antero Mejr2022-07-271-1/+2
* gnu: freetalk: Modernise arguments' style.•••* 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. Tobias Geerinckx-Rice2022-07-241-14/+16
* gnu: freetalk: Update to 4.2.•••* 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. Tobias Geerinckx-Rice2022-07-241-8/+5
* gnu: axc: Update to 0.3.7.•••* gnu/packages/messaging.scm (axc): Update to 0.3.7. Tobias Geerinckx-Rice2022-07-241-3/+4
* gnu: gajim: Update to 1.4.6.•••* gnu/packages/messaging.scm (gajim)[version]: Update to 1.4.6. Raghav Gururajan2022-07-131-2/+2
* gnu: gajim: Disable failing tests.•••* gnu/packages/messaging.scm (gajim)[phases]: Add disable-failing-tests phase. Raghav Gururajan2022-07-131-0/+6
* gnu: dino: Run tests.•••* gnu/packages/messaging.scm (dino)[arguments]<#:tests?>: Drop. <#:configure-flags>: Add “-DBUILD_TESTS=true”. <#:phases>: Replace ‘check’ with manual invocations of the test binaries. Liliana Marie Prikler2022-07-021-2/+8
* gnu: dino: Use new package style.•••* gnu/packages/messaging.scm (dino)[arguments]: Convert to list of G-Expressions. [native-inputs, inputs]: Drop labels. Liliana Marie Prikler2022-07-021-50/+50
* gnu: Add kaidan.•••* gnu/packages/messaging.scm (kaidan): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Raghav Gururajan2022-07-021-1/+54
* gnu: gajim: Enable app-indicator support.•••* gnu/packages/messaging.scm (gajim)[inputs]: Add libappindicator. Raghav Gururajan2022-06-281-0/+1
* gnu: gajim-openpgp: Install plugin in a sub-folder.•••* gnu/packages/messaging.scm (gajim-openpgp)[builder]: Modify. Raghav Gururajan2022-06-281-1/+1
* gnu: gajim-omemo: Install plugin in a sub-folder.•••* gnu/packages/messaging.scm (gajim-omemo)[builder]: Modify. Raghav Gururajan2022-06-281-1/+1
* gnu: gajim-openpgp: Change source URL and update to 1.4.9.•••* gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.9. [source]: Modify. Raghav Gururajan2022-06-281-3/+3
* gnu: gajim-omemo: Change source URL and update to 2.8.15•••* gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.15. [source]: Modify. Raghav Gururajan2022-06-281-3/+3
* gnu: gajim-openpgp: Update to 1.4.8.•••* gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.8. Raghav Gururajan2022-06-261-2/+2
* gnu: gajim-omemo: Update to 2.8.13.•••* gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.13. Raghav Gururajan2022-06-261-2/+2
* gnu: gajim: Update to 1.4.5.•••* 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. Raghav Gururajan2022-06-261-10/+5
* gnu: python-nbxmpp: Update to 3.1.0.•••* gnu/packages/messaging.scm (python-nbxmpp)[version]: Update to 3.1.0. Raghav Gururajan2022-06-261-2/+2
* gnu: qtox: Update to 1.17.6.•••* gnu/packages/messaging.scm (qtox): Update to 1.17.6. Tobias Geerinckx-Rice2022-06-051-2/+2
* gnu: profanity: Add 'release-monitoring-url' property.•••* gnu/packages/messaging.scm (profanity)[properties]: New field. Ludovic Courtès2022-06-011-0/+1
* gnu: profanity: Remove input labels.•••* gnu/packages/messaging.scm (profanity)[inputs]: Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jack Hill2022-06-011-16/+15
* gnu: libmesode: Remove package.•••* gnu/packages/messaging.scm (libmesode): Delete varialbe. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jack Hill2022-06-011-35/+0
* gnu: profanity: Update to 0.12.1.•••* 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> Jack Hill2022-06-011-4/+4
* gnu: libstrophe: Improve package definition.•••* 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> Jack Hill2022-06-011-4/+11
* gnu: libstrophe: Update to 0.12.0.•••* gnu/packages/messaging.scm (libstrophe): Update to 0.12.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jack Hill2022-06-011-2/+2
* gnu: hangups: Update to 0.4.18.•••* gnu/packages/messaging.scm (hangups): Update to 0.4.18. Tobias Geerinckx-Rice2022-05-221-2/+2
* gnu: nheko: Update to 0.9.3.•••* gnu/packages/messaging.scm (nheko): Update to 0.9.3. Jonathan Brielmaier2022-04-191-2/+2
* gnu: poezio: Update to 0.13.2.•••* 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> jgart2022-03-291-11/+9
* gnu: bitlbee-purple: Use 'modify-inputs'.•••* gnu/packages/messaging.scm (bitlbee-purple)[inputs]: Use 'modify-inputs'. Ludovic Courtès2022-03-181-2/+2
* gnu: bitlbee-purple: Add search path for "PURPLE_PLUGIN_PATH".•••Suggested by Maxime Devos. * gnu/packages/messaging.scm (bitlbee-purple)[native-search-paths]: New field. Ludovic Courtès2022-03-181-0/+7
* gnu: matterbridge: update to 1.24.0•••* gnu/packages/messaging.scm (matterbridge): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Denis 'GNUtoo' Carikli2022-03-161-15/+44
* gnu: tdlib: Run tests conditionally.•••* gnu/packages/messaging.scm (tdlib)[arguments]: Remove #:tests? instead of unconditionally setting it to #t. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxime Devos2022-03-111-2/+1
* gnu: nheko: Update to 0.9.2.•••* gnu/packages/messaging.scm (nheko): Update to 0.9.2. [native-inputs]: Add asciidoc. raingloom2022-03-101-3/+3
* gnu: mtxclient: Update to 0.7.0.•••* gnu/packages/messaging.scm (mtxclient): Update to 0.7.0. raingloom2022-03-101-2/+2
* gnu: Add jj.•••* gnu/packages/messaging.scm (jj): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> jgart2022-03-031-0/+35
* gnu: Add python-harmony.•••* gnu/packages/messaging.scm (python-harmony): New variable. Danny Milosavljevic2022-02-251-0/+24
* gnu: Add python-librecaptcha.•••* gnu/packages/messaging.scm (python-librecaptcha): New variable. Danny Milosavljevic2022-02-251-0/+21
* gnu: hexchat: Update to 2.16.1.•••* gnu/packages/messaging.scm (hexchat): Update to 2.16.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Jai Vetrivelan2022-02-141-2/+3
* gnu: dino: Update to 0.3.0.•••* 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. Ricardo Wurmus2022-02-131-18/+19
* gnu: bitlbee-discord: Update to 0.4.3-1.607f988.•••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> Adam Maleszka2022-02-101-37/+48
* gnu: chatty: Update to 0.4.0.•••* 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> Liliana Marie Prikler2022-02-081-8/+10
* gnu: nheko: Fix build.•••* gnu/packages/messaging.scm (nheko)[arguments]: Use G-expressions. Nicolas Goaziou2022-01-221-40/+40