Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (fb1a9fd59f884f9ff80eba43d2231578efe1a1fb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (fb1a9fd59f884f9ff80eba43d2231578efe1a1fb)
  • Date: Tue, 17 Aug 2010 19:22:26 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-libs/gobject-introspection/DETAILS | 2 +-
gnome2-libs/gobject-introspection/HISTORY | 1 +
gnome2-libs/gobject-introspection/PRE_SUB_DEPENDS | 4 ++++
gnome2-libs/gobject-introspection/SUB_DEPENDS | 5 +++++
4 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit fb1a9fd59f884f9ff80eba43d2231578efe1a1fb
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gobject-introspection: Added sub_depends for devel version

diff --git a/gnome2-libs/gobject-introspection/DETAILS
b/gnome2-libs/gobject-introspection/DETAILS
index 4f34c57..e62a279 100755
--- a/gnome2-libs/gobject-introspection/DETAILS
+++ b/gnome2-libs/gobject-introspection/DETAILS
@@ -1,5 +1,5 @@
SPELL=gobject-introspection
-if [[ $GOBJ_VER == devel ]];then
+if [[ $GOBJ_VER == devel ]]; then
VERSION=0.9.3
SOURCE=${SPELL}-${VERSION}.tar.bz2
else
diff --git a/gnome2-libs/gobject-introspection/HISTORY
b/gnome2-libs/gobject-introspection/HISTORY
index fa61af4..e2a3264 100644
--- a/gnome2-libs/gobject-introspection/HISTORY
+++ b/gnome2-libs/gobject-introspection/HISTORY
@@ -3,6 +3,7 @@
* DETAILS: Added devel version 0.9.3
* PRE_BUILD: Only patch stable
* CONFIGURE: Added to choose devel or stable
+ * PRE_SUB_DEPENDS, SUB_DEPENDS: Added for devel version

2010-08-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
diff --git a/gnome2-libs/gobject-introspection/PRE_SUB_DEPENDS
b/gnome2-libs/gobject-introspection/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..fd4eaae
--- /dev/null
+++ b/gnome2-libs/gobject-introspection/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+ GOBJ_DEVEL) if [[ "$GOBJ_VER" == "devel" ]]; then return 0; fi;;
+esac
+return 1
diff --git a/gnome2-libs/gobject-introspection/SUB_DEPENDS
b/gnome2-libs/gobject-introspection/SUB_DEPENDS
new file mode 100755
index 0000000..422d122
--- /dev/null
+++ b/gnome2-libs/gobject-introspection/SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ GOBJ_DEVEL) echo "Devel release needed, forcing it." &&
+ GOBJ_VER="devel" ;;
+ *) echo "unknown sub-depends!"; return 1 ;;
+esac



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (fb1a9fd59f884f9ff80eba43d2231578efe1a1fb), George Sherwood, 08/17/2010

Archive powered by MHonArc 2.6.24.

Top of Page