[PKGBUILD] Remove PGTK option for Emacs
This commit is contained in:
parent
8c1e8c9b5b
commit
c734fea7c4
@ -37,7 +37,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="YES" # Use native GTK3 build. Supports Wayland, yay!
|
PGTK= # 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.
|
||||||
#
|
#
|
||||||
@ -62,7 +62,7 @@ if [[ $CLI == "YES" ]] ; then
|
|||||||
else
|
else
|
||||||
pkgname="emacs-phundrak-git"
|
pkgname="emacs-phundrak-git"
|
||||||
fi
|
fi
|
||||||
pkgver=29.0.50.155812
|
pkgver=29.0.50.155874
|
||||||
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