Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (078ab8d010a6fb022bf573d6365b5c22ae192795)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (078ab8d010a6fb022bf573d6365b5c22ae192795)
  • Date: Sat, 25 Jan 2014 02:38:24 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/gettext/DEPENDS | 2 ++
libs/gettext/HISTORY | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit 078ab8d010a6fb022bf573d6365b5c22ae192795
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gettext: added glib2 optional dependency

diff --git a/libs/gettext/DEPENDS b/libs/gettext/DEPENDS
index 649078f..a5e486b 100755
--- a/libs/gettext/DEPENDS
+++ b/libs/gettext/DEPENDS
@@ -1,6 +1,8 @@
depends gnupg &&
depends smgl-fhs &&
depends libxml2 &&
+
+optional_depends glib2 "" "--with-included-glib" "use system glib2" &&
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 763c1d3..3374692 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,3 +1,6 @@
+2014-01-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added glib2 optional dependency
+
2013-08-18 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.18.3.1




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (078ab8d010a6fb022bf573d6365b5c22ae192795), Vlad Glagolev, 01/25/2014

Archive powered by MHonArc 2.6.24.

Top of Page