Search Criteria
Package Details: kakoune-git 2022.10.31-1
Package Actions
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: | lenormf |
Last Packager: | lenormf |
Votes: | 39 |
Popularity: | 0.000000 |
First Submitted: | 2013-12-18 16:01 (UTC) |
Last Updated: | 2023-03-03 12:01 (UTC) |
Dependencies (11)
- gcc-libs (gccrs-libs-git, gcc-libs-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- aspell (aspell-git) (optional) – spell check, correct text
- clang (clang8, clang-git, llvm-git, llvm-minimal-git) (optional) – error reporting and diagnostics, completion
- ctags-git (optional) – complete and describe a symbol, jump to its definition
- editorconfig-core-c (editorconfig-core-c-git) (optional) – set formatting options project-wide
- git (git-vfs, git-git, git-run-command-patch-git) (optional) – display and cycle through hunks, blame lines, handle file status
- kak-lsp (kak-lsp-git) (optional) – Language Server Protocol (LSP) client
- tmux (tmux-tcl-git, tmux-fullwidth-backspace, tmux-ver-28, tmux-git, tmux-xdg-git, sixel-tmux-git) (optional) – split windows, spawn tabs
- xdotool (xdotool-git) (optional) – X11 window management
- xorg-xmessage (optional) – print detailed crash information in a separate window
Required by (17)
- kak-auto-pairs-git (requires kakoune)
- kak-case-git (requires kakoune)
- kak-cd-git (requires kakoune)
- kak-fzf-git (requires kakoune)
- kak-inc-dec-git (requires kakoune)
- kak-lsp-git (requires kakoune)
- kak-mediawiki-git (requires kakoune)
- kak-palette-git (requires kakoune)
- kak-prelude-git (requires kakoune)
- kak-quickscope-git (requires kakoune)
- kak-replace-mode-git (requires kakoune)
- kak-smarttab-git (requires kakoune)
- kak-snippets-git (requires kakoune)
- kak-state-save-git (requires kakoune)
- kak-surround-git (requires kakoune)
- kak-tagbar (requires kakoune)
- kakoune-extra-filetypes-git (requires kakoune)
Latest Comments
1 2 3 4 5 6 Next › Last »
lenormf commented on 2021-07-23 05:01 (UTC)
Thanks for reminding me! I've modified the manifest and tweaked it further (dependencies, optional dependencies, cosmetics etc.).
swiftscythe commented on 2021-07-22 12:22 (UTC)
If I understand it correctly, the ncurses dependency is no longer needed, right?
lenormf commented on 2020-12-09 09:19 (UTC)
Thank you, the package manifest has been modified. I've also verified that it worked with
kak-snippets-git
.Ordoviz commented on 2020-12-08 07:05 (UTC)
@lenormf I tried it and can confirm that pacman treats
2020.09.01_r192_g411bf736 >= 2019.07.01
as true.lenormf commented on 2020-12-07 07:52 (UTC)
Ordoviz, the version number for
kakoune-git
has a different format, are you surekak-snippets-git
is going to resolve2020.01.16_r186_g60154300
as2020.01.16
?Ordoviz commented on 2020-11-14 09:47 (UTC)
Consider replacing
provides=('kakoune')
withprovides=("kakoune=$pkgver")
. On install I got the error: “removing kakoune breaks dependency 'kakoune>=2019.07.01' required by kak-snippets-git”lenormf commented on 2020-01-27 07:00 (UTC)
Trying cleaning the cache of whatever AUR package manager you're using.
hisacro commented on 2020-01-26 18:56 (UTC)
/bin/ld: .commands.opt.o: file not recognized: file truncated collect2: error: ld returned 1 exit status make: *** [Makefile:108: kak.opt] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
not sure why I'm getting this error
maximbaz commented on 2019-01-22 07:04 (UTC)
This is a fair argument :) There was also another line "Note: Packages in the AUR assume that the base-devel group is installed, i.e. they do not list the group's members as dependencies explicitly.", but I agree it wasn't quite clear.
To be consistent all the way down, I adapted the wiki to say "Ensure the base-devel package group is installed in full".
lenormf commented on 2019-01-22 06:53 (UTC)
The wiki doesn't say the
base-devel
package has to be installed fully:But since the
PKGBUILD
does expect users to havegcc
installed, which is part of this package group and is not listed in thePKGBUILD
, I'm removingpkgconf
from the build dependencies in the name of consistency.Note that neither
cat
noruname
are necessary to build the project ;)1 2 3 4 5 6 Next › Last »