Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (f27eef417dcdee9047a3eba301d41e7f70fcf79c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (f27eef417dcdee9047a3eba301d41e7f70fcf79c)
  • Date: Thu, 11 Jan 2007 03:10:57 -0600

GIT changes to stable-0.4 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

gnome2-apps/gedit2/DEPENDS | 37 +++++++++++++++++++++++++++++++------
gnome2-apps/gedit2/DETAILS | 13 +++++++------
gnome2-apps/gedit2/HISTORY | 12 ++++++++++++
3 files changed, 50 insertions(+), 12 deletions(-)

New commits:
commit f27eef417dcdee9047a3eba301d41e7f70fcf79c
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gedit2: Oops, gnome-python-desktop not gnome-python-desktop2

commit 5f5160cab63c3fb66f962aec963a93c000d0f798
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gedit2: Added optional_depends python (bug #13110), a lot of other
missing depends.

Conflicts:

gnome2-apps/gedit2/DETAILS
gnome2-apps/gedit2/HISTORY

diff --git a/gnome2-apps/gedit2/DEPENDS b/gnome2-apps/gedit2/DEPENDS
index ef73d33..a71260d 100755
--- a/gnome2-apps/gedit2/DEPENDS
+++ b/gnome2-apps/gedit2/DEPENDS
@@ -1,6 +1,31 @@
-depends libgnomeprintui &&
-depends libgnomeui &&
-depends gtksourceview &&
-depends libgtkhtml &&
-depends eel2 &&
-depends scrollkeeper
+depends libgnomeprintui &&
+depends libgnomeui &&
+depends gtksourceview &&
+depends libgtkhtml &&
+depends eel2 &&
+depends gnome-doc-utils &&
+depends glib2 &&
+depends gtk+2 &&
+depends libglade2 &&
+depends gnome-vfs2 &&
+
+optional_depends python \
+ "--enable-python" \
+ "--disable-python" \
+ "to enable python support" &&
+
+optional_depends scrollkeeper \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "to make updates to the scrollkeeper database" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation" &&
+
+if is_depends_enabled $SPELL python; then
+ depends gnome-python-desktop &&
+ depends pygobject &&
+ depends pygtk2
+fi
diff --git a/gnome2-apps/gedit2/DETAILS b/gnome2-apps/gedit2/DETAILS
index c6f3ed4..dd4a997 100755
--- a/gnome2-apps/gedit2/DETAILS
+++ b/gnome2-apps/gedit2/DETAILS
@@ -6,12 +6,13 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/gedit-
SOURCE_URL[0]=$GNOME_URL/sources/gedit/$BRANCH/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
- BUILD_API=2
- WEB_SITE=http://gedit.sourceforge.net
+ WEB_SITE=http://www.gnome.org/projects/gedit/
ENTERED=20020505
- UPDATED=20050608
- SHORT="gedit is a text editor for the GNOME environment."
+ PATCHLEVEL=1
+ KEYWORDS="editors gnome2"
+ SHORT="The official text editor of the GNOME desktop environment."
cat << EOF
-This is version 2.0.0 of gedit. gedit is a small and lightweight UTF-8 text
-editor for the GNOME environment.
+gedit is the official text editor of the GNOME desktop environment. While
+aiming at simplicity and ease of use, gedit is a powerful general purpose
+text editor.
EOF
diff --git a/gnome2-apps/gedit2/HISTORY b/gnome2-apps/gedit2/HISTORY
index f5feab5..db60431 100644
--- a/gnome2-apps/gedit2/HISTORY
+++ b/gnome2-apps/gedit2/HISTORY
@@ -1,3 +1,15 @@
+2006-09-23 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Corrected gnome-python-desktop2 to
+ gnome-python-desktop, fixed line formatting.
+
+2006-09-23 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DEPENDS: Added optional_depends python, fixes bug #13110.
+ Added depends gnome-python-desktop2, pygobject, and pygtk2 for
+ when python is selected. Added optional_depends gtk-doc.
+ Changed depends scrollkeeper optional. Added depends
+ gnome-doc-utils, glib2, gtk+2, libglade2, gnome-vfs2.
+ * DETAILS: Updated WEB_SITE and descriptions, added PATCHLEVEL=1.
+
2005-10-09 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.12.1




  • [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (f27eef417dcdee9047a3eba301d41e7f70fcf79c), Jaka Kranjc, 01/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page