summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorIsmael Luceno2021-08-24 01:47:05 +0200
committerIsmael Luceno2021-08-24 01:48:25 +0200
commit5acaf087af41df5df627d957693957e898d82aba (patch)
treedbabcb9b300c9d175681ec68a2129cb3829f2164 /editors
parentdf9d5a7cb8568821d97fa0f8d3715d5267923b48 (diff)
kakoune 2020.09.01
Diffstat (limited to 'editors')
-rwxr-xr-xeditors/kakoune/DETAILS6
-rw-r--r--editors/kakoune/HISTORY4
-rwxr-xr-xeditors/kakoune/PRE_BUILD4
3 files changed, 11 insertions, 3 deletions
diff --git a/editors/kakoune/DETAILS b/editors/kakoune/DETAILS
index fbbedba3bf..a50cf37b36 100755
--- a/editors/kakoune/DETAILS
+++ b/editors/kakoune/DETAILS
@@ -1,9 +1,9 @@
SPELL=kakoune
- VERSION=2019.01.20
+ VERSION=2020.09.01
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- SOURCE_URL[0]=http://github.com/mawww/kakoune/releases/download/v${VERSION}/${SOURCE}
- SOURCE_HASH=sha512:083eb3b371f722f8973d081fd6145b824c97d3724f4529adf244e32ffac113d3d8bda847e8a7951ba7115d0147d3bd149b4c097ec405764f8027e88e87fade45
+ SOURCE_URL[0]=https://github.com/mawww/kakoune/releases/download/v$VERSION/$SOURCE
+ SOURCE_HASH=sha512:0a85fe6304dd8c4097a345c6605bd246775655c8fa489f8cac047056fcf71c6bcb650201ffcfcacb1b9efb854da0c036eb1f87d1dbe42d3123ff011550011845
WEB_SITE=https://github.com/mawww/kakoune
LICENSE[0]=UNLICENSE
ENTERED=20190605
diff --git a/editors/kakoune/HISTORY b/editors/kakoune/HISTORY
index 246ad48dea..46b0fe4251 100644
--- a/editors/kakoune/HISTORY
+++ b/editors/kakoune/HISTORY
@@ -1,2 +1,6 @@
+2021-08-23 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 2020.09.01
+ * PRE_BUILD: fixed CXXFLAGS
+
2019-06-05 Kenneth Raplee <kenneth@raplee.email>
* Created spell
diff --git a/editors/kakoune/PRE_BUILD b/editors/kakoune/PRE_BUILD
new file mode 100755
index 0000000000..b9647687b3
--- /dev/null
+++ b/editors/kakoune/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# Fix overriding of -On in CXXFLAGS; use -Og instead of -On for debugging
+sedit '/^ *CXXFLAGS *[+]= -O.$/ {s/0$/g/; t; d}' src/Makefile