mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
emacs: update to 26.2.
This commit is contained in:
parent
3fe549be84
commit
91de9545b0
2 changed files with 4 additions and 20 deletions
|
@ -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'
|
# Template file for 'emacs'
|
||||||
pkgname=emacs
|
pkgname=emacs
|
||||||
version=26.1
|
version=26.2
|
||||||
revision=5
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style=gnu-configure
|
||||||
configure_args="--with-file-notification=inotify --with-modules
|
configure_args="--with-file-notification=inotify --with-modules
|
||||||
$(vopt_with jpeg) $(vopt_with tiff) $(vopt_with gif) $(vopt_with png)
|
$(vopt_with jpeg) $(vopt_with tiff) $(vopt_with gif) $(vopt_with png)
|
||||||
$(vopt_with xpm) $(vopt_with svg rsvg) $(vopt_with imagemagick)
|
$(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"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/emacs/"
|
homepage="http://www.gnu.org/software/emacs/"
|
||||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=1cf4fc240cd77c25309d15e18593789c8dbfba5c2b44d8f77c886542300fd32c
|
checksum=151ce69dbe5b809d4492ffae4a4b153b2778459de6deb26f35691e1281a9c58e
|
||||||
replaces="emacs>=0"
|
replaces="emacs>=0"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue