emacs-snap:lucid

Last commit made on 2025-10-29
Get this branch:
git clone -b lucid https://git.launchpad.net/emacs-snap

Branch merges

Branch information

Name:
lucid
Repository:
lp:emacs-snap

Recent commits

d78b2a6... by Alex Murray

snapcraft.yaml: basic changes to build with lucid toolkit

ff7d3f0... by Alex Murray

Revert "Update to latest upstream tree-sitter release v0.26.0"

This reverts commit dfd28af18250b0f2801ecb4eda538da1bba845e6. Seems emacs currently
fails to compile against it:

    treesit.c: In function ‘treesit_load_language’:
    treesit.c:749:42: error: implicit declaration of function ‘ts_language_version’; did you mean ‘ts_language_abi_version’? [-Wimplicit-function-declaration]
      749 | make_fixnum (ts_language_version (lang)));
          | ^~~~~~~~~~~~~~~~~~~
          | ts_language_abi_version

dfd28af... by Alex Murray

Update to latest upstream tree-sitter release v0.26.0

Signed-off-by: Alex Murray <email address hidden>

32909ac... by Alex Murray

snapcraft.yaml: Update to latest upstream release "30.2"

5061023... by Alex Murray

emacsclient: update to match upstream emacsclient.desktop

Don't assume DISPLAY otherwise it makes pgtk emacs run via XWayland which is no
bueno.

6c066a5... by Alex Murray

emacsclient: resurrect emacsclient wrapper script to fix #109

2e9caa1... by Alex Murray

Update to latest upstream tree-sitter release v0.25.8

Signed-off-by: Alex Murray <email address hidden>

c8407e3... by Alex Murray

Update to latest upstream tree-sitter release v0.25.7

Signed-off-by: Alex Murray <email address hidden>

3c103e7... by Alex Murray

setup-env/Makefile: ensure VARIANT is quoted as a string

Signed-off-by: Alex Murray <email address hidden>

866fa27... by Alex Murray

setup-env: set LIBGL_ALWAYS_SOFTWARE for non-pgtk emacs snap variants

Signed-off-by: Alex Murray <email address hidden>