[Lunar-commits] r21324 - moonbase/trunk/devel/gtk-sharp2
Chad Kittel
v3rt1g0 at lunar-linux.org
Wed Sep 6 21:49:14 UTC 2006
Author: v3rt1g0
Date: 2006-09-06 21:49:14 +0000 (Wed, 06 Sep 2006)
New Revision: 21324
Modified:
moonbase/trunk/devel/gtk-sharp2/DEPENDS
moonbase/trunk/devel/gtk-sharp2/DETAILS
Log:
Module Version Bump: gtk-sharp2 (2.8.2 -> 2.8.3)
* better glade handling
* better gtk 2.10 support
* good deal of other misc bugfixes
* conserve some whitespace in the DEPENDS and add missing ones
compiled/tested: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x
Modified: moonbase/trunk/devel/gtk-sharp2/DEPENDS
===================================================================
--- moonbase/trunk/devel/gtk-sharp2/DEPENDS 2006-09-06 21:23:32 UTC (rev 21323)
+++ moonbase/trunk/devel/gtk-sharp2/DEPENDS 2006-09-06 21:49:14 UTC (rev 21324)
@@ -1,28 +1,12 @@
-depends mono &&
-depends pango &&
+depends mono &&
+depends gtk+-2 &&
+depends ORBit2 &&
-optional_depends "libart-lgpl" \
- "" \
- "" \
- "enable libart_lgpl support?" &&
-
-optional_depends "gnome-panel" \
- "" \
- "" \
- "enable gnome2 support (say YES for gtkhtml3 and gnome-vfs2 support" &&
-
-optional_depends "gtkhtml3" \
- "" \
- "" \
- "for gtkhtml-sharp support" &&
-
-optional_depends "gnome-vfs2" \
- "" \
- "" \
- "for gnomevfs-sharp support" &&
-
-optional_depends "libglade2" \
- "" \
- "" \
- "for libglade2 support"
-
+optional_depends "monodoc" "" "" "for documenation support" &&
+optional_depends "libart_lgpl" "" "" "to build art-sharp.dll" &&
+optional_depends "gnome-vfs2" "" "" "to build gnomevfs-sharp.dll" &&
+optional_depends "libglade2" "" "" "to build glade-sharp.dll" &&
+optional_depends "librsvg" "" "" "to build rsvg-sharp.dll" &&
+optional_depends "gtkhtml3" "" "" "to build gtkhtml-sharp.dll" &&
+optional_depends "vte" "" "" "to build vte-sharp.dll" &&
+optional_depends "gnome-panel" "" "" "to build gnome-sharp.dll"
Modified: moonbase/trunk/devel/gtk-sharp2/DETAILS
===================================================================
--- moonbase/trunk/devel/gtk-sharp2/DETAILS 2006-09-06 21:23:32 UTC (rev 21323)
+++ moonbase/trunk/devel/gtk-sharp2/DETAILS 2006-09-06 21:49:14 UTC (rev 21324)
@@ -1,14 +1,15 @@
MODULE=gtk-sharp2
MAJOR=2.8
- VERSION=${MAJOR}.2
+ VERSION=${MAJOR}.3
SOURCE=gtk-sharp-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gtk-sharp-${VERSION}
SOURCE_URL=http://go-mono.com/sources/gtk-sharp-${MAJOR}/
- SOURCE_VFY=sha1:79d6b334c8fa43ed70ec7098186ec0f171a9e575
- WEB_SITE=http://www.mono-project.com
+ SOURCE_VFY=sha1:a116b47cb6105e8da0a7aeac5c5904f79d5baba1
+ WEB_SITE=http://www.mono-project.com/
ENTERED=20051007
- UPDATED=20060407
- SHORT="Gtk bindings for C# and Mono"
+ UPDATED=20060906
+ SHORT="Gtk+-2 bindings for Mono"
+
cat << EOF
-Gtk bindings for C# and Mono
+gtk-sharp2 are the gtk+-2 bindings for Mono.
EOF
More information about the Lunar-commits
mailing list