summaryrefslogtreecommitdiffstats
path: root/emacs-git/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-git/PKGBUILD')
-rw-r--r--emacs-git/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/emacs-git/PKGBUILD b/emacs-git/PKGBUILD
index d9017fc..2d428f1 100644
--- a/emacs-git/PKGBUILD
+++ b/emacs-git/PKGBUILD
@@ -7,21 +7,20 @@
_opt_puresize="1820000"
pkgname=emacs-git
-pkgver=20150404161006
+pkgver=20150620102447
pkgrel=1
pkgdesc='The extensible, customizable, self-documenting real-time display editor from its official Git repository'
arch=('i686' 'x86_64')
url='http://www.gnu.org/software/emacs/'
license=('GPL3')
depends=('dbus-core' 'desktop-file-utils' 'libpng' 'libtiff' 'librsvg'
- 'giflib' 'libxaw' 'libxpm' 'libjpeg>=7' 'hicolor-icon-theme'
+ 'giflib' 'gtk3' 'libxpm' 'libjpeg>=7' 'hicolor-icon-theme'
'imagemagick' 'libotf' 'm17n-lib')
makedepends=('git' 'pkgconfig' 'texinfo')
provides=("emacs=$pkgver")
conflicts=('emacs' 'emacs-nox' 'emacs-otf' 'emacs-cvs' 'emacs-bzr')
install=$pkgname.install
-source=("git+http://git.savannah.gnu.org/r/emacs.git"
- '0001-Use-a-keyword-not-symbol-to-delete-whitespace.patch')
+source=("git+http://git.savannah.gnu.org/r/emacs.git")
_mandir=/usr/share/man
@@ -50,9 +49,7 @@ build() {
--without-gif \
--without-gconf \
--without-gsettings \
- --with-x-toolkit=lucid || return 1
- # patch -p0 -i "$srcdir"/docstrings2.patch || return 1
- patch -p1 -i "$srcdir"/0001-Use-a-keyword-not-symbol-to-delete-whitespace.patch || return 1
+ --with-x-toolkit=gtk3 || return 1
make bootstrap
}
@@ -77,5 +74,4 @@ package() {
chmod 664 $pkgdir/var/games/emacs/*
chown -R root:50 $pkgdir/var/games
}
-md5sums=('SKIP'
- '35e7ce2809180972c1cdfcf1aca3612c')
+md5sums=('SKIP')