Tobias Geerinckx-Rice
0e3fd2b64b
gnu: hangups: Update to 0.4.16.
...
* gnu/packages/messaging.scm (hangups): Update to 0.4.16.
[propagated-inputs]: Upgrade python-protobuf-3.6 to python-protobuf.
2022-01-05 03:54:05 +01:00
Ryan Desfosses
2ef377ed13
gnu: gajim: Add libnice.
...
Fixes: <https://issues.guix.gnu.org/51341 >.
* gnu/package/messaging.scm (gajim)[inputs]: Add libnice.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-26 18:56:27 +01:00
Tobias Geerinckx-Rice
094313032a
gnu: qtox: Remove input labels.
...
* gnu/packages/messaging.scm (qtox)[native-inputs]: Remove input labels.
[arguments]: Gexp, use SEARCH-INPUT-DIRECTORY, and don't explicitly
return #t from phases.
2021-12-18 17:35:48 +01:00
Tobias Geerinckx-Rice
a8633f71cb
gnu: qtox: Update to 1.17.4.
...
* gnu/packages/messaging.scm (qtox): Update to 1.17.4.
2021-12-18 17:35:48 +01:00
Raghav Gururajan
00a42ee749
gnu: gajim: Add d-bus support.
...
* gnu/packages/messaging.scm (gajim)[inputs]: Add python-dbus.
2021-12-18 08:17:44 -05:00
Raghav Gururajan
fb6c4a0c1d
gnu: gajim: Correct python version and skip sanity-check.
...
* gnu/packages/messaging.scm (gajim)[phases](sanity-check): Remove phase.
[native-search-paths](GUIX_PYTHONPATH): Adjust version.
2021-12-17 13:56:14 -05:00
Raghav Gururajan
d6abbfdab3
gnu: python-nbxmpp: Correct libsoup dependency.
...
This packages uses ABI of libsoup v2.
* gnu/packages/messaging.scm (python-nbxmpp)[inputs]: Replace libsoup
with libsoup-minimal-2.
2021-12-17 10:47:24 -05:00
Ludovic Courtès
e3196755e6
gnu: Further simplify package inputs.
...
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.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès
1052ae5f03
Merge branch 'master' into core-updates-frozen
2021-12-13 11:49:15 +01:00
Andrew Tropin
649ab3fe2d
gnu: tdlib: Update to 1.7.10.
...
* gnu/packages/messaging.scm (tdlib): Update to 1.7.10.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-11 16:07:36 +01:00
Mathieu Othacehe
32750e8c3e
Merge remote-tracking branch 'signed/master' into core-updates
2021-12-10 21:49:25 +01:00
Tobias Geerinckx-Rice
e1973ae74b
gnu: gajim: Fix typo.
...
* gnu/packages/messaging.scm (gajim)[arguments]: Add missing brackets.
All typos are my own.
2021-12-10 04:54:06 +01:00
Tobias Geerinckx-Rice
4bf8348ff3
gnu: gajim: Restore 'disable-failing-tests phase.
...
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.
2021-12-10 04:48:29 +01:00
jgart
026ac3c010
gnu: Add pounce.
...
* gnu/packages/messaging.scm (pounce): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-05 21:51:39 +01:00
Ricardo Wurmus
9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-12-05 19:17:41 +01:00
Ryan Desfosses
20d525a842
gnu: Add libphonenumber
...
* gnu/package/messaging.scm (libphonenumber): New variable
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-12-04 23:03:54 +01:00
Tobias Geerinckx-Rice
e05673bcbe
gnu: hangups: Update to 0.4.15.
...
* gnu/packages/messaging.scm (hangups): Update to 0.4.15.
[arguments]: Don't explicitly return #t from phases.
2021-11-27 00:49:51 +01:00
Ludovic Courtès
b15e543d30
Merge branch 'master' into core-updates-frozen
2021-11-23 11:29:38 +01:00
Ludovic Courtès
7463246394
gnu: libgadu: Build with '-fcommon'.
...
* gnu/packages/messaging.scm (libgadu)[arguments]: Build with '-fcommon'.
2021-11-22 23:50:55 +01:00
Ricardo Wurmus
7d5c5b3493
gnu: weechat-wee-slack: Use GUIX_PYTHONPATH.
...
* gnu/packages/messaging.scm (weechat-wee-slack)[arguments]: Use
GUIX_PYTHONPATH.
2021-11-22 18:00:55 +01:00
Ricardo Wurmus
968fff5706
gnu: weechat-matrix: Use GUIX_PYTHONPATH.
...
* gnu/packages/messaging.scm (weechat-matrix)[arguments]: Use GUIX_PYTHONPATH.
2021-11-22 18:00:55 +01:00
Ricardo Wurmus
e86f85046f
gnu: python-zulip: Do not change PYTHONPATH.
...
* gnu/packages/messaging.scm (python-zulip)[arguments]: Do not set PYTHONPATH
variable.
2021-11-22 18:00:55 +01:00
Ricardo Wurmus
cea3c866f5
gnu: python-zulip: Remove trailing #T.
...
* gnu/packages/messaging.scm (python-zulip)[arguments]: Remove trailing #T
from build phases.
2021-11-22 18:00:55 +01:00
Vinicius Monego
b2d8174400
gnu: Add qxmpp.
...
* gnu/packages/messaging.scm (qxmpp): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-21 21:54:10 +01:00
Ludovic Courtès
3a317f7476
Merge branch 'master' into core-updates-frozen
2021-11-17 23:43:14 +01:00
Tanguy Le Carrour
1e9bed9ebe
gnu: profanity: Update to 0.11.1.
...
* gnu/packages/messaging.scm (profanity): Update to 0.11.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-15 11:10:16 +01:00
James Thomas
704bd694d1
gnu: Add purple-lurch.
...
* gnu/packages/messaging.scm (purple-lurch): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-14 00:19:38 +01:00
James Thomas
2a05676873
gnu: Add libomemo.
...
* gnu/packages/messaging.scm (libomemo): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-14 00:18:48 +01:00
James Thomas
8e5df0cea8
gnu: Add axc.
...
* gnu/packages/messaging.scm (axc): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-14 00:18:11 +01:00
Ricardo Wurmus
d460770568
gnu: dino: Use libsoup 2.
...
* gnu/packages/messaging.scm (dino)[inputs]: Replace libsoup with
libsoup-minimal-2.
2021-11-12 15:46:14 +00:00
Maxim Cournoyer
feab09f72a
gnu: gtk: Replace gdk-pixbuf+svg by librsvg.
...
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.
2021-11-11 12:18:20 -05:00
Efraim Flashner
1c94392a13
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-11-08 09:06:14 +02:00
Arun Isaac
2ebadb390e
gnu: Add weechat-wee-slack.
...
* gnu/packages/messaging.scm (weechat-wee-slack): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-07 22:58:03 +02:00
Arun Isaac
7ebed0cdc8
gnu: Add weechat-matrix.
...
* gnu/packages/messaging.scm (weechat-matrix): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-07 22:50:32 +02:00
Efraim Flashner
075df3d3e2
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-11-03 14:27:51 +02:00
Tobias Geerinckx-Rice
046fcbae67
gnu: libgnt: Update to 2.14.3.
...
* gnu/packages/messaging.scm (libgnt): Update to 2.14.3.
[arguments]: Don't explicitly return #t from phases.
2021-11-03 11:19:55 +01:00
Tobias Geerinckx-Rice
914bcc6f98
gnu: prosody: Update to 0.11.10.
...
* gnu/packages/messaging.scm (prosody): Update to 0.11.10.
[arguments]: Don't explicitly return #t from phases.
2021-11-03 11:19:54 +01:00
Efraim Flashner
bc5155b952
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-10-31 14:49:47 +02:00
Guillaume Le Vaillant
f3496c2b5c
gnu: hexchat: Fix build.
...
* gnu/packages/messaging.scm (hexchat)[arguments]: Use GUIX_PYTHONPATH instead
of PYTHONPATH in 'wrap-program' phase.
2021-10-25 11:13:04 +02:00
Tobias Geerinckx-Rice
f3b64ad54e
gnu: gajim: Update to 1.3.3.
...
* 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.
2021-10-18 22:03:56 +02:00
Tobias Geerinckx-Rice
860c2077eb
gnu: python-nbxmpp: Update to 2.0.4.
...
* gnu/packages/messaging.scm (python-nbxmpp): Update to 2.0.4.
2021-10-18 22:03:56 +02:00
Mathieu Othacehe
e486b2b674
Merge remote-tracking branch 'signed/master' into core-updates
2021-10-18 14:37:26 +00:00
Tobias Geerinckx-Rice
26127c9a58
gnu: dino: Update to 0.2.2.
...
* gnu/packages/messaging.scm (dino): Update to 0.2.2.
2021-10-14 23:05:50 +02:00
Mathieu Othacehe
a1eca979fb
Merge remote-tracking branch 'origin/master' into core-updates-frozen.
2021-10-12 17:46:23 +00:00
Tobias Geerinckx-Rice
413f8f3fa5
gnu: hexchat: Update to 2.16.0.
...
* gnu/packages/messaging.scm (hexchat): Update to 2.16.0.
[source]: Remove patch.
[inputs]: Remove libnotify and libproxy. Upgrade python-2 to python@3.
Add python-cffi and bash-minimal.
[arguments]: Don't explicitly return #t from phases.
Add a new 'wrap-program phase.
2021-10-03 21:49:54 +02:00
Mathieu Othacehe
3f78935275
gnu: freetalk: Fix build.
...
* gnu/packages/messaging.scm (freetalk)[arguments]: Pass the -fcommon flag to
fix the build with GCC 10.
2021-09-28 12:44:46 +00:00
Ludovic Courtès
d9dfbf886d
Merge branch 'master' into core-updates-frozen
2021-09-07 14:19:08 +02:00
nixo
c017e0b62c
gnu: nheko: Update to 0.8.2.
...
* gnu/packages/messaging.scm (nheko): Update to 0.8.2.
[source snippet]: Remove third_party folder.
[arguments]: Remove -fpermissive flag, remove remove-Werror phase, add phase
wrap-program and unbundle-dependencies.
[inputs]: Add gst-plugins-base, gst-plugins-bad, libnice, qtkeychain,
and unbundle blurhash, cpp-httplib and single-application, remove tweeny.
[native-inputs]: Add doxygen, graphviz used to build documentation.
[description]: Simplify by removing the long list, add new features.
(mtxclient): Update to 0.5.1.
[arguments]: Remove set-home phase.
* gnu/packages/databases.scm (lmdbxx): Update to 1.0.0.
[source]: Change repository to a fork required by nheko.
[home-page]: Update accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-03 22:08:51 +02:00
Marius Bakke
b029be2ee0
Merge branch 'master' into core-updates-frozen
...
Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/cmake.scm
gnu/packages/curl.scm
gnu/packages/emacs-xyz.scm
gnu/packages/gpodder.scm
gnu/packages/music.scm
gnu/packages/patches/glibc-bootstrap-system.patch
gnu/packages/python-xyz.scm
gnu/packages/shells.scm
gnu/packages/statistics.scm
2021-07-29 22:34:57 +02:00