aboutsummaryrefslogtreecommitdiff
path: root/x11/libgnome
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 17:31:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 17:31:43 +0000
commit5f046e5bf703dd347d53d9d4dae10c35de5e55b3 (patch)
treeeb9fd6379fdca886b4521762e3354d2556037381 /x11/libgnome
parent273855ca01349031918fab26918c9af911385c5d (diff)
downloadports-5f046e5bf703dd347d53d9d4dae10c35de5e55b3.tar.gz
ports-5f046e5bf703dd347d53d9d4dae10c35de5e55b3.zip
Notes
Diffstat (limited to 'x11/libgnome')
-rw-r--r--x11/libgnome/Makefile48
-rw-r--r--x11/libgnome/distinfo2
-rw-r--r--x11/libgnome/files/patch-aa58
-rw-r--r--x11/libgnome/files/patch-ac62
-rw-r--r--x11/libgnome/files/patch-ad20
-rw-r--r--x11/libgnome/files/patch-ag14
-rw-r--r--x11/libgnome/files/patch-ba7
-rw-r--r--x11/libgnome/files/patch-bb32
-rw-r--r--x11/libgnome/files/patch-bc7
-rw-r--r--x11/libgnome/files/patch-bd12
-rw-r--r--x11/libgnome/files/patch-be20
-rw-r--r--x11/libgnome/files/patch-bf20
-rw-r--r--x11/libgnome/files/patch-bg17
-rw-r--r--x11/libgnome/files/patch-bi36
-rw-r--r--x11/libgnome/files/patch-bj30
-rw-r--r--x11/libgnome/files/patch-bk10
-rw-r--r--x11/libgnome/files/patch-bl38
-rw-r--r--x11/libgnome/files/patch-bm11
-rw-r--r--x11/libgnome/files/patch-bn13
-rw-r--r--x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in20
-rw-r--r--x11/libgnome/files/patch-help-converters::gnome-vfs-module::help-method.c38
-rw-r--r--x11/libgnome/files/patch-help-converters::info::Makefile.in14
-rw-r--r--x11/libgnome/files/patch-help-converters::info::main.c25
-rw-r--r--x11/libgnome/files/patch-libgnome::Makefile.in14
-rw-r--r--x11/libgnome/files/patch-ltmain.sh43
-rw-r--r--x11/libgnome/files/patch-po::Makefile.in.in14
-rw-r--r--x11/libgnome/pkg-plist719
27 files changed, 312 insertions, 1032 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
index 87e6c925d847..21ff74bb8292 100644
--- a/x11/libgnome/Makefile
+++ b/x11/libgnome/Makefile
@@ -1,59 +1,43 @@
-# New ports collection makefile for: gnomelibs
+# New ports collection makefile for: libgnome
# Date created: 17 June 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
-PORTNAME= gnomelibs
-PORTVERSION= 1.4.1.4
-PORTREVISION= 1
+PORTNAME= libgnome
+PORTVERSION= 1.112.1
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gnome-libs
-DISTNAME= gnome-libs-${PORTVERSION}
+MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta2
+DIST_SUBDIR= gnome2
MAINTAINER?= gnome@FreeBSD.org
-BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
-LIB_DEPENDS+= xml.5:${PORTSDIR}/textproc/libxml \
- ORBit.2:${PORTSDIR}/devel/ORBit
-RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
+LIB_DEPENDS+= xslt.1:${PORTSDIR}/textproc/libxslt \
+ gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2
+USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
-USE_PERL5= yes
USE_GMAKE= yes
-USE_IMLIB= yes
USE_ESOUND= yes
+USE_BISON= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --disable-test-gnome
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome2 \
+ --datadir=${PREFIX}/share/gnome2 \
+ --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-
-MAN1= dns-helper.1 gconfigger.1 gnome-bug.1 gnome-config.1 \
- gnome-doc.1 gnome-dump-metadata.1 gnome-gen-mimedb.1 \
- gnome-mkstub.1 gnome-moz-remote.1 gnome-name-service.1 \
- gnome-pty-helper.1 gnome.1 gnome_segv.1 goad-browser.1 \
- libart-config.1 loadshlib.1 new-object.1
-MAN5= gnome-mime.5
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
-post-patch:
- @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/gnome-config.in ${WRKSRC}/libgnome/gnome-util.c
-
-# need to make launched gnome-terminals appear in utmp/wtmp
-post-install:
- @${CHMOD} u+s ${PREFIX}/bin/gnome-pty-helper
+ 's|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \
+ s|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \
+ s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g'
.include <bsd.port.mk>
diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo
index 62ae05cb7176..49e2718ea9ab 100644
--- a/x11/libgnome/distinfo
+++ b/x11/libgnome/distinfo
@@ -1 +1 @@
-MD5 (gnome-libs-1.4.1.4.tar.gz) = 9433be6390cc8e24deb91b4203c62049
+MD5 (gnome2/libgnome-1.112.1.tar.bz2) = a1c760a617b6fbdd4f037f09bca983b8
diff --git a/x11/libgnome/files/patch-aa b/x11/libgnome/files/patch-aa
deleted file mode 100644
index d8cf6b134f16..000000000000
--- a/x11/libgnome/files/patch-aa
+++ /dev/null
@@ -1,58 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Mon Jan 14 11:58:21 2002
-+++ configure Mon Jan 14 12:00:15 2002
-@@ -8775,7 +8775,7 @@
- else
-
- save_LDFLAGS="$LDFLAGS"
-- LDFLAGS="$LDFLAGS `glib-config --libs gmodule`"
-+ LDFLAGS="$LDFLAGS `$GLIB_CONFIG --libs gmodule`"
- if test "$cross_compiling" = yes; then
- ac_cv_gmodule=yes
- else
-@@ -10394,7 +10394,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-ltiff -lm $LIBS"
-+LIBS="-ltiff -ljpeg -lz -lm $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 10400 "configure"
- #include "confdefs.h"
-@@ -13483,13 +13483,13 @@
- SUPPORTINCS='-DNEED_GNOMESUPPORT_H -I$(top_builddir)/support -I$(top_srcdir)/support'
-
- ART_LIBS="-lart_lgpl"
--GNOME_LIBS="-lgnome -lgnomesupport $LIBGNOME_LIBS"
-+GNOME_LIBS="-lgnome -lgnomesupport -lintl $LIBGNOME_LIBS"
- GNOMEUI_LIBS="-lgnomeui $ART_LIBS $GDK_IMLIB_LIBS $GTK_LIBS $GNOME_LIBS"
- GTKXMHTML_LIBS="-lgtkxmhtml $LIBGTKXMHTML_LIBS"
- ZVT_LIBS="-lzvt $UTIL_LIBS $GTK_LIBS"
-
- GNOME_LIBDIR='-L${libdir}'
--GNOME_INCLUDEDIR='-I${includedir}/gnome-1.0 -DNEED_GNOMESUPPORT_H -I${pkglibdir}/include'
-+GNOME_INCLUDEDIR='-I${includedir}/gnome-1.0 -I${includedir} -DNEED_GNOMESUPPORT_H -I${pkglibdir}/include'
- GNOME_IDLDIR='-I${datadir}/idl'
-
-
-@@ -13887,6 +13887,7 @@
- s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g
- s%@MAINT@%$MAINT%g
- s%@cflags_set@%$cflags_set%g
-+s%@GLIB_CONFIG@%$GLIB_CONFIG%g
- s%@GTK_CONFIG@%$GTK_CONFIG%g
- s%@GTK_CFLAGS@%$GTK_CFLAGS%g
- s%@GTK_LIBS@%$GTK_LIBS%g
-@@ -14356,10 +14357,6 @@
- *) # Relative path.
- ac_sub_cache_file="$ac_dots$cache_file" ;;
- esac
-- case "$ac_given_INSTALL" in
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
-
- echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
- # The eval makes quoting arguments work.
diff --git a/x11/libgnome/files/patch-ac b/x11/libgnome/files/patch-ac
deleted file mode 100644
index 0d8f8a75ea9d..000000000000
--- a/x11/libgnome/files/patch-ac
+++ /dev/null
@@ -1,62 +0,0 @@
---- gnome-config.in.orig Wed Oct 20 07:36:58 1999
-+++ gnome-config.in Tue Feb 15 20:50:22 2000
-@@ -19,7 +19,7 @@
- pkglibdir=${libdir}/@PACKAGE@
- pkgincludedir=${includedir}/@PACKAGE@
- MODULE_VERSION=@PACKAGE@-@VERSION@
--module_dirs="$libdir"
-+module_dirs="$sysconfdir:%%LOCALBASE%%/etc"
-
- # stolen from autoconf
- if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
-@@ -65,20 +65,21 @@
-
- Known values for LIBRARY are:
-
-- glib (calls glib-config)
-+ glib (calls @GLIB_CONFIG@)
- idl (to be used with orbit-idl)
- gnome
- gnomeui
- gnorba
-- gtk (calls gtk-config)
-+ gtk (calls @GTK_CONFIG@)
- gtkxmhtml (only --libs)
- zvt (only --libs)
-
- If LIBRARY is none of these,
-
-- ${libdir}/<LIBRARY>Conf.sh
-+ ${sysconfdir}/<LIBRARY>Conf.sh
-+and %%LOCALBASE%%/etc/<LIBRARY>Conf.sh
-
--is looked in for the necessary information. Those currently installed
-+are looked in for the necessary information. Those currently installed
- appear to be:
-
- EOF
-@@ -161,19 +162,19 @@
- usage 1
- ;;
- glib)
-- the_libs="$the_libs `glib-config --libs`"
-- the_flags="$the_flags `glib-config --cflags`"
-+ the_libs="$the_libs `@GLIB_CONFIG@ --libs`"
-+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags`"
- ;;
- gtk)
-- the_libs="$the_libs `gtk-config --libs`"
-- the_flags="$the_flags `gtk-config --cflags`"
-+ the_libs="$the_libs `@GTK_CONFIG@ --libs`"
-+ the_flags="$the_flags `@GTK_CONFIG@ --cflags`"
- ;;
- gnome)
- the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@"
- the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@"
- ;;
- gnomeui)
-- the_libs="$the_libs @GNOME_LIBDIR@ @GNOMEUI_LIBS@"
-+ the_libs="$the_libs @GNOME_LIBDIR@ -lXpm -ljpeg -lpng -lz -ltiff -lungif @GNOMEUI_LIBS@"
- the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@"
- ;;
- gtkxmhtml)
diff --git a/x11/libgnome/files/patch-ad b/x11/libgnome/files/patch-ad
deleted file mode 100644
index 32e656859e37..000000000000
--- a/x11/libgnome/files/patch-ad
+++ /dev/null
@@ -1,20 +0,0 @@
---- libgnome/gnome-help.c.orig Thu Apr 8 15:01:21 1999
-+++ libgnome/gnome-help.c Mon Jul 12 10:29:11 1999
-@@ -69,7 +69,7 @@
- lang= language_list->data;
-
- buf= g_string_new (NULL);
-- g_string_sprintf (buf, "gnome/help/%s/%s/%s", app, lang, path);
-+ g_string_sprintf (buf, "help/%s/%s/%s", app, lang, path);
- res= (gchar *)gnome_unconditional_datadir_file (buf->str);
- p = strrchr (res, '#');
- if (p) {
-@@ -118,7 +118,7 @@
- if (!res)
- {
- buf = g_string_new(NULL);
-- g_string_sprintf(buf, "gnome/help/%s/C/%s", app, path);
-+ g_string_sprintf(buf, "help/%s/C/%s", app, path);
- res = (gchar *)gnome_unconditional_datadir_file(buf->str);
- g_string_free(buf, TRUE);
- }
diff --git a/x11/libgnome/files/patch-ag b/x11/libgnome/files/patch-ag
deleted file mode 100644
index 1045193a6db5..000000000000
--- a/x11/libgnome/files/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
---- libgnome/gnome-util.c.orig Fri Apr 23 16:14:08 1999
-+++ libgnome/gnome-util.c Mon Jul 12 10:31:19 1999
-@@ -371,8 +371,9 @@
- int i;
- char *shell;
- static char *shells [] = {
-- "/bin/bash", "/bin/zsh", "/bin/tcsh", "/bin/ksh",
-- "/bin/csh", "/bin/sh", 0
-+ "/bin/csh", "/bin/sh", "/bin/tcsh", "%%LOCALBASE%%/bin/tcsh",
-+ "%%LOCALBASE%%/bin/bash", "%%LOCALBASE%%/bin/ksh",
-+ "%%LOCALBASE%%/bin/zsh", 0
- };
-
- if ((shell = getenv ("SHELL"))){
diff --git a/x11/libgnome/files/patch-ba b/x11/libgnome/files/patch-ba
deleted file mode 100644
index d26ccd3bfc85..000000000000
--- a/x11/libgnome/files/patch-ba
+++ /dev/null
@@ -1,7 +0,0 @@
---- Makefile.in.orig Sun Jan 21 16:37:06 2001
-+++ Makefile.in Mon Jan 22 14:07:50 2001
-@@ -163,3 +163,3 @@
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = gnomeConf.sh
diff --git a/x11/libgnome/files/patch-bb b/x11/libgnome/files/patch-bb
deleted file mode 100644
index a1daaf14fc52..000000000000
--- a/x11/libgnome/files/patch-bb
+++ /dev/null
@@ -1,32 +0,0 @@
-
-$FreeBSD$
-
---- gtk-xmhtml/Makefile.in.orig Mon Jan 14 12:02:33 2002
-+++ gtk-xmhtml/Makefile.in Mon Jan 14 12:03:13 2002
-@@ -151,7 +151,7 @@
- libgtkxmhtmlincludedir = $(includedir)/gnome-1.0/gtk-xmhtml
-
- INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) @GTK_CFLAGS@ \
-- -DWITH_GTK -DDEBUG -DGNOME_LIB
-+ -DWITH_GTK -DGNOME_LIB
-
-
- lib_LTLIBRARIES = libgtkxmhtml.la
-@@ -204,7 +204,7 @@
- toolkit.h
-
-
--libgtkxmhtml_la_LDFLAGS = -version-info 1:1:0 -rpath $(libdir)
-+libgtkxmhtml_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir)
- libgtkxmhtml_la_LIBADD = $(LIBGTKXMHTML_LIBS)
-
- noinst_PROGRAMS = htmltest
-@@ -520,7 +520,7 @@
- uninstall-am: uninstall-libLTLIBRARIES \
- uninstall-libgtkxmhtmlincludeHEADERS
- uninstall: uninstall-am
--all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
-+all-am: Makefile $(LTLIBRARIES) $(HEADERS)
- all-redirect: all-am
- install-strip:
- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
diff --git a/x11/libgnome/files/patch-bc b/x11/libgnome/files/patch-bc
deleted file mode 100644
index fc6ef3c2f524..000000000000
--- a/x11/libgnome/files/patch-bc
+++ /dev/null
@@ -1,7 +0,0 @@
---- libgnome/Makefile.in.orig Sun Jan 21 16:37:20 2001
-+++ libgnome/Makefile.in Mon Jan 22 13:45:00 2001
-@@ -170,3 +170,3 @@
-
--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
deleted file mode 100644
index 8aaaa45d346d..000000000000
--- a/x11/libgnome/files/patch-bd
+++ /dev/null
@@ -1,12 +0,0 @@
---- libgnomeui/Makefile.in.orig Wed Jan 24 14:25:06 2001
-+++ libgnomeui/Makefile.in Thu Jan 25 10:17:02 2001
-@@ -201,3 +201,3 @@
-
--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
--PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
-+PROGRAMS = $(bin_PROGRAMS)
-
diff --git a/x11/libgnome/files/patch-be b/x11/libgnome/files/patch-be
deleted file mode 100644
index 4dfb80f96b5d..000000000000
--- a/x11/libgnome/files/patch-be
+++ /dev/null
@@ -1,20 +0,0 @@
---- libgnorba/Makefile.in.orig Thu Oct 7 11:35:06 1999
-+++ libgnorba/Makefile.in Wed Oct 13 21:19:16 1999
-@@ -182,7 +182,7 @@
- libgnorbainclude_HEADERS = gnorba.h gnome-factory.h gnome-unknown.h Table.h
-
-
--libgnorba_la_LDFLAGS = -version-info 28:8:1 -rpath $(libdir)
-+libgnorba_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir)
- libgnorba_la_LIBADD = $(ORBIT_LIBS) $(GLIB_LIBS) -lm
-
- loadshlib_SOURCES = loadshlib.c
-@@ -225,7 +225,7 @@
- gnome-factory-common.lo Table-skels.lo Table-stubs.lo Table-common.lo \
- 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 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
deleted file mode 100644
index 4e10c904b528..000000000000
--- a/x11/libgnome/files/patch-bf
+++ /dev/null
@@ -1,20 +0,0 @@
---- support/Makefile.in.orig Thu Apr 8 11:33:39 1999
-+++ support/Makefile.in Thu Apr 8 08:46:59 1999
-@@ -148,7 +148,7 @@
- mcserv = @mcserv@
- need_gnome_support = @need_gnome_support@
-
--supportexecincludedir = $(pkglibdir)/include
-+supportexecincludedir = $(includedir)
-
- INCLUDES = -D_GNU_SOURCE
-
-@@ -170,7 +170,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 5:0:0
-
- BUILT_SOURCES = gnomesupport.h
-
diff --git a/x11/libgnome/files/patch-bg b/x11/libgnome/files/patch-bg
deleted file mode 100644
index 8b76c27b44ab..000000000000
--- a/x11/libgnome/files/patch-bg
+++ /dev/null
@@ -1,17 +0,0 @@
---- zvt/Makefile.in.orig Sun Jan 21 16:37:29 2001
-+++ zvt/Makefile.in Mon Jan 22 13:46:50 2001
-@@ -22,3 +22,3 @@
- bindir = @bindir@
--sbindir = @sbindir@
-+sbindir = @bindir@
- libexecdir = @libexecdir@
-@@ -158,3 +158,3 @@
-
--libzvt_la_LDFLAGS = -version-info 4:10:2 -rpath $(libdir)
-+libzvt_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir)
-
-@@ -194,3 +194,3 @@
- update.lo vt.lo zvtterm.lo
--PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
-+PROGRAMS = $(sbin_PROGRAMS)
-
diff --git a/x11/libgnome/files/patch-bi b/x11/libgnome/files/patch-bi
deleted file mode 100644
index 1debdb2d3658..000000000000
--- a/x11/libgnome/files/patch-bi
+++ /dev/null
@@ -1,36 +0,0 @@
-
-$FreeBSD$
-
---- libart_lgpl/Makefile.in.orig Mon Jan 14 12:04:21 2002
-+++ libart_lgpl/Makefile.in Mon Jan 14 12:05:37 2002
-@@ -145,7 +145,7 @@
- libart-features.c
-
-
--libart_lgpl_la_LDFLAGS = -version-info @LIBART_VERSION_INFO@
-+libart_lgpl_la_LDFLAGS = -version-info 5:0:0
- libart_lgpl_la_LIBADD = -lm
-
- libart_lgplincdir = $(includedir)/gnome-1.0/libart_lgpl
-@@ -204,10 +204,10 @@
- testuta_DEPENDENCIES = $(DEPS)
- testuta_LDADD = $(LDADDS) -lm
-
--m4datadir = $(datadir)/aclocal
-+m4datadir = $(prefix)/share/aclocal
- m4data_DATA = libart.m4
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = libartConf.sh
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
-@@ -790,7 +790,7 @@
- uninstall-man uninstall-confexecDATA \
- uninstall-m4dataDATA uninstall-libart_lgplincHEADERS
- uninstall: uninstall-recursive
--all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
-+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \
- $(HEADERS) config.h
- all-redirect: all-recursive-am
- install-strip:
diff --git a/x11/libgnome/files/patch-bj b/x11/libgnome/files/patch-bj
deleted file mode 100644
index cd77cec42761..000000000000
--- a/x11/libgnome/files/patch-bj
+++ /dev/null
@@ -1,30 +0,0 @@
---- ./zvt/gnome-pty-helper.c.org Sat Mar 18 02:57:13 2000
-+++ ./zvt/gnome-pty-helper.c Sun Aug 5 11:37:41 2001
-@@ -41,6 +41,7 @@
- #include <limits.h>
- #include <unistd.h>
- #include <string.h>
-+#include <sys/param.h>
- #include <signal.h>
- #include <fcntl.h>
- #include <termios.h>
-@@ -115,7 +116,7 @@
- #endif
- #endif /* CMSG_DATA */
-
--#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (int))
-+#define CONTROLLEN (sizeof (struct cmsghdr) + sizeof (long))
-
- static struct cmsghdr *cmptr;
-
---- ./zvt/subshell.c.org Mon May 22 17:24:16 2000
-+++ ./zvt/subshell.c Sun Aug 5 11:35:50 2001
-@@ -102,7 +102,7 @@
- #endif /* CMSG_DATA */
-
- static struct cmsghdr *cmptr;
--#define CONTROLLEN sizeof (struct cmsghdr) + sizeof (int)
-+#define CONTROLLEN sizeof (struct cmsghdr) + sizeof (long)
-
- static int
- receive_fd (int helper_fd)
diff --git a/x11/libgnome/files/patch-bk b/x11/libgnome/files/patch-bk
deleted file mode 100644
index a04008ce47c0..000000000000
--- a/x11/libgnome/files/patch-bk
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./zvt/subshell-includes.h.org Wed Oct 20 05:51:19 1999
-+++ ./zvt/subshell-includes.h Fri Mar 10 17:21:01 2000
-@@ -12,6 +12,7 @@
- #include <sys/resource.h>
- #include <limits.h>
- #include <fcntl.h>
-+#include <sys/param.h>
- #include <sys/signal.h>
- #include <stdlib.h> /* For errno, putenv, etc. */
- #include <errno.h> /* For errno on SunOS systems */
diff --git a/x11/libgnome/files/patch-bl b/x11/libgnome/files/patch-bl
deleted file mode 100644
index 6e87d04eb50c..000000000000
--- a/x11/libgnome/files/patch-bl
+++ /dev/null
@@ -1,38 +0,0 @@
-
-$FreeBSD$
-
---- libgnomeui/gnome-init.c.orig Thu Aug 16 21:15:48 2001
-+++ libgnomeui/gnome-init.c Wed Aug 22 16:15:00 2001
-@@ -205,32 +205,8 @@
- switch(reason) {
- case POPT_CALLBACK_REASON_PRE:
- {
-- char *ctype, *old_ctype = NULL;
-- gboolean ctype_set;
--
- gnome_segv_setup (FALSE);
-- ctype = setlocale (LC_CTYPE, NULL);
--
-- if (!strcmp(ctype, "C")) {
-- old_ctype = g_strdup (getenv ("LC_CTYPE"));
-- putenv ("LC_CTYPE=en_US");
-- ctype_set = TRUE;
-- } else
-- ctype_set = FALSE;
--
- gtk_set_locale ();
--
-- if (ctype_set) {
-- char *setme;
--
-- if (old_ctype) {
-- setme = g_strconcat ("LC_CTYPE=", old_ctype, NULL);
-- g_free(old_ctype);
-- } else
-- setme = "LC_CTYPE=";
--
-- putenv (setme);
-- }
- client = gnome_master_client();
- }
- break;
diff --git a/x11/libgnome/files/patch-bm b/x11/libgnome/files/patch-bm
deleted file mode 100644
index ab6caa847240..000000000000
--- a/x11/libgnome/files/patch-bm
+++ /dev/null
@@ -1,11 +0,0 @@
---- zvt/vt.h.orig Sat Sep 9 01:33:07 2000
-+++ zvt/vt.h Sat Sep 9 01:35:18 2000
-@@ -23,7 +23,7 @@
-
- #include <unistd.h>
-
--#include "lists.h"
-+#include <zvt/lists.h>
-
- /* for utf-8 input support */
- #define ZVT_UTF 1
diff --git a/x11/libgnome/files/patch-bn b/x11/libgnome/files/patch-bn
deleted file mode 100644
index b00458878bea..000000000000
--- a/x11/libgnome/files/patch-bn
+++ /dev/null
@@ -1,13 +0,0 @@
---- devel-docs/Makefile.in.orig Sun Jan 21 16:37:33 2001
-+++ devel-docs/Makefile.in Tue Jan 23 23:12:20 2001
-@@ -158,4 +158,4 @@
-
--docdir = $(prefix)/doc
--doc_DATA = $(TEXT_FILES)
-+docdir =
-+doc_DATA =
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -185,3 +185,2 @@
- @$(NORMAL_INSTALL)
-- $(mkinstalldirs) $(DESTDIR)$(docdir)
- @list='$(doc_DATA)'; for p in $$list; do \
diff --git a/x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in b/x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in
new file mode 100644
index 000000000000..e7df520cedc5
--- /dev/null
+++ b/x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in
@@ -0,0 +1,20 @@
+
+$FreeBSD$
+
+--- help-converters/gnome-vfs-module/Makefile.in.orig Wed Feb 27 15:17:54 2002
++++ help-converters/gnome-vfs-module/Makefile.in Wed Feb 27 15:34:24 2002
+@@ -134,12 +134,12 @@
+ cxxflags_set = @cxxflags_set@
+ gnomelocaledir = @gnomelocaledir@
+
+-INCLUDES = -I$(top_srcdir) $(HELP_VFS_MODULE_CFLAGS)
++INCLUDES = -DPREFIX="\"$(PREFIX)\"" -DLOCALBASE="\"$(LOCALBASE)\"" -DX11BASE="\"$(X11BASE)\"" -I$(top_srcdir) $(HELP_VFS_MODULE_CFLAGS)
+
+
+ modules_LTLIBRARIES = libvfs-help.la
+
+-module_flags = -export_dynamic -avoid-version
++module_flags = -export_dynamic -avoid-version -module
+ modulesdir = $(libdir)/gnome-vfs-2.0/modules
+
+ libvfs_help_la_SOURCES = help-method.c help-method.h
diff --git a/x11/libgnome/files/patch-help-converters::gnome-vfs-module::help-method.c b/x11/libgnome/files/patch-help-converters::gnome-vfs-module::help-method.c
new file mode 100644
index 000000000000..bbc397d6883b
--- /dev/null
+++ b/x11/libgnome/files/patch-help-converters::gnome-vfs-module::help-method.c
@@ -0,0 +1,38 @@
+
+$FreeBSD$
+
+--- help-converters/gnome-vfs-module/help-method.c.orig Sat Jan 26 17:43:22 2002
++++ help-converters/gnome-vfs-module/help-method.c Wed Feb 20 20:01:17 2002
+@@ -371,7 +371,7 @@
+ else
+ buf = g_strdup_printf ("gnome/help/%s/%s/%s", base_name, lang, old_uri);
+
+- new_uri = g_strdup_printf ("/usr/share/%s", buf);
++ new_uri = g_strdup_printf (PREFIX "/share/%s", buf);
+ /* gnome_unconditional_datadir_file (buf); */
+ g_free (buf);
+
+@@ -394,7 +394,7 @@
+
+ old_help = g_strdup_printf ("gnome/help/%s/%s/index.html", base_name, lang);
+ new_uri_with_extension =
+- g_strdup_printf ("/usr/share/%s",
++ g_strdup_printf (PREFIX "/share/%s",
+ old_help);
+
+ /* gnome_unconditional_datadir_file (old_help); */
+@@ -530,10 +530,10 @@
+ int i;
+
+ /* Check some hardcoded locations. */
+- if (strncmp (file, "/usr/info/", strlen ("/usr/info/")) == 0 ||
+- strncmp (file, "/usr/local/info/", strlen ("/usr/local/info/")) ||
+- strncmp (file, "/usr/gnome/info/", strlen ("/usr/gnome/info/")) ||
+- strncmp (file, "/usr/share/info/", strlen ("/usr/share/info/"))) {
++ if (strncmp (file, "/usr/share/info/", strlen ("/usr/share/info/")) == 0 ||
++ strncmp (file, LOCALBASE "/info/", strlen (LOCALBASE "/info/")) ||
++ strncmp (file, X11BASE "/info/", strlen (X11BASE "/info/")) ||
++ strncmp (file, PREFIX "/info/", strlen (PREFIX "/info/"))) {
+ return TRUE;
+ }
+
diff --git a/x11/libgnome/files/patch-help-converters::info::Makefile.in b/x11/libgnome/files/patch-help-converters::info::Makefile.in
new file mode 100644
index 000000000000..6d4fea21f0b7
--- /dev/null
+++ b/x11/libgnome/files/patch-help-converters::info::Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- help-converters/info/Makefile.in 2002/02/20 18:09:43 1.1
++++ help-converters/info/Makefile.in 2002/02/20 18:10:02
+@@ -134,7 +134,7 @@
+ cxxflags_set = @cxxflags_set@
+ gnomelocaledir = @gnomelocaledir@
+
+-INCLUDES = $(LIBGNOME_CFLAGS)
++INCLUDES = -DPREFIX="\"$(PREFIX)\"" -DLOCALBASE="\"$(LOCALBASE)\"" -DX11BASE="\"$(X11BASE)\"" $(LIBGNOME_CFLAGS)
+
+ bin_PROGRAMS = gnome2-info2html
+
diff --git a/x11/libgnome/files/patch-help-converters::info::main.c b/x11/libgnome/files/patch-help-converters::info::main.c
new file mode 100644
index 000000000000..221f00345893
--- /dev/null
+++ b/x11/libgnome/files/patch-help-converters::info::main.c
@@ -0,0 +1,25 @@
+
+$FreeBSD$
+
+--- help-converters/info/main.c 2002/02/20 18:02:08 1.1
++++ help-converters/info/main.c 2002/02/20 18:08:43
+@@ -87,13 +87,15 @@
+ char buf[PATH_MAX];
+
+ /* First, find the directory that the info file is in. */
+- dirs[0] = "/usr/info";
+- dirs[1] = "/usr/share/info";
++ dirs[0] = "/usr/share/info";
++ dirs[1] = PREFIX "/info";
++ dirs[2] = LOCALBASE "/info";
++ dirs[3] = X11BASE "/info";
+ /* We now have at least one directory to look in. This is
+ * necessary because we may not have an 'INFOPATH' set */
+- ndirs = 2;
++ ndirs = 4;
+ if(infopath)
+- for(ndirs = 2, ctmp = strtok(infopath, ":"); ndirs < 64 && ctmp; ndirs++, ctmp = strtok(NULL, ":"))
++ for(ndirs = 4, ctmp = strtok(infopath, ":"); ndirs < 64 && ctmp; ndirs++, ctmp = strtok(NULL, ":"))
+ dirs[ndirs] = strdup(ctmp);
+
+ for(i = 0; i < ndirs; i++)
diff --git a/x11/libgnome/files/patch-libgnome::Makefile.in b/x11/libgnome/files/patch-libgnome::Makefile.in
new file mode 100644
index 000000000000..9344c3d4ae50
--- /dev/null
+++ b/x11/libgnome/files/patch-libgnome::Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- libgnome/Makefile.in 2002/02/20 17:59:50 1.1
++++ libgnome/Makefile.in 2002/02/20 18:00:10
+@@ -147,7 +147,7 @@
+
+ libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome
+
+-INCLUDES = -I.. -I$(srcdir)/.. $(WARN_CFLAGS) $(LIBGNOME_CFLAGS) -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""$(prefix)"\" -DLIBGNOME_LIBDIR=\""$(libdir)"\" -DLIBGNOME_DATADIR=\""$(datadir)"\" -DLIBGNOME_BINDIR=\""$(bindir)"\" -DLIBGNOME_LOCALSTATEDIR=\""$(localstatedir)"\" -DLIBGNOME_LOCALEDIR=\""$(gnomelocaledir)"\" -DLIBGNOME_SYSCONFDIR=\""$(sysconfdir)"\" -DVERSION=\""$(VERSION)"\" -DGNOMEVFSVERSION=\"$(GNOME_VFS_VERSION)\" -DG_LOG_DOMAIN=\"Gnome\"
++INCLUDES = -DPREFIX="\"$(PREFIX)\"" -DLOCALBASE="\"$(LOCALBASE)\"" -DX11BASE="\"$(X11BASE)\"" -I.. -I$(srcdir)/.. $(WARN_CFLAGS) $(LIBGNOME_CFLAGS) -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""$(prefix)"\" -DLIBGNOME_LIBDIR=\""$(libdir)"\" -DLIBGNOME_DATADIR=\""$(datadir)"\" -DLIBGNOME_BINDIR=\""$(bindir)"\" -DLIBGNOME_LOCALSTATEDIR=\""$(localstatedir)"\" -DLIBGNOME_LOCALEDIR=\""$(gnomelocaledir)"\" -DLIBGNOME_SYSCONFDIR=\""$(sysconfdir)"\" -DVERSION=\""$(VERSION)"\" -DGNOMEVFSVERSION=\"$(GNOME_VFS_VERSION)\" -DG_LOG_DOMAIN=\"Gnome\"
+
+
+ libgnome_2_la_SOURCES = libgnometypebuiltins.h libgnometypebuiltins.c gnome-config.c gnome-sound.c gnome-triggers.c gnome-triggersP.h gnome-program.c gnome-help.c gnome-exec.c gnome-gconf.c gnome-gconfP.h gnome-i18n.c gnome-i18nP.h gnome-url.c gnome-util.c gnome-score.c gnome-init.c
diff --git a/x11/libgnome/files/patch-ltmain.sh b/x11/libgnome/files/patch-ltmain.sh
index 3084634cf3b8..91713d2306f8 100644
--- a/x11/libgnome/files/patch-ltmain.sh
+++ b/x11/libgnome/files/patch-ltmain.sh
@@ -1,19 +1,36 @@
$FreeBSD$
---- ltmain.sh.orig Tue Jan 22 06:35:12 2002
-+++ ltmain.sh Fri Feb 8 01:27:17 2002
-@@ -1799,6 +1799,9 @@
- # rhapsody is a little odd...
- deplibs="$deplibs -framework System"
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems.
- deplibs="$deplibs -lc"
-@@ -3360,10 +3366,12 @@
+--- ltmain.sh.orig Wed Jan 23 11:38:40 2002
++++ ltmain.sh Sun Feb 3 01:44:17 2002
+@@ -1037,8 +1037,16 @@
+ continue
+ ;;
+
++ -pthread)
++ compile_command="$compile_command -pthread"
++ finalize_command="$finalize_command -pthread"
++ compiler_flags="$compiler_flags -pthread"
++ continue
++ ;;
++
+ -module)
+ module=yes
++ build_old_libs=no
+ continue
+ ;;
+
+@@ -2412,6 +2420,9 @@
+ *-*-netbsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
+ ;;
++ *-*-freebsd*)
++ # FreeBSD doesn't need this...
++ ;;
+ *)
+ # Add libc to deplibs on all other systems if necessary.
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/x11/libgnome/files/patch-po::Makefile.in.in b/x11/libgnome/files/patch-po::Makefile.in.in
deleted file mode 100644
index 68b6a8c98491..000000000000
--- a/x11/libgnome/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in.in 2002/01/14 11:02:35 1.1
-+++ po/Makefile.in.in 2002/01/14 11:02:49
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist
index d3ab823568f5..9f818989fd63 100644
--- a/x11/libgnome/pkg-plist
+++ b/x11/libgnome/pkg-plist
@@ -1,567 +1,156 @@
-bin/dns-helper
-bin/gconfigger
-bin/gnome-bug
-bin/gnome-config
-bin/gnome-dump-metadata
-bin/gnome-gen-mimedb
-bin/gnome-moz-remote
-bin/gnome-name-service
-bin/gnome-pty-helper
-bin/gnome_segv
-bin/goad-browser
-bin/libart-config
-bin/loadshlib
-bin/new-object
-etc/gnomeConf.sh
-etc/libartConf.sh
-etc/mime-magic
-etc/mime-magic.dat
-etc/paper.config
-etc/sound/events/gnome.soundlist
-etc/sound/events/gtk-events.soundlist
-include/gnome-1.0/gnome.h
-include/gnome-1.0/gtk-xmhtml/HTML.h
-include/gnome-1.0/gtk-xmhtml/XmHTML.h
-include/gnome-1.0/gtk-xmhtml/XmHTMLI.h
-include/gnome-1.0/gtk-xmhtml/XmHTMLP.h
-include/gnome-1.0/gtk-xmhtml/gtk-xmhtml-p.h
-include/gnome-1.0/gtk-xmhtml/gtk-xmhtml.h
-include/gnome-1.0/gtk-xmhtml/miniparse.h
-include/gnome-1.0/gtk-xmhtml/toolkit.h
-include/gnome-1.0/libart_lgpl/art_affine.h
-include/gnome-1.0/libart_lgpl/art_alphagamma.h
-include/gnome-1.0/libart_lgpl/art_bpath.h
-include/gnome-1.0/libart_lgpl/art_config.h
-include/gnome-1.0/libart_lgpl/art_filterlevel.h
-include/gnome-1.0/libart_lgpl/art_gray_svp.h
-include/gnome-1.0/libart_lgpl/art_misc.h
-include/gnome-1.0/libart_lgpl/art_pathcode.h
-include/gnome-1.0/libart_lgpl/art_pixbuf.h
-include/gnome-1.0/libart_lgpl/art_point.h
-include/gnome-1.0/libart_lgpl/art_rect.h
-include/gnome-1.0/libart_lgpl/art_rect_svp.h
-include/gnome-1.0/libart_lgpl/art_rect_uta.h
-include/gnome-1.0/libart_lgpl/art_rgb.h
-include/gnome-1.0/libart_lgpl/art_rgb_affine.h
-include/gnome-1.0/libart_lgpl/art_rgb_bitmap_affine.h
-include/gnome-1.0/libart_lgpl/art_rgb_pixbuf_affine.h
-include/gnome-1.0/libart_lgpl/art_rgb_rgba_affine.h
-include/gnome-1.0/libart_lgpl/art_rgb_svp.h
-include/gnome-1.0/libart_lgpl/art_svp.h
-include/gnome-1.0/libart_lgpl/art_svp_ops.h
-include/gnome-1.0/libart_lgpl/art_svp_point.h
-include/gnome-1.0/libart_lgpl/art_svp_render_aa.h
-include/gnome-1.0/libart_lgpl/art_svp_vpath.h
-include/gnome-1.0/libart_lgpl/art_svp_vpath_stroke.h
-include/gnome-1.0/libart_lgpl/art_svp_wind.h
-include/gnome-1.0/libart_lgpl/art_uta.h
-include/gnome-1.0/libart_lgpl/art_uta_ops.h
-include/gnome-1.0/libart_lgpl/art_uta_rect.h
-include/gnome-1.0/libart_lgpl/art_uta_svp.h
-include/gnome-1.0/libart_lgpl/art_uta_vpath.h
-include/gnome-1.0/libart_lgpl/art_vpath.h
-include/gnome-1.0/libart_lgpl/art_vpath_bpath.h
-include/gnome-1.0/libart_lgpl/art_vpath_dash.h
-include/gnome-1.0/libart_lgpl/art_vpath_svp.h
-include/gnome-1.0/libart_lgpl/libart-features.h
-include/gnome-1.0/libart_lgpl/libart.h
-include/gnome-1.0/libgnome/gnome-config.h
-include/gnome-1.0/libgnome/gnome-defs.h
-include/gnome-1.0/libgnome/gnome-dentry.h
-include/gnome-1.0/libgnome/gnome-exec.h
-include/gnome-1.0/libgnome/gnome-fileconvert.h
-include/gnome-1.0/libgnome/gnome-help.h
-include/gnome-1.0/libgnome/gnome-history.h
-include/gnome-1.0/libgnome/gnome-i18n.h
-include/gnome-1.0/libgnome/gnome-magic.h
-include/gnome-1.0/libgnome/gnome-metadata.h
-include/gnome-1.0/libgnome/gnome-mime-info.h
-include/gnome-1.0/libgnome/gnome-mime.h
-include/gnome-1.0/libgnome/gnome-paper.h
-include/gnome-1.0/libgnome/gnome-popt.h
-include/gnome-1.0/libgnome/gnome-regex.h
-include/gnome-1.0/libgnome/gnome-remote.h
-include/gnome-1.0/libgnome/gnome-score.h
-include/gnome-1.0/libgnome/gnome-sound.h
-include/gnome-1.0/libgnome/gnome-triggers.h
-include/gnome-1.0/libgnome/gnome-url.h
-include/gnome-1.0/libgnome/gnome-util.h
-include/gnome-1.0/libgnome/libgnome.h
-include/gnome-1.0/libgnomeui/gnome-about.h
-include/gnome-1.0/libgnomeui/gnome-animator.h
-include/gnome-1.0/libgnomeui/gnome-app-helper.h
-include/gnome-1.0/libgnomeui/gnome-app-util.h
-include/gnome-1.0/libgnomeui/gnome-app.h
-include/gnome-1.0/libgnomeui/gnome-appbar.h
-include/gnome-1.0/libgnomeui/gnome-calculator.h
-include/gnome-1.0/libgnomeui/gnome-canvas-image.h
-include/gnome-1.0/libgnomeui/gnome-canvas-line.h
-include/gnome-1.0/libgnomeui/gnome-canvas-load.h
-include/gnome-1.0/libgnomeui/gnome-canvas-polygon.h
-include/gnome-1.0/libgnomeui/gnome-canvas-rect-ellipse.h
-include/gnome-1.0/libgnomeui/gnome-canvas-text.h
-include/gnome-1.0/libgnomeui/gnome-canvas-util.h
-include/gnome-1.0/libgnomeui/gnome-canvas-widget.h
-include/gnome-1.0/libgnomeui/gnome-canvas.h
-include/gnome-1.0/libgnomeui/gnome-client.h
-include/gnome-1.0/libgnomeui/gnome-color-picker.h
-include/gnome-1.0/libgnomeui/gnome-compat.h
-include/gnome-1.0/libgnomeui/gnome-dateedit.h
-include/gnome-1.0/libgnomeui/gnome-dentry-edit.h
-include/gnome-1.0/libgnomeui/gnome-dialog-util.h
-include/gnome-1.0/libgnomeui/gnome-dialog.h
-include/gnome-1.0/libgnomeui/gnome-dns.h
-include/gnome-1.0/libgnomeui/gnome-dock-band.h
-include/gnome-1.0/libgnomeui/gnome-dock-item.h
-include/gnome-1.0/libgnomeui/gnome-dock-layout.h
-include/gnome-1.0/libgnomeui/gnome-dock.h
-include/gnome-1.0/libgnomeui/gnome-druid-page-finish.h
-include/gnome-1.0/libgnomeui/gnome-druid-page-standard.h
-include/gnome-1.0/libgnomeui/gnome-druid-page-start.h
-include/gnome-1.0/libgnomeui/gnome-druid-page.h
-include/gnome-1.0/libgnomeui/gnome-druid.h
-include/gnome-1.0/libgnomeui/gnome-entry.h
-include/gnome-1.0/libgnomeui/gnome-file-entry.h
-include/gnome-1.0/libgnomeui/gnome-font-picker.h
-include/gnome-1.0/libgnomeui/gnome-font-selector.h
-include/gnome-1.0/libgnomeui/gnome-geometry.h
-include/gnome-1.0/libgnomeui/gnome-guru.h
-include/gnome-1.0/libgnomeui/gnome-href.h
-include/gnome-1.0/libgnomeui/gnome-ice.h
-include/gnome-1.0/libgnomeui/gnome-icon-entry.h
-include/gnome-1.0/libgnomeui/gnome-icon-item.h
-include/gnome-1.0/libgnomeui/gnome-icon-list.h
-include/gnome-1.0/libgnomeui/gnome-icon-sel.h
-include/gnome-1.0/libgnomeui/gnome-icon-text.h
-include/gnome-1.0/libgnomeui/gnome-init.h
-include/gnome-1.0/libgnomeui/gnome-less.h
-include/gnome-1.0/libgnomeui/gnome-mdi-child.h
-include/gnome-1.0/libgnomeui/gnome-mdi-generic-child.h
-include/gnome-1.0/libgnomeui/gnome-mdi-session.h
-include/gnome-1.0/libgnomeui/gnome-mdi.h
-include/gnome-1.0/libgnomeui/gnome-messagebox.h
-include/gnome-1.0/libgnomeui/gnome-number-entry.h
-include/gnome-1.0/libgnomeui/gnome-paper-selector.h
-include/gnome-1.0/libgnomeui/gnome-pixmap-entry.h
-include/gnome-1.0/libgnomeui/gnome-pixmap.h
-include/gnome-1.0/libgnomeui/gnome-popup-help.h
-include/gnome-1.0/libgnomeui/gnome-popup-menu.h
-include/gnome-1.0/libgnomeui/gnome-preferences.h
-include/gnome-1.0/libgnomeui/gnome-procbar.h
-include/gnome-1.0/libgnomeui/gnome-properties.h
-include/gnome-1.0/libgnomeui/gnome-property-entries.h
-include/gnome-1.0/libgnomeui/gnome-propertybox.h
-include/gnome-1.0/libgnomeui/gnome-scores.h
-include/gnome-1.0/libgnomeui/gnome-spell.h
-include/gnome-1.0/libgnomeui/gnome-startup.h
-include/gnome-1.0/libgnomeui/gnome-stock.h
-include/gnome-1.0/libgnomeui/gnome-types.h
-include/gnome-1.0/libgnomeui/gnome-uidefs.h
-include/gnome-1.0/libgnomeui/gnome-window-icon.h
-include/gnome-1.0/libgnomeui/gnome-window.h
-include/gnome-1.0/libgnomeui/gnome-winhints.h
-include/gnome-1.0/libgnomeui/gnometypebuiltins.h
-include/gnome-1.0/libgnomeui/gtk-clock.h
-include/gnome-1.0/libgnomeui/gtk-ted.h
-include/gnome-1.0/libgnomeui/gtkcauldron.h
-include/gnome-1.0/libgnomeui/gtkdial.h
-include/gnome-1.0/libgnomeui/gtkpixmapmenuitem.h
-include/gnome-1.0/libgnomeui/libgnomeui.h
-include/gnome-1.0/libgnorba/Table.h
-include/gnome-1.0/libgnorba/gnome-factory.h
-include/gnome-1.0/libgnorba/gnome-unknown.h
-include/gnome-1.0/libgnorba/gnorba.h
-include/gnome-1.0/popt-gnome.h
-include/gnome-1.0/zvt/lists.h
-include/gnome-1.0/zvt/vt.h
-include/gnome-1.0/zvt/vtx.h
-include/gnome-1.0/zvt/zvtterm.h
-include/gnomesupport.h
-lib/libart_lgpl.a
-lib/libart_lgpl.so
-lib/libart_lgpl.so.5
-lib/libgnome.a
-lib/libgnome.so
-lib/libgnome.so.5
-lib/libgnomesupport.a
-lib/libgnomesupport.so
-lib/libgnomesupport.so.5
-lib/libgnomeui.a
-lib/libgnomeui.so
-lib/libgnomeui.so.5
-lib/libgnorba.a
-lib/libgnorba.so
-lib/libgnorba.so.5
-lib/libgnorbagtk.a
-lib/libgnorbagtk.so
-lib/libgnorbagtk.so.5
-lib/libgtkxmhtml.a
-lib/libgtkxmhtml.so
-lib/libgtkxmhtml.so.5
-lib/libzvt.a
-lib/libzvt.so
-lib/libzvt.so.5
-share/aclocal/libart.m4
-share/gnome/doc/gnome-doc
-share/gnome/doc/gnome-doc.1
-share/gnome/doc/gnome-doc.el
-share/gnome/doc/gnome-mkstub.1
-share/gnome/doc/mkstub
-share/gnome/gtk-doc/html/libart/basic-foo.html
-share/gnome/gtk-doc/html/libart/basic-rendering.html
-share/gnome/gtk-doc/html/libart/basic.html
-share/gnome/gtk-doc/html/libart/fdl-section1.html
-share/gnome/gtk-doc/html/libart/fdl-section10.html
-share/gnome/gtk-doc/html/libart/fdl-section2.html
-share/gnome/gtk-doc/html/libart/fdl-section3.html
-share/gnome/gtk-doc/html/libart/fdl-section4.html
-share/gnome/gtk-doc/html/libart/fdl-section5.html
-share/gnome/gtk-doc/html/libart/fdl-section6.html
-share/gnome/gtk-doc/html/libart/fdl-section7.html
-share/gnome/gtk-doc/html/libart/fdl-section8.html
-share/gnome/gtk-doc/html/libart/fdl-section9.html
-share/gnome/gtk-doc/html/libart/fdl-using.html
-share/gnome/gtk-doc/html/libart/fdl.html
-share/gnome/gtk-doc/html/libart/index.sgml
-share/gnome/gtk-doc/html/libart/internals-intersector.html
-share/gnome/gtk-doc/html/libart/internals.html
-share/gnome/gtk-doc/html/libart/intro-file-names.html
-share/gnome/gtk-doc/html/libart/intro.html
-share/gnome/gtk-doc/html/libart/libart-affine-transformation-matrices.html
-share/gnome/gtk-doc/html/libart/libart-art-alpha-gamma-stuff.html
-share/gnome/gtk-doc/html/libart/libart-core-construction-apis.html
-share/gnome/gtk-doc/html/libart/libart-extended-construction-apis.html
-share/gnome/gtk-doc/html/libart/libart-memory-management.html
-share/gnome/gtk-doc/html/libart/libart-svp-rendering.html
-share/gnome/gtk-doc/html/libart/libart-svps.html
-share/gnome/gtk-doc/html/libart/libart-transformation-operations.html
-share/gnome/gtk-doc/html/libart/libart.html
-share/gnome/gtk-doc/html/libart/problems-memory.html
-share/gnome/gtk-doc/html/libart/problems.html
-share/gnome/gtk-doc/html/libart/sample-display.html
-share/gnome/gtk-doc/html/libart/sample.html
-share/gnome/gtk-doc/html/libart/x35.html
-share/gnome/gtkrc
-share/gnome/gtkrc.el
-share/gnome/gtkrc.eo
-share/gnome/gtkrc.he
-share/gnome/gtkrc.hy
-share/gnome/gtkrc.iso88592
-share/gnome/gtkrc.iso88595
-share/gnome/gtkrc.ja
-share/gnome/gtkrc.ka_GE.georgianacademy
-share/gnome/gtkrc.ka_GE.georgianps
-share/gnome/gtkrc.ko
-share/gnome/gtkrc.ru
-share/gnome/gtkrc.th
-share/gnome/gtkrc.tr
-share/gnome/gtkrc.uk
-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/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-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-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/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/gnome-decl.txt
-share/gnome/html/gnome-sections.txt
-share/gnome/html/gnome.html
-share/gnome/html/gnome/book1.html
-share/gnome/html/gnome/gnome-gnome-config.html
-share/gnome/html/gnome/gnome-gnome-defs.html
-share/gnome/html/gnome/gnome-gnome-dentry.html
-share/gnome/html/gnome/gnome-gnome-exec.html
-share/gnome/html/gnome/gnome-gnome-fileconvert.html
-share/gnome/html/gnome/gnome-gnome-help.html
-share/gnome/html/gnome/gnome-gnome-history.html
-share/gnome/html/gnome/gnome-gnome-i18n.html
-share/gnome/html/gnome/gnome-gnome-metadata.html
-share/gnome/html/gnome/gnome-gnome-mime-info.html
-share/gnome/html/gnome/gnome-gnome-mime.html
-share/gnome/html/gnome/gnome-gnome-paper.html
-share/gnome/html/gnome/gnome-gnome-popt.html
-share/gnome/html/gnome/gnome-gnome-regex.html
-share/gnome/html/gnome/gnome-gnome-remote.html
-share/gnome/html/gnome/gnome-gnome-score.html
-share/gnome/html/gnome/gnome-gnome-sound.html
-share/gnome/html/gnome/gnome-gnome-triggers.html
-share/gnome/html/gnome/gnome-gnome-url.html
-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-sections.txt
-share/gnome/html/gnomeui.hierarchy
-share/gnome/html/gnomeui.html
-share/gnome/html/gnomeui.types
-share/gnome/html/gnomeui/book1.html
-share/gnome/html/gnomeui/gnome-objects.html
-share/gnome/html/gnomeui/gnomeabout.html
-share/gnome/html/gnomeui/gnomeanimator.html
-share/gnome/html/gnomeui/gnomeapp.html
-share/gnome/html/gnomeui/gnomeappbar.html
-share/gnome/html/gnomeui/gnomecalculator.html
-share/gnome/html/gnomeui/gnomecanvas.html
-share/gnome/html/gnomeui/gnomecanvasellipse.html
-share/gnome/html/gnomeui/gnomecanvasgroup.html
-share/gnome/html/gnomeui/gnomecanvasimage.html
-share/gnome/html/gnomeui/gnomecanvasitem.html
-share/gnome/html/gnomeui/gnomecanvasline.html
-share/gnome/html/gnomeui/gnomecanvaspolygon.html
-share/gnome/html/gnomeui/gnomecanvasre.html
-share/gnome/html/gnomeui/gnomecanvasrect.html
-share/gnome/html/gnomeui/gnomecanvastext.html
-share/gnome/html/gnomeui/gnomecanvaswidget.html
-share/gnome/html/gnomeui/gnomeclient.html
-share/gnome/html/gnomeui/gnomecolorpicker.html
-share/gnome/html/gnomeui/gnomedateedit.html
-share/gnome/html/gnomeui/gnomedentryedit.html
-share/gnome/html/gnomeui/gnomedialog.html
-share/gnome/html/gnomeui/gnomedock.html
-share/gnome/html/gnomeui/gnomedockband.html
-share/gnome/html/gnomeui/gnomedockitem.html
-share/gnome/html/gnomeui/gnomedocklayout.html
-share/gnome/html/gnomeui/gnomedruid.html
-share/gnome/html/gnomeui/gnomedruidpage.html
-share/gnome/html/gnomeui/gnomedruidpagefinish.html
-share/gnome/html/gnomeui/gnomedruidpagestandard.html
-share/gnome/html/gnomeui/gnomedruidpagestart.html
-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/gnomehref.html
-share/gnome/html/gnomeui/gnomeiconentry.html
-share/gnome/html/gnomeui/gnomeiconlist.html
-share/gnome/html/gnomeui/gnomeiconselection.html
-share/gnome/html/gnomeui/gnomeicontextitem.html
-share/gnome/html/gnomeui/gnomeless.html
-share/gnome/html/gnomeui/gnomemdi.html
-share/gnome/html/gnomeui/gnomemdichild.html
-share/gnome/html/gnomeui/gnomemdigenericchild.html
-share/gnome/html/gnomeui/gnomemessagebox.html
-share/gnome/html/gnomeui/gnomenumberentry.html
-share/gnome/html/gnomeui/gnomepaperselector.html
-share/gnome/html/gnomeui/gnomepixmap.html
-share/gnome/html/gnomeui/gnomepixmapentry.html
-share/gnome/html/gnomeui/gnomeprocbar.html
-share/gnome/html/gnomeui/gnomepropertybox.html
-share/gnome/html/gnomeui/gnomescores.html
-share/gnome/html/gnomeui/gnomespell.html
-share/gnome/html/gnomeui/gnomestock.html
-share/gnome/html/gnomeui/gnomeui-gnome-app-helper.html
-share/gnome/html/gnomeui/gnomeui-gnome-app-util.html
-share/gnome/html/gnomeui/gnomeui-gnome-canvas-util.html
-share/gnome/html/gnomeui/gnomeui-gnome-dialog-util.html
-share/gnome/html/gnomeui/gnomeui-gnome-dns.html
-share/gnome/html/gnomeui/gnomeui-gnome-geometry.html
-share/gnome/html/gnomeui/gnomeui-gnome-ice.html
-share/gnome/html/gnomeui/gnomeui-gnome-icon-text.html
-share/gnome/html/gnomeui/gnomeui-gnome-init.html
-share/gnome/html/gnomeui/gnomeui-gnome-mdi-session.html
-share/gnome/html/gnomeui/gnomeui-gnome-popup-help.html
-share/gnome/html/gnomeui/gnomeui-gnome-popup-menu.html
-share/gnome/html/gnomeui/gnomeui-gnome-preferences.html
-share/gnome/html/gnomeui/gnomeui-gnome-properties.html
-share/gnome/html/gnomeui/gnomeui-gnome-property-entries.html
-share/gnome/html/gnomeui/gnomeui-gnome-startup.html
-share/gnome/html/gnomeui/gnomeui-gnome-types.html
-share/gnome/html/gnomeui/gnomeui-gnome-uidefs.html
-share/gnome/html/gnomeui/gnomeui-gnome-window-icon.html
-share/gnome/html/gnomeui/gnomeui-gnome-winhints.html
-share/gnome/html/gnomeui/gnomeui-gtkcauldron.html
-share/gnome/html/gnomeui/gtkclock.html
-share/gnome/html/gnomeui/gtkdial.html
-share/gnome/html/gnomeui/gtkpixmapmenuitem.html
-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-decl.txt
-share/gnome/html/zvt-sections.txt
-share/gnome/html/zvt/book1.html
-share/gnome/html/zvt/x1035.html
-share/gnome/html/zvt/x1065.html
-share/gnome/html/zvt/x1086.html
-share/gnome/html/zvt/x1106.html
-share/gnome/html/zvt/x119.html
-share/gnome/html/zvt/x98.html
-share/gnome/html/zvt/x987.html
-share/gnome/html/zvt/x995.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/gnome/html/zvtterm.html
-share/gnome/idl/GnomeObject.idl
-share/gnome/idl/Table.idl
-share/gnome/idl/desktop-editor.idl
-share/gnome/idl/desktop-textviewer.idl
-share/gnome/idl/gnome-factory.idl
-share/gnome/idl/gnome-unknown.idl
-share/gnome/idl/name-service.idl
-share/gnome/mime-info/gnome.mime
-share/gnome/pixmaps/calculator-font.png
-share/gnome/pixmaps/gnome-default-dlg.png
-share/gnome/pixmaps/gnome-error.png
-share/gnome/pixmaps/gnome-info.png
-share/gnome/pixmaps/gnome-question.png
-share/gnome/pixmaps/gnome-warning.png
-share/gnome/pixmaps/no.xpm
-share/gnome/pixmaps/yes.xpm
-share/gnome/type-convert/gnome-make-postscript-mimes
-share/gnome/type-convert/postscript.convert
-share/gnome/type-convert/type.convert
-share/locale/az/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/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/et/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/gl/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/lt/LC_MESSAGES/gnome-libs.mo
-share/locale/lv/LC_MESSAGES/gnome-libs.mo
-share/locale/ms/LC_MESSAGES/gnome-libs.mo
-share/locale/nl/LC_MESSAGES/gnome-libs.mo
-share/locale/nn/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/pt_BR/LC_MESSAGES/gnome-libs.mo
-share/locale/ro/LC_MESSAGES/gnome-libs.mo
-share/locale/ru/LC_MESSAGES/gnome-libs.mo
-share/locale/sk/LC_MESSAGES/gnome-libs.mo
-share/locale/sl/LC_MESSAGES/gnome-libs.mo
-share/locale/sp/LC_MESSAGES/gnome-libs.mo
-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/LC_MESSAGES/gnome-libs.mo
-@exec mkdir -p %D/share/gnome/games
-@dirrm share/gnome/type-convert
-@dirrm share/gnome/pixmaps
-@dirrm share/gnome/mime-info
-@dirrm share/gnome/idl
-@dirrm share/gnome/html/zvt
-@dirrm share/gnome/html/gnorba
-@dirrm share/gnome/html/gnomeui
-@dirrm share/gnome/html/gnome
-@dirrm share/gnome/html
-@dirrm share/gnome/help/gnome-dev-info/C
-@dirrm share/gnome/help/gnome-dev-info
-@dirrm share/gnome/help
-@dirrm share/gnome/gtk-doc/html/libart
-@dirrm share/gnome/gtk-doc/html
-@dirrm share/gnome/gtk-doc
-@dirrm share/gnome/games
-@dirrm share/gnome/doc
-@dirrm include/gnome-1.0/zvt
-@dirrm include/gnome-1.0/libgnorba
-@dirrm include/gnome-1.0/libgnomeui
-@dirrm include/gnome-1.0/libgnome
-@dirrm include/gnome-1.0/libart_lgpl
-@dirrm include/gnome-1.0/gtk-xmhtml
-@dirrm include/gnome-1.0
+bin/gnome2-db2html
+bin/gnome2-info2html
+bin/gnome2-man2html
+etc/gconf/gconf.xml.defaults/desktop/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/applications/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/applications/browser/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/applications/editor/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/applications/help_viewer/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/applications/terminal/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/applications/window_manager/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/background/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/file-views/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/interface/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/peripherals/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/peripherals/keyboard/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/peripherals/mouse/%gconf.xml
+etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/browser/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/editor/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/help_viewer/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/terminal/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/window_manager/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/background/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/file-views/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/interface/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/peripherals/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/peripherals/keyboard/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/peripherals/mouse/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/%gconf.xml
+etc/gconf/schemas/desktop_gnome_applications_browser.schemas
+etc/gconf/schemas/desktop_gnome_applications_editor.schemas
+etc/gconf/schemas/desktop_gnome_applications_help_viewer.schemas
+etc/gconf/schemas/desktop_gnome_applications_terminal.schemas
+etc/gconf/schemas/desktop_gnome_applications_window_manager.schemas
+etc/gconf/schemas/desktop_gnome_background.schemas
+etc/gconf/schemas/desktop_gnome_file_views.schemas
+etc/gconf/schemas/desktop_gnome_interface.schemas
+etc/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas
+etc/gconf/schemas/desktop_gnome_peripherals_mouse.schemas
+etc/gconf/schemas/desktop_gnome_url_handlers.schemas
+etc/gnome-vfs-2.0/modules/help-methods.conf
+etc/sound/events/gnome-2.soundlist
+etc/sound/events/gtk-events-2.soundlist
+include/libgnome-2.0/libgnome/gnome-config.h
+include/libgnome-2.0/libgnome/gnome-exec.h
+include/libgnome-2.0/libgnome/gnome-gconf.h
+include/libgnome-2.0/libgnome/gnome-help.h
+include/libgnome-2.0/libgnome/gnome-i18n.h
+include/libgnome-2.0/libgnome/gnome-init.h
+include/libgnome-2.0/libgnome/gnome-macros.h
+include/libgnome-2.0/libgnome/gnome-program.h
+include/libgnome-2.0/libgnome/gnome-score.h
+include/libgnome-2.0/libgnome/gnome-sound.h
+include/libgnome-2.0/libgnome/gnome-triggers.h
+include/libgnome-2.0/libgnome/gnome-url.h
+include/libgnome-2.0/libgnome/gnome-util.h
+include/libgnome-2.0/libgnome/libgnome.h
+include/libgnome-2.0/libgnome/libgnometypebuiltins.h
+lib/bonobo/monikers/libmoniker_extra_2.so
+lib/gnome-vfs-2.0/modules/libvfs-help.so
+lib/libgnome-2.a
+lib/libgnome-2.so
+lib/libgnome-2.so.0
+libdata/bonobo/servers/GNOME_Moniker_std.server
+libdata/pkgconfig/libgnome-2.0.pc
+share/doc/libgnome/index.html
+share/doc/libgnome/index.sgml
+share/doc/libgnome/libgnome-gnome-config.html
+share/doc/libgnome/libgnome-gnome-exec.html
+share/doc/libgnome/libgnome-gnome-gconf.html
+share/doc/libgnome/libgnome-gnome-help.html
+share/doc/libgnome/libgnome-gnome-i18n.html
+share/doc/libgnome/libgnome-gnome-init.html
+share/doc/libgnome/libgnome-gnome-program.html
+share/doc/libgnome/libgnome-gnome-score.html
+share/doc/libgnome/libgnome-gnome-sound.html
+share/doc/libgnome/libgnome-gnome-triggers.html
+share/doc/libgnome/libgnome-gnome-url.html
+share/doc/libgnome/libgnome-gnome-util.html
+share/doc/libgnome/libgnome-libgnometypebuiltins.html
+share/doc/libgnome/libgnome.html
+share/doc/libgnome/x1278.html
+share/doc/libgnome/x2849.html
+share/doc/libgnome/x3213.html
+share/doc/libgnome/x4055.html
+share/doc/libgnome/x9.html
+share/gnome2/sgml/docbook/gnome-customization-0.1/gnome-custom.xsl
+share/gnome2/sgml/docbook/gnome-customization-0.1/gnome-customization.xsl
+share/gnome2/sgml/docbook/gnome-customization-0.1/l10n.xml
+share/locale/az/LC_MESSAGES/libgnome-2.0.mo
+share/locale/da/LC_MESSAGES/libgnome-2.0.mo
+share/locale/es/LC_MESSAGES/libgnome-2.0.mo
+share/locale/fi/LC_MESSAGES/libgnome-2.0.mo
+share/locale/fr/LC_MESSAGES/libgnome-2.0.mo
+share/locale/it/LC_MESSAGES/libgnome-2.0.mo
+share/locale/ja/LC_MESSAGES/libgnome-2.0.mo
+share/locale/ko/LC_MESSAGES/libgnome-2.0.mo
+share/locale/lv/LC_MESSAGES/libgnome-2.0.mo
+share/locale/ms/LC_MESSAGES/libgnome-2.0.mo
+share/locale/nn/LC_MESSAGES/libgnome-2.0.mo
+share/locale/no/LC_MESSAGES/libgnome-2.0.mo
+share/locale/pl/LC_MESSAGES/libgnome-2.0.mo
+share/locale/pt/LC_MESSAGES/libgnome-2.0.mo
+share/locale/ru/LC_MESSAGES/libgnome-2.0.mo
+share/locale/sk/LC_MESSAGES/libgnome-2.0.mo
+share/locale/sl/LC_MESSAGES/libgnome-2.0.mo
+share/locale/sv/LC_MESSAGES/libgnome-2.0.mo
+share/locale/ta/LC_MESSAGES/libgnome-2.0.mo
+share/locale/tr/LC_MESSAGES/libgnome-2.0.mo
+share/locale/uk/LC_MESSAGES/libgnome-2.0.mo
+share/locale/wa/LC_MESSAGES/libgnome-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/libgnome-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo
+@dirrm share/gnome2/sgml/docbook/gnome-customization-0.1
+@dirrm share/gnome2/sgml/docbook
+@dirrm share/gnome2/sgml
+@dirrm share/gnome2
+@dirrm share/doc/libgnome
+@dirrm include/libgnome-2.0/libgnome
+@dirrm include/libgnome-2.0
@dirrm etc/sound/events
@dirrm etc/sound
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/peripherals/mouse
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/peripherals/keyboard
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/peripherals
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/interface
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/file-views
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/background
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/window_manager
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/terminal
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/help_viewer
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/editor
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/browser
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome
+@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/peripherals/mouse
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/peripherals/keyboard
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/peripherals
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/interface
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/file-views
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/background
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/window_manager
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/terminal
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/help_viewer
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/editor
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/browser
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications
+@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome
+@dirrm etc/gconf/gconf.xml.defaults/desktop