emacs: update to 30.1 (#11836)

This commit is contained in:
augiedoggie
2025-03-01 00:10:44 -07:00
committed by GitHub
parent e355c34928
commit 519cfe6db3
3 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
resource app_flags B_EXCLUSIVE_LAUNCH | B_ARGV_ONLY;
resource app_flags B_EXCLUSIVE_LAUNCH;
resource app_version {
major = @MAJOR@,

View File

@@ -11,11 +11,11 @@ extensions to support text editing.
news reader, debugger interface, calendar, and more.
* A packaging system for downloading and installing extensions."
HOMEPAGE="https://gnu.org/s/emacs/"
COPYRIGHT="2001-2024 Free Software Foundation, Inc."
COPYRIGHT="2001-2025 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="http://ftpmirror.gnu.org/emacs/emacs-$portVersion.tar.gz"
CHECKSUM_SHA256="2de8df5cab8ac697c69a1c46690772b0cf58fe7529f1d1999582c67d927d22e4"
CHECKSUM_SHA256="54404782ea5de37e8fcc4391fa9d4a41359a4ba9689b541f6bc97dd1ac283f6c"
ADDITIONAL_FILES="emacs.rdef.in"
PATCHES="emacs-$portVersion.patchset"
@@ -43,13 +43,13 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
lib:libexecinfo$secondaryArchSuffix
lib:libgccjit$secondaryArchSuffix
lib:libgio_2.0$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix
lib:libgmp$secondaryArchSuffix
lib:libgnutls$secondaryArchSuffix
lib:libgobject_2.0$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libjansson$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix
lib:libsqlite3$secondaryArchSuffix
lib:libtree_sitter$secondaryArchSuffix
@@ -60,13 +60,13 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libexecinfo$secondaryArchSuffix
devel:libgccjit$secondaryArchSuffix
devel:libgio_2.0$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libgmp$secondaryArchSuffix
devel:libgnutls$secondaryArchSuffix
devel:libgobject_2.0$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libjansson$secondaryArchSuffix
devel:libncurses$secondaryArchSuffix
devel:libsqlite3$secondaryArchSuffix
devel:libtree_sitter$secondaryArchSuffix
@@ -125,6 +125,7 @@ INSTALL()
# rename ctags so that the official ctags can be installed alongside without conflicting
mv $commandBinDir/ctags $commandBinDir/ctags.emacs
mv $manDir/man1/ctags.1.gz $manDir/man1/ctags.emacs.1.gz
# add our version and vector icon resources
local MAJOR="`echo "$portVersion" | cut -d. -f1`"