Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (a5d6ef6d140e4aafde08f3cbed52145f61874fa9)

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 master grimoire by George Sherwood (a5d6ef6d140e4aafde08f3cbed52145f61874fa9)
  • Date: Sun, 16 Sep 2007 01:19:16 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-apps/gedit/DEPENDS | 3 ++-
gnome2-apps/gedit/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit a5d6ef6d140e4aafde08f3cbed52145f61874fa9
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gedit: Added depends pygtksourceview if optional_depends python

diff --git a/gnome2-apps/gedit/DEPENDS b/gnome2-apps/gedit/DEPENDS
index f63d09b..5b2b5c8 100755
--- a/gnome2-apps/gedit/DEPENDS
+++ b/gnome2-apps/gedit/DEPENDS
@@ -37,5 +37,6 @@ source "$GRIMOIRE/is_depends_enabled.function" &&
if is_depends_enabled $SPELL python; then
depends gnome-python-desktop &&
depends pygobject &&
- depends pygtk2
+ depends pygtk2 &&
+ depends pygtksourceview
fi
diff --git a/gnome2-apps/gedit/HISTORY b/gnome2-apps/gedit/HISTORY
index 11269e3..0d470b5 100644
--- a/gnome2-apps/gedit/HISTORY
+++ b/gnome2-apps/gedit/HISTORY
@@ -1,3 +1,6 @@
+2007-09-16 George Sherwood <george AT beernabeer.com>
+ * DEPENDS: Added pygtksourceview as depends if python is selected
+
2007-09-15 David Brown <dmlb2000 AT gmail.com>
* DETAILS: updated to 2.19.92 along with rest of gnome




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (a5d6ef6d140e4aafde08f3cbed52145f61874fa9), George Sherwood, 09/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page