emacs: update to 29.0.60~git (#7502)

This commit is contained in:
augiedoggie
2022-11-29 13:50:52 -07:00
committed by GitHub
parent cbf39492bf
commit 6599d4367e

View File

@@ -13,11 +13,11 @@ news reader, debugger interface, calendar, and more.
HOMEPAGE="https://gnu.org/s/emacs/"
COPYRIGHT="2001-2022 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="15"
srcGitRev="1d62c964238a82ccfcbd07a554abe8e6c096fcd5"
REVISION="1"
srcGitRev="00cb6e052a6adce087e24871068737e10c8adc10"
SOURCE_URI="https://github.com/emacs-mirror/emacs/archive/$srcGitRev.tar.gz"
SOURCE_DIR="emacs-$srcGitRev"
CHECKSUM_SHA256="a2091e349de1feae57b1b3b1a2cb8f4e58646d62771f24ef8b07332e4c15a43e"
CHECKSUM_SHA256="b22bc130e8bf06f589ee7bcbe853093a34df3a7f4284a752a8cffab4505ca044"
ADDITIONAL_FILES="emacs.rdef.in"
ARCHITECTURES="all !x86_gcc2"
@@ -104,7 +104,8 @@ BUILD()
--sbindir="$commandBinDir" \
--with-be-app
make $jobArgs
# FIXME make fails the first time around
make $jobArgs || make $jobArgs
}
INSTALL()