Package Details: kakoune-git 2023.08.05+r366+g8bb0f44c2-1

Git Clone URL: https://aur.archlinux.org/kakoune-git.git (read-only, click to copy)
Package Base: kakoune-git
Description: Multiple-selection, UNIX-flavored modal editor
Upstream URL: https://github.com/mawww/kakoune
Keywords: editor kakoune multiple-selection unix
Licenses: custom:UNLICENSE
Conflicts: kakoune
Provides: kakoune
Submitter: galaux
Maintainer: swiftscythe
Last Packager: swiftscythe
Votes: 38
Popularity: 0.000000
First Submitted: 2013-12-18 16:01 (UTC)
Last Updated: 2024-05-09 12:51 (UTC)

Dependencies (11)

Required by (20)

Sources (1)

Latest Comments

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

<deleted-account> commented on 2014-12-11 09:07 (UTC)

Patch requires manual intervention right now, ncurses.cc has been renamed to ncurses_ui.cc

galaux commented on 2014-10-11 12:07 (UTC)

Definitely! I get a "sh: xmessage: command not found" when sending a SIGTERM to kak for test. Dependency added. Thanks

kaze commented on 2014-10-11 10:52 (UTC)

I’m new to Arch so excuse me if my remark is irrelevant, but I think the “xorg-xmessage” dependency might be missing — see src/assert.cc, line 43.

galaux commented on 2014-04-11 18:48 (UTC)

Fixed.

shizeeg commented on 2014-04-10 14:39 (UTC)

@dumblob oh, okay.

dumblob commented on 2014-04-10 13:43 (UTC)

Oh, I forget to publish my solution of the ncurses problem: sed -i -r 's|ncursesw/(ncurses.h)|\1|' ncurses.cc (I'm lazy to regenerate such small patches).

shizeeg commented on 2014-04-10 12:11 (UTC)

01_ncurses.patch fails to apply against git HEAD https://raw.githubusercontent.com/shizeeg/PKGBUILDs/master/kakoune-git/PKGBUILD https://raw.githubusercontent.com/shizeeg/PKGBUILDs/master/kakoune-git/01_ncurses.patch

galaux commented on 2014-03-26 08:51 (UTC)

Mawww (upstream dev) kindly let me know neither "bash" nor "socat" are dependencies as of the last commit [0]. Package updated. [0] https://github.com/galaux/aurpkgs/commit/3cffe7fbbd1d65e01fb3b74765de4f674644e771#commitcomment-5801494

galaux commented on 2014-03-25 12:21 (UTC)

You are absolutly right! (I cross-checked with upstream developer) Latest version of the package restores the 'bash' dependency. Thanks

<deleted-account> commented on 2014-03-24 15:31 (UTC)

According to https://github.com/mawww/kakoune/issues/81#issuecomment-36822364 the bash dependency should still be added. git-tools.kak still depends on it.