Date: Wednesday, April 20, 2022 @ 17:10:42 Author: freswa Revision: 442971
re-add compression of installed files and enable full bootstrap implements FS#74433 Modified: emacs/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-20 17:06:00 UTC (rev 442970) +++ PKGBUILD 2022-04-20 17:10:42 UTC (rev 442971) @@ -5,7 +5,7 @@ pkgbase=emacs pkgname=(emacs emacs-nativecomp) pkgver=28.1 -pkgrel=3 +pkgrel=4 arch=('x86_64') url='https://www.gnu.org/software/emacs/emacs.html' license=('GPL3') @@ -45,9 +45,8 @@ cd ../${pkgbase}-${pkgver}-nativecomp ./configure \ --with-native-compilation \ - --without-compress-install \ $_confflags - make NATIVE_FULL_AOT=1 + make NATIVE_FULL_AOT=1 bootstrap } package_emacs() { @@ -75,7 +74,7 @@ # remove conflict with ctags package mv "${pkgdir}"/usr/bin/{ctags,ctags.emacs} - mv "${pkgdir}"/usr/share/man/man1/{ctags.1,ctags.emacs.1} + mv "${pkgdir}"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1} # fix user/root permissions on usr/share files find "${pkgdir}"/usr/share/emacs/${pkgver} -exec chown root:root {} \;