Skip to Content.
Sympa Menu

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

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 (081db6697029044516b1c75c296dc31cf9a1e881)
  • Date: Thu, 22 Jun 2023 02:03:58 +0000

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

shell-term-fm/alacritty/BUILD | 4 +++-
shell-term-fm/alacritty/HISTORY | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)

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

shell-term-fm/alacritty: tweaked BUILD again to set and export CARGO_HOME
only
once for all cargo operations

diff --git a/shell-term-fm/alacritty/BUILD b/shell-term-fm/alacritty/BUILD
index b186b86..ee173d2 100755
--- a/shell-term-fm/alacritty/BUILD
+++ b/shell-term-fm/alacritty/BUILD
@@ -1,2 +1,4 @@
+export CARGO_HOME="${SOURCE_DIRECTORY}/cargo_home" &&
+
cargo fetch --locked --target "${BUILD/-pc-/-unknown-}" &&
-env CARGO_HOME="$SOURCE_DIRECTORY/.cargo" cargo build --locked --release
--no-default-features ${OPTS}
+cargo build --locked --release --no-default-features ${OPTS}
diff --git a/shell-term-fm/alacritty/HISTORY b/shell-term-fm/alacritty/HISTORY
index 6b64b59..a32f6a8 100644
--- a/shell-term-fm/alacritty/HISTORY
+++ b/shell-term-fm/alacritty/HISTORY
@@ -1,6 +1,6 @@
2023-06-21 Pavel Vinogradov <public AT sourcemage.org>
* BUILD: simplified logic, moved it to DEPENDS, added
--no-default-features
- and --locked flags as well as separate fetch command
+ and --locked flags as well as separate fetch command, exported
CARGO_HOME
* DEPENDS: incorporated flags from BUILD, libxcb, xcb-util and also
libxcursor, libxi, libxrandr are required only with libx11
* DETAILS: added Watch line



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (081db6697029044516b1c75c296dc31cf9a1e881), Pavel Vinogradov, 06/21/2023

Archive powered by MHonArc 2.6.24.

Top of Page