Package Details: emacs-magit-git 3.0.0.r11.54a0019f-1

Git Clone URL: https://aur.archlinux.org/emacs-magit-git.git (read-only, click to copy)
Package Base: emacs-magit-git
Description: It's Magit! A Emacs mode for Git.
Upstream URL: http://github.com/magit/magit
Licenses: GPL3
Conflicts: emacs-magit
Provides: emacs-magit
Submitter: None
Maintainer: esben (hamki)
Last Packager: hamki
Votes: 35
Popularity: 0.000000
First Submitted: 2009-01-20 15:54 (UTC)
Last Updated: 2021-06-18 17:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

aleksander0m commented on 2014-01-16 16:59 (UTC)

Since recently, magit depends on the 'git-modes' package, which isn't in AUR yet; see: https://github.com/magit/git-modes

geekinthesticks commented on 2013-12-24 09:19 (UTC)

Just tried building and got the following error: In toplevel form: magit.el:73:1:Error: Cannot open load file: git-rebase-mode Makefile:87: recipe for target 'magit.elc' failed make: *** [magit.elc] Error 1 I am not sure which package contains git-rebase-mode.

haawda commented on 2013-07-27 22:22 (UTC)

Changed pkgver command to "git describe --tags". Otherwise the version number would be lower than the one of the stable package.

alfplayer commented on 2013-05-10 23:11 (UTC)

Sorry, I marked it as mistake. A confirmation would be nice.

haawda commented on 2013-04-06 14:24 (UTC)

pacman-4.1-ready PKGBUILD.

haawda commented on 2013-04-05 15:07 (UTC)

cl-lib is part of emacs itself. Do you have a recent version of emacs installed?

pwalker commented on 2013-04-05 14:54 (UTC)

Cloning into 'magit'... remote: Counting objects: 49, done. remote: Compressing objects: 100% (48/48), done. remote: Total 49 (delta 13), reused 22 (delta 1) Receiving objects: 100% (49/49), 150.41 KiB, done. Resolving deltas: 100% (13/13), done. fatal: No names found, cannot describe anything. fatal: No names found, cannot describe anything. fatal: No names found, cannot describe anything. fatal: No names found, cannot describe anything. fatal: No names found, cannot describe anything. sed -e "s/@GIT_DEV_VERSION@//" < magit.el > magit.tmp.el #NO_DIST emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name \".\") load-path))" --eval '(byte-compile-file "magit-svn.el")' emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name \".\") load-path))" --eval '(byte-compile-file "magit-topgit.el")' emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name \".\") load-path))" --eval '(byte-compile-file "magit-stgit.el")' emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name \".\") load-path))" --eval '(byte-compile-file "magit.tmp.el")' #NO_DIST In toplevel form: magit.tmp.el:147:1:Error: Cannot open load file: cl-lib mv magit.tmp.elc magit.elc #NO_DIST mv: cannot stat ‘magit.tmp.elc’: No such file or directory make: *** [magit.elc] Error 1 make: *** Waiting for unfinished jobs.... In toplevel form: magit-svn.el:32:1:Error: Cannot open load file: cl-lib In toplevel form: magit-topgit.el:26:1:Error: Cannot open load file: cl-lib In toplevel form: magit-stgit.el:42:1:Error: Cannot open load file: cl-lib I think there is another dependency missing... any ideas?

haawda commented on 2013-03-04 23:54 (UTC)

Added ed to the makedepends. Thanks, abdo.

abdo commented on 2013-03-04 23:48 (UTC)

'ed' should be added to makedepends.