probonopd / Emacs.AppImage

This repository builds GNU Emacs from git on Travis CI and packages it as an AppImage.
http://appimage.org/
Other
46 stars 14 forks source link

Emacs v28.1 maybe? #19

Open cheeze2000 opened 2 years ago

maxsatula commented 2 years ago

or even better v28.2?

probonopd commented 2 years ago

Blocked by:

Any wolunteers?

cheeze2000 commented 2 years ago

Blocked by:

Any wolunteers?

I'll give it a try

EDIT: Nope, sorry. Tired of trying

maxsatula commented 2 years ago

Do I understand correctly that prior versions depended on host libraries outside of the image, such as libc? That's against app image philosophy, if so. Please correct me if I'm wrong.

probonopd commented 2 years ago

Do I understand correctly that prior versions depended on host libraries outside of the image, such as libc? That's against app image philosophy, if so.

AppImage philosophy just says that you need to privately bundle what you cannot assume to be there on all target systems (Linux distributions) by default.

AppImage authors can decide whether to bundle all dependency libraries (down to and including glibc), or whether to bundle just those that cannot be reasonably expected to be part of the default installation of all mainstream desktop Linux distributions. Up to now, most AppImages have been doing the latter, although the former is also possible. It's a tradeoff.

probonopd commented 2 years ago

So you are volunteering for https://github.com/probonopd/Emacs.AppImage/issues/17 @d85a6g?

probonopd commented 1 year ago

Luckily not, but quite busy with other things. If someone would like to see a newer version, the build system would have to be migrated from Travis to GitHub Releases. I am appreciating pull requests to do this.

probonopd commented 2 months ago

Blocked by