|
From: Andy S. <And...@co...> - 2010-05-22 15:10:53
|
diffing dir...
Sat May 22 11:09:20 EDT 2010 Andy Stewart <laz...@gm...>
* Adjust INSTALL
Ignore-this: 39c7bee3ab02926c402703a7e807ded1
{
hunk ./INSTALL 5
-Gtk2hs is a set of Haskell packages wrapping the GTK GUI stack:
+Gtk2hs is a set of Haskell packages wrapping the GTK+ GUI stack:
hunk ./INSTALL 7
-* gtk (GUI toolkit)
-* cairo (graphics library)
-* svgcairo (Cairo SVG loader)
-* pango (text rendering)
-* glade (libglade UI loader)
-* glib (GLib2 library)
-* gio (VFS library)
-* gtkglext (Gtk+ OpenGL extension)
-* gtksourceview2 (source code editor)
-* gconf (GConf2 configuration system)
-* gstreamer (media codec library)
-* vte (terminal emulator)
-* webkit (WebKit rendering engine)
-
-Also gtk2hs-buildtools and the soegtk library are provided.
+* tools (Tools to build gtk2hs)
+* glib (GLib2 library)
+* gio (VFS library)
+* cairo (Vector graphics library)
+* pango (Unicode text rendering)
+* gtk (GTK+ GUI toolkit)
+* gconf (GConf2 configuration system)
+* glade (libglade UI loader)
+* gstreamer (Media codec library)
+* gtkglext (Gtk+ OpenGL extension)
+* gtksourceview2 (Source code editor)
+* svgcairo (Cairo SVG loader)
+* vte (Terminal emulator)
+* webkit (WebKit rendering engine)
+* soegtk (Graphics library for book "The Haskell School of Expression")
hunk ./INSTALL 24
-* gnomevfs (replaced by gio)
-* mozembed (replaced by webkit)
+* gnomevfs (replaced by gio)
+* mozembed (replaced by webkit)
+* sourceview (replaced by gtksourceview2)
hunk ./INSTALL 30
-ghc-6.12.2 has a runtime issue that can cause gtk2hs apps to crash,
-so better to avoid it.
+ghc-6.12.2 has a runtime issue that can cause gtk2hs apps to crash
+(http://hackage.haskell.org/trac/ghc/ticket/4038), so better to avoid it.
hunk ./INSTALL 33
-These instruuctions are about building Gtk2Hs from source. If you would rather
+These instructions are about building Gtk2Hs from source. If you would rather
hunk ./INSTALL 99
-Alteratively, you can uninstall by unregistering the packages with ghc-pkg
+Alternatively, you can uninstall by unregistering the packages with ghc-pkg
hunk ./INSTALL 102
-# for pkg in webkit vte svgcairo soegtk gtksourceview2 gtkglext gstreamer glade gconf gtk pango cairo gio glib gtk2hs-buildtools ; \
+# for pkg in webkit vte svgcairo soegtk gtksourceview2 gtkglext gstreamer glade gconf gtk pango cairo gio glib tools ; \
}
|