* gnu/packages/emacs-xyz.scm (emacs-telega).
[source]: Bump to revision 3.
[arguments]: Temporarily disable VOIP functionality as it does not currently
work or link appropriately, causing issues on "foreign" distros. An issue has
been opened upstream. https://github.com/zevlg/telega.el/issues/191
[native-inputs]: Remove libtgvoip.
* gnu/packages/patches/emacs-telega-patch-server-functions.patch: New file.
* gnu/local.mk (dist_patch_DATA): Reference new patch.
* gnu/packages/emacs-xyz.scm (emacs-telega)[source]: Use new patch, bump
revision.
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.27-1.
[source]: Take a new commit that includes the latest .el files from the
contrib subdirectory.
[arguments]: Add a substitute method for the 'telega-install-contrib phase to
know where telega-contrib is located, and use it appropriately.
[arguments]: Manually invoke bytecompilation as a separate step for the
contrib directory.
[arguments]: Add 'telega-install-contrib phase to place the contrib directory
files in a more guix-suitable place.
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.27.
[arguments]: Move 'telega-paths-patch after check phase to work around
substituting store paths for ffmpeg and ffplay.
* gnu/packages/patches/emacs-exwm-fix-fullscreen-states.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/emacs-xyz.scm (emacs-exwm)[source]: Use it.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>