Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (8d2e9658418938f0fa7f0519570b45c58f7d5113)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (8d2e9658418938f0fa7f0519570b45c58f7d5113)
  • Date: Tue, 26 Jun 2007 20:21:45 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

devel/anjuta/BUILD | 9 +++
devel/anjuta/CONFIGURE | 4 +
devel/anjuta/DEPENDS | 77
+++++++++++++++++++++++++---------
devel/anjuta/DETAILS | 10 ++--
devel/anjuta/HISTORY | 9 +++
devel/anjuta/anjuta-2.2.0.tar.bz2.sig |binary
6 files changed, 84 insertions(+), 25 deletions(-)

New commits:
commit 8d2e9658418938f0fa7f0519570b45c58f7d5113
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

anjuta: updated to 2.2.0

diff --git a/devel/anjuta/BUILD b/devel/anjuta/BUILD
index a56aa51..af9d2c3 100755
--- a/devel/anjuta/BUILD
+++ b/devel/anjuta/BUILD
@@ -1,7 +1,16 @@
+if [[ "${ANJUTA_SCINTALLA}" == "n" ]]; then
+ OPTS="--disable-plugin-scintilla ${OPTS}"
+fi &&
+
+if [[ "${ANJUTA_VALGRIND}" == "n" ]]; then
+ OPTS="--disable-plugin-valgrind ${OPTS}"
+fi &&
+
if [ "$CVS_CHECKOUT" == "y" ]
then
./autogen.sh
fi &&
+
make_single &&
default_build &&
make_normal
diff --git a/devel/anjuta/CONFIGURE b/devel/anjuta/CONFIGURE
index 01ea30d..cb3bdbe 100755
--- a/devel/anjuta/CONFIGURE
+++ b/devel/anjuta/CONFIGURE
@@ -1 +1,3 @@
-config_query CVS_CHECKOUT "Would you like to use the latest cvs?" n
+config_query CVS_CHECKOUT "Would you like to use the latest cvs?" n &&
+config_query ANJUTA_SCINTILLA "Enable scintilla based editor?" y &&
+config_query ANJUTA_VALGRIND "Enable valgrind plugin?" y
diff --git a/devel/anjuta/DEPENDS b/devel/anjuta/DEPENDS
index 673d2a8..aa2495f 100755
--- a/devel/anjuta/DEPENDS
+++ b/devel/anjuta/DEPENDS
@@ -1,10 +1,20 @@
+depends pcre &&
+depends libxml2 &&
+depends libxslt &&
+depends glib2 &&
+depends pango &&
+depends gtk+2 &&
+depends orbit2 &&
+depends libglade2 &&
+depends libgnomecanvas &&
+depends libgnomeui &&
+depends libgnomeprint &&
depends libgnomeprintui &&
depends gnome-vfs2 &&
-depends pcre &&
+depends gconf2 &&
depends vte &&
depends gdl &&
depends autogen &&
-depends devhelp &&
depends gnome-build &&

if [ "$CVS_CHECKOUT" == "y" ]; then
@@ -12,21 +22,48 @@ if [ "$CVS_CHECKOUT" == "y" ]; then
fi &&


-optional_depends subversion \
- "" \
- "--disable-plugin-subversion" \
- "for subversion plugin" &&
-optional_depends gdb \
- "" \
- "" \
- "for the GNU Debugger" &&
-
-optional_depends indent \
- "" \
- "" \
- "for source code formatting" &&
-
-optional_depends devhelp \
- "" \
- "" \
- "for GNOME API help"
+optional_depends scrollkeeper \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "Update scrollkeeper database?" &&
+
+optional_depends glade3 \
+ "--enable-plugin-glade" \
+ "--disable-plugin-glade" \
+ "Enable glade plugin?" &&
+
+optional_depends graphviz \
+ "--enable-graphviz" \
+ "--disable-graphviz" \
+ "Enable graphviz support?" &&
+
+optional_depends gtksourceview \
+ "--enable-plugin-sourceview" \
+ "--disable-plugin-sourceview" \
+ "Enable GTKSourceView based editor?" &&
+
+optional_depends subversion \
+ "--enable-plugin-subversion" \
+ "--disable-plugin-subversion" \
+ "Enable subversion plugin" &&
+
+optional_depends gdb \
+ "" \
+ "" \
+ "for the GNU Debugger" &&
+
+optional_depends indent \
+ "" \
+ "" \
+ "for source code formatting" &&
+
+optional_depends devhelp \
+ "--enable-plugin-devhelp" \
+ "--disable-plugin-devhelp" \
+ "for GNOME API help" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "Build documentation with gtk-doc?"
+
diff --git a/devel/anjuta/DETAILS b/devel/anjuta/DETAILS
index 6120d1b..dce5466 100755
--- a/devel/anjuta/DETAILS
+++ b/devel/anjuta/DETAILS
@@ -8,11 +8,13 @@ then
SOURCE_URL[0]=cvs://:pserver:anonymous AT anoncvs.gnome.org:/cvs/gnome:anjuta
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
- VERSION=2.0.2
-
SOURCE_HASH=sha512:ce143bfdffde34169af9766e8072953d5b02db919d5eb68f0a48f8bc09d5189e85866f59a3fe372fcca3aaf724fd8f2a15fc79b872da2127cbb175a0ad1710b2
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SPELL=anjuta
+ VERSION=2.2.0
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
fi
WEB_SITE=http://anjuta.sourceforge.net/
ENTERED=20011124
diff --git a/devel/anjuta/HISTORY b/devel/anjuta/HISTORY
index aa918da..7865dc2 100644
--- a/devel/anjuta/HISTORY
+++ b/devel/anjuta/HISTORY
@@ -1,3 +1,12 @@
+2007-06-26 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.2.0
+ * CONFIGURE: added queries for valgrind and scintilla
+ * DEPENDS: added libxml2, libxslt, glib2, gtk+2, pango, orbit2,
+ libglade2, libgnomecanvas, libgnomeui, libgnomeprint gconf2
+ changed devhelp to optional
+ added optionals scrollkeeper, glade3, graphviz, gtksourceview
+ gtk-doc
+
2006-09-22 Anton Brondz <dinolinux AT sourcemage.org>
* DETAILS: changed to tar.bz2 for CVS, fixes #10809
* PRE_BUILD: removed -Werror fix, not needed anymore
diff --git a/devel/anjuta/anjuta-2.2.0.tar.bz2.sig
b/devel/anjuta/anjuta-2.2.0.tar.bz2.sig
new file mode 100644
index 0000000..6bd04f2
Binary files /dev/null and b/devel/anjuta/anjuta-2.2.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (8d2e9658418938f0fa7f0519570b45c58f7d5113), Robin Cook, 06/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page