[Lunar-commits] r19594 - in moonbase/trunk: compilers/mono devel/gtk-sharp2
Moritz Heiber
moe at lunar-linux.org
Thu Apr 6 22:51:47 UTC 2006
Author: moe
Date: 2006-04-06 22:51:47 +0000 (Thu, 06 Apr 2006)
New Revision: 19594
Removed:
moonbase/trunk/devel/gtk-sharp2/BUILD
Modified:
moonbase/trunk/compilers/mono/DETAILS
moonbase/trunk/devel/gtk-sharp2/DEPENDS
moonbase/trunk/devel/gtk-sharp2/DETAILS
Log:
Quick mono/gtk-sharp2 update. Been sitting on my desk for a while now.
Modified: moonbase/trunk/compilers/mono/DETAILS
===================================================================
--- moonbase/trunk/compilers/mono/DETAILS 2006-04-06 20:06:14 UTC (rev 19593)
+++ moonbase/trunk/compilers/mono/DETAILS 2006-04-06 22:51:47 UTC (rev 19594)
@@ -1,12 +1,12 @@
MODULE=mono
MAJOR=1.1
- VERSION=${MAJOR}.10
+ VERSION=${MAJOR}.14
SOURCE=${MODULE}-${VERSION}.tar.gz
- SOURCE_VFY=sha1:9f649743aa7019453d0ee06f43a228a69bb5fcfe
+ SOURCE_VFY=sha1:1a433061db7ca11e92f4c1bc8f9525f2a470d028
SOURCE_URL=http://www.go-mono.com/sources/mono-${MAJOR}/
WEB_SITE=http://www.mono-project.com
ENTERED=20020801
- UPDATED=20051119
+ UPDATED=20060407
SHORT=".NET and C# Compiler"
cat << EOF
Deleted: moonbase/trunk/devel/gtk-sharp2/BUILD
Modified: moonbase/trunk/devel/gtk-sharp2/DEPENDS
===================================================================
--- moonbase/trunk/devel/gtk-sharp2/DEPENDS 2006-04-06 20:06:14 UTC (rev 19593)
+++ moonbase/trunk/devel/gtk-sharp2/DEPENDS 2006-04-06 22:51:47 UTC (rev 19594)
@@ -1,4 +1,12 @@
-depends gtk+-2 &&
-depends libgnomedb &&
-depends gtkhtml3 &&
-depends mono
+depends gtk+-2 &&
+depends mono &&
+
+optional_depends "libgnomedb" \
+ "" \
+ "" \
+ "for gnome-sharp support" &&
+
+optional_depends "gtkhtml3" \
+ "" \
+ "" \
+ "for gtkhtml-sharp support"
Modified: moonbase/trunk/devel/gtk-sharp2/DETAILS
===================================================================
--- moonbase/trunk/devel/gtk-sharp2/DETAILS 2006-04-06 20:06:14 UTC (rev 19593)
+++ moonbase/trunk/devel/gtk-sharp2/DETAILS 2006-04-06 22:51:47 UTC (rev 19594)
@@ -1,12 +1,13 @@
MODULE=gtk-sharp2
- VERSION=2.5.92
+ MAJOR=2.8
+ VERSION=${MAJOR}.2
SOURCE=gtk-sharp-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gtk-sharp-${VERSION}
- SOURCE_URL=http://go-mono.com/sources/gtk-sharp-2.0/
- SOURCE_VFY=sha1:e91d5cba810da620414eaad7cf53036e1e5910dc
+ SOURCE_URL=http://go-mono.com/sources/gtk-sharp-${MAJOR}/
+ SOURCE_VFY=sha1:79d6b334c8fa43ed70ec7098186ec0f171a9e575
WEB_SITE=http://www.mono-project.com
ENTERED=20051007
- UPDATED=20051007
+ UPDATED=20060407
SHORT="Gtk bindings for C# and Mono"
cat << EOF
Gtk bindings for C# and Mono
More information about the Lunar-commits
mailing list