[Lunar-commits] r19821 - moonbase/trunk/devel/devhelp
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Apr 23 15:44:06 UTC 2006
Author: v3rt1g0
Date: 2006-04-23 15:44:06 +0000 (Sun, 23 Apr 2006)
New Revision: 19821
Modified:
moonbase/trunk/devel/devhelp/DEPENDS
moonbase/trunk/devel/devhelp/DETAILS
Log:
Module Version Bump: devhelp (0.9.3 -> 0.11)
* version bump.
* reworked depends for latest version. the module now requires
a GECKO_RENDERER (firefox or mozilla) to compile as that is
how the HTML is now rendered in the software.
compiled/tested: gcc-3.4.5 | glibc-2.3.6 | kernel headers 2.6.x
Modified: moonbase/trunk/devel/devhelp/DEPENDS
===================================================================
--- moonbase/trunk/devel/devhelp/DEPENDS 2006-04-23 15:33:14 UTC (rev 19820)
+++ moonbase/trunk/devel/devhelp/DEPENDS 2006-04-23 15:44:06 UTC (rev 19821)
@@ -1,3 +1,4 @@
-depends libgnomeui &&
-
-optional_depends "libgtkhtml" "" "" "for extra support in displaying HTML pages"
+depends gnome-vfs2 &&
+depends libglade2 &&
+depends libwnck &&
+depends %GECKO_RENDERER
Modified: moonbase/trunk/devel/devhelp/DETAILS
===================================================================
--- moonbase/trunk/devel/devhelp/DETAILS 2006-04-23 15:33:14 UTC (rev 19820)
+++ moonbase/trunk/devel/devhelp/DETAILS 2006-04-23 15:44:06 UTC (rev 19821)
@@ -1,15 +1,15 @@
MODULE=devhelp
- VERSION=0.9.3
+ VERSION=0.11
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/0.9/
- SOURCE_VFY=sha1:f1d553fe77701bc59e24a18e1355e4324157b650
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/0.11/
+ SOURCE_VFY=sha1:225f9572b40e11109f3119d4e0105c9e49544183
WEB_SITE=http://www.imendio.com/projects/devhelp/
ENTERED=20030720
- UPDATED=20051010
- SHORT="an API documentation browser"
+ UPDATED=20060423
+ SHORT="an API documentation browser for GNOME 2"
cat << EOF
-Devhelp is an API documentation browser for GNOME 2. It works natively with
-Gtk-doc (System used in GTK+ and GNOME for documentating APIs) and it is
-possible to create books for other documentation as well.
+Devhelp is an API documentation browser for GNOME 2. It works natively
+with Gtk-doc (System used in GTK+ and GNOME for documentating APIs) and
+it is possible to create books for other documentation as well.
EOF
More information about the Lunar-commits
mailing list