[Lunar-commits] r19829 - moonbase/trunk/devel/anjuta
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Apr 23 23:35:29 UTC 2006
Author: v3rt1g0
Date: 2006-04-23 23:35:28 +0000 (Sun, 23 Apr 2006)
New Revision: 19829
Added:
moonbase/trunk/devel/anjuta/BUILD
Modified:
moonbase/trunk/devel/anjuta/DEPENDS
moonbase/trunk/devel/anjuta/DETAILS
Log:
Module Version Bump: anjuta (1.2.2 -> 1.2.4a)
* version bump, new featuers and bug fixes. This was probably
the last release of the 1.x series as now all work is being
done on the anjuta 2.x series.
* reworked the depends a bit
* added a BUILD file to deal with the a gtkmm issue
* sexyfied some things
compiled/tested: gcc-3.4.5 | glibc-2.3.6 | kernel headers 2.6.x
Added: moonbase/trunk/devel/anjuta/BUILD
===================================================================
--- moonbase/trunk/devel/anjuta/BUILD (rev 0)
+++ moonbase/trunk/devel/anjuta/BUILD 2006-04-23 23:35:28 UTC (rev 19829)
@@ -0,0 +1,9 @@
+(
+
+ # the gtkmm2 project wizard looks for the old gtkmm-2.0 not gtkmm-2.4
+ # which we have in the moonbase
+ sedit 's:gtkmm-2.0:gtkmm-2.4:' src/project_type.c
+
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/devel/anjuta/DEPENDS
===================================================================
--- moonbase/trunk/devel/anjuta/DEPENDS 2006-04-23 20:06:41 UTC (rev 19828)
+++ moonbase/trunk/devel/anjuta/DEPENDS 2006-04-23 23:35:28 UTC (rev 19829)
@@ -1,10 +1,20 @@
-depends libzvt &&
-depends glade2 &&
-depends devhelp &&
-depends libgnomeui &&
-depends libgnomeprintui &&
-depends vte &&
-optional_depends "gtkmm2" "" "" "For developing GTK+-2 C++ applications" &&
-optional_depends "libgnomeuimm" "" "" "For developing C++ Gnome applications" &&optional_depends "SDL" "" "" "For developing SDL applications" &&
-optional_depends "libglade2" "" "" "For developing libglade-based projects" &&
-optional_depends "libglademm" "" "" "For developing libglade c++ apps"
+depends libzvt &&
+depends glade2 &&
+depends libgnomeui &&
+depends libgnomeprintui &&
+depends vte &&
+
+optional_depends "gtkmm2" "" "" \
+ "for developing GTK+-2 C++ applications" &&
+optional_depends "libgnomeuimm" "" "" \
+ "for developing C++ Gnome applications" &&
+optional_depends "SDL" "" "" \
+ "for developing SDL applications" &&
+optional_depends "libglade2" "" "" \
+ "for developing libglade-based projects" &&
+optional_depends "libglademm" "" "" \
+ "for developing libglade c++ apps" &&
+optional_depends "devhelp" "" "" \
+ "for an integrated documentation viewer" &&
+optional_depends "indent" "" "" \
+ "to be able to auto-format code with the IDE"
Modified: moonbase/trunk/devel/anjuta/DETAILS
===================================================================
--- moonbase/trunk/devel/anjuta/DETAILS 2006-04-23 20:06:41 UTC (rev 19828)
+++ moonbase/trunk/devel/anjuta/DETAILS 2006-04-23 23:35:28 UTC (rev 19829)
@@ -1,19 +1,18 @@
MODULE=anjuta
- VERSION=1.2.2
-# VERSION=1.2.1
+ VERSION=1.2.4a
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/
- SOURCE_VFY=md5:a30858dba0b902064d0d702cedfdc84f
- WEB_SITE=http://anjuta.sourceforge.net
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:9b9428f6b3081ae9b19662b25106fb6aa459ed27
+ WEB_SITE=http://anjuta.sourceforge.net/
ENTERED=20011124
- UPDATED=20040414
+ UPDATED=20060423
PSAFE=no
- SHORT="C/C++ IDE for gnome"
+ SHORT="a C/C++ IDE for GNOME"
+
cat << EOF
Anjuta is a versatile Integrated Development Environment (IDE) for C
-and C++ in GNU/Linux. It has been written for GTK/GNOME, and features
+and C++ in GNU/Linux. It has been written for GTK/GNOME, and features
a number of advanced programming facilities. These include project
-management, application wizards, an onboard interactive debugger, and
-a powerful source editor with source browsing and syntax
-highlighting.
+management, application wizards, an onboard interactive debugger, and
+a powerful source editor with source browsing and syntax highlighting.
EOF
More information about the Lunar-commits
mailing list