Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dc5000a76e5d25d66349b4ee03cbe25f8a187a17)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dc5000a76e5d25d66349b4ee03cbe25f8a187a17)
  • Date: Mon, 20 Jul 2015 02:07:51 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

dev/null |binary
gnome2-libs/gobject-introspection/DEPENDS | 2 +-
gnome2-libs/gobject-introspection/DETAILS | 11 ++++++-----
gnome2-libs/gobject-introspection/HISTORY | 8 ++++++++
gnome2-libs/gobject-introspection/PREPARE | 3 ++-
gnome2-libs/gobject-introspection/PRE_SUB_DEPENDS | 2 +-
gnome2-libs/gobject-introspection/SUB_DEPENDS | 2 +-
7 files changed, 19 insertions(+), 9 deletions(-)

New commits:
commit dc5000a76e5d25d66349b4ee03cbe25f8a187a17
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gobject-introspection: Fix build with python 3 as default version

commit ee50a9366512700a7fad30e419115d8c62586663
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gobject-introspection 1.45.3 (devel)

commit 31486e5d4ff7e0f861af82a25eae963fc73708ba
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gobject-introspection 1.44.0 (stable)

commit c3c3249a0ea9d436013c13e17a417bb6693349b7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gobject-introspection: Fix WEB_SITE

commit 2e2747ce337eacacb28bc40dcde05ec1810995e2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gobject-introspection: Use prepare_select_branch

diff --git a/gnome2-libs/gobject-introspection/DEPENDS
b/gnome2-libs/gobject-introspection/DEPENDS
index efb4c4a..9caf2a9 100755
--- a/gnome2-libs/gobject-introspection/DEPENDS
+++ b/gnome2-libs/gobject-introspection/DEPENDS
@@ -1,4 +1,4 @@
depends glib2 &&
-depends python &&
+depends python "PYTHON=/usr/bin/python2" &&
depends libffi &&
depends cairo
diff --git a/gnome2-libs/gobject-introspection/DETAILS
b/gnome2-libs/gobject-introspection/DETAILS
index 1a6d400..fa2be0f 100755
--- a/gnome2-libs/gobject-introspection/DETAILS
+++ b/gnome2-libs/gobject-introspection/DETAILS
@@ -1,16 +1,17 @@
SPELL=gobject-introspection
-if [[ $GOBJ_VER == devel ]]; then
- VERSION=1.42.0
+if [[ $GOBJECT_INTROSPECTION_BRANCH == devel ]]; then
+ VERSION=1.45.3
+
SOURCE_HASH=sha512:633d4ff8136ecbf9f7ac091d9233b410ebfa30f5261ba0af3038f314239d5383fff4693c2104e177877655cc7df9549d8554e1e1617bb565af5c9b49622bda06
else
- VERSION=1.42.0
+ VERSION=1.44.0
+
SOURCE_HASH=sha512:294bee6c935991620e6bfe4bd63d7b5c586079cdc9ac349dd5228f5822f86983a5a4518838c808c3fdd1152cb37f79db5ad8674245939ecad97459ce178f03e7
fi
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${GNOME_URL}/sources/${SPELL}/${BRANCH}/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=LGPL
- WEB_SITE=http://live.gnome.org/GObjectIntrospection
+ WEB_SITE=http://wiki.gnome.org/Projects/GObjectIntrospection
ENTERED=20090922
SHORT="describe the APIs and collect them"
cat << EOF
diff --git a/gnome2-libs/gobject-introspection/HISTORY
b/gnome2-libs/gobject-introspection/HISTORY
index 8a964ea..6d49fee 100644
--- a/gnome2-libs/gobject-introspection/HISTORY
+++ b/gnome2-libs/gobject-introspection/HISTORY
@@ -1,3 +1,11 @@
+2015-07-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PREPARE, PRE_SUB_DEPENDS, SUB_DEPENDS: Use
prepare_select_branch
+ * gobject-introspection-1.42.0.tar.xz.sig: Removed, not needed
+ * DETAILS: fixed WEB_SITE
+ updated spell to 1.44.0 (stable)
+ updated spell to 1.45.3 (devel)
+ * DEPENDS: Fixed build with python 3 as default version
+
2014-01-03 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.42.0

diff --git a/gnome2-libs/gobject-introspection/PREPARE
b/gnome2-libs/gobject-introspection/PREPARE
index e3f5b7d..b340e96 100755
--- a/gnome2-libs/gobject-introspection/PREPARE
+++ b/gnome2-libs/gobject-introspection/PREPARE
@@ -1 +1,2 @@
-config_query_list GOBJ_VER 'which version to build?' stable devel
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch stable devel
diff --git a/gnome2-libs/gobject-introspection/PRE_SUB_DEPENDS
b/gnome2-libs/gobject-introspection/PRE_SUB_DEPENDS
index fd4eaae..329c577 100755
--- a/gnome2-libs/gobject-introspection/PRE_SUB_DEPENDS
+++ b/gnome2-libs/gobject-introspection/PRE_SUB_DEPENDS
@@ -1,4 +1,4 @@
case $THIS_SUB_DEPENDS in
- GOBJ_DEVEL) if [[ "$GOBJ_VER" == "devel" ]]; then return 0; fi;;
+ GOBJ_DEVEL) if [[ "$GOBJECT_INTROSPECTION_BRANCH" == "devel" ]]; then
return 0; fi;;
esac
return 1
diff --git a/gnome2-libs/gobject-introspection/SUB_DEPENDS
b/gnome2-libs/gobject-introspection/SUB_DEPENDS
index 422d122..1380ac5 100755
--- a/gnome2-libs/gobject-introspection/SUB_DEPENDS
+++ b/gnome2-libs/gobject-introspection/SUB_DEPENDS
@@ -1,5 +1,5 @@
case $THIS_SUB_DEPENDS in
GOBJ_DEVEL) echo "Devel release needed, forcing it." &&
- GOBJ_VER="devel" ;;
+ GOBJECT_INTROSPECTION_BRANCH="devel" ;;
*) echo "unknown sub-depends!"; return 1 ;;
esac
diff --git
a/gnome2-libs/gobject-introspection/gobject-introspection-1.42.0.tar.xz.sig
b/gnome2-libs/gobject-introspection/gobject-introspection-1.42.0.tar.xz.sig
deleted file mode 100644
index fc2fef3..0000000
Binary files
a/gnome2-libs/gobject-introspection/gobject-introspection-1.42.0.tar.xz.sig
and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dc5000a76e5d25d66349b4ee03cbe25f8a187a17), Ismael Luceno, 07/19/2015

Archive powered by MHonArc 2.6.24.

Top of Page