[PKGBUILD] Change compiler, enable HTML docs, disable XWIDGETS

Change from clang to GCC + gold

Xwidgets browser seems to crash with the Cairo transparency patch,
this commit disables it

Bump Emacs version
This commit is contained in:
Lucien Cartier-Tilet 2021-11-25 00:31:52 +01:00
parent 5faa617215
commit 6b17646d10
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -21,8 +21,8 @@
# #
################################################################################ ################################################################################
CHECK= # Run tests. May fail, this is developement after all. CHECK= # Run tests. May fail, this is developement after all.
CLANG="YES" # Use clang. CLANG= # Use clang.
GOLD= # Use the gold linker. GOLD="YES" # Use the gold linker.
LTO="YES" # Enable link-time optimization. Read emacs's INSTALL before LTO="YES" # Enable link-time optimization. Read emacs's INSTALL before
# attempting to use it with clang. # attempting to use it with clang.
JIT="YES" # Enable native just-in-time compilation. libgccjit is in AUR. JIT="YES" # Enable native just-in-time compilation. libgccjit is in AUR.
@ -44,8 +44,8 @@ LUCID= # Use the lucid, a.k.a athena, toolkit. Like XEmacs, sorta.
# #
GTK2= # GTK2 support. Why would you? GTK2= # GTK2 support. Why would you?
NOCAIRO= # Disable here. NOCAIRO= # Disable here.
XWIDGETS="YES" # Use GTK+ widgets pulled from webkit2gtk. Usable. XWIDGETS= # Use GTK+ widgets pulled from webkit2gtk. Usable.
DOCS_HTML= # Generate and install html documentation. DOCS_HTML="YES" # Generate and install html documentation.
DOCS_PDF= # Generate and install pdf documentation. DOCS_PDF= # Generate and install pdf documentation.
MAGICK= # ImageMagick 7 support. Deprecated (read the logs). MAGICK= # ImageMagick 7 support. Deprecated (read the logs).
# ImageMagick, like flash, won't die... # ImageMagick, like flash, won't die...
@ -59,7 +59,7 @@ if [[ $CLI == "YES" ]] ; then
else else
pkgname="emacs-phundrak-git" pkgname="emacs-phundrak-git"
fi fi
pkgver=28.0.60.150968 pkgver=28.0.60.150971
pkgrel=1 pkgrel=1
pkgdesc="GNU Emacs. Development master branch with Phundraks tweaks." pkgdesc="GNU Emacs. Development master branch with Phundraks tweaks."
arch=('x86_64') arch=('x86_64')