summaryrefslogtreecommitdiff
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-09-03 07:19:24 +0000
committerrh <rh@pkgsrc.org>1999-09-03 07:19:24 +0000
commit8de1dc37df3c8b618dd7db8a7b6e17ac17d3a798 (patch)
tree9420d6a2585b3453d8759dc6e8dbd652374a20a1 /x11/gnome-libs
parent08637f83977215675dee125d3bd48a9c87d38abe (diff)
downloadpkgsrc-8de1dc37df3c8b618dd7db8a7b6e17ac17d3a798.tar.gz
Update gnome-libs to 1.0.16
Changes include: - Fixed the ordering of tests for versions of Berkeley db. This will try to use db2, then db1.85, then db1. If you got gnome-libs-1.0.15 and had problems with metadata in the Midnight Commander, please use this version instead (Federico). - Fixes for the installation of HTML/SGML documentation (Karl). - Fixes to the MDI framework (Jaka). - Fixes to the GnomeFileEntry widget (Federico). - Updated translations (Pablo, Vincent, Birger). - gnome-hello dropped from distribution, use GnomeHello as an example instead (Havoc) - GnomeSegv activated (Elliot, Havoc), this will provide a dialog box telling people that the application just crashed and point them to the gnome web site. - Gnome Dentry Editor i18n fixes (George) - Exports constructor routines for most widgets - Memory leak fixes in the Canvas/AA (Federico) - --disable-crash-dialog option (Havoc) - Large const-ization of incoming parameters work from Hebert. - Lots of bug fixes from Elliot and Havoc as part of the Bugathlon. - Gnome-metadata is thread safe now (Tom Tromey) - Gnome-Dentry fixed for i18n (George) - Gnome-Mime key duplication fixed (Bertrand) - Support GNOME_PATH variable. It enables you to install different GNOME packages in different locations in the system and still get gnome-config to recognize your libraries properly - gnome-config now wraps the list of libraries, in an attempt to fit in your screen (me, Raja). - LIbArt started to be documented (Raph) - gnome.1 man page updated, gnome-config.1 man page updated - gnome-mime.5 man page included - Gnome-dev-info files moved to their own directory (Karl) - Added Gnome-MDI signal docs (George) - GnomePixmap, GnomeScores, GnomeDock, GnomeProcBar: Documented by George. - Touchups to GnomeDialog, GnomeClient, GnomeApp from George. - Now GOAD uses the GNOME_PATH variable as a list of directories that are the root of GNOME installations and the GNOME_GNORBA_PATH for locating precisely CORBA servers - Cookie support fixed (Elliot)
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/Makefile4
-rw-r--r--x11/gnome-libs/files/md54
-rw-r--r--x11/gnome-libs/files/patch-sum4
-rw-r--r--x11/gnome-libs/patches/patch-ae21
-rw-r--r--x11/gnome-libs/pkg/PLIST573
5 files changed, 338 insertions, 268 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index a54889bcd86..fa42b091a28 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 1999/08/29 12:37:03 rh Exp $
+# $NetBSD: Makefile,v 1.31 1999/09/03 07:19:24 rh Exp $
#
-DISTNAME= gnome-libs-1.0.14
+DISTNAME= gnome-libs-1.0.16
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0/sources/}
diff --git a/x11/gnome-libs/files/md5 b/x11/gnome-libs/files/md5
index c3d3f8f911a..d474ccbd6e3 100644
--- a/x11/gnome-libs/files/md5
+++ b/x11/gnome-libs/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.11 1999/08/29 12:37:03 rh Exp $
+$NetBSD: md5,v 1.12 1999/09/03 07:19:25 rh Exp $
-MD5 (gnome-libs-1.0.14.tar.gz) = 1a8dc9e378076c75ab67480c2cf3aab9
+MD5 (gnome-libs-1.0.16.tar.gz) = 7bbaf7b947326ca8d42beca74ae35919
diff --git a/x11/gnome-libs/files/patch-sum b/x11/gnome-libs/files/patch-sum
index ebc2be8af55..71339099b4a 100644
--- a/x11/gnome-libs/files/patch-sum
+++ b/x11/gnome-libs/files/patch-sum
@@ -1,10 +1,10 @@
-$NetBSD: patch-sum,v 1.4 1999/08/29 12:37:03 rh Exp $
+$NetBSD: patch-sum,v 1.5 1999/09/03 07:19:25 rh Exp $
MD5 (patch-aa) = 0e887f8a1c32d1aa0174f817ea9d1cfc
MD5 (patch-ab) = 911491cf3e32ffa67008d8d617f24a08
MD5 (patch-ac) = 2234ccfc4f168c91bb2fc8686ed0590c
MD5 (patch-ad) = c39cc321a208c5bf22aa8d07af9dd1a4
-MD5 (patch-ae) = 23f76bc9937b327f5e9372ad4802c33e
+MD5 (patch-ae) = 1c36b5b59dd826c0d015d7d5d110ae44
MD5 (patch-af) = f14189c93bd7152e87cd5520823fc0d5
MD5 (patch-ag) = 44c356ffb86853b201740f377091e89b
MD5 (patch-ah) = 3896b06bb0f1b552a5029097517667cc
diff --git a/x11/gnome-libs/patches/patch-ae b/x11/gnome-libs/patches/patch-ae
index 7a23ee2b440..e2419820ccc 100644
--- a/x11/gnome-libs/patches/patch-ae
+++ b/x11/gnome-libs/patches/patch-ae
@@ -1,22 +1,13 @@
-$NetBSD: patch-ae,v 1.3 1999/04/16 21:31:17 tron Exp $
+$NetBSD: patch-ae,v 1.4 1999/09/03 07:19:25 rh Exp $
---- devel-docs/Makefile.in.orig Mon Mar 1 20:57:04 1999
-+++ devel-docs/Makefile.in Sun Mar 7 12:02:50 1999
-@@ -151,7 +151,7 @@
-
- SUBDIRS = ui-guide templates
-
--htmldir = $(prefix)/html
-+htmldir = $(prefix)/share/doc/gnome-libs/html
- html_DATA = gnome-dev-info.html
-
- TEXT_FILES = README.gtkcauldron README.gtkcauldron_for_python adding-file-manager-new-items.txt adding-sounds.txt api-comment-style.txt gtk_dialog_cauldron.3 suggestions.txt session-management.txt mime-type-handling.txt
-@@ -163,7 +163,7 @@
- EXTRA_DIST = gnome-doc-framework.txt gnome-app-helper.sgml gnome-canvas.sgml gnome-dev-info.html gnome-dev-info.sgml gnome-app-helper.sgml gnome-message-utils.sgml x-concepts.sgml libgnorba.sgml gnome-mdi.sgml libgnomeui.sgml libgnome.sgml $(TEXT_FILES)
+--- devel-docs/Makefile.in.orig Thu Sep 2 09:41:31 1999
++++ devel-docs/Makefile.in Thu Sep 2 09:42:37 1999
+@@ -157,7 +157,7 @@
+ EXTRA_DIST = TODO.sgml gnome-doc-framework.txt $(TEXT_FILES)
-docdir = $(prefix)/doc
-+docdir = $(datadir)/doc/gnome-libs
++docdir = $(prefix)/share/doc/gnome-libs
doc_DATA = $(TEXT_FILES)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
diff --git a/x11/gnome-libs/pkg/PLIST b/x11/gnome-libs/pkg/PLIST
index d591f7d218b..67504adda60 100644
--- a/x11/gnome-libs/pkg/PLIST
+++ b/x11/gnome-libs/pkg/PLIST
@@ -1,9 +1,7 @@
-@comment $NetBSD: PLIST,v 1.16 1999/08/29 12:37:04 rh Exp $
+@comment $NetBSD: PLIST,v 1.17 1999/09/03 07:19:26 rh Exp $
bin/dns-helper
bin/gconfigger
bin/gnome-bug
-bin/libart-config
-bin/loadshlib
bin/gnome-config
bin/gnome-dump-metadata
bin/gnome-gen-mimedb
@@ -11,6 +9,8 @@ bin/gnome-moz-remote
bin/gnome-name-service
bin/gnome_segv
bin/goad-browser
+bin/libart-config
+bin/loadshlib
bin/new-object
etc/mime-magic
etc/mime-magic.dat
@@ -18,167 +18,167 @@ etc/paper.config
etc/sound/events/gnome.soundlist
etc/sound/events/gtk-events.soundlist
include/gnome.h
-include/popt-gnome.h
+include/gtk-xmhtml/HTML.h
+include/gtk-xmhtml/XmHTML.h
+include/gtk-xmhtml/XmHTMLI.h
+include/gtk-xmhtml/XmHTMLP.h
+include/gtk-xmhtml/gtk-xmhtml-p.h
+include/gtk-xmhtml/gtk-xmhtml.h
+include/gtk-xmhtml/miniparse.h
+include/gtk-xmhtml/toolkit.h
include/libart_lgpl/art_affine.h
+include/libart_lgpl/art_alphagamma.h
include/libart_lgpl/art_bpath.h
include/libart_lgpl/art_filterlevel.h
include/libart_lgpl/art_gray_svp.h
include/libart_lgpl/art_misc.h
include/libart_lgpl/art_pathcode.h
+include/libart_lgpl/art_pixbuf.h
include/libart_lgpl/art_point.h
include/libart_lgpl/art_rect.h
+include/libart_lgpl/art_rect_svp.h
include/libart_lgpl/art_rect_uta.h
include/libart_lgpl/art_rgb.h
include/libart_lgpl/art_rgb_affine.h
include/libart_lgpl/art_rgb_bitmap_affine.h
+include/libart_lgpl/art_rgb_pixbuf_affine.h
include/libart_lgpl/art_rgb_rgba_affine.h
include/libart_lgpl/art_rgb_svp.h
include/libart_lgpl/art_svp.h
include/libart_lgpl/art_svp_ops.h
+include/libart_lgpl/art_svp_point.h
include/libart_lgpl/art_svp_render_aa.h
include/libart_lgpl/art_svp_vpath.h
include/libart_lgpl/art_svp_vpath_stroke.h
+include/libart_lgpl/art_svp_wind.h
include/libart_lgpl/art_uta.h
include/libart_lgpl/art_uta_ops.h
include/libart_lgpl/art_uta_rect.h
-include/libart_lgpl/art_uta_vpath.h
include/libart_lgpl/art_uta_svp.h
+include/libart_lgpl/art_uta_vpath.h
include/libart_lgpl/art_vpath.h
include/libart_lgpl/art_vpath_bpath.h
-include/libart_lgpl/art_vpath_svp.h
-include/libart_lgpl/art_alphagamma.h
-include/libart_lgpl/art_pixbuf.h
-include/libart_lgpl/art_rect_svp.h
-include/libart_lgpl/art_rgb_pixbuf_affine.h
-include/libart_lgpl/art_svp_point.h
-include/libart_lgpl/art_svp_wind.h
include/libart_lgpl/art_vpath_dash.h
+include/libart_lgpl/art_vpath_svp.h
include/libgnome/gnome-config.h
include/libgnome/gnome-defs.h
-include/libgnome/gnome-fileconvert.h
include/libgnome/gnome-dentry.h
include/libgnome/gnome-exec.h
+include/libgnome/gnome-fileconvert.h
include/libgnome/gnome-help.h
include/libgnome/gnome-history.h
include/libgnome/gnome-i18n.h
-include/libgnome/gnome-mime.h
+include/libgnome/gnome-magic.h
+include/libgnome/gnome-metadata.h
include/libgnome/gnome-mime-info.h
+include/libgnome/gnome-mime.h
include/libgnome/gnome-paper.h
include/libgnome/gnome-popt.h
+include/libgnome/gnome-regex.h
+include/libgnome/gnome-remote.h
include/libgnome/gnome-score.h
include/libgnome/gnome-sound.h
include/libgnome/gnome-triggers.h
include/libgnome/gnome-url.h
include/libgnome/gnome-util.h
include/libgnome/libgnome.h
-include/libgnome/gnome-magic.h
-include/libgnome/gnome-metadata.h
-include/libgnome/gnome-regex.h
-include/libgnome/gnome-remote.h
-include/libgnomeui/gnome-animator.h
-include/libgnomeui/gnome-canvas-load.h
-include/libgnomeui/gnome-canvas-polygon.h
-include/libgnomeui/gnome-dock.h
-include/libgnomeui/gnome-dock-band.h
-include/libgnomeui/gnome-dock-item.h
-include/libgnomeui/gnome-dock-layout.h
-include/libgnomeui/gnome-font-picker.h
-include/libgnomeui/gnome-guru.h
-include/libgnomeui/gnome-href.h
-include/libgnomeui/gnome-icon-item.h
-include/libgnomeui/gnome-icon-text.h
-include/libgnomeui/gnome-icon-entry.h
-include/libgnomeui/gnome-init.h
-include/libgnomeui/gnome-mdi-generic-child.h
-include/libgnomeui/gnome-mdi-session.h
-include/libgnomeui/gnome-popup-help.h
-include/libgnomeui/gnome-property-entries.h
-include/libgnomeui/gnome-pixmap-entry.h
-include/libgnomeui/gnome-spell.h
-include/libgnomeui/gnome-paper-selector.h
-include/libgnomeui/gnome-procbar.h
-include/libgnomeui/gtkpixmapmenuitem.h
include/libgnomeui/gnome-about.h
-include/libgnomeui/gnome-app.h
-include/libgnomeui/gnome-appbar.h
+include/libgnomeui/gnome-animator.h
include/libgnomeui/gnome-app-helper.h
include/libgnomeui/gnome-app-util.h
+include/libgnomeui/gnome-app.h
+include/libgnomeui/gnome-appbar.h
include/libgnomeui/gnome-calculator.h
-include/libgnomeui/gnome-canvas.h
include/libgnomeui/gnome-canvas-image.h
include/libgnomeui/gnome-canvas-line.h
+include/libgnomeui/gnome-canvas-load.h
+include/libgnomeui/gnome-canvas-polygon.h
include/libgnomeui/gnome-canvas-rect-ellipse.h
include/libgnomeui/gnome-canvas-text.h
include/libgnomeui/gnome-canvas-util.h
include/libgnomeui/gnome-canvas-widget.h
+include/libgnomeui/gnome-canvas.h
include/libgnomeui/gnome-client.h
+include/libgnomeui/gnome-color-picker.h
include/libgnomeui/gnome-compat.h
include/libgnomeui/gnome-dateedit.h
include/libgnomeui/gnome-dentry-edit.h
-include/libgnomeui/gnome-dialog.h
include/libgnomeui/gnome-dialog-util.h
+include/libgnomeui/gnome-dialog.h
include/libgnomeui/gnome-dns.h
+include/libgnomeui/gnome-dock-band.h
+include/libgnomeui/gnome-dock-item.h
+include/libgnomeui/gnome-dock-layout.h
+include/libgnomeui/gnome-dock.h
+include/libgnomeui/gnome-druid-page-finish.h
+include/libgnomeui/gnome-druid-page-standard.h
+include/libgnomeui/gnome-druid-page-start.h
+include/libgnomeui/gnome-druid-page.h
+include/libgnomeui/gnome-druid.h
include/libgnomeui/gnome-entry.h
include/libgnomeui/gnome-file-entry.h
+include/libgnomeui/gnome-font-picker.h
include/libgnomeui/gnome-font-selector.h
include/libgnomeui/gnome-geometry.h
+include/libgnomeui/gnome-guru.h
+include/libgnomeui/gnome-href.h
include/libgnomeui/gnome-ice.h
+include/libgnomeui/gnome-icon-entry.h
+include/libgnomeui/gnome-icon-item.h
include/libgnomeui/gnome-icon-list.h
include/libgnomeui/gnome-icon-sel.h
+include/libgnomeui/gnome-icon-text.h
+include/libgnomeui/gnome-init.h
include/libgnomeui/gnome-less.h
-include/libgnomeui/gnome-messagebox.h
-include/libgnomeui/gnome-mdi.h
include/libgnomeui/gnome-mdi-child.h
+include/libgnomeui/gnome-mdi-generic-child.h
+include/libgnomeui/gnome-mdi-session.h
+include/libgnomeui/gnome-mdi.h
+include/libgnomeui/gnome-messagebox.h
include/libgnomeui/gnome-number-entry.h
-include/libgnomeui/gtkdial.h
+include/libgnomeui/gnome-paper-selector.h
+include/libgnomeui/gnome-pixmap-entry.h
+include/libgnomeui/gnome-pixmap.h
+include/libgnomeui/gnome-popup-help.h
+include/libgnomeui/gnome-popup-menu.h
include/libgnomeui/gnome-preferences.h
-include/libgnomeui/gnome-propertybox.h
+include/libgnomeui/gnome-procbar.h
include/libgnomeui/gnome-properties.h
-include/libgnomeui/gnome-pixmap.h
+include/libgnomeui/gnome-property-entries.h
+include/libgnomeui/gnome-propertybox.h
include/libgnomeui/gnome-scores.h
+include/libgnomeui/gnome-spell.h
include/libgnomeui/gnome-startup.h
include/libgnomeui/gnome-stock.h
include/libgnomeui/gnome-types.h
include/libgnomeui/gnome-uidefs.h
+include/libgnomeui/gnome-winhints.h
include/libgnomeui/gnometypebuiltins.h
-include/libgnomeui/gtkcauldron.h
include/libgnomeui/gtk-clock.h
include/libgnomeui/gtk-ted.h
+include/libgnomeui/gtkcauldron.h
+include/libgnomeui/gtkdial.h
+include/libgnomeui/gtkpixmapmenuitem.h
include/libgnomeui/libgnomeui.h
-include/libgnomeui/gnome-color-picker.h
-include/libgnomeui/gnome-popup-menu.h
-include/libgnomeui/gnome-winhints.h
-include/libgnomeui/gnome-druid.h
-include/libgnomeui/gnome-druid-page.h
-include/libgnomeui/gnome-druid-page-start.h
-include/libgnomeui/gnome-druid-page-standard.h
-include/libgnomeui/gnome-druid-page-finish.h
-include/libgnorba/gnorba.h
+include/libgnorba/Table.h
include/libgnorba/gnome-factory.h
include/libgnorba/gnome-unknown.h
-include/libgnorba/Table.h
-include/gtk-xmhtml/miniparse.h
-include/gtk-xmhtml/HTML.h
-include/gtk-xmhtml/XmHTML.h
-include/gtk-xmhtml/XmHTMLI.h
-include/gtk-xmhtml/XmHTMLP.h
-include/gtk-xmhtml/gtk-xmhtml-p.h
-include/gtk-xmhtml/gtk-xmhtml.h
-include/gtk-xmhtml/toolkit.h
-include/zvt/zvtterm.h
-include/zvt/vtx.h
+include/libgnorba/gnorba.h
+include/popt-gnome.h
include/zvt/lists.h
include/zvt/vt.h
+include/zvt/vtx.h
+include/zvt/zvtterm.h
lib/gnome-libs/include/gnomesupport.h
lib/gnomeConf.sh
+lib/libartConf.sh
lib/libart_lgpl.a
lib/libart_lgpl.so.3.0
-lib/libartConf.sh
lib/libgnome.a
lib/libgnomesupport.a
lib/libgnomesupport.so.0.0
lib/libgnomeui.a
-lib/libgnomeui.so.42.1
+lib/libgnomeui.so.42.2
lib/libgnorba.a
lib/libgnorba.so.28.7
lib/libgnorbagtk.a
@@ -187,132 +187,29 @@ lib/libgtkxmhtml.a
lib/libgtkxmhtml.so.1.1
lib/libzvt.a
lib/libzvt.so.4.5
-man/man1/gnome.1
man/man1/gnome-config.1
-share/locale/de/LC_MESSAGES/gnome-libs.mo
-share/locale/eu/LC_MESSAGES/gnome-libs.mo
-share/locale/fr/LC_MESSAGES/gnome-libs.mo
-share/locale/nl/LC_MESSAGES/gnome-libs.mo
-share/locale/pt/LC_MESSAGES/gnome-libs.mo
-share/locale/ja/LC_MESSAGES/gnome-libs.mo
-share/locale/sv/LC_MESSAGES/gnome-libs.mo
-share/locale/pl/LC_MESSAGES/gnome-libs.mo
-share/locale/no/LC_MESSAGES/gnome-libs.mo
-share/locale/ko/LC_MESSAGES/gnome-libs.mo
-share/locale/ca/LC_MESSAGES/gnome-libs.mo
-share/locale/cs/LC_MESSAGES/gnome-libs.mo
-share/locale/da/LC_MESSAGES/gnome-libs.mo
-share/locale/es/LC_MESSAGES/gnome-libs.mo
-share/locale/fi/LC_MESSAGES/gnome-libs.mo
-share/locale/ga/LC_MESSAGES/gnome-libs.mo
-share/locale/it/LC_MESSAGES/gnome-libs.mo
-share/locale/ru/LC_MESSAGES/gnome-libs.mo
-share/locale/hu/LC_MESSAGES/gnome-libs.mo
-share/locale/wa/LC_MESSAGES/gnome-libs.mo
-share/locale/sk/LC_MESSAGES/gnome-libs.mo
-share/locale/hr/LC_MESSAGES/gnome-libs.mo
-share/locale/en_GB/LC_MESSAGES/gnome-libs.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gnome-libs.mo
-share/locale/el/LC_MESSAGES/gnome-libs.mo
+man/man1/gnome.1
+man/man5/gnome-mime.5
sbin/gnome-pty-helper
share/aclocal/libart.m4
-share/doc/gnome-libs/gnome-doc.el
-share/doc/gnome-libs/gnome-doc
-share/doc/gnome-libs/mkstub
share/doc/gnome-libs/README.gtkcauldron
share/doc/gnome-libs/README.gtkcauldron_for_python
share/doc/gnome-libs/adding-file-manager-new-items.txt
share/doc/gnome-libs/adding-sounds.txt
share/doc/gnome-libs/api-comment-style.txt
+share/doc/gnome-libs/gnome-doc
+share/doc/gnome-libs/gnome-doc.el
share/doc/gnome-libs/gtk_dialog_cauldron.3
-share/doc/gnome-libs/suggestions.txt
-share/doc/gnome-libs/session-management.txt
share/doc/gnome-libs/mime-type-handling.txt
+share/doc/gnome-libs/mkstub
+share/doc/gnome-libs/session-management.txt
+share/doc/gnome-libs/suggestions.txt
+share/doc/gnome-libs/html
+share/doc/gnome-libs/html/gnome.html
share/doc/gnome-libs/html/gnome-decl.txt
-share/doc/gnome-libs/html/gnome-faq.html
share/doc/gnome-libs/html/gnome-sections.txt
-share/doc/gnome-libs/html/gnome.html
+share/doc/gnome-libs/html/gnome
share/doc/gnome-libs/html/gnome/book1.html
-share/doc/gnome-libs/html/addauth.html
-share/doc/gnome-libs/html/altpol.html
-share/doc/gnome-libs/html/arch.html
-share/doc/gnome-libs/html/book1.html
-share/doc/gnome-libs/html/codstd.html
-share/doc/gnome-libs/html/cvs.html
-share/doc/gnome-libs/html/dialogapputil-docs.html
-share/doc/gnome-libs/html/event-driven-programming.html
-share/doc/gnome-libs/html/gnome-actionarea.html
-share/doc/gnome-libs/html/gnome-app-helper-convenience-macros.html
-share/doc/gnome-libs/html/gnome-app-helper-functions.html
-share/doc/gnome-libs/html/gnome-app-helper-gnomeuiinfo.html
-share/doc/gnome-libs/html/gnome-app-helper-keybindings-config.html
-share/doc/gnome-libs/html/gnome-app-helper-quick-example.html
-share/doc/gnome-libs/html/gnome-app-helper.html
-share/doc/gnome-libs/html/gnome-app-util.html
-share/doc/gnome-libs/html/gnome-app.html
-share/doc/gnome-libs/html/gnome-canvas-coordinates.html
-share/doc/gnome-libs/html/gnome-canvas-getting-started.html
-share/doc/gnome-libs/html/gnome-canvas-object-arguments.html
-share/doc/gnome-libs/html/gnome-canvas.html
-share/doc/gnome-libs/html/gnome-canvas-organization-of-items.html
-share/doc/gnome-libs/html/gnome-client.html
-share/doc/gnome-libs/html/gnome-color-selector.html
-share/doc/gnome-libs/html/gnome-defs.html
-share/doc/gnome-libs/html/gnome-dentry.html
-share/doc/gnome-libs/html/gnome-dialog.html
-share/doc/gnome-libs/html/gnome-dns.html
-share/doc/gnome-libs/html/gnome-fileconvert.html
-share/doc/gnome-libs/html/gnome-font-selector.html
-share/doc/gnome-libs/html/gnome-help.html
-share/doc/gnome-libs/html/gnome-history.html
-share/doc/gnome-libs/html/gnome-hook.html
-share/doc/gnome-libs/html/gnome-i18n.html
-share/doc/gnome-libs/html/gnome-ice.html
-share/doc/gnome-libs/html/gnome-mdi-docs.html
-share/doc/gnome-libs/html/gnome-messagebox.html
-share/doc/gnome-libs/html/gnome-mime.html
-share/doc/gnome-libs/html/intro.html
-share/doc/gnome-libs/html/gnome-net.html
-share/doc/gnome-libs/html/gnome-pixmap.html
-share/doc/gnome-libs/html/gnome-plugins.html
-share/doc/gnome-libs/html/gnome-properties.html
-share/doc/gnome-libs/html/gnome-score.html
-share/doc/gnome-libs/html/gnome-scores.html
-share/doc/gnome-libs/html/gnome-session.html
-share/doc/gnome-libs/html/gnome-startup.html
-share/doc/gnome-libs/html/gnome-stock-imlib.html
-share/doc/gnome-libs/html/gnome-stock-xpm.html
-share/doc/gnome-libs/html/gnome-stock.html
-share/doc/gnome-libs/html/gnome-string.html
-share/doc/gnome-libs/html/gnome-triggers.html
-share/doc/gnome-libs/html/gnome-util.html
-share/doc/gnome-libs/html/gnomeappbar.html
-share/doc/gnome-libs/html/graphics-contexts.html
-share/doc/gnome-libs/html/gtk-clock.html
-share/doc/gnome-libs/html/gtk-ted.html
-share/doc/gnome-libs/html/libgnome.html
-share/doc/gnome-libs/html/libgnomeui.html
-share/doc/gnome-libs/html/libgnorba-docs.html
-share/doc/gnome-libs/html/ln14.html
-share/doc/gnome-libs/html/nontech.html
-share/doc/gnome-libs/html/orbitgtk.html
-share/doc/gnome-libs/html/start.html
-share/doc/gnome-libs/html/thisdoc.html
-share/doc/gnome-libs/html/tut-doc.html
-share/doc/gnome-libs/html/tut-i18n.html
-share/doc/gnome-libs/html/tut-menus.html
-share/doc/gnome-libs/html/tut-parsing.html
-share/doc/gnome-libs/html/tut-sm.html
-share/doc/gnome-libs/html/tutorial.html
-share/doc/gnome-libs/html/visuals.html
-share/doc/gnome-libs/html/what.html
-share/doc/gnome-libs/html/whatis.html
-share/doc/gnome-libs/html/x-concepts-docs.html
-share/doc/gnome-libs/html/x1453.html
-share/doc/gnome-libs/html/x2161.html
-share/doc/gnome-libs/html/x2674.html
-share/doc/gnome-libs/html/x671.html
-share/doc/gnome-libs/html/docbook.css
share/doc/gnome-libs/html/gnome/gnome-gnome-config.html
share/doc/gnome-libs/html/gnome/gnome-gnome-defs.html
share/doc/gnome-libs/html/gnome/gnome-gnome-dentry.html
@@ -335,13 +232,13 @@ share/doc/gnome-libs/html/gnome/gnome-gnome-url.html
share/doc/gnome-libs/html/gnome/gnome-gnome-util.html
share/doc/gnome-libs/html/gnome/gnome-libgnome.html
share/doc/gnome-libs/html/gnome/libgnome.html
-share/doc/gnome-libs/html/gnome-dev-info.html
-share/doc/gnome-libs/html/gnomeui-decl.txt
-share/doc/gnome-libs/html/gnomeui-scan.c
-share/doc/gnome-libs/html/gnomeui-sections.txt
-share/doc/gnome-libs/html/gnomeui.hierarchy
share/doc/gnome-libs/html/gnomeui.html
+share/doc/gnome-libs/html/gnomeui.hierarchy
share/doc/gnome-libs/html/gnomeui.types
+share/doc/gnome-libs/html/gnomeui-scan.c
+share/doc/gnome-libs/html/gnomeui-decl.txt
+share/doc/gnome-libs/html/gnomeui-sections.txt
+share/doc/gnome-libs/html/gnomeui
share/doc/gnome-libs/html/gnomeui/book1.html
share/doc/gnome-libs/html/gnomeui/gnome-objects.html
share/doc/gnome-libs/html/gnomeui/gnomeabout.html
@@ -358,6 +255,7 @@ share/doc/gnome-libs/html/gnomeui/gnomecanvasline.html
share/doc/gnome-libs/html/gnomeui/gnomecanvaspolygon.html
share/doc/gnome-libs/html/gnomeui/gnomecanvasre.html
share/doc/gnome-libs/html/gnomeui/gnomecanvasrect.html
+share/doc/gnome-libs/html/gnomeui/gnomedock.html
share/doc/gnome-libs/html/gnomeui/gnomecanvastext.html
share/doc/gnome-libs/html/gnomeui/gnomecanvaswidget.html
share/doc/gnome-libs/html/gnomeui/gnomeclient.html
@@ -365,15 +263,18 @@ share/doc/gnome-libs/html/gnomeui/gnomecolorpicker.html
share/doc/gnome-libs/html/gnomeui/gnomedateedit.html
share/doc/gnome-libs/html/gnomeui/gnomedentryedit.html
share/doc/gnome-libs/html/gnomeui/gnomedialog.html
-share/doc/gnome-libs/html/gnomeui/gnomedock.html
share/doc/gnome-libs/html/gnomeui/gnomedockband.html
share/doc/gnome-libs/html/gnomeui/gnomedockitem.html
share/doc/gnome-libs/html/gnomeui/gnomedocklayout.html
+share/doc/gnome-libs/html/gnomeui/gnomedruid.html
+share/doc/gnome-libs/html/gnomeui/gnomedruidpage.html
+share/doc/gnome-libs/html/gnomeui/gnomedruidpagefinish.html
+share/doc/gnome-libs/html/gnomeui/gnomedruidpagestandard.html
+share/doc/gnome-libs/html/gnomeui/gnomedruidpagestart.html
share/doc/gnome-libs/html/gnomeui/gnomeentry.html
share/doc/gnome-libs/html/gnomeui/gnomefileentry.html
share/doc/gnome-libs/html/gnomeui/gnomefontpicker.html
share/doc/gnome-libs/html/gnomeui/gnomefontselector.html
-share/doc/gnome-libs/html/gnomeui/gnomeguru.html
share/doc/gnome-libs/html/gnomeui/gnomehref.html
share/doc/gnome-libs/html/gnomeui/gnomeiconentry.html
share/doc/gnome-libs/html/gnomeui/gnomeiconlist.html
@@ -403,12 +304,12 @@ share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-ice.html
share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-icon-text.html
share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-init.html
share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-mdi-session.html
+share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-startup.html
share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-popup-help.html
share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-popup-menu.html
share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-preferences.html
share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-properties.html
share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-property-entries.html
-share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-startup.html
share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-types.html
share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-uidefs.html
share/doc/gnome-libs/html/gnomeui/gnomeui-gnome-winhints.html
@@ -418,82 +319,260 @@ share/doc/gnome-libs/html/gnomeui/gtkdial.html
share/doc/gnome-libs/html/gnomeui/gtkpixmapmenuitem.html
share/doc/gnome-libs/html/gnomeui/gtkted.html
share/doc/gnome-libs/html/gnomeui/libgnomeui.html
-share/idl/desktop-editor.idl
-share/idl/desktop-textviewer.idl
+share/doc/gnome-libs/html/gnome-faq.html
+share/doc/gnome-libs/html/architecture.html
+share/doc/gnome-libs/html/archives.html
+share/doc/gnome-libs/html/autoconf.html
+share/doc/gnome-libs/html/compilehelp.html
+share/doc/gnome-libs/html/compilinggnome.html
+share/doc/gnome-libs/html/contactfaq.html
+share/doc/gnome-libs/html/corba.html
+share/doc/gnome-libs/html/credits.html
+share/doc/gnome-libs/html/developinggnome.html
+share/doc/gnome-libs/html/docbook.html
+share/doc/gnome-libs/html/faqissues.html
+share/doc/gnome-libs/html/fhs.html
+share/doc/gnome-libs/html/freesoftware.html
+share/doc/gnome-libs/html/ftpmail.html
+share/doc/gnome-libs/html/gettingdebian.html
+share/doc/gnome-libs/html/gettingfreebsd.html
+share/doc/gnome-libs/html/gettinggnome.html
+share/doc/gnome-libs/html/gettingotherrpm.html
+share/doc/gnome-libs/html/gettingotherunix.html
+share/doc/gnome-libs/html/gettingsuse.html
+share/doc/gnome-libs/html/gettingwindows.html
+share/doc/gnome-libs/html/getttingrh.html
+share/doc/gnome-libs/html/gnomer.html
+share/doc/gnome-libs/html/graphics.html
+share/doc/gnome-libs/html/guile.html
+share/doc/gnome-libs/html/help.html
+share/doc/gnome-libs/html/i18n.html
+share/doc/gnome-libs/html/index.html
+share/doc/gnome-libs/html/libtool.html
+share/doc/gnome-libs/html/mailinglist.html
+share/doc/gnome-libs/html/opensource.html
+share/doc/gnome-libs/html/order.html
+share/doc/gnome-libs/html/overview.html
+share/doc/gnome-libs/html/pronunciation.html
+share/doc/gnome-libs/html/runtimehelp.html
+share/doc/gnome-libs/html/sm.html
+share/doc/gnome-libs/html/trademark.html
+share/doc/gnome-libs/html/uninstall.html
+share/doc/gnome-libs/html/usinggnome.html
+share/doc/gnome-libs/html/whygnome.html
+share/doc/gnome-libs/html/whynot.html
+share/doc/gnome-libs/html/wm.html
+share/doc/gnome-libs/html/x124.html
+share/doc/gnome-libs/html/x137.html
+share/doc/gnome-libs/html/x179.html
+share/doc/gnome-libs/html/x191.html
+share/doc/gnome-libs/html/x238.html
+share/doc/gnome-libs/html/x251.html
+share/doc/gnome-libs/html/x30.html
+share/doc/gnome-libs/html/x359.html
+share/doc/gnome-libs/html/x372.html
+share/doc/gnome-libs/html/x377.html
+share/doc/gnome-libs/html/x394.html
+share/doc/gnome-libs/html/x446.html
+share/doc/gnome-libs/html/x470.html
+share/doc/gnome-libs/html/x484.html
+share/doc/gnome-libs/html/x488.html
+share/doc/gnome-libs/html/x496.html
+share/doc/gnome-libs/html/x70.html
+share/doc/gnome-libs/html/x962.html
+share/doc/gnome-libs/html/x967.html
+share/doc/gnome-libs/html/x975.html
+share/doc/gnome-libs/html/x979.html
+share/doc/gnome-libs/html/x986.html
+share/doc/gnome-libs/html/x992.html
+share/doc/gnome-libs/html/docbook.css
+share/gnome/help/gnome-dev-info/C/addauth.html
+share/gnome/help/gnome-dev-info/C/altpol.html
+share/gnome/help/gnome-dev-info/C/arch.html
+share/gnome/help/gnome-dev-info/C/book1.html
+share/gnome/help/gnome-dev-info/C/codstd.html
+share/gnome/help/gnome-dev-info/C/cvs.html
+share/gnome/help/gnome-dev-info/C/dialogapputil-docs.html
+share/gnome/help/gnome-dev-info/C/docbook.css
+share/gnome/help/gnome-dev-info/C/event-driven-programming.html
+share/gnome/help/gnome-dev-info/C/gnome-actionarea.html
+share/gnome/help/gnome-dev-info/C/gnome-app-helper-convenience-macros.html
+share/gnome/help/gnome-dev-info/C/gnome-app-helper-functions.html
+share/gnome/help/gnome-dev-info/C/gnome-app-helper-gnomeuiinfo.html
+share/gnome/help/gnome-dev-info/C/gnome-app-helper-keybindings-config.html
+share/gnome/help/gnome-dev-info/C/gnome-app-helper-quick-example.html
+share/gnome/help/gnome-dev-info/C/gnome-app-helper.html
+share/gnome/help/gnome-dev-info/C/gnome-app-util.html
+share/gnome/help/gnome-dev-info/C/gnome-app.html
+share/gnome/help/gnome-dev-info/C/gnome-canvas-coordinates.html
+share/gnome/help/gnome-dev-info/C/gnome-canvas-getting-started.html
+share/gnome/help/gnome-dev-info/C/gnome-canvas-object-arguments.html
+share/gnome/help/gnome-dev-info/C/gnome-canvas-organization-of-items.html
+share/gnome/help/gnome-dev-info/C/gnome-canvas.html
+share/gnome/help/gnome-dev-info/C/gnome-client.html
+share/gnome/help/gnome-dev-info/C/gnome-color-selector.html
+share/gnome/help/gnome-dev-info/C/gnome-defs.html
+share/gnome/help/gnome-dev-info/C/gnome-dentry.html
+share/gnome/help/gnome-dev-info/C/gnome-dev-info.html
+share/gnome/help/gnome-dev-info/C/gnome-dialog.html
+share/gnome/help/gnome-dev-info/C/gnome-dns.html
+share/gnome/help/gnome-dev-info/C/gnome-fileconvert.html
+share/gnome/help/gnome-dev-info/C/gnome-font-selector.html
+share/gnome/help/gnome-dev-info/C/gnome-hello-0-basic.jpg
+share/gnome/help/gnome-dev-info/C/gnome-hello-1-menus.jpg
+share/gnome/help/gnome-dev-info/C/gnome-hello-2-i18n.jpg
+share/gnome/help/gnome-dev-info/C/gnome-help.html
+share/gnome/help/gnome-dev-info/C/gnome-history.html
+share/gnome/help/gnome-dev-info/C/gnome-hook.html
+share/gnome/help/gnome-dev-info/C/gnome-i18n.html
+share/gnome/help/gnome-dev-info/C/gnome-ice.html
+share/gnome/help/gnome-dev-info/C/gnome-mdi-docs.html
+share/gnome/help/gnome-dev-info/C/gnome-messagebox.html
+share/gnome/help/gnome-dev-info/C/gnome-mime.html
+share/gnome/help/gnome-dev-info/C/gnome-net.html
+share/gnome/help/gnome-dev-info/C/gnome-pixmap.html
+share/gnome/help/gnome-dev-info/C/gnome-plugins.html
+share/gnome/help/gnome-dev-info/C/gnome-properties.html
+share/gnome/help/gnome-dev-info/C/gnome-score.html
+share/gnome/help/gnome-dev-info/C/gnome-scores.html
+share/gnome/help/gnome-dev-info/C/gnome-session.html
+share/gnome/help/gnome-dev-info/C/gnome-startup.html
+share/gnome/help/gnome-dev-info/C/gnome-stock-imlib.html
+share/gnome/help/gnome-dev-info/C/gnome-stock-xpm.html
+share/gnome/help/gnome-dev-info/C/gnome-stock.html
+share/gnome/help/gnome-dev-info/C/gnome-string.html
+share/gnome/help/gnome-dev-info/C/gnome-triggers.html
+share/gnome/help/gnome-dev-info/C/gnome-util.html
+share/gnome/help/gnome-dev-info/C/gnomeappbar.html
+share/gnome/help/gnome-dev-info/C/graphics-contexts.html
+share/gnome/help/gnome-dev-info/C/gtk-clock.html
+share/gnome/help/gnome-dev-info/C/gtk-ted.html
+share/gnome/help/gnome-dev-info/C/index.html
+share/gnome/help/gnome-dev-info/C/intro.html
+share/gnome/help/gnome-dev-info/C/libgnome.html
+share/gnome/help/gnome-dev-info/C/libgnomeui.html
+share/gnome/help/gnome-dev-info/C/libgnorba-docs.html
+share/gnome/help/gnome-dev-info/C/ln14.html
+share/gnome/help/gnome-dev-info/C/nontech.html
+share/gnome/help/gnome-dev-info/C/orbitgtk.html
+share/gnome/help/gnome-dev-info/C/start.html
+share/gnome/help/gnome-dev-info/C/thisdoc.html
+share/gnome/help/gnome-dev-info/C/tut-doc.html
+share/gnome/help/gnome-dev-info/C/tut-i18n.html
+share/gnome/help/gnome-dev-info/C/tut-menus.html
+share/gnome/help/gnome-dev-info/C/tut-parsing.html
+share/gnome/help/gnome-dev-info/C/tut-sm.html
+share/gnome/help/gnome-dev-info/C/tutorial.html
+share/gnome/help/gnome-dev-info/C/visuals.html
+share/gnome/help/gnome-dev-info/C/what.html
+share/gnome/help/gnome-dev-info/C/whatis.html
+share/gnome/help/gnome-dev-info/C/x-concepts-docs.html
+share/gnome/help/gnome-dev-info/C/x1453.html
+share/gnome/help/gnome-dev-info/C/x2161.html
+share/gnome/help/gnome-dev-info/C/x2674.html
+share/gnome/help/gnome-dev-info/C/x671.html
+share/gnome/html/gnorba-decl.txt
+share/gnome/html/gnorba-sections.txt
+share/gnome/html/gnorba/book1.html
+share/gnome/html/gnorba/gnorba-gnorba.html
+share/gnome/html/gnorba/gnorba-goad.html
+share/gnome/html/gnorba/libgnorba.html
+share/gnome/html/zvt/book1.html
+share/gnome/html/zvt/x1025.html
+share/gnome/html/zvt/x1055.html
+share/gnome/html/zvt/x1076.html
+share/gnome/html/zvt/x1096.html
+share/gnome/html/zvt/x119.html
+share/gnome/html/zvt/x977.html
+share/gnome/html/zvt/x98.html
+share/gnome/html/zvt/x985.html
+share/gnome/html/zvt/zvt-zvtterm.html
+share/gnome/html/zvt/zvtterm-future.html
+share/gnome/html/zvt/zvtterm-input-output.html
+share/gnome/html/zvt/zvtterm-notes.html
+share/gnome/html/zvt/zvtterm-properties.html
+share/gnome/html/zvt/zvtterm-reference.html
+share/gnome/html/zvt/zvtterm-window-hints.html
+share/gnome/html/zvt/zvtterm.html
+share/gtkrc
+share/gtkrc.el
+share/gtkrc.eo
+share/gtkrc.he
+share/gtkrc.hy
+share/gtkrc.iso88592
+share/gtkrc.iso88595
+share/gtkrc.ja
+share/gtkrc.ka_GE.georgianacademy
+share/gtkrc.ka_GE.georgianps
+share/gtkrc.ko
+share/gtkrc.ru
+share/gtkrc.th
+share/gtkrc.tr
+share/gtkrc.uk
+share/gtkrc.vi_VN.tcvn
+share/gtkrc.vi_VN.viscii
+share/gtkrc.zh_CN
+share/gtkrc.zh_TW.Big5
share/idl/GnomeObject.idl
share/idl/Table.idl
+share/idl/desktop-editor.idl
+share/idl/desktop-textviewer.idl
share/idl/gnome-factory.idl
-share/idl/name-service.idl
share/idl/gnome-unknown.idl
+share/idl/name-service.idl
+share/locale/ca/LC_MESSAGES/gnome-libs.mo
+share/locale/cs/LC_MESSAGES/gnome-libs.mo
+share/locale/da/LC_MESSAGES/gnome-libs.mo
+share/locale/de/LC_MESSAGES/gnome-libs.mo
+share/locale/el/LC_MESSAGES/gnome-libs.mo
+share/locale/en_GB/LC_MESSAGES/gnome-libs.mo
+share/locale/es/LC_MESSAGES/gnome-libs.mo
+share/locale/eu/LC_MESSAGES/gnome-libs.mo
+share/locale/fi/LC_MESSAGES/gnome-libs.mo
+share/locale/fr/LC_MESSAGES/gnome-libs.mo
+share/locale/ga/LC_MESSAGES/gnome-libs.mo
+share/locale/hr/LC_MESSAGES/gnome-libs.mo
+share/locale/hu/LC_MESSAGES/gnome-libs.mo
+share/locale/it/LC_MESSAGES/gnome-libs.mo
+share/locale/ja/LC_MESSAGES/gnome-libs.mo
+share/locale/ko/LC_MESSAGES/gnome-libs.mo
+share/locale/nl/LC_MESSAGES/gnome-libs.mo
+share/locale/no/LC_MESSAGES/gnome-libs.mo
+share/locale/pl/LC_MESSAGES/gnome-libs.mo
+share/locale/pt/LC_MESSAGES/gnome-libs.mo
+share/locale/ru/LC_MESSAGES/gnome-libs.mo
+share/locale/sk/LC_MESSAGES/gnome-libs.mo
+share/locale/sv/LC_MESSAGES/gnome-libs.mo
+share/locale/wa/LC_MESSAGES/gnome-libs.mo
+share/locale/zh_TW.Big5/LC_MESSAGES/gnome-libs.mo
share/mime-info/gnome.mime
share/pixmaps/calculator-font.png
-share/pixmaps/gnome-info.png
+share/pixmaps/gnome-default-dlg.png
share/pixmaps/gnome-error.png
+share/pixmaps/gnome-info.png
share/pixmaps/gnome-question.png
share/pixmaps/gnome-warning.png
-share/pixmaps/gnome-default-dlg.png
-share/pixmaps/yes.xpm
share/pixmaps/no.xpm
-share/gtkrc
-share/gtkrc.ja
-share/gtkrc.ko
-share/gtkrc.ru
-share/gtkrc.el
-share/gtkrc.eo
-share/gtkrc.he
-share/gtkrc.hy
-share/gtkrc.vi_VN.tcvn
-share/gtkrc.vi_VN.viscii
-share/gtkrc.tr
-share/gtkrc.th
-share/gtkrc.uk
-share/gtkrc.zh_CN
-share/gtkrc.iso88592
-share/gtkrc.iso88595
-share/gtkrc.zh_TW.Big5
-share/gtkrc.ka_GE.georgianps
-share/gtkrc.ka_GE.georgianacademy
+share/pixmaps/yes.xpm
share/type-convert/gnome-make-postscript-mimes
-share/type-convert/type.convert
share/type-convert/postscript.convert
-share/gnome/html/zvt/book1.html
-share/gnome/html/zvt/x119.html
-share/gnome/html/zvt/x144.html
-share/gnome/html/zvt/x152.html
-share/gnome/html/zvt/x192.html
-share/gnome/html/zvt/x222.html
-share/gnome/html/zvt/x243.html
-share/gnome/html/zvt/x263.html
-share/gnome/html/zvt/x98.html
-share/gnome/html/zvt/zvtterm-future.html
-share/gnome/html/zvt/zvtterm-input-output.html
-share/gnome/html/zvt/zvtterm-notes.html
-share/gnome/html/zvt/zvtterm-properties.html
-share/gnome/html/zvt/zvtterm-reference.html
-share/gnome/html/zvt/zvtterm-window-hints.html
-share/gnome/html/zvt/zvtterm.html
-share/gnome/html/gnorba-decl.txt
-share/gnome/html/gnorba-sections.txt
-share/gnome/html/gnorba/gnorba-gnorba.html
-share/gnome/html/gnorba/gnorba-goad.html
-share/gnome/html/gnorba/index.html
-share/gnome/html/gnorba/libgnorba.html
+share/type-convert/type.convert
@dirrm etc/sound/events
@dirrm etc/sound
-@dirrm include/libgnorba
+@dirrm include/gtk-xmhtml
+@dirrm include/libart_lgpl
@dirrm include/libgnome
@dirrm include/libgnomeui
-@dirrm include/libart_lgpl
-@dirrm include/gtk-xmhtml
+@dirrm include/libgnorba
@dirrm include/zvt
@dirrm lib/gnome-libs/include
@dirrm lib/gnome-libs
-@dirrm share/doc/gnome-libs/html/gnomeui
@dirrm share/doc/gnome-libs/html/gnome
+@dirrm share/doc/gnome-libs/html/gnomeui
@dirrm share/doc/gnome-libs/html
@dirrm share/doc/gnome-libs
-@dirrm share/gnome/html/zvt
@dirrm share/gnome/html/gnorba
+@dirrm share/gnome/html/zvt
@dirrm share/gnome/html
@dirrm share/gnome
@dirrm share/idl