From 8c1e8c9b5bf0eb6c4e3842466d39040540e85a63 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 21 Apr 2022 14:31:59 +0200 Subject: [PATCH] [PKGBUILD] Re-enable xwidget browser in Emacs, version bump The xwidget browser is a lot more stable now! Not perfect yet, but usable with simple websites. --- 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 107c65c..cabbb39 100644 --- a/Documents/code/PKGBUILDs/emacs/PKGBUILD +++ b/Documents/code/PKGBUILDs/emacs/PKGBUILD @@ -50,7 +50,7 @@ XI2="YES" # Use Xinput2 support. # https://www.x.org/releases/X11R7.7/doc/inputproto/XI2proto.txt ALSA="YES" # Linux sound support. NOCAIRO= # Disable here. -XWIDGETS= # 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_PDF="YES" # Generate and install pdf documentation. NOGZ="YES" # Don't compress .el files. @@ -62,7 +62,7 @@ if [[ $CLI == "YES" ]] ; then else pkgname="emacs-phundrak-git" fi -pkgver=29.0.50.155319 +pkgver=29.0.50.155812 pkgrel=1 pkgdesc="GNU Emacs. Development master branch with Phundrak’s tweaks." arch=('x86_64')