From c734fea7c4d11289d22099378c39d1704ae2fd8e Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 1 May 2022 18:00:29 +0200 Subject: [PATCH] [PKGBUILD] Remove PGTK option for Emacs --- Documents/code/PKGBUILDs/emacs/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documents/code/PKGBUILDs/emacs/PKGBUILD b/Documents/code/PKGBUILDs/emacs/PKGBUILD index cabbb39..53e163d 100644 --- a/Documents/code/PKGBUILDs/emacs/PKGBUILD +++ b/Documents/code/PKGBUILDs/emacs/PKGBUILD @@ -37,7 +37,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="YES" # Use native GTK3 build. Supports Wayland, yay! +PGTK= # Use native GTK3 build. Supports Wayland, yay! GTK3= # GTK3 old windowing interface. LUCID= # Use the lucid, a.k.a athena, toolkit. Like XEmacs, sorta. # @@ -62,7 +62,7 @@ if [[ $CLI == "YES" ]] ; then else pkgname="emacs-phundrak-git" fi -pkgver=29.0.50.155812 +pkgver=29.0.50.155874 pkgrel=1 pkgdesc="GNU Emacs. Development master branch with Phundrak’s tweaks." arch=('x86_64')