summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2022-05-15 15:27:38 +0000
committerPedro A. López-Valencia2022-05-15 15:27:38 +0000
commit72357f969b11945d610c4f4b67d5c71f22c91529 (patch)
tree1e00e60dc7d8d802d6bd79fea76a5f6f89e065e6
parentef6ba67be9b0ec2f68a782bc3e24645e61bf7ef3 (diff)
downloadaur-72357f969b11945d610c4f4b67d5c71f22c91529.tar.gz
* The PGTK driver requires gsettings now.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28bde1080925..b07a8e58c4ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 29.0.50.155762
+ pkgver = 29.0.50.156495
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 89cece31020d..d88438f28b43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,7 +80,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-git"
fi
-pkgver=29.0.50.155762
+pkgver=29.0.50.156495
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
@@ -239,7 +239,6 @@ build() {
# If you insist you'll need to read that bug report in *full*.
# Good luck!
--without-gconf
- --without-gsettings
)
################################################################################
@@ -274,6 +273,10 @@ elif [[ $PGTK == "YES" ]]; then
_conf+=( '--with-pgtk' '--without-xaw3d' );
fi
+if [[ ! $PGTK == "YES" ]]; then
+ _conf+=( '--without-gsettings' ) :
+fi
+
if [[ $NOCAIRO == "YES" || $CLI == "YES" || $NOTKIT == "YES" || $LUCID == "YES" ]]; then
_conf+=( '--without-cairo' );
fi