Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (92dc0488cf73d90c8a27dfe403988c4cbb7886c1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (92dc0488cf73d90c8a27dfe403988c4cbb7886c1)
  • Date: Sat, 10 Apr 2010 01:12:52 -0500

GIT changes to master grimoire by Vasil Yonkov <spirtbrat AT sourcemage.org>:

gnome2-libs/gnome-mag/DEPENDS | 10 +++++++---
gnome2-libs/gnome-mag/HISTORY | 5 +++++
gnome2-libs/gnome-python-desktop/HISTORY | 3 +++
gnome2-libs/gnome-python-desktop/PRE_SUB_DEPENDS | 1 +
gnome2-libs/gnome-python-desktop/REPAIR^all^PRE_SUB_DEPENDS | 6 ++++++
gnome2-libs/gnome-python-desktop/SUB_DEPENDS | 2 ++
gnome2-libs/liboobs/DEPENDS | 9 +++++++--
gnome2-libs/liboobs/HISTORY | 2 +-
8 files changed, 32 insertions(+), 6 deletions(-)

New commits:
commit 92dc0488cf73d90c8a27dfe403988c4cbb7886c1
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

gnome-python-desktop: added handler for PANEL subdependency

commit 2f6ccdab9e72135ab31e495ae2f0c37f2946f261
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

gnome-mag: depends on libbonobo, dbus-glib,
for colorblind applet depends on pygtk2, pygobject,
gnome-python2,
subdepends on gnome-python-desktop with gnomepanel module,
removed dependency on gnome-desktop

commit cd89db4def6221705671ec12c1449a1cf3fc25b2
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

liboobs: optionaly depends on hal,
fixed a typo

diff --git a/gnome2-libs/gnome-mag/DEPENDS b/gnome2-libs/gnome-mag/DEPENDS
index fdaf4af..b6e2da2 100755
--- a/gnome2-libs/gnome-mag/DEPENDS
+++ b/gnome2-libs/gnome-mag/DEPENDS
@@ -11,9 +11,13 @@ depends orbit2 &&
depends gconf2 &&
depends at-spi &&
depends expat &&
+depends libbonobo &&
+depends dbus-glib &&

if [[ $GMAG_COLORBLIND == --enable-colorblind-applet=yes ]]; then
- depends gnome-python-desktop &&
- depends gnome-desktop &&
- depends colorblind
+ depends pygtk2 &&
+ depends pygobject &&
+ depends gnome-python2 &&
+ depends -sub PANEL gnome-python-desktop &&
+ depends colorblind
fi
diff --git a/gnome2-libs/gnome-mag/HISTORY b/gnome2-libs/gnome-mag/HISTORY
index 7e725d3..0f83c7a 100644
--- a/gnome2-libs/gnome-mag/HISTORY
+++ b/gnome2-libs/gnome-mag/HISTORY
@@ -1,3 +1,8 @@
+2010-04-10 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: added libbonobo, dbus-glib, pygtk2, pygobject,
+ gnome-python2, removed gnome-desktop,
+ subdepends on gnome-python-desktop with gnomepanel module
+
2010-03-31 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 0.16.1

diff --git a/gnome2-libs/gnome-python-desktop/HISTORY
b/gnome2-libs/gnome-python-desktop/HISTORY
index ac3cb5b..8e99c51 100644
--- a/gnome2-libs/gnome-python-desktop/HISTORY
+++ b/gnome2-libs/gnome-python-desktop/HISTORY
@@ -1,3 +1,6 @@
+2010-04-10 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * PRE_SUB_DEPENDS, SUB_DEPENDS: now handles PANEL subdependency
+
2010-03-31 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.30.0

diff --git a/gnome2-libs/gnome-python-desktop/PRE_SUB_DEPENDS
b/gnome2-libs/gnome-python-desktop/PRE_SUB_DEPENDS
index 24ee9ab..a496319 100755
--- a/gnome2-libs/gnome-python-desktop/PRE_SUB_DEPENDS
+++ b/gnome2-libs/gnome-python-desktop/PRE_SUB_DEPENDS
@@ -1,5 +1,6 @@
case $THIS_SUB_DEPENDS in
GTKHTML2) if is_depends_enabled $SPELL gtkhtml2; then return 0; fi;;
LIBRSVG2) if is_depends_enabled $SPELL librsvg2; then return 0; fi;;
+ PANEL) if is_depends_enabled $SPELL gnome-panel; then return 0; fi;;
esac
return 1
diff --git a/gnome2-libs/gnome-python-desktop/REPAIR^all^PRE_SUB_DEPENDS
b/gnome2-libs/gnome-python-desktop/REPAIR^all^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..a496319
--- /dev/null
+++ b/gnome2-libs/gnome-python-desktop/REPAIR^all^PRE_SUB_DEPENDS
@@ -0,0 +1,6 @@
+case $THIS_SUB_DEPENDS in
+GTKHTML2) if is_depends_enabled $SPELL gtkhtml2; then return 0; fi;;
+LIBRSVG2) if is_depends_enabled $SPELL librsvg2; then return 0; fi;;
+ PANEL) if is_depends_enabled $SPELL gnome-panel; then return 0; fi;;
+esac
+return 1
diff --git a/gnome2-libs/gnome-python-desktop/SUB_DEPENDS
b/gnome2-libs/gnome-python-desktop/SUB_DEPENDS
index 12ad4f0..751f16c 100755
--- a/gnome2-libs/gnome-python-desktop/SUB_DEPENDS
+++ b/gnome2-libs/gnome-python-desktop/SUB_DEPENDS
@@ -1,5 +1,7 @@
case $THIS_SUB_DEPENDS in
GTKHTML2) echo "gtkhtml2 bindings requested, forcing them."; depends
gtkhtml2;;
LIBRSVG2) echo "librsvg2 support requested, forcing it."; depends librsvg2
'--enable-rsvg';;
+ PANEL) message "gnomepanel module requested, forcing build.";
+ depends gnome-panel "--enable-applet";;
*) echo "unknown sub-depends!"; return 1;;
esac
diff --git a/gnome2-libs/liboobs/DEPENDS b/gnome2-libs/liboobs/DEPENDS
index f5d4ad6..57c974d 100755
--- a/gnome2-libs/liboobs/DEPENDS
+++ b/gnome2-libs/liboobs/DEPENDS
@@ -4,5 +4,10 @@ depends dbus-glib &&

optional_depends gtk-doc \
"--enable-gtk-doc" \
- "--disble-gtk-doc" \
- "Build documentation with gtk-doc"
+ "--disable-gtk-doc" \
+ "Build documentation with gtk-doc" &&
+
+optional_depends hal \
+ "--with-hal" \
+ "--without-hal" \
+ "for HAL support"
diff --git a/gnome2-libs/liboobs/HISTORY b/gnome2-libs/liboobs/HISTORY
index bf263fa..ecb1c96 100644
--- a/gnome2-libs/liboobs/HISTORY
+++ b/gnome2-libs/liboobs/HISTORY
@@ -1,5 +1,5 @@
2010-04-09 Vasil Yonkov <spirtbrat AT sourcemage.org>
- * DEPENDS: added glib2, fixed gtk-doc option
+ * DEPENDS: added glib2, added optional hal, fixed gtk-doc option

2010-03-31 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.30.0



  • [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (92dc0488cf73d90c8a27dfe403988c4cbb7886c1), Vasil Yonkov, 04/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page