kakoune 2022.10.31-2 source package in Ubuntu

Changelog

kakoune (2022.10.31-2) unstable; urgency=medium

  * Switch the ncurses build dependency from the transitional
    libncursesw5-dev package to libncurses-dev.
  * Add the 09-gcc-13, 10-gcc-13-warnings, and 11-gcc-13-types upstream
    patches to fix the build with GCC 13. Closes: #1037705

 -- Peter Pentchev <email address hidden>  Fri, 16 Jun 2023 12:48:38 +0300

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
kakoune_2022.10.31-2.dsc 2.1 KiB 36bedf162e106a2aa9cbbe0bd612cbfd85b73419aa229fd617d1b393d2036bfa
kakoune_2022.10.31.orig.tar.gz 663.4 KiB f3eab1e663763c62881d553ad6263526940fa3ca357e0183767885415fc80b03
kakoune_2022.10.31-2.debian.tar.xz 12.8 KiB 6644782130ace605cc098fcc81347cc61dc1ea92057f65edb86587b90d383322

Available diffs

No changes file available.

Binary packages built by this source

kakoune: Vim-inspired, selection-oriented code editor

 Kakoune is a code editor heavily inspired by Vim; as such most of its
 commands are similar to vi’s ones, and it shares Vi’s "keystrokes as
 a text editing language" model. Kakoune can operate in two modes, normal
 and insertion. In insertion mode, keys are directly inserted into
 the current buffer. In normal mode, keys are used to manipulate
 the current selection and to enter insertion mode. Kakoune has a strong
 focus on interactivity, most commands provide immediate and incremental
 results, while still being competitive (as in keystroke count) with Vim.
 Kakoune works on selections, which are oriented, inclusive range of
 characters; selections have an anchor and a cursor character.
 Most commands move both of them, except when extending selection where
 the anchor character stays fixed and the cursor one moves around.

kakoune-dbgsym: debug symbols for kakoune