[Lunar-commits] r23382 - moonbase/trunk/gnome2/apps/monodevelop

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Feb 23 05:12:20 CET 2007


Author: v3rt1g0
Date: 2007-02-23 05:12:20 +0100 (Fri, 23 Feb 2007)
New Revision: 23382

Removed:
   moonbase/trunk/gnome2/apps/monodevelop/BUILD
Modified:
   moonbase/trunk/gnome2/apps/monodevelop/DEPENDS
   moonbase/trunk/gnome2/apps/monodevelop/DETAILS
Log:
  Module Version Bump: monodevelop (0.12 -> 0.13)

   * removed the BUILD file
   * added new optional depends on subversion
   * mono-debugger is still a no-go for this release

 release notes: http://www.monodevelop.com/Release_notes_for_MonoDevelop_0.13
   * An improved version control add-in with support for Subversion.
   * Better support for automake based projects, including Makefile
     synchronization with MonoDevelop projects.
   * Native support for Visual Studio 2005 projects.
   * Support for custom commands in all project operations.
   * A new Web References add-in.
   * Improved code completion.

  compiled/tested: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x


Deleted: moonbase/trunk/gnome2/apps/monodevelop/BUILD

Modified: moonbase/trunk/gnome2/apps/monodevelop/DEPENDS
===================================================================
--- moonbase/trunk/gnome2/apps/monodevelop/DEPENDS	2007-02-22 23:58:56 UTC (rev 23381)
+++ moonbase/trunk/gnome2/apps/monodevelop/DEPENDS	2007-02-23 04:12:20 UTC (rev 23382)
@@ -1,6 +1,9 @@
 depends  gecko-sharp2  &&
-depends  gtksourceview-sharp2
+depends  gtksourceview-sharp2  &&
 
+optional_depends  "subversion"  "--enable-subversion"  ""  \
+                  "for the subversion source-control add-in"
+
 # currently not an option due to some API changes
-#optional_depends  "mono-debugger"  "--enable-debugger"  "--disable-debugger"  \
+#optional_depends  "mono-debugger"  "--enable-debugger"  ""  \
 #                  "to enable support for debugging within the IDE"

Modified: moonbase/trunk/gnome2/apps/monodevelop/DETAILS
===================================================================
--- moonbase/trunk/gnome2/apps/monodevelop/DETAILS	2007-02-22 23:58:56 UTC (rev 23381)
+++ moonbase/trunk/gnome2/apps/monodevelop/DETAILS	2007-02-23 04:12:20 UTC (rev 23382)
@@ -1,11 +1,11 @@
           MODULE=monodevelop
-         VERSION=0.12
+         VERSION=0.13
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://go-mono.com/sources/$MODULE/
-      SOURCE_VFY=sha1:904b7b355297ecb1a4bac75003c8265bfd6aa141
-        WEB_SITE=http://www.go-mono.com
+      SOURCE_VFY=sha1:234e982c64f2207efef614da8558e5bb9368f956
+        WEB_SITE=http://www.monodevelop.com
          ENTERED=20040505
-         UPDATED=20051007
+         UPDATED=20070222
            SHORT="IDE written in gtk#"
            PSAFE=no
 



More information about the Lunar-commits mailing list