Skip to Content.
Sympa Menu

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

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 (fb233bd3ba16ebacc44f5096f5aa99b7dd6818e7)
  • Date: Tue, 17 Aug 2010 17:46:40 -0500

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

gnome2-libs/gobject-introspection/DETAILS |
5 +++++
gnome2-libs/gobject-introspection/HISTORY |
6 ++++++
gnome2-libs/gobject-introspection/PREPARE |
1 +
gnome2-libs/gobject-introspection/PRE_BUILD |
4 ++++
gnome2-libs/gobject-introspection/gobject-introspection-0.9.3.tar.bz2.sig
|binary
5 files changed, 16 insertions(+)

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

gobject-introspection: Added devel version 0.9.3. Trying to see
if this will fix problems with webkitgtk and others with
gobject-introspection

diff --git a/gnome2-libs/gobject-introspection/DETAILS
b/gnome2-libs/gobject-introspection/DETAILS
index 4a3ad93..4f34c57 100755
--- a/gnome2-libs/gobject-introspection/DETAILS
+++ b/gnome2-libs/gobject-introspection/DETAILS
@@ -1,6 +1,11 @@
SPELL=gobject-introspection
+if [[ $GOBJ_VER == devel ]];then
+ VERSION=0.9.3
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+else
VERSION=0.6.14
PATCHLEVEL=1
+fi
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/gnome2-libs/gobject-introspection/HISTORY
b/gnome2-libs/gobject-introspection/HISTORY
index 419baa6..fa61af4 100644
--- a/gnome2-libs/gobject-introspection/HISTORY
+++ b/gnome2-libs/gobject-introspection/HISTORY
@@ -1,3 +1,9 @@
+
+2010-08-17 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Added devel version 0.9.3
+ * PRE_BUILD: Only patch stable
+ * CONFIGURE: Added to choose devel or stable
+
2010-08-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD: added, to apply the patch
diff --git a/gnome2-libs/gobject-introspection/PREPARE
b/gnome2-libs/gobject-introspection/PREPARE
new file mode 100755
index 0000000..e3f5b7d
--- /dev/null
+++ b/gnome2-libs/gobject-introspection/PREPARE
@@ -0,0 +1 @@
+config_query_list GOBJ_VER 'which version to build?' stable devel
diff --git a/gnome2-libs/gobject-introspection/PRE_BUILD
b/gnome2-libs/gobject-introspection/PRE_BUILD
index 9e42183..29f9657 100755
--- a/gnome2-libs/gobject-introspection/PRE_BUILD
+++ b/gnome2-libs/gobject-introspection/PRE_BUILD
@@ -1,4 +1,8 @@
default_pre_build &&
+
+if [[ "$GOBJ_DEVEL" == "stable" ]]; then
cd "$SOURCE_DIRECTORY" &&

patch -p0 < "$SPELL_DIRECTORY/py27.patch"
+
+fi
diff --git
a/gnome2-libs/gobject-introspection/gobject-introspection-0.9.3.tar.bz2.sig
b/gnome2-libs/gobject-introspection/gobject-introspection-0.9.3.tar.bz2.sig
new file mode 100644
index 0000000..da3f2f1
Binary files /dev/null and
b/gnome2-libs/gobject-introspection/gobject-introspection-0.9.3.tar.bz2.sig
differ



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

Archive powered by MHonArc 2.6.24.

Top of Page