Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (d82679e814ae391b1185dd917c5ab715386c8067)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (d82679e814ae391b1185dd917c5ab715386c8067)
  • Date: Wed, 26 Jun 2024 15:21:21 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

python-pypi/python-installer/BUILD | 2 +-
python-pypi/python-installer/HISTORY | 3 +++
python-pypi/python-installer/INSTALL | 2 +-
shell-term-fm/mc/CONFIGURE | 2 +-
shell-term-fm/mc/DEPENDS | 2 +-
shell-term-fm/mc/HISTORY | 3 +++
6 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit d82679e814ae391b1185dd917c5ab715386c8067
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

python-installer - fix when no python symlink

commit 4fa20053949f3f771775ff3b0c3cd4a447b27d3d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mc - tweak

diff --git a/python-pypi/python-installer/BUILD
b/python-pypi/python-installer/BUILD
index d4183ac..63286ea 100755
--- a/python-pypi/python-installer/BUILD
+++ b/python-pypi/python-installer/BUILD
@@ -1 +1 @@
-python -m build --wheel --no-isolation
+python3 -m build --wheel --no-isolation
diff --git a/python-pypi/python-installer/HISTORY
b/python-pypi/python-installer/HISTORY
index 27bae6d..d72180e 100644
--- a/python-pypi/python-installer/HISTORY
+++ b/python-pypi/python-installer/HISTORY
@@ -1,3 +1,6 @@
+2024-06-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD INSTALL: specify python3 since python may not exist
+
2024-06-23 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: pygobject3 -> flit-core

diff --git a/python-pypi/python-installer/INSTALL
b/python-pypi/python-installer/INSTALL
index ffeb1fa..8f7d244 100755
--- a/python-pypi/python-installer/INSTALL
+++ b/python-pypi/python-installer/INSTALL
@@ -1,5 +1,5 @@
mkdir -p "${SOURCE_DIRECTORY}/builddir" &&
-PYTHONPATH=src python -m installer --destdir="${SOURCE_DIRECTORY}/builddir"
dist/*.whl &&
+PYTHONPATH=src python3 -m installer --destdir="${SOURCE_DIRECTORY}/builddir"
dist/*.whl &&

# remove unneeded windows binaries
rm builddir/usr/lib/python*/site-packages/installer/_scripts/*.exe &&
diff --git a/shell-term-fm/mc/CONFIGURE b/shell-term-fm/mc/CONFIGURE
index 98be957..0c84368 100755
--- a/shell-term-fm/mc/CONFIGURE
+++ b/shell-term-fm/mc/CONFIGURE
@@ -1,9 +1,9 @@
+
config_query_list MC_SCREEN "Which screen library to use?" \
ncurses \
slang &&

config_query_list MC_SEARCH "Select low-level search engine" \
- glib \
pcre2 \
pcre &&

diff --git a/shell-term-fm/mc/DEPENDS b/shell-term-fm/mc/DEPENDS
index b9be902..a744d7c 100755
--- a/shell-term-fm/mc/DEPENDS
+++ b/shell-term-fm/mc/DEPENDS
@@ -2,7 +2,7 @@ depends glib2 &&

depends $MC_SCREEN "--with-screen=$MC_SCREEN" &&

-depends $MC_SEARCH "--with-search-engine=$MC_SEARCH"
+depends $MC_SEARCH "--with-search-engine=${MC_SEARCH}" &&

optional_depends gpm \
"--with-gpm-mouse" \
diff --git a/shell-term-fm/mc/HISTORY b/shell-term-fm/mc/HISTORY
index 9d68528..85cecd3 100644
--- a/shell-term-fm/mc/HISTORY
+++ b/shell-term-fm/mc/HISTORY
@@ -1,3 +1,6 @@
+2024-06-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFIGURE DEPENDS: fix glib2 usage
+
2024-06-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.8.31
* CONFIGURE DEPENDS: add pcre2 support


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (d82679e814ae391b1185dd917c5ab715386c8067), Treeve Jelbert, 06/26/2024

Archive powered by MHonArc 2.6.24.

Top of Page