Skip to Content.
Sympa Menu

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

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 (b965ebecb844cd42e8b2ed674bd3bd2fe5b302a5)
  • Date: Thu, 10 May 2012 17:56:23 -0500

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

xfce/exo/DEPENDS | 1 +
xfce/exo/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit b965ebecb844cd42e8b2ed674bd3bd2fe5b302a5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

exo: 0.8.x requires libxfce4ui

checking for libxfce4ui-1 >= 4.9.0... not found
*** The required package libxfce4ui-1 was not found on your system.
*** Please install libxfce4ui-1 (atleast version 4.9.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it

diff --git a/xfce/exo/DEPENDS b/xfce/exo/DEPENDS
index ad74c2d..dfc163f 100755
--- a/xfce/exo/DEPENDS
+++ b/xfce/exo/DEPENDS
@@ -1,5 +1,6 @@
depends gtk+2 &&
depends libxfce4util &&
+depends libxfce4ui &&
depends uri &&

optional_depends pygtk2 \
diff --git a/xfce/exo/HISTORY b/xfce/exo/HISTORY
index e63e1ae..4299c76 100644
--- a/xfce/exo/HISTORY
+++ b/xfce/exo/HISTORY
@@ -1,3 +1,6 @@
+2012-05-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: 0.8.x requires libxfce4ui
+
2012-04-29 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.8.0




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b965ebecb844cd42e8b2ed674bd3bd2fe5b302a5), Eric Sandall, 05/10/2012

Archive powered by MHonArc 2.6.24.

Top of Page