Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (a9b969787e878150cf4d3e7688f986623eeb7871)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (a9b969787e878150cf4d3e7688f986623eeb7871)
  • Date: Fri, 22 Sep 2006 17:58:32 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

gnome2-apps/gedit2/DEPENDS | 33 +++++++++++++++++++++++++++------
gnome2-apps/gedit2/DETAILS | 10 ++++++----
gnome2-apps/gedit2/HISTORY | 8 ++++++++
3 files changed, 41 insertions(+), 10 deletions(-)

New commits:
commit afa5348d666778b01bbe6c2e73787ecffef3184a
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

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

diff --git a/gnome2-apps/gedit2/DEPENDS b/gnome2-apps/gedit2/DEPENDS
index ef73d33..96ff967 100755
--- a/gnome2-apps/gedit2/DEPENDS
+++ b/gnome2-apps/gedit2/DEPENDS
@@ -1,6 +1,27 @@
-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-desktop2 &&
+ depends pygobject &&
+ depends pygtk2
+fi
diff --git a/gnome2-apps/gedit2/DETAILS b/gnome2-apps/gedit2/DETAILS
index ea1eaa1..6026489 100755
--- a/gnome2-apps/gedit2/DETAILS
+++ b/gnome2-apps/gedit2/DETAILS
@@ -6,11 +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
- WEB_SITE=http://gedit.sourceforge.net
+ WEB_SITE=http://www.gnome.org/projects/gedit/
ENTERED=20020505
+ PATCHLEVEL=1
KEYWORDS="editors gnome2"
- SHORT="gedit is a text editor for the GNOME environment."
+ 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 8f8e943..8a70de3 100644
--- a/gnome2-apps/gedit2/HISTORY
+++ b/gnome2-apps/gedit2/HISTORY
@@ -1,3 +1,11 @@
+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.
+
2006-09-07 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.16.0





Archive powered by MHonArc 2.6.24.

Top of Page