Skip to Content.
Sympa Menu

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

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 (ea2233f5962cb823a1a1775d10aab647bba240ad)
  • Date: Wed, 7 Sep 2016 21:15:01 +0000

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

libs/girara/DEPENDS | 7 ++++++-
libs/girara/DETAILS | 3 ++-
libs/girara/HISTORY | 5 +++++
libs/girara/PRE_BUILD | 6 ++++++
4 files changed, 19 insertions(+), 2 deletions(-)

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

girara: post-update fixes

diff --git a/libs/girara/DEPENDS b/libs/girara/DEPENDS
index 63d9b42..2ff2ea6 100755
--- a/libs/girara/DEPENDS
+++ b/libs/girara/DEPENDS
@@ -5,4 +5,9 @@ depends gettext &&
optional_depends libnotify \
"WITH_LIBNOTIFY=1" \
"WITH_LIBNOTIFY=0" \
- "for notification support"
+ "for notification support" &&
+
+optional_depends json-c \
+ "WITH_JSON=1" \
+ "WITH_JSON=0" \
+ "for JSON config dump support"
diff --git a/libs/girara/DETAILS b/libs/girara/DETAILS
index 880a47d..a0d75e4 100755
--- a/libs/girara/DETAILS
+++ b/libs/girara/DETAILS
@@ -3,8 +3,9 @@
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://pwmt.org/projects/$SPELL/download/$SOURCE
SOURCE_HINTS="no-check-certificate"
- SOURCE_HASH=sha1:674e4294fe091fe93a1c186d95b3263b30cd8a5e:UPSTREAM_HASH
+ SOURCE_HASH=sha1:674e4294fe091fe93a1c186d95b3263b30cd8a5e:UPSTREAM_HASH
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ DOC_DIRS=""
WEB_SITE=https://pwmt.org/projects/girara/
ENTERED=20120309
LICENSE[0]=ZLIB
diff --git a/libs/girara/HISTORY b/libs/girara/HISTORY
index a31db07..1fa46a0 100644
--- a/libs/girara/HISTORY
+++ b/libs/girara/HISTORY
@@ -1,3 +1,8 @@
+2016-09-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: don't do useless doc-ing
+ * DEPENDS: added missing json-c dependency
+ * PRE_BUILD: added, to fix build with gcc 4.6
+
2016-09-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 0.2.6, switched to UPSTREAM_HASH

diff --git a/libs/girara/PRE_BUILD b/libs/girara/PRE_BUILD
new file mode 100755
index 0000000..7f941e3
--- /dev/null
+++ b/libs/girara/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+if spell_ok gcc && is_version_less $(installed_version gcc) 4.8; then
+ sedit "s:-std=c11:-std=c99:" config.mk
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ea2233f5962cb823a1a1775d10aab647bba240ad), Vlad Glagolev, 09/07/2016

Archive powered by MHonArc 2.6.24.

Top of Page