Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (858a56f561720281d33fa97109f958c380e7600f)
  • Date: Sat, 27 Sep 2014 07:38:57 -0500

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

libs/gettext/DEPENDS | 7 ++++++-
libs/gettext/HISTORY | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)

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

gettext -icu is only needed if libxmls2 uses it

diff --git a/libs/gettext/DEPENDS b/libs/gettext/DEPENDS
index 08e490d..31dc595 100755
--- a/libs/gettext/DEPENDS
+++ b/libs/gettext/DEPENDS
@@ -1,8 +1,13 @@
depends gnupg &&
-depends icu &&
depends smgl-fhs &&

optional_depends libxml2 "" "--with-included-libxml" "use system libxml2" &&
+if is_depends enabled $SPELL libxml2;then
+ if is_depends_enabled libxml2 icu;then
+ depends icu
+ fi
+fi &&
+
optional_depends libunistring '' '--with-included-libunistring' 'use sytem
libunistring' &&
optional_depends libcroco "" "--with-included-libcroco" "use system
libcroco" &&

diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index c68a84b..fcd1bc7 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,3 +1,6 @@
+2014-09-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: icu is only needed if libxmls2 uses it
+
2014-09-09 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: icu





Archive powered by MHonArc 2.6.24.

Top of Page