summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ee147f155f1..38cac976a3f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,12 +18,6 @@
#
# "makepkg -i" is your friend.
#
-# There is a bug with gtk+ 3.20 where the geometry is not
-# calculated at all. Emacs opens in a very small frame.
-# From within emacs, search for the options initial-frame-alist
-# and default-frame-alist to set up emacs frame geometry to
-# your personal preference. Switching to GTK+2 fixes it for now.
-#
#######################################################################
#######################################################################
@@ -35,7 +29,7 @@
#######################################################################
# Assign "YES" to the variable you want enabled, empty otherwise
#######################################################################
-GTK3= # Leave empty to compile with gtk+ 2 support. BTW, gtk3 is broken.
+GTK3="YES" # Leave empty to compile with gtk+ 2 support.
LTO= # Enable link-time optimization. Broken.
CAIRO= # Very broken for me. Use at own risk.
XWIDGETS= # Use GTK+ native widgets pulled from webkitgtk.
@@ -44,8 +38,8 @@ DOCS_PDF= # Generate and install pdf documentation.
#######################################################################
pkgname=emacs-git
-pkgver=25.1.50.r125786
-pkgrel=2
+pkgver=25.1.50.r126117
+pkgrel=1
pkgdesc="GNU Emacs. Master development branch."
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/"
@@ -65,8 +59,8 @@ if [[ $DOCS_PDF = "YES" ]]; then makedepends+=('texlive-core'); fi
conflicts=('emacs')
provides=('emacs')
source=("$pkgname::git://git.savannah.gnu.org/emacs.git")
-md5sums=('SKIP')
#source=("$pkgname::git+http://git.savannah.gnu.org/r/emacs.git")
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"