Package Details: emacs-git 30.0.50.169253-1

Git Clone URL: https://aur.archlinux.org/emacs-git.git (read-only, click to copy)
Package Base: emacs-git
Description: GNU Emacs. Development master branch.
Upstream URL: http://www.gnu.org/software/emacs/
Keywords: development editor IDE text
Licenses: GPL3
Conflicts: emacs
Provides: emacs
Submitter: toropisco
Maintainer: toropisco
Last Packager: toropisco
Votes: 107
Popularity: 1.93
First Submitted: 2014-01-05 02:05 (UTC)
Last Updated: 2023-10-14 18:36 (UTC)

Required by (313)

Sources (2)

Pinned Comments

toropisco commented on 2017-06-30 19:14 (UTC) (edited on 2022-05-15 13:26 (UTC) by toropisco)

This PKGBUILD is a work in progress. If you find PACKAGING bugs, please let me know ASAP.

Upstream bugs are to be reported upstream. Check out the emacs-devel archives to confirm if this is an already known bug. In fact... Why are you not subscribed to emacs-devel?. Also check the emacs-bug-tracker archives.

Reporting bugs: Write to the Emacs Bug Tracker and report it there. Or, better yet, use the debbugs client included with the text editor. You will find instructions at https://debbugs.gnu.org/. Good luck!

If you confirm it is a packaging bug, you are welcome to report it here.

Yaourt and other automated tools users BEWARE! This PKGBUILD is written with hand updating in mind and I won't fix bugs arising from such use. Besides, cloning the same repository time and time again from a non-profit such as the GNU Project/FSF gives out a very low image of you.

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 39 Next › Last »

toropisco commented on 2018-02-11 11:28 (UTC)

sondr3: I see what you mean. The bug is in cask's PKGBUILD. it should not ask for a version. I was necessary four or five years ago, but not anymore.

sondr3 commented on 2018-02-11 10:59 (UTC) (edited on 2018-02-11 11:00 (UTC) by sondr3)

vorbote: Because if you are developing packages for Emacs you use Cask for testing and installing dependencies and emacs-git doesn't work with it because it doesn't provide a proper version, so Cask refuses to install. Not providing a version with this package is pretty silly because you can't use it to test new versions of Emacs with packages you are developing.

toropisco commented on 2018-02-09 19:52 (UTC)

tad: Why? 'Cause 'tis a nice checkbox to tick?

Emacs doesn't provide a library with a specific ABI, unless you are using modules; which you have to maintain yourself at this moment anyway.

tad commented on 2018-02-09 18:30 (UTC)

Can we change to

provides=('emacs=27')

? Packages like 'cask' depend on 'emacs>=$version', which this package does not satisfy.

Stebalien commented on 2018-01-25 18:31 (UTC)

Still missing patch 3 from the first patch set: https://gist.github.com/anonymous/5802e701b310c71325e9e09d1537818d#file-0003-fix-missing-quotes-patch

Stebalien commented on 2018-01-23 21:01 (UTC)

Missed one: https://gist.github.com/anonymous/8f5e8b248fc6b7d91a65ce549853c072

(else -> elif)

Stebalien commented on 2018-01-23 20:59 (UTC)

PKGBUILD fixes: https://gist.github.com/anonymous/5802e701b310c71325e9e09d1537818d

Fixes:

  • Whitespace (git complains)
  • Missing $ in variable
  • Mismatched quotes

toropisco commented on 2018-01-23 14:40 (UTC)

I needed to edit some xmlfiles myself last week and rewrote that part of the PKGBUILD to hardwire both xml2 and jansson. I forgot all about it.

Uploaded the new version earlier today.

toropisco commented on 2018-01-23 14:40 (UTC) (edited on 2018-01-23 14:41 (UTC) by toropisco)

I needed to edit some xml files myself last week and rewrote that part of the PKGBUILD to hardwire both xml2 and jansson. I forgot all about it.

Uploaded the new version earlier today.

maxxcan commented on 2018-01-23 14:35 (UTC)

@vorbote I only notice it like information. If you user eww you need libxml2 support. Maybe Someone don't know it