Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-27 | Minor tweaks | pancho horrillo | |
- Use a build directory (as emacs-git does now) - Allow stripping of the debug symbols - Drop unused/duplicated options - Add libsystemd dependency | |||
2022-04-03 | Bump to 28.1 \o/ | pancho horrillo | |
2022-03-22 | Bump to 28.0.92 | pancho horrillo | |
https://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-28.0.92&id=5ba9c8c364f652221a0ac9ed918a831e122581db | |||
2022-02-16 | Drop all build logic | pancho horrillo | |
Running with (hopefully) sensible defaults. | |||
2022-01-12 | Drop pulling sources from Github and use Savannah | pancho horrillo | |
Cherry-picked from emacs-git¹. Savannah is the upstream repository, and it is well maintained unlike Github's. That is, the repo size when pulled from Savannah is 0.5GB as of this date, while Github's is about 1.6GB. [1]: https://aur.archlinux.org/cgit/aur.git/commit/?h=emacs-git&id=f591f243cc5da7870c3fbaba0bf68b29dbeb1b2d | |||
2022-01-11 | Enable alsa support by default | pancho horrillo | |
Matching extra/emacs. | |||
2022-01-11 | Communicate with GitHub over https | pancho horrillo | |
Unauthenticated access is about to be deprecated¹. Thanks a bunch to @deuill for pointing this out to me! [1]: https://github.blog/2021-09-01-improving-git-protocol-security-github/ | |||
2021-12-13 | Drop package name from provides array | pancho horrillo | |
2021-12-12 | Adjust style to my preferences | pancho horrillo | |
2021-12-12 | Revert "Adjust style to my preferences" | pancho horrillo | |
This reverts commit c8cbf5b716f15b4e84adebbfee58b5dc4e7e2d15. I have broken the build. This takes care of that for now. | |||
2021-12-12 | Adjust style to my preferences | pancho horrillo | |
2021-12-12 | Make optional gpm and ALSA | pancho horrillo | |
Integrate patches by zhenya1007. Cherry-picked from emacs-git¹. [1]: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=emacs-git&id=06536033e7d0aeb17ffef5dd5d3d617f6b76dfc3 | |||
2021-12-12 | Add libxpm as a dependency to all graphical builds | pancho horrillo | |
Previously it was pulled in by m17n-lib apparently. Thanks to ynakao for the report. Cherry-picked from emacs-git¹. [1]: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=emacs-git&id=aafd23029a6ed2033cde43bb78b82223af439d5d | |||
2021-12-12 | Tweak vim modeline | pancho horrillo | |
2021-12-12 | Drop fontconfig when choosing no graphical toolkit | pancho horrillo | |
All hail bitmat fonts! 1337! Cherry-picked from emacs-git¹. [1]: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=emacs-git&id=e9e7598df346b12dc1c1542246e1f2b87cc0a9bb | |||
2021-12-12 | Drop libotf and m17n-lib | pancho horrillo | |
Use harfbuzz and native methods instead. Cherry-picked from emacs-git¹. [1]: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=emacs-git&id=48b2a70e648ff5cfc4c75636ee1f2338150b7791 | |||
2021-12-12 | Drop ImageMagick support | pancho horrillo | |
Cherry-picked from emacs-git¹. [1]: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=emacs-git&id=a0feb807d2c9eb6479d4ff6908a72b21e571ca2e | |||
2021-12-03 | Bump to 28.0.90 | pancho horrillo | |
https://lists.gnu.org/archive/html/emacs-devel/2021-12/msg00217.html | |||
2021-11-30 | Drop spurious trailing whitespace | pancho horrillo | |
2021-11-30 | Drop GTK+2 configuaration | pancho horrillo | |
Cherry-picked from emacs-git¹. https://aur.archlinux.org/cgit/aur.git/commit/?h=emacs-git&id=e9198eeda18785494a33fa7b8d0406340354e3f7 | |||
2021-11-30 | Adjust LTO settings to match upstream | pancho horrillo | |
Cherry-picked from emacs-git¹. [1]: https://aur.archlinux.org/cgit/aur.git/commit/?h=emacs-git&id=19b0bb93c65e8b60cffcee3de84070c1e2897263 | |||
2021-11-30 | Drop the -j $(nproc) moniker from make | pancho horrillo | |
This kind of build optimization does not belong here, but rather should be handled globally, by editing /etc/makepkg.conf. See https://wiki.archlinux.org/title/Makepkg for more details. Also, fix .gitignore. | |||
2021-10-06 | Fix install file call | pancho horrillo | |
2021-10-03 | Bump pkgver | pancho horrillo | |
2021-10-03 | Update pkgdesc | pancho horrillo | |
2021-10-01 | Track emacs-28 release branch | pancho horrillo | |
See https://lists.gnu.org/archive/html/emacs-devel/2021-09/msg02290.html Also, enable JIT and AOT compilation. And configure make to build using all the available cores. | |||
2021-06-05 | * Change behavior of changing directory ownership during packaging | Pedro A. López-Valencia | |
to a post_install routine. Thus, builds can be chrooted. | |||
2021-04-25 | * feature/native-comp merged into master. | Pedro A. López-Valencia | |
2021-04-12 | * Missed the need for a nested if. As it is with all JIT, all credit go to ↵ | Pedro A. López-Valencia | |
MuffinBomber. | |||
2021-04-11 | * Fix libgccjit dependency generation for cli compiles. Hopefully this is ↵ | Pedro A. López-Valencia | |
the last fix. | |||
2021-04-11 | * Add libgccjit dependency. | Pedro A. López-Valencia | |
2021-04-09 | * Add support for native compiler, a.k.a. JIT (libgccjit). | Pedro A. López-Valencia | |
* Fix CLI compilation to not pull nor link graphics libraries laying around. * Some cosmetic changes. | |||
2021-03-21 | 28.0.50.145974-2 | Pedro A. López-Valencia | |
2021-03-21 | 28.0.50.145997 | Pedro A. López-Valencia | |
2021-03-19 | 28.0.50.145974-1 | Pedro A. López-Valencia | |
2021-01-02 | Enable LTO again, thanks to Hi-Angel. | Pedro A. López-Valencia | |
2021-01-02 | Fix LTO conditional, thanks to Hi-Angel. | Pedro A. López-Valencia | |
2020-05-30 | Add warning about using lto with clang. | Pedro A. López-Valencia | |
2020-05-14 | 28.0.50.141169 Fix NOCAIRO build. | Pedro A. López-Valencia | |
2020-05-07 | 28.0.50.141102. Make m17n-lib a hard dependency. | Pedro A. López-Valencia | |
2020-01-02 | You want to update to at least this revision. 28.0.50.139945 | Pedro A. López-Valencia | |
2019-12-24 | 28.0.50.139832 | Pedro A. López-Valencia | |
2019-12-21 | 27.0.50.139793-2 | Pedro A. López-Valencia | |
2019-12-21 | 27.0.50.139793 | Pedro A. López-Valencia | |
2019-11-29 | Fixing a glaring error about variable string matching. You learn | Pedro A. López-Valencia | |
something every day. | |||
2019-11-29 | add option to disable zstd bundle compression. For the whiners. | Pedro A. López-Valencia | |
2019-11-22 | 27.0.50.139564-1 | Pedro A. López-Valencia | |
2019-11-07 | r139370 | Pedro A. López-Valencia | |
2019-10-23 | Fix gcc vs clang lfo flags | Pedro A. López-Valencia | |
2019-10-22 | Don't assume people use parallel make. Drop -flto=jobserver | Pedro A. López-Valencia | |