[PKGBUILD] Re-enable xwidget browser in Emacs, version bump
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
The xwidget browser is a lot more stable now! Not perfect yet, but usable with simple websites.
This commit is contained in:
parent
40f211bdd8
commit
8c1e8c9b5b
@ -50,7 +50,7 @@ XI2="YES" # Use Xinput2 support.
|
|||||||
# https://www.x.org/releases/X11R7.7/doc/inputproto/XI2proto.txt
|
# https://www.x.org/releases/X11R7.7/doc/inputproto/XI2proto.txt
|
||||||
ALSA="YES" # Linux sound support.
|
ALSA="YES" # Linux sound support.
|
||||||
NOCAIRO= # Disable here.
|
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_HTML="YES" # Generate and install html documentation.
|
||||||
DOCS_PDF="YES" # Generate and install pdf documentation.
|
DOCS_PDF="YES" # Generate and install pdf documentation.
|
||||||
NOGZ="YES" # Don't compress .el files.
|
NOGZ="YES" # Don't compress .el files.
|
||||||
@ -62,7 +62,7 @@ if [[ $CLI == "YES" ]] ; then
|
|||||||
else
|
else
|
||||||
pkgname="emacs-phundrak-git"
|
pkgname="emacs-phundrak-git"
|
||||||
fi
|
fi
|
||||||
pkgver=29.0.50.155319
|
pkgver=29.0.50.155812
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="GNU Emacs. Development master branch with Phundrak’s tweaks."
|
pkgdesc="GNU Emacs. Development master branch with Phundrak’s tweaks."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
Loading…
Reference in New Issue
Block a user