From 3c4ba3d898242e53190bc5aab0b7b479aa8a5400 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 26 Oct 2022 13:06:35 +0200 Subject: [PATCH] [PKGBUILD] Bump Emacs version, switch to PGTK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’m using Wayland more and more often, so PGTK now has its uses --- Documents/code/PKGBUILDs/emacs/PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Documents/code/PKGBUILDs/emacs/PKGBUILD b/Documents/code/PKGBUILDs/emacs/PKGBUILD index 1bd9840..817c045 100644 --- a/Documents/code/PKGBUILDs/emacs/PKGBUILD +++ b/Documents/code/PKGBUILDs/emacs/PKGBUILD @@ -36,7 +36,7 @@ CLI= # CLI only binary. GPM= # Mouse support in Linux console using gpmd. NOTKIT= # Use no toolkit widgets. Like B&W Twm (001d sk00l). # 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. LUCID= # Use the lucid, a.k.a athena, toolkit. Like XEmacs, sorta. # @@ -51,7 +51,7 @@ ALSA= # Linux sound support. NOCAIRO= # Disable here. XWIDGETS="YES" # Use GTK+ widgets pulled from webkit2gtk. Usable. 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. ################################################################################ @@ -61,7 +61,7 @@ if [[ $CLI == "YES" ]] ; then else pkgname="emacs-phundrak-git" fi -pkgver=29.0.50.159501 +pkgver=29.0.50.161366 pkgrel=1 pkgdesc="GNU Emacs. Development master branch with Phundrak’s tweaks." arch=('x86_64') @@ -70,14 +70,11 @@ license=('GPL3') depends_nox=('gnutls' 'libxml2' 'jansson') depends=("${depends_nox[@]}" 'harfbuzz') makedepends=('git') -b2sums=('SKIP') provides=('emacs') replaces=('emacs') # source=("emacs-git::git://git.savannah.gnu.org/emacs.git") source=("emacs-git::git+https://git.savannah.gnu.org/git/emacs.git") b2sums=('SKIP') -b2sums=('SKIP') -b2sums=('SKIP') OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug) install=emacs-git.install