diff --git a/srcpkgs/emacs/patches/hunspell_1.7.patch b/srcpkgs/emacs/patches/hunspell_1.7.patch deleted file mode 100644 index 221ae93938d..00000000000 --- a/srcpkgs/emacs/patches/hunspell_1.7.patch +++ /dev/null @@ -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)) diff --git a/srcpkgs/emacs/template b/srcpkgs/emacs/template index 6bda8ff3310..8e4ddd6736c 100644 --- a/srcpkgs/emacs/template +++ b/srcpkgs/emacs/template @@ -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 " 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