summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2022-03-15 08:43:17 -0500
committerPedro A. López-Valencia2022-03-15 08:43:17 -0500
commit60b2b61fbfdacff8ba563d3f0597637e0f6e706b (patch)
treed2f93c6928583a46088dbadd77be691306960156
parent475f6d1121f8acaaf03444e5693e5d2e3075690d (diff)
downloadaur-60b2b61fbfdacff8ba563d3f0597637e0f6e706b.tar.gz
* Menus work again with PGTK, although they are slower in my Arch
laptop with X11.
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD7
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad4cae3b9d0d..d7b12f826123 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 29.0.50.154805
+ pkgver = 29.0.50.154965
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
@@ -21,7 +21,6 @@ pkgbase = emacs-git
depends = libxcb
depends = libjpeg-turbo
depends = giflib
- depends = cairo
provides = emacs
provides = emacs-pretest
provides = emacs26-git
diff --git a/.gitignore b/.gitignore
index 7bc14c592af5..d517c3782020 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ src/
*.tar.*
emacs-git
*.local
+local
diff --git a/PKGBUILD b/PKGBUILD
index 059daa7300de..43af1f253fd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,10 +46,9 @@ 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!
- # Menus are broken as of 2022-03-06 when I compiled a new copy..
+PGTK="YES" # Use native GTK3 build. Supports Wayland, yay!
-GTK3="YES" # GTK3 old windowing interface.
+GTK3= # GTK3 old windowing interface.
LUCID= # Use the lucid, a.k.a athena, toolkit. Like XEmacs, sorta.
#
@@ -81,7 +80,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-git"
fi
-pkgver=29.0.50.154805
+pkgver=29.0.50.154965
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')