[SM-Commit] GIT changes to master grimoire by George Sherwood (fb1a9fd59f884f9ff80eba43d2231578efe1a1fb)
George Sherwood
scm at sourcemage.org
Tue Aug 17 20:22:26 EDT 2010
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
More information about the SM-Commit
mailing list