Skip to Content.
Sympa Menu

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

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 (cca05085bb3c771735506614542bfa47f6155c2e)
  • Date: Sun, 8 May 2022 00:27:47 +0000

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

libs/fribidi/BUILD | 4 +---
libs/fribidi/DEPENDS | 3 +--
libs/fribidi/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit cca05085bb3c771735506614542bfa47f6155c2e
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

libs/fribidi: simplified BUILD and DEPENDS uses grimoire-wide
MESON_DEPENDS now

diff --git a/libs/fribidi/BUILD b/libs/fribidi/BUILD
index 0699c1a..fe75808 100755
--- a/libs/fribidi/BUILD
+++ b/libs/fribidi/BUILD
@@ -1,4 +1,2 @@
OPTS+=' docs=false'
-check_tmp_noexec /tmp &&
-default_build &&
-check_tmp_noexec /tmp
+default_build
diff --git a/libs/fribidi/DEPENDS b/libs/fribidi/DEPENDS
index 7923641..a2da812 100755
--- a/libs/fribidi/DEPENDS
+++ b/libs/fribidi/DEPENDS
@@ -1,2 +1 @@
-depends meson
-depends python3
+. "${GRIMOIRE}/MESON_DEPENDS"
diff --git a/libs/fribidi/HISTORY b/libs/fribidi/HISTORY
index 704a5dd..6177d00 100644
--- a/libs/fribidi/HISTORY
+++ b/libs/fribidi/HISTORY
@@ -1,3 +1,7 @@
+2022-05-07 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: removed switching /tmp to read-write
+ * DEPENDS: use grimoire-wide MESON_DEPENDS
+
2022-05-08 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.0.12




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cca05085bb3c771735506614542bfa47f6155c2e), Pavel Vinogradov, 05/07/2022

Archive powered by MHonArc 2.6.24.

Top of Page