emacs: bump git rev, remove cairo and friends (#6635)

This commit is contained in:
augiedoggie
2022-02-16 20:55:13 -07:00
committed by GitHub
parent 9a09413e71
commit 2f320edde2

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="2"
srcGitRev="5d257a99b7a67ffb61b315480182593f48ceee5f"
REVISION="3"
srcGitRev="99d6536c326a4df3bfb964f421edc2a005deb851"
SOURCE_URI="https://github.com/emacs-mirror/emacs/archive/$srcGitRev.tar.gz"
SOURCE_DIR="emacs-$srcGitRev"
CHECKSUM_SHA256="866a0ff5dca658f0563ae24217e62810a00681df30433f42fd4ed1990ddc1ba0"
CHECKSUM_SHA256="699d712a218e67ca134742e091975531df5372c5bf055f27382d70236c3cc092"
ADDITIONAL_FILES="emacs.rdef.in"
ARCHITECTURES="all !x86_gcc2"
@@ -43,16 +43,12 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libcairo$secondaryArchSuffix
lib:libexecinfo$secondaryArchSuffix
lib:libfontconfig$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libgio_2.0$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix
lib:libgmp$secondaryArchSuffix
lib:libgnutls$secondaryArchSuffix
lib:libgobject_2.0$secondaryArchSuffix
lib:libharfbuzz$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libjansson$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix
@@ -64,16 +60,12 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcairo$secondaryArchSuffix
devel:libexecinfo$secondaryArchSuffix
devel:libfontconfig$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix
devel:libgio_2.0$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libgmp$secondaryArchSuffix
devel:libgnutls$secondaryArchSuffix
devel:libgobject_2.0$secondaryArchSuffix
devel:libharfbuzz$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libjansson$secondaryArchSuffix
devel:libncurses$secondaryArchSuffix
@@ -112,8 +104,7 @@ BUILD()
runConfigure --omit-dirs "binDir sbinDir" ./configure \
--bindir="$commandBinDir" \
--sbindir="$commandBinDir" \
--with-be-app \
--with-be-cairo
--with-be-app
make $jobArgs
}