Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cc9cb1fea7d0d1186b0d623e1724354c57524e02)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cc9cb1fea7d0d1186b0d623e1724354c57524e02)
  • Date: Sat, 20 May 2023 14:25:41 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

editors/helix/DETAILS | 15 +++++++++++++--
editors/helix/HISTORY | 3 +++
editors/helix/PREPARE | 2 ++
3 files changed, 18 insertions(+), 2 deletions(-)

New commits:
commit cc9cb1fea7d0d1186b0d623e1724354c57524e02
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

editors/helix: version 23.05

diff --git a/editors/helix/DETAILS b/editors/helix/DETAILS
index 310a6f8..952f455 100755
--- a/editors/helix/DETAILS
+++ b/editors/helix/DETAILS
@@ -1,9 +1,20 @@
+. "${GRIMOIRE}/FUNCTIONS"
SPELL="helix"
- VERSION="22.12"
-
SOURCE_HASH="sha512:0493378bf4df07144d910feafcb94e51a13c5e51f64ecc26d8c025872bbe81d71254879077b3f5586061aa22ef5b17578b9bf539bfcbb2dfde0be6ca5fd58021"
+if [[ "${HELIX_BRANCH}" == "scm" ]]; then
+ VERSION=$(get_scm_version)
+ SOURCE=${SPELL}-scm.tar.xz
+
SOURCE_URL[0]="git_http://github.com/${SPELL}-editor/${SPELL}:${SPELL}-scm";
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
+ SOURCE_IGNORE="volatile"
+ FORCE_DOWNLOAD="on"
+else
+ VERSION="23.05"
+
SOURCE_HASH="sha512:203ff50d93cac640d7ab9b0dc4b7ddf0ee77fde892f010bd3f2e8139d08cacde76600b1d0c22a56c24b721130a84445e7fab570f66bb49764d8d7f08756f7d91"
SOURCE="${SPELL}-${VERSION}-source.tar.xz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

SOURCE_URL[0]="https://github.com/${SPELL}-editor/${SPELL}/releases/download/${VERSION}/${SOURCE}";
+# Watch: https://github.com/helix-editor/helix/tags tags/([0-9.]+)[.]tar
+fi
WEB_SITE="https://helix-editor.com/";
LICENSE[0]="MPL"
ENTERED="20230130"
diff --git a/editors/helix/HISTORY b/editors/helix/HISTORY
index 7232b1b..202b0c1 100644
--- a/editors/helix/HISTORY
+++ b/editors/helix/HISTORY
@@ -1,3 +1,6 @@
+2023-05-20 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: version 23.05, added scm branch and Watchline
+
2023-01-30 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, FINAL, INSTALL, PRE_BUILD, helix.sh:
created the spell, version 22.12
diff --git a/editors/helix/PREPARE b/editors/helix/PREPARE
new file mode 100755
index 0000000..e38d86f
--- /dev/null
+++ b/editors/helix/PREPARE
@@ -0,0 +1,2 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+prepare_select_branch stable scm



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cc9cb1fea7d0d1186b0d623e1724354c57524e02), Pavel Vinogradov, 05/20/2023

Archive powered by MHonArc 2.6.24.

Top of Page