emacs: update to 29.1~rc1 (#9088)

This commit is contained in:
augiedoggie
2023-07-24 19:30:04 -06:00
committed by GitHub
parent 1a63492d41
commit d0ba6fcc51

View File

@@ -14,10 +14,10 @@ HOMEPAGE="https://gnu.org/s/emacs/"
COPYRIGHT="2001-2023 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="1"
srcGitRev="a24e9e3fee59435422af0473b7ec585de2c13b4e"
srcGitRev="31cef9a4eac01fff5ff4fcb89d7e2b7815e93bad"
SOURCE_URI="https://github.com/emacs-mirror/emacs/archive/$srcGitRev.tar.gz"
SOURCE_DIR="emacs-$srcGitRev"
CHECKSUM_SHA256="cddf658b915950d9165ce714000fcce02c2551cdf5bb0362c7115d0aba5226eb"
CHECKSUM_SHA256="f3a062b5cb60871f3c30492fe918ea28ac45b2074de9c146e78564371e98c74b"
ADDITIONAL_FILES="emacs.rdef.in"
ARCHITECTURES="all !x86_gcc2"
@@ -129,13 +129,12 @@ INSTALL()
# add our version and vector icon resources
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
local MINOR="`echo "${portVersion%\~*}" | cut -d. -f3`"
local MIDDLE="`echo "${portVersion%\~*}" | cut -d. -f2`"
sed \
-e "s|@MAJOR@|$MAJOR|" \
-e "s|@MIDDLE@|$MIDDLE|" \
-e "s|@MINOR@|$MINOR|" \
-e "s|@MINOR@|0|" \
-e "s|B_APPV_FINAL|B_APPV_DEVELOPMENT|" \
$portDir/additional-files/emacs.rdef.in > emacs.rdef