summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-10-27Merge branch 'emacs-lucid' into emacs-lucid-nativecompJack Kamm
2024-10-27Bump to 29.4-3Jack Kamm
2024-10-27Don't strip debug symbolsJack Kamm
This skips the "Stripping debug symbols step" which can be very slow, especially on the nativecomp build, and also follows the example of the emacs-git AUR package
2024-10-27Sort dependencies alphabeticallyJack Kamm
2024-10-27Switch library dependencies back to package dependenciesJack Kamm
To avoid emacs from preventing system upgrades due to soname changes. See also: https://aur.archlinux.org/packages/emacs-lucid?all_deps=1#comment-988835
2024-08-31Merge branch 'emacs-lucid' into emacs-lucid-nativecompJack Kamm
2024-08-3129.4-2: Rebuild for libtree-sitter.so=0.23-64Jack Kamm
See also: https://gitlab.archlinux.org/archlinux/packaging/packages/emacs/-/commit/a7ad42523c3d31451d3a0d1a251d04d8d681a215
2024-08-31Merge branch 'emacs-lucid' into emacs-lucid-nativecompJack Kamm
2024-06-22Update to 29.4-1Jack Kamm
2024-06-22Update to 29.4-1Jack Kamm
2024-03-24Merge branch 'master' into nativecompJack Kamm
2024-03-24Update to 29.3-1Jack Kamm
2024-01-19Merge branch 'master' into nativecompJack Kamm
2024-01-19Update to 29.2Jack Kamm
2023-09-24Update descriptionJack Kamm
2023-09-24Fork from emacs-lucid, and enable nativecompJack Kamm
2023-09-24Adapt nativecomp build toggle from emacs-gitJack Kamm
2023-08-14Fixes recommended by namcapJack Kamm
namcap output was: emacs-lucid W: Referenced python module 'lldb' is an uninstalled dependency (needed in files ['usr/share/emacs/29.1/etc/emacs_lldb.py']) emacs-lucid E: Soname dependency libwebp.so specified without version number emacs-lucid W: Soname dependency included, but may not be needed ('libwebp.so') emacs-lucid E: Dependency xcb-util detected and not included (libraries ['usr/lib/libxcb-util.so.1'] needed in files ['usr/bin/emacs-29.1']) emacs-lucid E: Dependency libxcomposite detected and not included (libraries ['usr/lib/libXcomposite.so.1'] needed in files ['usr/bin/emacs-29.1']) emacs-lucid E: Dependency libxi detected and not included (libraries ['usr/lib/libXi.so.6'] needed in files ['usr/bin/emacs-29.1']) emacs-lucid W: Dependency bash detected and implicitly satisfied (programs ['sh'] needed in scripts ['usr/lib/emacs/29.1/x86_64-pc-linux-gnu/rcs2log']) emacs-lucid W: Dependency gcc-libs detected and implicitly satisfied (libraries ['usr/lib/libgcc_s.so.1'] needed in files ['usr/bin/emacs-29.1']) emacs-lucid W: Dependency glibc detected and implicitly satisfied (libraries ['usr/lib/libm.so.6', 'usr/lib/libc.so.6'] needed in files ['usr/bin/ctags.emacs', 'usr/bin/etags', 'usr/lib/emacs/29.1/x86_64-pc-linux-gnu/movemail', 'usr/lib/emacs/29.1/x86_64-pc-linux-gnu/hexl', 'usr/bin/emacsclient', 'usr/bin/ebrowse', 'usr/bin/emacs-29.1']) emacs-lucid W: Dependency included, but may not be needed ('libwebp.so')
2023-08-14oops forgot to reset pkgrelJack Kamm
2023-08-14Update to emacs29. Add new dependencies and flags from extra/emacsJack Kamm
2023-06-17Add dependencies to silence most remaining namcap warningsJack Kamm
Previously, I ignored implicitly satisfied dependencies that namcap recommended when were implicit in extra/emacs. Now, I add those in explicitly (at least some of them, e.g. cairo, should probably be explicitly included in extra/emacs). For now, I continue to ignore the handful of implicitly satisfied dependencies that are also implicit in emacs-nox (namely: bash, glibc, gcc-libs).
2023-06-17Reorder configure flags, and remove couple of unneeded onesJack Kamm
2023-06-17Remove dependency desktop-file-utilsJack Kamm
It is not needed anymore, and was also removed from extra/emacs in recent years
2023-06-17Add a few dependencies to silence namcap warningsJack Kamm
Added dependencies for namcap warnings that aren't also in extra/emacs
2023-06-17Tweak a few dependencies to match extra/emacsJack Kamm
2023-05-02Update dependencies; remove old hardening workaroundJack Kamm
Added several dependencies that were suggested by namcap (it warned they were implicitly satisfied), and that were also present in extra/emacs PKGBUILD. Removed old workaround for hardening-wrapper package that doesn't exist anymore.
2023-05-02Add dependency xaw3d to satisfy namcap, and configure --with-xaw3dJack Kamm
2023-05-02Bump to 28.2, disable nativecomp, disable debug flagJack Kamm
2022-06-03bump to 28.1 and enable native compilationJonathan Kotta
2021-04-22bump to 27.2Jonathan Kotta
2020-08-14bump version to 27.1Jonathan Kotta
2019-09-03bump version to 26.3Jonathan Kotta
update gpg key emacs-module.h is installed by default now
2019-04-26bump versionJonathan Kotta
2018-06-04remove --with-gamesuserJonathan Kotta
this just uses the new default --with-gamesuser=no
2018-05-30update for emacs 26.1Jonathan Kotta
2018-02-19add back var/games permission changeJonathan Kotta
2018-02-16imagemagick -> libmagick6, bump for libmagick6 and libotf updateJonathan Kotta
2017-09-12bump version, add emacs-module.hJonathan Kotta
2017-07-20bump pkgrel to force rebuild, and add .gitignoreJonathan Kotta
2017-04-21version bumpJonathan Kotta
2017-04-19add version to provides, improve depsJonathan Kotta
add dbus dep remove desktop-file-utils dep
2016-11-30disable hardening-wrapper PIEJonathan Kotta
2016-11-21use --program-transform-name instead of manually renaming ctagsJonathan Kotta
2016-09-22fix permissions on /var/gamesJonathan Kotta
2016-09-20simplify package() by using --with-gamesuserJonathan Kotta
2016-09-20update to 25.1Jonathan Kotta
remove emacs.install, because it only does stuff with GTK remove gmalloc patch, only applies to 24.5 remove several deps (namcap) add GPG signatures
2016-09-11add patch to fix overzealous optimization of mallocJonathan Kotta
2015-07-13initial commitJonathan Kotta