summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2022-01-11Enable alsa support by defaultpancho horrillo
Matching extra/emacs.
2022-01-11Communicate with GitHub over httpspancho 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-13Drop package name from provides arraypancho horrillo
2021-12-12Adjust style to my preferencespancho horrillo
2021-12-12Revert "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-12Adjust style to my preferencespancho horrillo
2021-12-12Make optional gpm and ALSApancho 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-12Add libxpm as a dependency to all graphical buildspancho 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-12Tweak vim modelinepancho horrillo
2021-12-12Drop fontconfig when choosing no graphical toolkitpancho 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-12Drop libotf and m17n-libpancho 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-12Drop ImageMagick supportpancho horrillo
Cherry-picked from emacs-git¹. [1]: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=emacs-git&id=a0feb807d2c9eb6479d4ff6908a72b21e571ca2e
2021-12-03Bump to 28.0.90pancho horrillo
https://lists.gnu.org/archive/html/emacs-devel/2021-12/msg00217.html
2021-11-30Drop spurious trailing whitespacepancho horrillo
2021-11-30Drop GTK+2 configuarationpancho horrillo
Cherry-picked from emacs-git¹. https://aur.archlinux.org/cgit/aur.git/commit/?h=emacs-git&id=e9198eeda18785494a33fa7b8d0406340354e3f7
2021-11-30Adjust LTO settings to match upstreampancho horrillo
Cherry-picked from emacs-git¹. [1]: https://aur.archlinux.org/cgit/aur.git/commit/?h=emacs-git&id=19b0bb93c65e8b60cffcee3de84070c1e2897263
2021-11-30Drop the -j $(nproc) moniker from makepancho 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-06Fix install file callpancho horrillo
2021-10-03Bump pkgverpancho horrillo
2021-10-03Update pkgdescpancho horrillo
2021-10-01Track emacs-28 release branchpancho 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 packagingPedro 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-2128.0.50.145974-2Pedro A. López-Valencia
2021-03-2128.0.50.145997Pedro A. López-Valencia
2021-03-1928.0.50.145974-1Pedro A. López-Valencia
2021-01-02Enable LTO again, thanks to Hi-Angel.Pedro A. López-Valencia
2021-01-02Fix LTO conditional, thanks to Hi-Angel.Pedro A. López-Valencia
2020-05-30Add warning about using lto with clang.Pedro A. López-Valencia
2020-05-1428.0.50.141169 Fix NOCAIRO build.Pedro A. López-Valencia
2020-05-0728.0.50.141102. Make m17n-lib a hard dependency.Pedro A. López-Valencia
2020-01-02You want to update to at least this revision. 28.0.50.139945Pedro A. López-Valencia
2019-12-2428.0.50.139832Pedro A. López-Valencia
2019-12-2127.0.50.139793-2Pedro A. López-Valencia
2019-12-2127.0.50.139793Pedro A. López-Valencia
2019-11-29Fixing a glaring error about variable string matching. You learnPedro A. López-Valencia
something every day.
2019-11-29add option to disable zstd bundle compression. For the whiners.Pedro A. López-Valencia
2019-11-2227.0.50.139564-1Pedro A. López-Valencia
2019-11-07r139370Pedro A. López-Valencia
2019-10-23Fix gcc vs clang lfo flagsPedro A. López-Valencia
2019-10-22Don't assume people use parallel make. Drop -flto=jobserverPedro A. López-Valencia
2019-09-12Disable checks for now. People get scared with failures.Pedro A. López-Valencia
2019-09-0127.0.50.138295Pedro A. López-Valencia
2019-08-13Fixing Bug#37006 makes this update worth it.Pedro A. López-Valencia
2019-08-08master supports imagemagick 7 now.Pedro A. López-Valencia
2019-07-28More fixups.Pedro A. López-Valencia