Skip to Content.
Sympa Menu

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

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 (ef329ce1719e6085b5add09a5f6cf7715f5932f6)
  • Date: Fri, 12 Apr 2019 20:17:51 +0000

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

gnome2-apps/gwc/BUILD | 6 +++++-
gnome2-apps/gwc/HISTORY | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)

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

gwc: fixed multijob build

diff --git a/gnome2-apps/gwc/BUILD b/gnome2-apps/gwc/BUILD
index ca63c3d..69bc964 100755
--- a/gnome2-apps/gwc/BUILD
+++ b/gnome2-apps/gwc/BUILD
@@ -1 +1,5 @@
-OPTS="$OPTS $GWC_OPTS" default_build
+OPTS="$OPTS $GWC_OPTS" &&
+
+make_single &&
+default_build &&
+make_normal
diff --git a/gnome2-apps/gwc/HISTORY b/gnome2-apps/gwc/HISTORY
index 25a851f..80186c5 100644
--- a/gnome2-apps/gwc/HISTORY
+++ b/gnome2-apps/gwc/HISTORY
@@ -1,3 +1,6 @@
+2019-04-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: fixed multijob build
+
2019-01-22 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS, DEPENDS: new version 0.22 without GNOME dependency,
only gtk+2



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ef329ce1719e6085b5add09a5f6cf7715f5932f6), Vlad Glagolev, 04/12/2019

Archive powered by MHonArc 2.6.24.

Top of Page