[PKGBUILD] Bump Emacs version, switch to PGTK

I’m using Wayland more and more often, so PGTK now has its uses
This commit is contained in:
Lucien Cartier-Tilet 2022-10-26 13:06:35 +02:00
parent 65ad09cc64
commit 3c4ba3d898
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -36,7 +36,7 @@ CLI= # CLI only binary.
GPM= # Mouse support in Linux console using gpmd. GPM= # Mouse support in Linux console using gpmd.
NOTKIT= # Use no toolkit widgets. Like B&W Twm (001d sk00l). NOTKIT= # Use no toolkit widgets. Like B&W Twm (001d sk00l).
# Bitmap fonts only, 1337! # Bitmap fonts only, 1337!
PGTK= # Use native GTK3 build. Supports Wayland, yay! PGTK="YES" # Use native GTK3 build. Supports Wayland, yay!
GTK3= # GTK3 old windowing interface. GTK3= # GTK3 old windowing interface.
LUCID= # Use the lucid, a.k.a athena, toolkit. Like XEmacs, sorta. LUCID= # Use the lucid, a.k.a athena, toolkit. Like XEmacs, sorta.
# #
@ -51,7 +51,7 @@ ALSA= # Linux sound support.
NOCAIRO= # Disable here. NOCAIRO= # Disable here.
XWIDGETS="YES" # Use GTK+ widgets pulled from webkit2gtk. Usable. XWIDGETS="YES" # Use GTK+ widgets pulled from webkit2gtk. Usable.
DOCS_HTML="YES" # Generate and install html documentation. DOCS_HTML="YES" # Generate and install html documentation.
DOCS_PDF="YES" # Generate and install pdf documentation. DOCS_PDF= # Generate and install pdf documentation.
NOGZ="YES" # Don't compress .el files. NOGZ="YES" # Don't compress .el files.
################################################################################ ################################################################################
@ -61,7 +61,7 @@ if [[ $CLI == "YES" ]] ; then
else else
pkgname="emacs-phundrak-git" pkgname="emacs-phundrak-git"
fi fi
pkgver=29.0.50.159501 pkgver=29.0.50.161366
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')
@ -70,14 +70,11 @@ license=('GPL3')
depends_nox=('gnutls' 'libxml2' 'jansson') depends_nox=('gnutls' 'libxml2' 'jansson')
depends=("${depends_nox[@]}" 'harfbuzz') depends=("${depends_nox[@]}" 'harfbuzz')
makedepends=('git') makedepends=('git')
b2sums=('SKIP')
provides=('emacs') provides=('emacs')
replaces=('emacs') replaces=('emacs')
# source=("emacs-git::git://git.savannah.gnu.org/emacs.git") # source=("emacs-git::git://git.savannah.gnu.org/emacs.git")
source=("emacs-git::git+https://git.savannah.gnu.org/git/emacs.git") source=("emacs-git::git+https://git.savannah.gnu.org/git/emacs.git")
b2sums=('SKIP') b2sums=('SKIP')
b2sums=('SKIP')
b2sums=('SKIP')
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug) OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug)
install=emacs-git.install install=emacs-git.install