Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5acaf087af41df5df627d957693957e898d82aba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5acaf087af41df5df627d957693957e898d82aba)
  • Date: Mon, 23 Aug 2021 23:48:56 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

editors/kakoune/DETAILS | 6 +++---
editors/kakoune/HISTORY | 4 ++++
editors/kakoune/PRE_BUILD | 4 ++++
3 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 5acaf087af41df5df627d957693957e898d82aba
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

kakoune 2020.09.01

diff --git a/editors/kakoune/DETAILS b/editors/kakoune/DETAILS
index fbbedba..a50cf37 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 246ad48..46b0fe4 100644
--- a/editors/kakoune/HISTORY
+++ b/editors/kakoune/HISTORY
@@ -1,2 +1,6 @@
+2021-08-23 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2020.09.01
+ * PRE_BUILD: fixed CXXFLAGS
+
2019-06-05 Kenneth Raplee <kenneth AT raplee.email>
* Created spell
diff --git a/editors/kakoune/PRE_BUILD b/editors/kakoune/PRE_BUILD
new file mode 100755
index 0000000..b964768
--- /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



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5acaf087af41df5df627d957693957e898d82aba), Ismael Luceno, 08/23/2021

Archive powered by MHonArc 2.6.24.

Top of Page