Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (f99872837a01a9e112fef2da2c565dbd5bab1a10)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (f99872837a01a9e112fef2da2c565dbd5bab1a10)
  • Date: Thu, 10 Mar 2011 13:34:04 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

gnome2-apps/deskbar-applet/DEPENDS | 2 +-
gnome2-apps/deskbar-applet/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit f99872837a01a9e112fef2da2c565dbd5bab1a10
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle 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

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




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (f99872837a01a9e112fef2da2c565dbd5bab1a10), Eric Sandall, 03/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page