editors/kakoune: Update to 2021.10.28

Changes:	https://github.com/mawww/kakoune/releases/tag/v2021.10.28
(cherry picked from commit a6c927396b)
This commit is contained in:
Tobias Kortkamp 2021-10-28 07:58:34 +02:00
parent 5390428a51
commit 58922eb0e9
No known key found for this signature in database
GPG Key ID: A4F09FB73CC51F61
4 changed files with 7 additions and 22 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= kakoune
DISTVERSION= 2021.08.28
DISTVERSION= 2021.10.28
CATEGORIES= editors
MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1630157133
SHA256 (kakoune-2021.08.28.tar.bz2) = 6f6ed7dfd8c5723210dbd848708acf03af4b847016fd3ede96b2a89ad32276cb
SIZE (kakoune-2021.08.28.tar.bz2) = 535791
TIMESTAMP = 1635400713
SHA256 (kakoune-2021.10.28.tar.bz2) = 2f4c93871dc31f6281712281a7119928b1d6d6f300dded84b2d3ce0ab27f2126
SIZE (kakoune-2021.10.28.tar.bz2) = 537860

View File

@ -1,17 +0,0 @@
--- src/main.cc.orig 2021-10-25 11:31:24 UTC
+++ src/main.cc
@@ -1249,8 +1249,12 @@ int main(int argc, char* argv[])
}
#if defined(__ELF__)
-asm(R"(
-.pushsection ".debug_gdb_scripts", "MS",@progbits,1
+#ifdef __arm__
+# define PROGBITS "%progbits"
+#else
+# define PROGBITS "@progbits"
+#endif
+asm(".pushsection \".debug_gdb_scripts\", \"MS\"," PROGBITS ",1" R"(
.byte 4
.ascii "kakoune-inline-gdb.py\n"
.ascii "import os.path\n"

View File

@ -7,7 +7,8 @@ libexec/kak/kak
%%DATADIR%%/colors/desertex.kak
%%DATADIR%%/colors/github.kak
%%DATADIR%%/colors/greyscale.kak
%%DATADIR%%/colors/gruvbox.kak
%%DATADIR%%/colors/gruvbox-dark.kak
%%DATADIR%%/colors/gruvbox-light.kak
%%DATADIR%%/colors/kaleidoscope-dark.kak
%%DATADIR%%/colors/kaleidoscope-light.kak
%%DATADIR%%/colors/lucius.kak
@ -63,6 +64,7 @@ libexec/kak/kak
%%DATADIR%%/rc/filetype/dockerfile.kak
%%DATADIR%%/rc/filetype/elixir.kak
%%DATADIR%%/rc/filetype/elm.kak
%%DATADIR%%/rc/filetype/erlang.kak
%%DATADIR%%/rc/filetype/eruby.kak
%%DATADIR%%/rc/filetype/etc.kak
%%DATADIR%%/rc/filetype/exherbo.kak