Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (9d519a22fb737fd6a680347d1abb0c225d1cbe93)

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 stable-0.53 grimoire by George Sherwood (9d519a22fb737fd6a680347d1abb0c225d1cbe93)
  • Date: Sat, 12 Mar 2011 09:53:26 -0600

GIT changes to stable-0.53 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

devel/vala/HISTORY | 3 +++
devel/vala/PRE_SUB_DEPENDS | 1 +
devel/vala/REPAIR^2c5ac3fd0fa95e310bf07c5b91de7a63^PRE_SUB_DEPENDS | 5
+++++
devel/vala/SUB_DEPENDS | 2 ++
gnome2-apps/deskbar-applet/DEPENDS | 2 +-
gnome2-apps/deskbar-applet/HISTORY | 3 +++
telephony/telepathy-glib/DEPENDS | 2 +-
telephony/telepathy-glib/HISTORY | 3 +++
8 files changed, 19 insertions(+), 2 deletions(-)

New commits:
commit 9d519a22fb737fd6a680347d1abb0c225d1cbe93
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

vala: Allow forcing vapigen config
(cherry picked from commit ee54fa68ce92f44083d7f82e6ad4c66dca5ecbd2)

commit d88488cc8f024efcc74efa100cdeceb64def194d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

telepathy-glib: Depends on vala built with vapigen (Bug #15950)
(cherry picked from commit e9659c37b717260ec9ed0ef24f2c2a897f81b70d)

commit cfd49e5ffd903bd5448f525a788e7c28d09e0c7e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

deskbar-applet: Depends on gnome-python-desktop built with gnome-panel

checking for DESKBAR... yes
checking for gnomeapplet module... no
configure: error: gnomeapplet Python module required to build deskbar
(cherry picked from commit f99872837a01a9e112fef2da2c565dbd5bab1a10)

diff --git a/devel/vala/HISTORY b/devel/vala/HISTORY
index 9b6c5cd..ec6ed65 100644
--- a/devel/vala/HISTORY
+++ b/devel/vala/HISTORY
@@ -1,3 +1,6 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * SUB_DEPENDS, PRE_SUB_DEPENDS: Allow forcing vapigen config
+
2011-01-23 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated stable to 0.10.3 and devel to 0.11.5. Added
devel version
diff --git a/devel/vala/PRE_SUB_DEPENDS b/devel/vala/PRE_SUB_DEPENDS
index 2465728..cf3e4b7 100755
--- a/devel/vala/PRE_SUB_DEPENDS
+++ b/devel/vala/PRE_SUB_DEPENDS
@@ -1,4 +1,5 @@
case $THIS_SUB_DEPENDS in
DEVEL) if [[ "$VALA_DEVEL" == "y" ]]; then return 0; fi;;
+ VAPIGEN) if [[ "$VALA_VAPIGEN" == "--enable-vapigen" ]]; then return 0;
fi;;
esac
return 1
diff --git
a/devel/vala/REPAIR^2c5ac3fd0fa95e310bf07c5b91de7a63^PRE_SUB_DEPENDS
b/devel/vala/REPAIR^2c5ac3fd0fa95e310bf07c5b91de7a63^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..cf3e4b7
--- /dev/null
+++ b/devel/vala/REPAIR^2c5ac3fd0fa95e310bf07c5b91de7a63^PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ DEVEL) if [[ "$VALA_DEVEL" == "y" ]]; then return 0; fi;;
+ VAPIGEN) if [[ "$VALA_VAPIGEN" == "--enable-vapigen" ]]; then return 0;
fi;;
+esac
+return 1
diff --git a/devel/vala/SUB_DEPENDS b/devel/vala/SUB_DEPENDS
index e9c73b4..f295b42 100755
--- a/devel/vala/SUB_DEPENDS
+++ b/devel/vala/SUB_DEPENDS
@@ -1,5 +1,7 @@
case $THIS_SUB_DEPENDS in
DEVEL) echo "Devel release needed, forcing it." &&
VALA_DEVEL="y" ;;
+ VAPIGEN) echo "Requiring vapigen, forcing it." &&
+ VALA_VAPIGEN="--enable-vapigen" ;;
*) echo "unknown sub-depends!"; return 1 ;;
esac
diff --git a/gnome2-apps/deskbar-applet/DEPENDS
b/gnome2-apps/deskbar-applet/DEPENDS
index b844ac7..fda766e 100755
--- a/gnome2-apps/deskbar-applet/DEPENDS
+++ b/gnome2-apps/deskbar-applet/DEPENDS
@@ -4,7 +4,7 @@ depends pygobject &&
depends gnome-python2 &&
depends gnome-desktop &&
depends dbus-python &&
-depends gnome-python-desktop &&
+depends -sub "PANEL" gnome-python-desktop &&

optional_depends evolution-data-server \
"--enable-evolution" "--disable-evolution" \
diff --git a/gnome2-apps/deskbar-applet/HISTORY
b/gnome2-apps/deskbar-applet/HISTORY
index d4818d5..f0d824f 100644
--- a/gnome2-apps/deskbar-applet/HISTORY
+++ b/gnome2-apps/deskbar-applet/HISTORY
@@ -1,3 +1,6 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on gnome-python-desktop built with gnome-panel
+
2010-09-29 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.32.0

diff --git a/telephony/telepathy-glib/DEPENDS
b/telephony/telepathy-glib/DEPENDS
index 66b2e2d..c1cb3d6 100755
--- a/telephony/telepathy-glib/DEPENDS
+++ b/telephony/telepathy-glib/DEPENDS
@@ -4,7 +4,7 @@ depends pkgconfig &&
depends python &&
depends libxslt &&

-optional_depends vala \
+optional_depends -sub 'VAPIGEN' vala \
"--enable-vala-bindings" \
"--disable-vala-bindings" \
"to build the Vala bindings"
diff --git a/telephony/telepathy-glib/HISTORY
b/telephony/telepathy-glib/HISTORY
index 4ed6b68..9b6fccd 100644
--- a/telephony/telepathy-glib/HISTORY
+++ b/telephony/telepathy-glib/HISTORY
@@ -1,3 +1,6 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on vala built with vapigen (Bug #15950)
+
2010-12-18 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.12.6




  • [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (9d519a22fb737fd6a680347d1abb0c225d1cbe93), George Sherwood, 03/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page