Skip to Content.
Sympa Menu

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

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 (4e5b4f7a9ffd5a5c870cfbb1c2874c857470ee0c)
  • Date: Mon, 16 Jan 2023 18:37:09 +0000

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

graphics-libs/harfbuzz/HISTORY | 3 +++
graphics-libs/harfbuzz/SUB_DEPENDS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

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

grapphics-libs/harfbuzz: fixed syntax error in SUB_DEPENDS

diff --git a/graphics-libs/harfbuzz/HISTORY b/graphics-libs/harfbuzz/HISTORY
index 3462bf8..0b7ea90 100644
--- a/graphics-libs/harfbuzz/HISTORY
+++ b/graphics-libs/harfbuzz/HISTORY
@@ -1,3 +1,6 @@
+2023-01-16 Pavel Vinpgradov <public AT sourcemage.org>
+ * SUB_DEPENDS: fixed syntax error from missing ;;
+
2023-01-15 Treeve Jelbert <treeve AT sourcemage.org>
* SUB_DEPENDS: drop pcre2

diff --git a/graphics-libs/harfbuzz/SUB_DEPENDS
b/graphics-libs/harfbuzz/SUB_DEPENDS
index 34fee5e..21007e0 100755
--- a/graphics-libs/harfbuzz/SUB_DEPENDS
+++ b/graphics-libs/harfbuzz/SUB_DEPENDS
@@ -1,5 +1,5 @@
case $THIS_SUB_DEPENDS in
- GLIB2) depends glib2 "glib=enabled gobject=enabled"
+ GLIB2) depends glib2 "glib=enabled gobject=enabled" ;;
GRAPHITE2) depends graphite2 "graphite2=enabled" ;;
FT) depends freetype2 "freetype=enabled" ;;
ICU) depends icu "icu=enabled" ;;



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4e5b4f7a9ffd5a5c870cfbb1c2874c857470ee0c), Pavel Vinogradov, 01/16/2023

Archive powered by MHonArc 2.6.24.

Top of Page