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

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Dec 12 04:45:18 CET 2006


Author: v3rt1g0
Date: 2006-12-12 04:45:17 +0100 (Tue, 12 Dec 2006)
New Revision: 22550

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

   * bringing this module back into the 21st century
   * lots of updates and improvements.  Go MONO!
   * updated the depends to be more correct for this version, the
     mono-debugger is going though API changes and isn't yet supported

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


Modified: moonbase/trunk/gnome2/apps/monodevelop/BUILD
===================================================================
--- moonbase/trunk/gnome2/apps/monodevelop/BUILD	2006-12-12 03:33:21 UTC (rev 22549)
+++ moonbase/trunk/gnome2/apps/monodevelop/BUILD	2006-12-12 03:45:17 UTC (rev 22550)
@@ -1,5 +1,7 @@
 (
 
+   OPTS="$OPTS  --enable-versioncontrol"
+
    ./configure  --prefix=${GNOME26_PREFIX:-/usr}  \
                 --build=$BUILD                    \
                 --sysconfdir=/etc                 \

Modified: moonbase/trunk/gnome2/apps/monodevelop/DEPENDS
===================================================================
--- moonbase/trunk/gnome2/apps/monodevelop/DEPENDS	2006-12-12 03:33:21 UTC (rev 22549)
+++ moonbase/trunk/gnome2/apps/monodevelop/DEPENDS	2006-12-12 03:45:17 UTC (rev 22550)
@@ -1,3 +1,6 @@
-depends monodoc &&
-depends gtksourceview-sharp &&
-depends gecko-sharp
+depends  gecko-sharp2  &&
+depends  gtksourceview-sharp2
+
+# currently not an option due to some API changes
+#optional_depends  "mono-debugger"  "--enable-debugger"  "--disable-debugger"  \
+#                  "to enable support for debugging within the IDE"

Modified: moonbase/trunk/gnome2/apps/monodevelop/DETAILS
===================================================================
--- moonbase/trunk/gnome2/apps/monodevelop/DETAILS	2006-12-12 03:33:21 UTC (rev 22549)
+++ moonbase/trunk/gnome2/apps/monodevelop/DETAILS	2006-12-12 03:45:17 UTC (rev 22550)
@@ -1,13 +1,14 @@
           MODULE=monodevelop
-         VERSION=0.7
-          SOURCE=${MODULE}-${VERSION}.tar.gz
-      SOURCE_URL=http://go-mono.com/sources/${MODULE}/
-      SOURCE_VFY=sha1:f93bd66ca0393616cae36a1767cf9c073627ec69
+         VERSION=0.12
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://go-mono.com/sources/$MODULE/
+      SOURCE_VFY=sha1:904b7b355297ecb1a4bac75003c8265bfd6aa141
         WEB_SITE=http://www.go-mono.com
          ENTERED=20040505
          UPDATED=20051007
            SHORT="IDE written in gtk#"
-PSAFE=no
+           PSAFE=no
+
 cat << EOF
 Monodevelop is a port of Sharpdevelop written in mono and gtk#, its a 
 IDE for Mono and C# based projects for Linux



More information about the Lunar-commits mailing list