emacs: update to 26.2.
This commit is contained in:
parent
3fe549be84
commit
91de9545b0
|
@ -1,16 +0,0 @@
|
|||
--- lisp/textmodes/ispell.el
|
||||
+++ lisp/textmodes/ispell.el
|
||||
@@ -1113,7 +1113,12 @@ dictionary from that list was found."
|
||||
null-device
|
||||
t
|
||||
nil
|
||||
- "-D")
|
||||
+ ;; Hunspell 1.7.0 (and later?) won't
|
||||
+ ;; show LOADED DICTIONARY unless
|
||||
+ ;; there's at least one file argument
|
||||
+ ;; on the command line. So we feed
|
||||
+ ;; it with the null device.
|
||||
+ "-D" null-device)
|
||||
(buffer-string))
|
||||
"[\n\r]+"
|
||||
t))
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'emacs'
|
||||
pkgname=emacs
|
||||
version=26.1
|
||||
revision=5
|
||||
build_style="gnu-configure"
|
||||
version=26.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-file-notification=inotify --with-modules
|
||||
$(vopt_with jpeg) $(vopt_with tiff) $(vopt_with gif) $(vopt_with png)
|
||||
$(vopt_with xpm) $(vopt_with svg rsvg) $(vopt_with imagemagick)
|
||||
|
@ -21,7 +21,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/emacs/"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=1cf4fc240cd77c25309d15e18593789c8dbfba5c2b44d8f77c886542300fd32c
|
||||
checksum=151ce69dbe5b809d4492ffae4a4b153b2778459de6deb26f35691e1281a9c58e
|
||||
replaces="emacs>=0"
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
|
Loading…
Reference in New Issue