Search Criteria
Package Details: emacs27-git 27.1.50.140516-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/emacs27-git.git (read-only, click to copy) |
---|---|
Package Base: | emacs27-git |
Description: | GNU Emacs. emacs-27 release branch. |
Upstream URL: | http://www.gnu.org/software/emacs/ |
Keywords: | development editor ide text |
Licenses: | GPL3 |
Conflicts: | emacs, emacs-git, emacs-seq, emacs26-git |
Provides: | emacs, emacs-seq |
Replaces: | emacs-git, emacs-seq, emacs26-git |
Submitter: | niv |
Maintainer: | seds |
Last Packager: | niv |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2020-02-16 21:28 (UTC) |
Last Updated: | 2020-08-15 17:54 (UTC) |
Dependencies (13)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin)
- giflib (giflib-git)
- gnutls (gnutls-tiny-git, gnutls-openssl, gnutls-nodocs-git, gnutls-git)
- gpm (gpm-vm, gpm-git)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view)
- harfbuzz (harfbuzz-git, harfbuzz-minimal-git)
- jansson (jansson-git)
- libjpeg-turbo (libjpeg-turbo-minimal-git, mozjpeg-git, libjpeg-turbo-git, mozjpeg)
- libotf
- libxml2 (libxml2-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- xorgproto (xorgproto-git) (make)
Required by (432)
- astroid-git (requires emacs) (optional)
- auctex (requires emacs)
- auctex-git (requires emacs)
- auto-complete-clang-async (requires emacs)
- auto-complete-nxml-git (requires emacs)
- auto-complete-nxml-git (requires emacs) (make)
- bbdb (requires emacs)
- bigloo-devel (requires emacs) (make)
- bigloo-devel (requires emacs) (optional)
- bluespec-docs (requires emacs) (optional)
- bluespec-tools (requires emacs) (optional)
- carp (requires emacs) (make)
- cask (requires emacs)
- cask-git (requires emacs)
- cmake-git (requires emacs) (make)
- dictionary (requires emacs)
- distel (requires emacs)
- dmscripts-git (requires emacs) (optional)
- el2org (requires emacs)
- eless (requires emacs)
- Show 412 more...
Latest Comments
seds commented on 2020-08-11 15:54 (UTC)
I wrote a fix for the
sed
issue. You can get it from here: https://github.com/benmezger/emacs27/dpriskorn commented on 2020-08-07 23:37 (UTC)
thanks pancho it worked to replace the sed invocation :)
pancho commented on 2020-07-28 21:40 (UTC) (edited on 2020-08-06 04:11 (UTC) by pancho)
The emacs 27.1 release is nigh! :-) (latest tag in the
emacs-27
branch isemacs-27.1-rc2
, with a tentative release on 2020-08-10).In short, the emacs version declared in
configure.ac/AC_INIT
macro has gone from 27.0.91 (two dots) to just 27.1 (one dot).This breaks the
sed
expression on line 167 ofPKGBUILD
, and thepkgver
generated its invalid.As a workaround, edit the aforementioned
sed
invocation to look like this (I just added a\(
and\)
around the third\.[0-9]\+
block; the\?
to make this block optional was already there, so this seems like the author was already aiming for this but the parens were forgotten):