summaryrefslogtreecommitdiff
path: root/x11/libgnome
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-05-04 21:39:58 +0000
committerAde Lovett <ade@FreeBSD.org>2001-05-04 21:39:58 +0000
commit03af2187bd388708aa7234d923ec38192b6fc7a2 (patch)
tree7ce23e0d0c750d353ac0da5306ba035076e0adf0 /x11/libgnome
parent- Fix on python2.1; (diff)
Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54
Notes
Notes: svn path=/head/; revision=42257
Diffstat (limited to 'x11/libgnome')
-rw-r--r--x11/libgnome/Makefile6
-rw-r--r--x11/libgnome/distinfo2
-rw-r--r--x11/libgnome/files/patch-bb2
-rw-r--r--x11/libgnome/files/patch-bc4
-rw-r--r--x11/libgnome/files/patch-bd4
-rw-r--r--x11/libgnome/files/patch-be4
-rw-r--r--x11/libgnome/files/patch-bf2
-rw-r--r--x11/libgnome/files/patch-bg2
-rw-r--r--x11/libgnome/files/patch-bh11
-rw-r--r--x11/libgnome/files/patch-bi2
-rw-r--r--x11/libgnome/pkg-descr5
-rw-r--r--x11/libgnome/pkg-plist129
12 files changed, 31 insertions, 142 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
index d8b55194da78..8c97338871be 100644
--- a/x11/libgnome/Makefile
+++ b/x11/libgnome/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomelibs
-PORTVERSION= 1.2.11
+PORTVERSION= 1.2.13
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs
@@ -14,7 +14,9 @@ DISTNAME= gnome-libs-${PORTVERSION}
MAINTAINER?= ade@FreeBSD.org
+BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit
+RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
USE_X_PREFIX= yes
USE_XPM= yes
@@ -24,7 +26,7 @@ USE_IMLIB= yes
USE_ESOUND= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-LIBTOOLFILES= configure libart_lgpl/configure devel-docs/configure
+LIBTOOLFILES= configure libart_lgpl/configure
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--disable-test-gnome
diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo
index 519e4dde953a..e02a278115ce 100644
--- a/x11/libgnome/distinfo
+++ b/x11/libgnome/distinfo
@@ -1 +1 @@
-MD5 (gnome-libs-1.2.11.tar.gz) = dbbbf93f9fe387c841de4b537be38ce3
+MD5 (gnome-libs-1.2.13.tar.gz) = 99e0b4f6bdbb69af160e93fe2b106142
diff --git a/x11/libgnome/files/patch-bb b/x11/libgnome/files/patch-bb
index fed78b9bfaa3..0aa856f77061 100644
--- a/x11/libgnome/files/patch-bb
+++ b/x11/libgnome/files/patch-bb
@@ -14,7 +14,7 @@
-libgtkxmhtml_la_LDFLAGS = -version-info 1:1:0 -rpath $(libdir)
-+libgtkxmhtml_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir)
++libgtkxmhtml_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir)
libgtkxmhtml_la_LIBADD = $(LIBGTKXMHTML_LIBS)
noinst_PROGRAMS = htmltest
diff --git a/x11/libgnome/files/patch-bc b/x11/libgnome/files/patch-bc
index 3f0690acc14a..fc6ef3c2f524 100644
--- a/x11/libgnome/files/patch-bc
+++ b/x11/libgnome/files/patch-bc
@@ -2,6 +2,6 @@
+++ libgnome/Makefile.in Mon Jan 22 13:45:00 2001
@@ -170,3 +170,3 @@
--libgnome_la_LDFLAGS = -version-info 36:2:4 #-rpath $(libdir)
-+libgnome_la_LDFLAGS = -version-info 4:0:0 #-rpath $(libdir)
+-libgnome_la_LDFLAGS = -version-info 36:3:4 #-rpath $(libdir)
++libgnome_la_LDFLAGS = -version-info 5:0:0 #-rpath $(libdir)
libgnome_la_LIBADD = $(GLIB_LIBS) -lm $(DL_LIB)
diff --git a/x11/libgnome/files/patch-bd b/x11/libgnome/files/patch-bd
index 3407a11d3f83..8aaaa45d346d 100644
--- a/x11/libgnome/files/patch-bd
+++ b/x11/libgnome/files/patch-bd
@@ -2,8 +2,8 @@
+++ libgnomeui/Makefile.in Thu Jan 25 10:17:02 2001
@@ -201,3 +201,3 @@
--libgnomeui_la_LDFLAGS = -version-info 46:0:14 -rpath $(libdir)
-+libgnomeui_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir)
+-libgnomeui_la_LDFLAGS = -version-info 46:1:14 -rpath $(libdir)
++libgnomeui_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir)
libgnomeui_la_LIBADD = $(LIBGNOMEUI_LIBS)
@@ -260,3 +260,3 @@
gtk-ted.lo gtkdial.lo gtkpixmapmenuitem.lo
diff --git a/x11/libgnome/files/patch-be b/x11/libgnome/files/patch-be
index aa269911e7db..4dfb80f96b5d 100644
--- a/x11/libgnome/files/patch-be
+++ b/x11/libgnome/files/patch-be
@@ -5,7 +5,7 @@
-libgnorba_la_LDFLAGS = -version-info 28:8:1 -rpath $(libdir)
-+libgnorba_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir)
++libgnorba_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir)
libgnorba_la_LIBADD = $(ORBIT_LIBS) $(GLIB_LIBS) -lm
loadshlib_SOURCES = loadshlib.c
@@ -14,7 +14,7 @@
gnome-unknown-skels.lo gnome-unknown-stubs.lo gnome-unknown-common.lo \
goad.lo orbitgtk.lo orbitgnome.lo orbitns.lo
-libgnorbagtk_la_LDFLAGS =
-+libgnorbagtk_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir)
++libgnorbagtk_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir)
libgnorbagtk_la_LIBADD =
libgnorbagtk_la_OBJECTS = gnome-factory-skels.lo gnome-factory-stubs.lo \
gnome-factory-common.lo Table-skels.lo Table-stubs.lo Table-common.lo \
diff --git a/x11/libgnome/files/patch-bf b/x11/libgnome/files/patch-bf
index 44e1d7a697e1..4e10c904b528 100644
--- a/x11/libgnome/files/patch-bf
+++ b/x11/libgnome/files/patch-bf
@@ -14,7 +14,7 @@
libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c
libgnomesupport_la_LIBADD = @LTLIBOBJS@
-libgnomesupport_la_LDFLAGS = -version-info 0:0:0
-+libgnomesupport_la_LDFLAGS = -version-info 4:0:0
++libgnomesupport_la_LDFLAGS = -version-info 5:0:0
BUILT_SOURCES = gnomesupport.h
diff --git a/x11/libgnome/files/patch-bg b/x11/libgnome/files/patch-bg
index ff2f54e9b3ec..8b76c27b44ab 100644
--- a/x11/libgnome/files/patch-bg
+++ b/x11/libgnome/files/patch-bg
@@ -8,7 +8,7 @@
@@ -158,3 +158,3 @@
-libzvt_la_LDFLAGS = -version-info 4:10:2 -rpath $(libdir)
-+libzvt_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir)
++libzvt_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir)
@@ -194,3 +194,3 @@
update.lo vt.lo zvtterm.lo
diff --git a/x11/libgnome/files/patch-bh b/x11/libgnome/files/patch-bh
index 560ff0aa6c04..e69de29bb2d1 100644
--- a/x11/libgnome/files/patch-bh
+++ b/x11/libgnome/files/patch-bh
@@ -1,11 +0,0 @@
---- tools/Makefile.in.orig Tue Feb 16 01:09:02 1999
-+++ tools/Makefile.in Fri Feb 19 00:20:20 1999
-@@ -146,7 +146,7 @@
- mcserv = @mcserv@
- need_gnome_support = @need_gnome_support@
-
--SUBDIRS = convertrgb gnome-doc
-+SUBDIRS = convertrgb
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../config.h
- CONFIG_CLEAN_FILES =
diff --git a/x11/libgnome/files/patch-bi b/x11/libgnome/files/patch-bi
index 32e3836e806c..feb8e007fb1a 100644
--- a/x11/libgnome/files/patch-bi
+++ b/x11/libgnome/files/patch-bi
@@ -5,7 +5,7 @@
-libart_lgpl_la_LDFLAGS = -version-info @LIBART_VERSION_INFO@
-+libart_lgpl_la_LDFLAGS = -version-info 4:0:0
++libart_lgpl_la_LDFLAGS = -version-info 5:0:0
libart_lgplincdir = $(includedir)/libart_lgpl
libart_lgplinc_HEADERS = art_affine.h art_alphagamma.h art_bpath.h art_filterlevel.h art_gray_svp.h art_misc.h art_pathcode.h art_pixbuf.h art_point.h art_rect.h art_rect_svp.h art_rect_uta.h art_rgb.h art_rgb_affine.h art_rgb_bitmap_affine.h art_rgb_pixbuf_affine.h art_rgb_rgba_affine.h art_rgb_svp.h art_svp.h art_svp_ops.h art_svp_render_aa.h art_svp_vpath.h art_svp_vpath_stroke.h art_uta.h art_uta_ops.h art_uta_rect.h art_uta_vpath.h art_uta_svp.h art_vpath.h art_vpath_bpath.h art_vpath_svp.h
diff --git a/x11/libgnome/pkg-descr b/x11/libgnome/pkg-descr
index 02f7a50d9bee..f7f15642367f 100644
--- a/x11/libgnome/pkg-descr
+++ b/x11/libgnome/pkg-descr
@@ -1,4 +1,3 @@
-libraries for GNOME, a GNU desktop environment
+Libraries for GNOME, a GNU desktop environment
-For more infomation about Gnome on FreeBSD,
-please refer to ${PORTSDIR}/x11/gnome/pkg-descr
+WWW: http://www.gnome.org/
diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist
index a491ac67423c..c5dda8991aed 100644
--- a/x11/libgnome/pkg-plist
+++ b/x11/libgnome/pkg-plist
@@ -179,28 +179,28 @@ include/zvt/vtx.h
include/zvt/zvtterm.h
lib/libart_lgpl.a
lib/libart_lgpl.so
-lib/libart_lgpl.so.4
+lib/libart_lgpl.so.5
lib/libgnome.a
lib/libgnome.so
-lib/libgnome.so.4
+lib/libgnome.so.5
lib/libgnomesupport.a
lib/libgnomesupport.so
-lib/libgnomesupport.so.4
+lib/libgnomesupport.so.5
lib/libgnomeui.a
lib/libgnomeui.so
-lib/libgnomeui.so.4
+lib/libgnomeui.so.5
lib/libgnorba.a
lib/libgnorba.so
-lib/libgnorba.so.4
+lib/libgnorba.so.5
lib/libgnorbagtk.a
lib/libgnorbagtk.so
-lib/libgnorbagtk.so.4
+lib/libgnorbagtk.so.5
lib/libgtkxmhtml.a
lib/libgtkxmhtml.so
-lib/libgtkxmhtml.so.4
+lib/libgtkxmhtml.so.5
lib/libzvt.a
lib/libzvt.so
-lib/libzvt.so.4
+lib/libzvt.so.5
share/aclocal/libart.m4
share/gnome/gtkrc
share/gnome/gtkrc.el
@@ -221,91 +221,9 @@ share/gnome/gtkrc.vi_VN.tcvn
share/gnome/gtkrc.vi_VN.viscii
share/gnome/gtkrc.zh_CN
share/gnome/gtkrc.zh_TW.Big5
-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/doc/gnome-doc
+share/gnome/doc/gnome-doc.el
+share/gnome/doc/mkstub
share/gnome/html/gnome-decl.txt
share/gnome/html/gnome-sections.txt
share/gnome/html/gnome.html
@@ -333,7 +251,6 @@ share/gnome/html/gnome/gnome-gnome-util.html
share/gnome/html/gnome/gnome-libgnome.html
share/gnome/html/gnome/libgnome.html
share/gnome/html/gnomeui-decl.txt
-share/gnome/html/gnomeui-scan.c
share/gnome/html/gnomeui-sections.txt
share/gnome/html/gnomeui.hierarchy
share/gnome/html/gnomeui.html
@@ -374,7 +291,6 @@ share/gnome/html/gnomeui/gnomeentry.html
share/gnome/html/gnomeui/gnomefileentry.html
share/gnome/html/gnomeui/gnomefontpicker.html
share/gnome/html/gnomeui/gnomefontselector.html
-share/gnome/html/gnomeui/gnomeguru.html
share/gnome/html/gnomeui/gnomehref.html
share/gnome/html/gnomeui/gnomeiconentry.html
share/gnome/html/gnomeui/gnomeiconlist.html
@@ -422,26 +338,6 @@ share/gnome/html/gnomeui/gtkted.html
share/gnome/html/gnomeui/libgnomeui.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/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/idl/GnomeObject.idl
share/gnome/idl/Table.idl
share/gnome/idl/desktop-editor.idl
@@ -496,6 +392,8 @@ share/locale/sr/LC_MESSAGES/gnome-libs.mo
share/locale/sv/LC_MESSAGES/gnome-libs.mo
share/locale/ta/LC_MESSAGES/gnome-libs.mo
share/locale/tr/LC_MESSAGES/gnome-libs.mo
+share/locale/uk/LC_MESSAGES/gnome-libs.mo
+share/locale/vi/LC_MESSAGES/gnome-libs.mo
share/locale/wa/LC_MESSAGES/gnome-libs.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-libs.mo
share/locale/zh_TW.Big5/LC_MESSAGES/gnome-libs.mo
@@ -513,6 +411,7 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-libs.mo
@dirrm share/gnome/help/gnome-dev-info
@dirrm share/gnome/help
@dirrm share/gnome/games
+@dirrm share/gnome/doc
@dirrm share/gnome
@dirrm include/zvt
@dirrm include/libgnorba