Date: Tue, 22 Jan 2002 22:58:59 +0200 From: Maxim Sobolev <sobomax@FreeBSD.org> To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: Another GNOME magapatch for testing Message-ID: <3C4DD293.EFCB688A@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------6DC7CFC96DE3FCE320DEEF4A Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Folks, As usually I've compiled a new megapatch, which updates several core GNOME components to the latest versions. Most of the changes are trivial translation updates, however gnomecore obtained many significant bugfixes (and probably has acquired some new bugs as well). Therefore, this patch will not go into 4.5 and I would like people to test it and report any problems. Some already known ones are: 1. gnomedb-fe is broken again - it hangs at startup; 2. gnome-help-browser by default displays its toc: page in some language, which clearly isn't an English. Patches, suggestions and comments are welcome as usually. -Maxim --------------6DC7CFC96DE3FCE320DEEF4A Content-Type: text/plain; charset=koi8-r; name="gnome.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gnome.diff" ? devel/oaf/pkg-plist,v ? devel/gnomevfs/pkg-plist,v ? databases/libgda/pkg-plist,v ? databases/gnomedb/pkg-plist,v ? x11/gnomecore/pkg-plist,v Index: devel/oaf/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/oaf/Makefile,v retrieving revision 1.16 diff -d -u -r1.16 Makefile --- devel/oaf/Makefile 9 Nov 2001 16:41:15 -0000 1.16 +++ devel/oaf/Makefile 22 Jan 2002 20:56:05 -0000 @@ -6,7 +6,7 @@ # PORTNAME= oaf -PORTVERSION= 0.6.7 +PORTVERSION= 0.6.8 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/oaf Index: devel/oaf/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/oaf/distinfo,v retrieving revision 1.9 diff -d -u -r1.9 distinfo --- devel/oaf/distinfo 9 Nov 2001 16:41:15 -0000 1.9 +++ devel/oaf/distinfo 22 Jan 2002 20:56:05 -0000 @@ -1 +1 @@ -MD5 (oaf-0.6.7.tar.gz) = 2bd788bb4346eea3681267088163ee8e +MD5 (oaf-0.6.8.tar.gz) = d1a7cd8cd87b78fe049c225d4f0a7f1e Index: devel/oaf/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/oaf/pkg-plist,v retrieving revision 1.11 diff -d -u -r1.11 pkg-plist --- devel/oaf/pkg-plist 9 Nov 2001 16:41:15 -0000 1.11 +++ devel/oaf/pkg-plist 22 Jan 2002 20:56:05 -0000 @@ -30,10 +30,12 @@ share/gnome/oaf/OAF_naming-service.oaf share/gnome/oaf/empty.oafinfo share/locale/az/LC_MESSAGES/oaf.mo +share/locale/bg/LC_MESSAGES/oaf.mo share/locale/da/LC_MESSAGES/oaf.mo share/locale/de/LC_MESSAGES/oaf.mo share/locale/el/LC_MESSAGES/oaf.mo share/locale/es/LC_MESSAGES/oaf.mo +share/locale/eu/LC_MESSAGES/oaf.mo share/locale/fi/LC_MESSAGES/oaf.mo share/locale/fr/LC_MESSAGES/oaf.mo share/locale/ga/LC_MESSAGES/oaf.mo @@ -56,6 +58,7 @@ share/locale/ta/LC_MESSAGES/oaf.mo share/locale/tr/LC_MESSAGES/oaf.mo share/locale/uk/LC_MESSAGES/oaf.mo +share/locale/zh_CN/LC_MESSAGES/oaf.mo share/locale/zh_TW/LC_MESSAGES/oaf.mo @unexec rmdir %D/share/gnome/oaf 2>/dev/null || true @unexec rmdir %D/share/gnome/idl 2>/dev/null || true Index: devel/gnomevfs/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/Makefile,v retrieving revision 1.23 diff -d -u -r1.23 Makefile --- devel/gnomevfs/Makefile 9 Nov 2001 16:40:18 -0000 1.23 +++ devel/gnomevfs/Makefile 22 Jan 2002 20:56:05 -0000 @@ -6,7 +6,7 @@ # PORTNAME= gnomevfs -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-vfs @@ -14,11 +14,13 @@ MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel +BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel \ + ${X11BASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:${PORTSDIR}/misc/gnomemimedata LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif +RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:${PORTSDIR}/misc/gnomemimedata USE_GMAKE= yes USE_X_PREFIX= yes Index: devel/gnomevfs/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/distinfo,v retrieving revision 1.11 diff -d -u -r1.11 distinfo --- devel/gnomevfs/distinfo 9 Nov 2001 16:40:19 -0000 1.11 +++ devel/gnomevfs/distinfo 22 Jan 2002 20:56:05 -0000 @@ -1 +1 @@ -MD5 (gnome-vfs-1.0.3.tar.gz) = 18c90bec2e0e30372975e4621a8f19e5 +MD5 (gnome-vfs-1.0.4.tar.gz) = d3dd15715da9671813805674cafa0dc8 Index: devel/gnomevfs/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/pkg-plist,v retrieving revision 1.11 diff -d -u -r1.11 pkg-plist --- devel/gnomevfs/pkg-plist 9 Nov 2001 16:40:19 -0000 1.11 +++ devel/gnomevfs/pkg-plist 22 Jan 2002 20:56:05 -0000 @@ -1,8 +1,7 @@ bin/gnome-vfs-config -etc/gnome-vfs-mime-magic etc/vfs/modules/default-modules.conf +etc/vfs/modules/ssl-modules.conf etc/vfsConf.sh -include/libgnomevfs include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-application-registry.h include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-async-ops.h include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-backend.h @@ -50,7 +49,7 @@ include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-utils.h include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-xfer.h include/gnome-vfs-1.0/libgnomevfs/gnome-vfs.h -lib/libgnomevfs-pthread.a +include/libgnomevfs lib/libgnomevfs-pthread.so lib/libgnomevfs.a lib/libgnomevfs.so @@ -72,37 +71,24 @@ lib/vfs/extfs/trpm lib/vfs/extfs/zip lib/vfs/extfs/zoo -lib/vfs/modules/libbzip2.a lib/vfs/modules/libbzip2.so -lib/vfs/modules/libdesktop.a lib/vfs/modules/libdesktop.so -lib/vfs/modules/libextfs.a lib/vfs/modules/libextfs.so -lib/vfs/modules/libfile.a lib/vfs/modules/libfile.so -lib/vfs/modules/libftp.a lib/vfs/modules/libftp.so -lib/vfs/modules/libgconf.a -lib/vfs/modules/libgconf.so -lib/vfs/modules/libgzip.a lib/vfs/modules/libgzip.so -lib/vfs/modules/libhttp.a lib/vfs/modules/libhttp.so -lib/vfs/modules/libvfs-pipe.a +lib/vfs/modules/libnntp.so lib/vfs/modules/libvfs-pipe.so -lib/vfs/modules/libvfs-test.a lib/vfs/modules/libvfs-test.so -lib/vfs/modules/libvfs-translate.a lib/vfs/modules/libvfs-translate.so -share/gnome/application-registry/gnome-vfs.applications -share/gnome/mime-info/gnome-vfs.keys -share/gnome/mime-info/gnome-vfs.mime share/locale/az/LC_MESSAGES/gnome-vfs.mo share/locale/ca/LC_MESSAGES/gnome-vfs.mo share/locale/da/LC_MESSAGES/gnome-vfs.mo share/locale/de/LC_MESSAGES/gnome-vfs.mo share/locale/el/LC_MESSAGES/gnome-vfs.mo share/locale/es/LC_MESSAGES/gnome-vfs.mo +share/locale/eu/LC_MESSAGES/gnome-vfs.mo share/locale/fi/LC_MESSAGES/gnome-vfs.mo share/locale/fr/LC_MESSAGES/gnome-vfs.mo share/locale/ga/LC_MESSAGES/gnome-vfs.mo @@ -128,7 +114,6 @@ share/locale/wa/LC_MESSAGES/gnome-vfs.mo share/locale/zh_TW/LC_MESSAGES/gnome-vfs.mo @dirrm share/gnome/gtk-doc/html/gnome-vfs -@dirrm share/gnome/application-registry @dirrm lib/vfs/modules @dirrm lib/vfs/extfs @dirrm lib/vfs Index: devel/gnomevfs/files/patch-aa =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/files/patch-aa,v retrieving revision 1.8 diff -d -u -r1.8 patch-aa --- devel/gnomevfs/files/patch-aa 9 Nov 2001 16:40:19 -0000 1.8 +++ devel/gnomevfs/files/patch-aa 22 Jan 2002 20:56:05 -0000 @@ -1,9 +1,9 @@ -$FreeBSD: ports/devel/gnomevfs/files/patch-aa,v 1.8 2001/11/09 16:40:19 sobomax Exp $ +$FreeBSD$ ---- configure.orig Wed Nov 7 13:37:59 2001 -+++ configure Wed Nov 7 13:38:44 2001 -@@ -5717,7 +5717,7 @@ +--- configure.orig Tue Jan 22 12:36:47 2002 ++++ configure Tue Jan 22 12:38:07 2002 +@@ -5949,7 +5949,7 @@ VFS_GNOMEUI_LIBS="`gnome-config --libs gnome gnomeui`" VFS_GNOMEGNORBA_LIBS="`gnome-config --libs gnome gnomeui gnorba`" VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" @@ -12,18 +12,18 @@ -@@ -9630,8 +9630,8 @@ +@@ -9854,8 +9854,8 @@ done fi -echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 --echo "configure:9635: checking for bzCompressInit in -lbz2" >&5 +-echo "configure:9859: checking for bzCompressInit in -lbz2" >&5 +echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 -+echo "configure:9635: checking for BZ2_bzCompressInit in -lbz2" >&5 ++echo "configure:9859: checking for BZ2_bzCompressInit in -lbz2" >&5 ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -9644,10 +9644,10 @@ +@@ -9868,10 +9868,10 @@ /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ @@ -35,4 +35,22 @@ +BZ2_bzCompressInit() ; return 0; } EOF - if { (eval echo configure:9654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + if { (eval echo configure:9878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +@@ -10101,7 +10101,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + +- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" ++ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" + cat > conftest.$ac_ext <<EOF + #line 10107 "configure" + #include "confdefs.h" +@@ -10135,7 +10135,7 @@ + EOF + + msg_openssl="yes" +- OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcrypto -ldl" ++ OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcrypto" + + + if true; then Index: devel/gnomevfs/files/patch-ab =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/files/patch-ab,v retrieving revision 1.7 diff -d -u -r1.7 patch-ab --- devel/gnomevfs/files/patch-ab 1 Oct 2001 06:37:30 -0000 1.7 +++ devel/gnomevfs/files/patch-ab 22 Jan 2002 20:56:05 -0000 @@ -1,21 +1,21 @@ -$FreeBSD: ports/devel/gnomevfs/files/patch-ab,v 1.7 2001/10/01 06:37:30 sobomax Exp $ +$FreeBSD$ ---- Makefile.in.orig Fri Sep 28 11:17:29 2001 -+++ Makefile.in Fri Sep 28 11:22:06 2001 -@@ -177,9 +177,9 @@ +--- Makefile.in.orig Tue Jan 22 11:51:36 2002 ++++ Makefile.in Tue Jan 22 11:53:19 2002 +@@ -186,9 +186,9 @@ + cxxflags_set = @cxxflags_set@ l = @l@ - need_gnome_support = @need_gnome_support@ @PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = doc -@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = doc test +@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = doc --SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man devel-docs $(SUBDIRS_GNOME) po -+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man $(SUBDIRS_GNOME) po +-SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules man devel-docs $(SUBDIRS_GNOME) po ++SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules man $(SUBDIRS_GNOME) po EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in gnome-vfs-config.in -@@ -187,7 +187,7 @@ +@@ -196,7 +196,7 @@ bin_SCRIPTS = $(top_builddir)/gnome-vfs-config @@ -24,7 +24,7 @@ confexec_DATA = vfsConf.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -526,11 +526,13 @@ +@@ -535,11 +535,13 @@ -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ -e 's?\@VERSION\@?$(VERSION)?g' \ -e 's?\@VFS_LIBS\@?$(VFS_LIBS)?g' \ Index: devel/gnomevfs/files/patch-ac =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/files/patch-ac,v retrieving revision 1.3 diff -d -u -r1.3 patch-ac --- devel/gnomevfs/files/patch-ac 3 Nov 2000 17:51:47 -0000 1.3 +++ devel/gnomevfs/files/patch-ac 22 Jan 2002 20:56:05 -0000 @@ -1,15 +1,44 @@ ---- modules/Makefile.in.orig Thu Nov 2 17:45:41 2000 -+++ modules/Makefile.in Fri Nov 3 10:52:23 2000 -@@ -235,2 +235,3 @@ + +$FreeBSD$ + +--- modules/Makefile.in.orig Tue Jan 22 12:42:11 2002 ++++ modules/Makefile.in Tue Jan 22 13:13:11 2002 +@@ -197,7 +197,7 @@ + @HAVE_CDDA_TRUE@CDDA_LTLIBS = libcdda.la + @HAVE_CDDA_FALSE@CDDA_LTLIBS = -+libftp_la_LDFLAGS = $(module_flags) +-module_flags = -export_dynamic -avoid-version ++module_flags = -export_dynamic -avoid-version -module + modulesdir = $(libdir)/vfs/modules -@@ -283,3 +284,3 @@ + modules_LTLIBRARIES = $(CDDA_LTLIBS) libextfs.la libfile.la libvfs-test.la $(HTTP_LTLIBS) libbzip2.la libgzip.la libftp.la libnntp.la libvfs-pipe.la libvfs-translate.la libdesktop.la $(NULL) +@@ -216,7 +216,6 @@ + + libcdda_la_SOURCES = cdda-method.c cdda-method.h cdda-cddb.c cdda-cddb.h cdda-cdrom-extensions.h + +- + libcdda_la_LDFLAGS = $(module_flags) + libcdda_la_LIBADD = -L/gnome/lib -lcdda_paranoia -lcdda_interface + +@@ -311,7 +310,7 @@ + libextfs_la_OBJECTS = extfs-method.lo + libfile_la_LIBADD = libfile_la_OBJECTS = file-method.lo -libvfs_test_la_LDFLAGS = +libvfs_test_la_LDFLAGS = $(module_flags) libvfs_test_la_DEPENDENCIES = -@@ -292,3 +293,2 @@ + libvfs_test_la_OBJECTS = test-method.lo + libhttp_la_DEPENDENCIES = +@@ -320,10 +319,10 @@ + libbzip2_la_OBJECTS = bzip2-method.lo + libgzip_la_DEPENDENCIES = libgzip_la_OBJECTS = gzip-method.lo -libftp_la_LDFLAGS = ++libftp_la_LDFLAGS = $(module_flags) libftp_la_LIBADD = + libftp_la_OBJECTS = ftp-method.lo +-libnntp_la_LDFLAGS = ++libnntp_la_LDFLAGS = $(module_flags) + libnntp_la_LIBADD = + libnntp_la_OBJECTS = nntp-method.lo + libvfs_pipe_la_DEPENDENCIES = Index: devel/gnomevfs/files/patch-libgnomevfs::gnome-vfs-mime.h =================================================================== RCS file: devel/gnomevfs/files/patch-libgnomevfs::gnome-vfs-mime.h diff -N devel/gnomevfs/files/patch-libgnomevfs::gnome-vfs-mime.h --- devel/gnomevfs/files/patch-libgnomevfs::gnome-vfs-mime.h 1 Oct 2001 06:37:30 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ - -$FreeBSD: ports/devel/gnomevfs/files/patch-libgnomevfs::gnome-vfs-mime.h,v 1.1 2001/10/01 06:37:30 sobomax Exp $ - ---- libgnomevfs/gnome-vfs-mime.h 2001/09/17 14:13:01 1.1 -+++ libgnomevfs/gnome-vfs-mime.h 2001/09/17 14:13:16 -@@ -27,6 +27,7 @@ - #include <ctype.h> - #include <dirent.h> - #include <libgnomevfs/gnome-vfs-uri.h> -+#include <sys/types.h> - #include <regex.h> - #include <stdio.h> - #include <string.h> Index: devel/gnomevfs/files/patch-ltmain.sh =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/files/patch-ltmain.sh,v retrieving revision 1.4 diff -d -u -r1.4 patch-ltmain.sh --- devel/gnomevfs/files/patch-ltmain.sh 20 Dec 2001 06:18:57 -0000 1.4 +++ devel/gnomevfs/files/patch-ltmain.sh 22 Jan 2002 20:56:05 -0000 @@ -1,19 +1,27 @@ -$FreeBSD: ports/devel/gnomevfs/files/patch-ltmain.sh,v 1.4 2001/12/20 06:18:57 sobomax Exp $ +$FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Sun Jan 20 16:11:07 2002 ++++ ltmain.sh Tue Jan 22 13:34:20 2002 +@@ -1060,6 +1060,7 @@ + + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2442,6 +2443,9 @@ + *-*-openbsd*) + # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + if test $build_libtool_need_lc = "yes"; then +@@ -4208,10 +4212,12 @@ fi # Install the pseudo-library for information purposes. Index: databases/libgda/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/libgda/Makefile,v retrieving revision 1.12 diff -d -u -r1.12 Makefile --- databases/libgda/Makefile 1 Dec 2001 08:21:14 -0000 1.12 +++ databases/libgda/Makefile 22 Jan 2002 20:56:05 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libgda -PORTVERSION= 0.2.93 -PORTREVISION= 2 +PORTVERSION= 0.2.94 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} Index: databases/libgda/distinfo =================================================================== RCS file: /home/ncvs/ports/databases/libgda/distinfo,v retrieving revision 1.9 diff -d -u -r1.9 distinfo --- databases/libgda/distinfo 1 Dec 2001 08:21:14 -0000 1.9 +++ databases/libgda/distinfo 22 Jan 2002 20:56:05 -0000 @@ -1 +1 @@ -MD5 (libgda-0.2.93.tar.gz) = 29e9831a5cfdec308042ef34be453258 +MD5 (libgda-0.2.94.tar.gz) = 0705678122b349535b90597114288838 Index: databases/libgda/pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/libgda/pkg-plist,v retrieving revision 1.10 diff -d -u -r1.10 pkg-plist --- databases/libgda/pkg-plist 1 Dec 2001 08:21:14 -0000 1.10 +++ databases/libgda/pkg-plist 22 Jan 2002 20:56:05 -0000 @@ -63,16 +63,55 @@ share/gnome/gda/templates/gda-srv-recordset.c.tmpl share/gnome/gda/templates/gda-srv.h.tmpl share/gnome/gda/templates/main-srv.c.tmpl +share/gnome/help/libgda/C/architecture.html +share/gnome/help/libgda/C/index.html +share/gnome/help/libgda/C/installation-installing.html +share/gnome/help/libgda/C/installation.html +share/gnome/help/libgda/C/introduction.html +share/gnome/help/libgda/C/libgda.html share/gnome/help/libgda/C/topic.dat +share/gnome/help/libgda/es/architecture.html +share/gnome/help/libgda/es/index.html +share/gnome/help/libgda/es/installation-installing.html +share/gnome/help/libgda/es/installation.html +share/gnome/help/libgda/es/introduction.html +share/gnome/help/libgda/es/libgda.html share/gnome/help/libgda/es/topic.dat +share/gnome/help/libgda/pt_BR/architecture.html +share/gnome/help/libgda/pt_BR/c162.html +share/gnome/help/libgda/pt_BR/c182.html +share/gnome/help/libgda/pt_BR/c323.html +share/gnome/help/libgda/pt_BR/c350.html +share/gnome/help/libgda/pt_BR/clients-building-corba.html +share/gnome/help/libgda/pt_BR/clients-building.html +share/gnome/help/libgda/pt_BR/gda-client-batch.html +share/gnome/help/libgda/pt_BR/gda-client-meta.html +share/gnome/help/libgda/pt_BR/gda-client-objects.html +share/gnome/help/libgda/pt_BR/gda-client-types.html +share/gnome/help/libgda/pt_BR/gda-common-logs.html +share/gnome/help/libgda/pt_BR/gda-common-xml-databases.html +share/gnome/help/libgda/pt_BR/gda-common-xml-queries.html +share/gnome/help/libgda/pt_BR/index.html +share/gnome/help/libgda/pt_BR/installation-configuring.html +share/gnome/help/libgda/pt_BR/installation-installing.html +share/gnome/help/libgda/pt_BR/installation.html +share/gnome/help/libgda/pt_BR/introduction.html +share/gnome/help/libgda/pt_BR/libgda.html +share/gnome/help/libgda/pt_BR/providers-actual-implementation.html +share/gnome/help/libgda/pt_BR/providers-examples.html +share/gnome/help/libgda/pt_BR/providers-implementation.html share/gnome/help/libgda/pt_BR/topic.dat +share/gnome/html/libgda-client-decl.txt share/gnome/html/libgda-client-sections.txt share/gnome/html/libgda-client.args share/gnome/html/libgda-client.hierarchy +share/gnome/html/libgda-client.signals share/gnome/html/libgda-client.types +share/gnome/html/libgda-common-decl.txt share/gnome/html/libgda-common-sections.txt share/gnome/html/libgda-common.args share/gnome/html/libgda-common.hierarchy +share/gnome/html/libgda-common.signals share/gnome/html/libgda-common.types share/gnome/idl/GDA.idl share/gnome/idl/GDA_Command.idl Index: databases/gnomedb/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/gnomedb/Makefile,v retrieving revision 1.13 diff -d -u -r1.13 Makefile --- databases/gnomedb/Makefile 14 Jan 2002 19:03:38 -0000 1.13 +++ databases/gnomedb/Makefile 22 Jan 2002 20:56:05 -0000 @@ -6,8 +6,7 @@ # PORTNAME= gnomedb -PORTVERSION= 0.2.93 -PORTREVISION= 3 +PORTVERSION= 0.2.94 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-db Index: databases/gnomedb/distinfo =================================================================== RCS file: /home/ncvs/ports/databases/gnomedb/distinfo,v retrieving revision 1.8 diff -d -u -r1.8 distinfo --- databases/gnomedb/distinfo 1 Dec 2001 08:21:14 -0000 1.8 +++ databases/gnomedb/distinfo 22 Jan 2002 20:56:05 -0000 @@ -1 +1 @@ -MD5 (gnome-db-0.2.93.tar.gz) = c19e062606e6780581fd9309deb91da8 +MD5 (gnome-db-0.2.94.tar.gz) = f342cf85499d8396f7a68b0877e083e3 Index: databases/gnomedb/pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/gnomedb/pkg-plist,v retrieving revision 1.8 diff -d -u -r1.8 pkg-plist --- databases/gnomedb/pkg-plist 1 Dec 2001 08:21:14 -0000 1.8 +++ databases/gnomedb/pkg-plist 22 Jan 2002 20:56:05 -0000 @@ -34,27 +34,49 @@ include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-util.h include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-window.h include/libgnomedb-%%VERSION%%/gnome-db/gnome-db.h -lib/bonobo/monikers/libdatabase_moniker.a lib/bonobo/monikers/libdatabase_moniker.so -lib/bonobo/monikers/libdatabase_moniker.so.0 lib/libgnomedb.a lib/libgnomedb.so lib/libgnomedb.so.0 share/gnome/apps/Applications/gnomedb-fe.desktop +share/gnome/help/gnome-db/C/comlib.html share/gnome/help/gnome-db/C/fdl-appendix.sgml share/gnome/help/gnome-db/C/gnome-db.sgml +share/gnome/help/gnome-db/C/index.html +share/gnome/help/gnome-db/C/introduction.html share/gnome/help/gnome-db/C/topic.dat +share/gnome/help/gnome-db/C/widgetlib-overview.html +share/gnome/help/gnome-db/C/widgetlib.html +share/gnome/help/gnome-db/es/comlib.html +share/gnome/help/gnome-db/es/gnome-db.html share/gnome/help/gnome-db/es/gnome-db.sgml +share/gnome/help/gnome-db/es/index.html +share/gnome/help/gnome-db/es/introduction.html share/gnome/help/gnome-db/es/topic.dat +share/gnome/help/gnome-db/es/widgetlib-overview.html +share/gnome/help/gnome-db/es/widgetlib.html +share/gnome/help/gnome-db/it/comlib.html share/gnome/help/gnome-db/it/fdl-appendix.sgml share/gnome/help/gnome-db/it/gnome-db.sgml +share/gnome/help/gnome-db/it/index.html +share/gnome/help/gnome-db/it/introduction.html share/gnome/help/gnome-db/it/topic.dat +share/gnome/help/gnome-db/it/widgetlib-overview.html +share/gnome/help/gnome-db/it/widgetlib.html +share/gnome/help/gnome-db/pt_BR/comlib.html +share/gnome/help/gnome-db/pt_BR/components.html share/gnome/help/gnome-db/pt_BR/gnome-db.sgml +share/gnome/help/gnome-db/pt_BR/index.html +share/gnome/help/gnome-db/pt_BR/introduction.html +share/gnome/help/gnome-db/pt_BR/manager.html share/gnome/help/gnome-db/pt_BR/topic.dat +share/gnome/help/gnome-db/pt_BR/widgetlib-overview.html +share/gnome/help/gnome-db/pt_BR/widgetlib.html share/gnome/html/libgnomedb-decl.txt share/gnome/html/libgnomedb-sections.txt share/gnome/html/libgnomedb.args share/gnome/html/libgnomedb.hierarchy +share/gnome/html/libgnomedb.signals share/gnome/html/libgnomedb.types share/gnome/idl/GNOME_Database_UI.idl share/gnome/oaf/GNOME_DB_Builder.oaf @@ -75,6 +97,7 @@ share/gnome/ui/gnomedb-com-log.xml share/gnome/ui/gnomedb-fe.xml share/gnome/ui/gnomedb-manager.xml +share/locale/az/LC_MESSAGES/gnome-db.mo share/locale/ca/LC_MESSAGES/gnome-db.mo share/locale/da/LC_MESSAGES/gnome-db.mo share/locale/de/LC_MESSAGES/gnome-db.mo Index: databases/gnomedb/files/patch-components::Makefile.in =================================================================== RCS file: databases/gnomedb/files/patch-components::Makefile.in diff -N databases/gnomedb/files/patch-components::Makefile.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ databases/gnomedb/files/patch-components::Makefile.in 22 Jan 2002 20:56:05 -0000 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- components/Makefile.in 2002/01/22 13:14:51 1.1 ++++ components/Makefile.in 2002/01/22 13:15:50 +@@ -177,7 +177,7 @@ + + libdatabase_moniker_la_SOURCES = gnomedb-monikers-database.c gnomedb-monikers.h + +-libdatabase_moniker_la_LIBADD = $(GNOMEDB_LIBS) ++libdatabase_moniker_la_LIBADD = $(GNOMEDB_LIBS) -module -avoid-version + + + oafdir = $(datadir)/oaf Index: databases/gnomedb/files/patch-ltmain.sh =================================================================== RCS file: /home/ncvs/ports/databases/gnomedb/files/patch-ltmain.sh,v retrieving revision 1.4 diff -d -u -r1.4 patch-ltmain.sh --- databases/gnomedb/files/patch-ltmain.sh 20 Dec 2001 06:18:56 -0000 1.4 +++ databases/gnomedb/files/patch-ltmain.sh 22 Jan 2002 20:56:05 -0000 @@ -1,19 +1,27 @@ -$FreeBSD: ports/databases/gnomedb/files/patch-ltmain.sh,v 1.4 2001/12/20 06:18:56 sobomax Exp $ +$FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Sun Jan 20 16:11:07 2002 ++++ ltmain.sh Tue Jan 22 13:34:20 2002 +@@ -1060,6 +1060,7 @@ + + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2442,6 +2443,9 @@ + *-*-openbsd*) + # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + if test $build_libtool_need_lc = "yes"; then +@@ -4208,10 +4212,12 @@ fi # Install the pseudo-library for information purposes. Index: x11/gnomecore/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/Makefile,v retrieving revision 1.71 diff -d -u -r1.71 Makefile --- x11/gnomecore/Makefile 13 Jan 2002 21:52:53 -0000 1.71 +++ x11/gnomecore/Makefile 22 Jan 2002 20:56:05 -0000 @@ -6,8 +6,7 @@ # PORTNAME= gnomecore -PORTVERSION= 1.4.0.4 -PORTREVISION= 3 +PORTVERSION= 1.4.0.5 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-core @@ -15,6 +14,7 @@ MAINTAINER?= gnome@FreeBSD.org +BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel LIB_DEPENDS= gtkhtml.21:${PORTSDIR}/www/gtkhtml RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio @@ -26,15 +26,22 @@ CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ --with-gtkhtml=${X11BASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + MSGFMT=${LOCALBASE}/bin/msgfmt-new \ + XGETTEXT=${LOCALBASE}/bin/xgettext-new -MAN1= gnome-session.1 gnome-terminal.1 gnome-wm.1 save-session.1 +MAN1= deskguide_applet.1 gmenu.1 gnome-about.1 gnome-convert.1 \ + gnome-download.1 gnome-edit.1 gnome-hint-properties-capplet.1 \ + gnome-hint.1 gnome-info2html.1 gnome-man2html.1 \ + gnome-panel-add-launcher.1 gnome-panel-properties-capplet.1 \ + gnome-session.1 gnome-terminal.1 gnome-wm.1 panel.1 \ + save-session.1 tasklist_applet.1 MAN5= default.session.5 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 \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' Index: x11/gnomecore/distinfo =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/distinfo,v retrieving revision 1.24 diff -d -u -r1.24 distinfo --- x11/gnomecore/distinfo 10 May 2001 19:34:29 -0000 1.24 +++ x11/gnomecore/distinfo 22 Jan 2002 20:56:05 -0000 @@ -1 +1 @@ -MD5 (gnome-core-1.4.0.4.tar.gz) = 5225e6afa09f2396136af247b3d022ad +MD5 (gnome-core-1.4.0.5.tar.gz) = 34115bc1330c91a15c3547a35fd28296 Index: x11/gnomecore/pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/pkg-plist,v retrieving revision 1.25 diff -d -u -r1.25 pkg-plist --- x11/gnomecore/pkg-plist 3 Aug 2001 06:48:45 -0000 1.25 +++ x11/gnomecore/pkg-plist 22 Jan 2002 20:56:05 -0000 @@ -14,6 +14,7 @@ bin/gnome-man2html bin/gnome-panel-add-launcher bin/gnome-panel-properties-capplet +bin/gnome-panel-screenshot bin/gnome-session bin/gnome-smproxy bin/gnome-terminal @@ -32,6 +33,9 @@ etc/CORBA/servers/tasklist_applet.gnorba etc/appletsConf.sh etc/dockletsConf.sh +etc/gnome/panel-config/panel +etc/gnome/panel-config/panel.d/default/Applet_Config +etc/gnome/panel-config/panel.d/default/panel etc/sound/events/mailcheck.soundlist etc/sound/events/panel.soundlist include/applet-widget.h @@ -111,67 +115,34 @@ share/gnome/gnome-terminal/glade/gnome-terminal.glade share/gnome/help/clock_applet/C/clock.sgml share/gnome/help/clock_applet/C/clock_applet.sgml -share/gnome/help/clock_applet/C/docbook.css share/gnome/help/clock_applet/C/figures/clock_applet.png share/gnome/help/clock_applet/C/figures/clock_settings.png share/gnome/help/clock_applet/C/index.html share/gnome/help/clock_applet/C/ln7.html -share/gnome/help/clock_applet/C/stylesheet-images/caution.gif -share/gnome/help/clock_applet/C/stylesheet-images/home.gif -share/gnome/help/clock_applet/C/stylesheet-images/important.gif -share/gnome/help/clock_applet/C/stylesheet-images/next.gif -share/gnome/help/clock_applet/C/stylesheet-images/note.gif -share/gnome/help/clock_applet/C/stylesheet-images/prev.gif -share/gnome/help/clock_applet/C/stylesheet-images/tip.gif -share/gnome/help/clock_applet/C/stylesheet-images/toc-blank.gif -share/gnome/help/clock_applet/C/stylesheet-images/toc-minus.gif -share/gnome/help/clock_applet/C/stylesheet-images/toc-plus.gif -share/gnome/help/clock_applet/C/stylesheet-images/up.gif -share/gnome/help/clock_applet/C/stylesheet-images/warning.gif share/gnome/help/clock_applet/C/topic.dat share/gnome/help/clock_applet/da/clock.sgml share/gnome/help/clock_applet/da/clock_applet.sgml -share/gnome/help/clock_applet/da/docbook.css share/gnome/help/clock_applet/da/figures/clock_applet.png share/gnome/help/clock_applet/da/figures/clock_settings.png share/gnome/help/clock_applet/da/index.html share/gnome/help/clock_applet/da/ln10.html -share/gnome/help/clock_applet/da/stylesheet-images/caution.gif -share/gnome/help/clock_applet/da/stylesheet-images/home.gif -share/gnome/help/clock_applet/da/stylesheet-images/important.gif -share/gnome/help/clock_applet/da/stylesheet-images/next.gif -share/gnome/help/clock_applet/da/stylesheet-images/note.gif -share/gnome/help/clock_applet/da/stylesheet-images/prev.gif -share/gnome/help/clock_applet/da/stylesheet-images/tip.gif -share/gnome/help/clock_applet/da/stylesheet-images/toc-blank.gif -share/gnome/help/clock_applet/da/stylesheet-images/toc-minus.gif -share/gnome/help/clock_applet/da/stylesheet-images/toc-plus.gif -share/gnome/help/clock_applet/da/stylesheet-images/up.gif -share/gnome/help/clock_applet/da/stylesheet-images/warning.gif share/gnome/help/clock_applet/da/topic.dat share/gnome/help/clock_applet/it/clock.sgml share/gnome/help/clock_applet/it/clock_applet.sgml -share/gnome/help/clock_applet/it/docbook.css share/gnome/help/clock_applet/it/figures/clock_applet.png share/gnome/help/clock_applet/it/figures/clock_settings.png share/gnome/help/clock_applet/it/index.html share/gnome/help/clock_applet/it/ln10.html -share/gnome/help/clock_applet/it/stylesheet-images/caution.gif -share/gnome/help/clock_applet/it/stylesheet-images/home.gif -share/gnome/help/clock_applet/it/stylesheet-images/important.gif -share/gnome/help/clock_applet/it/stylesheet-images/next.gif -share/gnome/help/clock_applet/it/stylesheet-images/note.gif -share/gnome/help/clock_applet/it/stylesheet-images/prev.gif -share/gnome/help/clock_applet/it/stylesheet-images/tip.gif -share/gnome/help/clock_applet/it/stylesheet-images/toc-blank.gif -share/gnome/help/clock_applet/it/stylesheet-images/toc-minus.gif -share/gnome/help/clock_applet/it/stylesheet-images/toc-plus.gif -share/gnome/help/clock_applet/it/stylesheet-images/up.gif -share/gnome/help/clock_applet/it/stylesheet-images/warning.gif share/gnome/help/clock_applet/it/topic.dat +share/gnome/help/clock_applet/no/clock.sgml +share/gnome/help/clock_applet/no/clock_applet.sgml +share/gnome/help/clock_applet/no/figures/clock_applet.png +share/gnome/help/clock_applet/no/figures/clock_settings.png +share/gnome/help/clock_applet/no/index.html +share/gnome/help/clock_applet/no/ln10.html +share/gnome/help/clock_applet/no/topic.dat share/gnome/help/desk-guide_applet/C/desk-guide.sgml share/gnome/help/desk-guide_applet/C/desk-guide_applet.sgml -share/gnome/help/desk-guide_applet/C/docbook.css share/gnome/help/desk-guide_applet/C/figures/deskguide-fig.png share/gnome/help/desk-guide_applet/C/figures/deskguide-properties-advanced-fig.png share/gnome/help/desk-guide_applet/C/figures/deskguide-properties-geometry-fig.png @@ -180,22 +151,9 @@ share/gnome/help/desk-guide_applet/C/figures/deskguide-tasklist-fig.png share/gnome/help/desk-guide_applet/C/index.html share/gnome/help/desk-guide_applet/C/ln7.html -share/gnome/help/desk-guide_applet/C/stylesheet-images/caution.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/home.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/important.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/next.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/note.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/prev.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/tip.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/toc-blank.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/toc-minus.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/toc-plus.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/up.gif -share/gnome/help/desk-guide_applet/C/stylesheet-images/warning.gif share/gnome/help/desk-guide_applet/C/topic.dat share/gnome/help/desk-guide_applet/de/desk-guide.sgml share/gnome/help/desk-guide_applet/de/desk-guide_applet.sgml -share/gnome/help/desk-guide_applet/de/docbook.css share/gnome/help/desk-guide_applet/de/figures/deskguide-fig.png share/gnome/help/desk-guide_applet/de/figures/deskguide-properties-advanced-fig.png share/gnome/help/desk-guide_applet/de/figures/deskguide-properties-geometry-fig.png @@ -204,22 +162,23 @@ share/gnome/help/desk-guide_applet/de/figures/deskguide-tasklist-fig.png share/gnome/help/desk-guide_applet/de/index.html share/gnome/help/desk-guide_applet/de/ln11.html -share/gnome/help/desk-guide_applet/de/stylesheet-images/caution.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/home.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/important.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/next.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/note.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/prev.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/tip.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/toc-blank.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/toc-minus.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/toc-plus.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/up.gif -share/gnome/help/desk-guide_applet/de/stylesheet-images/warning.gif share/gnome/help/desk-guide_applet/de/topic.dat +share/gnome/help/desk-guide_applet/es/authors.sgml +share/gnome/help/desk-guide_applet/es/desk-guide.sgml +share/gnome/help/desk-guide_applet/es/desk-guide_applet.sgml +share/gnome/help/desk-guide_applet/es/figures/deskguide-fig.png +share/gnome/help/desk-guide_applet/es/figures/deskguide-properties-advanced-fig.png +share/gnome/help/desk-guide_applet/es/figures/deskguide-properties-geometry-fig.png +share/gnome/help/desk-guide_applet/es/figures/deskguide-properties-tasks-fig.png +share/gnome/help/desk-guide_applet/es/figures/deskguide-properties.png +share/gnome/help/desk-guide_applet/es/figures/deskguide-tasklist-fig.png +share/gnome/help/desk-guide_applet/es/index.html +share/gnome/help/desk-guide_applet/es/licencia-es.sgml +share/gnome/help/desk-guide_applet/es/licencia-nota-es.sgml +share/gnome/help/desk-guide_applet/es/license.sgml +share/gnome/help/desk-guide_applet/es/ln11.html share/gnome/help/desk-guide_applet/it/desk-guide.sgml share/gnome/help/desk-guide_applet/it/desk-guide_applet.sgml -share/gnome/help/desk-guide_applet/it/docbook.css share/gnome/help/desk-guide_applet/it/figures/deskguide-fig.png share/gnome/help/desk-guide_applet/it/figures/deskguide-properties-advanced-fig.png share/gnome/help/desk-guide_applet/it/figures/deskguide-properties-geometry-fig.png @@ -228,20 +187,7 @@ share/gnome/help/desk-guide_applet/it/figures/deskguide-tasklist-fig.png share/gnome/help/desk-guide_applet/it/index.html share/gnome/help/desk-guide_applet/it/ln7.html -share/gnome/help/desk-guide_applet/it/stylesheet-images/caution.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/home.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/important.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/next.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/note.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/prev.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/tip.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/toc-blank.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/toc-minus.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/toc-plus.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/up.gif -share/gnome/help/desk-guide_applet/it/stylesheet-images/warning.gif share/gnome/help/desk-guide_applet/it/topic.dat -share/gnome/help/fdl/C/docbook.css share/gnome/help/fdl/C/fdl-section1.html share/gnome/help/fdl/C/fdl-section10.html share/gnome/help/fdl/C/fdl-section2.html @@ -256,165 +202,49 @@ share/gnome/help/fdl/C/fdl.sgml share/gnome/help/fdl/C/index.html share/gnome/help/fdl/C/ln8.html -share/gnome/help/fdl/C/stylesheet-images/caution.gif -share/gnome/help/fdl/C/stylesheet-images/home.gif -share/gnome/help/fdl/C/stylesheet-images/important.gif -share/gnome/help/fdl/C/stylesheet-images/next.gif -share/gnome/help/fdl/C/stylesheet-images/note.gif -share/gnome/help/fdl/C/stylesheet-images/prev.gif -share/gnome/help/fdl/C/stylesheet-images/tip.gif -share/gnome/help/fdl/C/stylesheet-images/toc-blank.gif -share/gnome/help/fdl/C/stylesheet-images/toc-minus.gif -share/gnome/help/fdl/C/stylesheet-images/toc-plus.gif -share/gnome/help/fdl/C/stylesheet-images/up.gif -share/gnome/help/fdl/C/stylesheet-images/warning.gif -share/gnome/help/fish_applet/C/docbook.css share/gnome/help/fish_applet/C/figures/fish_applet.png share/gnome/help/fish_applet/C/figures/fish_settings.png share/gnome/help/fish_applet/C/fish.sgml share/gnome/help/fish_applet/C/fish_applet.sgml share/gnome/help/fish_applet/C/index.html share/gnome/help/fish_applet/C/ln7.html -share/gnome/help/fish_applet/C/stylesheet-images/caution.gif -share/gnome/help/fish_applet/C/stylesheet-images/home.gif -share/gnome/help/fish_applet/C/stylesheet-images/important.gif -share/gnome/help/fish_applet/C/stylesheet-images/next.gif -share/gnome/help/fish_applet/C/stylesheet-images/note.gif -share/gnome/help/fish_applet/C/stylesheet-images/prev.gif -share/gnome/help/fish_applet/C/stylesheet-images/tip.gif -share/gnome/help/fish_applet/C/stylesheet-images/toc-blank.gif -share/gnome/help/fish_applet/C/stylesheet-images/toc-minus.gif -share/gnome/help/fish_applet/C/stylesheet-images/toc-plus.gif -share/gnome/help/fish_applet/C/stylesheet-images/up.gif -share/gnome/help/fish_applet/C/stylesheet-images/warning.gif share/gnome/help/fish_applet/C/topic.dat -share/gnome/help/fish_applet/da/docbook.css share/gnome/help/fish_applet/da/figures/fish_applet.png share/gnome/help/fish_applet/da/figures/fish_settings.png share/gnome/help/fish_applet/da/fish.sgml share/gnome/help/fish_applet/da/fish_applet.sgml share/gnome/help/fish_applet/da/index.html share/gnome/help/fish_applet/da/ln10.html -share/gnome/help/fish_applet/da/stylesheet-images/caution.gif -share/gnome/help/fish_applet/da/stylesheet-images/home.gif -share/gnome/help/fish_applet/da/stylesheet-images/important.gif -share/gnome/help/fish_applet/da/stylesheet-images/next.gif -share/gnome/help/fish_applet/da/stylesheet-images/note.gif -share/gnome/help/fish_applet/da/stylesheet-images/prev.gif -share/gnome/help/fish_applet/da/stylesheet-images/tip.gif -share/gnome/help/fish_applet/da/stylesheet-images/toc-blank.gif -share/gnome/help/fish_applet/da/stylesheet-images/toc-minus.gif -share/gnome/help/fish_applet/da/stylesheet-images/toc-plus.gif -share/gnome/help/fish_applet/da/stylesheet-images/up.gif -share/gnome/help/fish_applet/da/stylesheet-images/warning.gif share/gnome/help/fish_applet/da/topic.dat -share/gnome/help/fish_applet/it/docbook.css share/gnome/help/fish_applet/it/figures/fish_applet.png share/gnome/help/fish_applet/it/figures/fish_settings.png share/gnome/help/fish_applet/it/fish.sgml share/gnome/help/fish_applet/it/fish_applet.sgml share/gnome/help/fish_applet/it/index.html share/gnome/help/fish_applet/it/ln10.html -share/gnome/help/fish_applet/it/stylesheet-images/caution.gif -share/gnome/help/fish_applet/it/stylesheet-images/home.gif -share/gnome/help/fish_applet/it/stylesheet-images/important.gif -share/gnome/help/fish_applet/it/stylesheet-images/next.gif -share/gnome/help/fish_applet/it/stylesheet-images/note.gif -share/gnome/help/fish_applet/it/stylesheet-images/prev.gif -share/gnome/help/fish_applet/it/stylesheet-images/tip.gif -share/gnome/help/fish_applet/it/stylesheet-images/toc-blank.gif -share/gnome/help/fish_applet/it/stylesheet-images/toc-minus.gif -share/gnome/help/fish_applet/it/stylesheet-images/toc-plus.gif -share/gnome/help/fish_applet/it/stylesheet-images/up.gif -share/gnome/help/fish_applet/it/stylesheet-images/warning.gif share/gnome/help/fish_applet/it/topic.dat -share/gnome/help/fish_applet/no/docbook.css share/gnome/help/fish_applet/no/figures/fish_applet.png share/gnome/help/fish_applet/no/figures/fish_settings.png share/gnome/help/fish_applet/no/fish.sgml share/gnome/help/fish_applet/no/fish_applet.sgml share/gnome/help/fish_applet/no/index.html share/gnome/help/fish_applet/no/ln10.html -share/gnome/help/fish_applet/no/stylesheet-images/caution.gif -share/gnome/help/fish_applet/no/stylesheet-images/home.gif -share/gnome/help/fish_applet/no/stylesheet-images/important.gif -share/gnome/help/fish_applet/no/stylesheet-images/next.gif -share/gnome/help/fish_applet/no/stylesheet-images/note.gif -share/gnome/help/fish_applet/no/stylesheet-images/prev.gif -share/gnome/help/fish_applet/no/stylesheet-images/tip.gif -share/gnome/help/fish_applet/no/stylesheet-images/toc-blank.gif -share/gnome/help/fish_applet/no/stylesheet-images/toc-minus.gif -share/gnome/help/fish_applet/no/stylesheet-images/toc-plus.gif -share/gnome/help/fish_applet/no/stylesheet-images/up.gif -share/gnome/help/fish_applet/no/stylesheet-images/warning.gif share/gnome/help/fish_applet/no/topic.dat share/gnome/help/gen_util_applet/de/clock.sgml -share/gnome/help/gen_util_applet/de/docbook.css share/gnome/help/gen_util_applet/de/gen_util_applet.sgml share/gnome/help/gen_util_applet/de/index.html share/gnome/help/gen_util_applet/de/ln7.html share/gnome/help/gen_util_applet/de/mailcheck.sgml -share/gnome/help/gen_util_applet/de/stylesheet-images/caution.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/caution.png -share/gnome/help/gen_util_applet/de/stylesheet-images/home.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/important.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/important.png -share/gnome/help/gen_util_applet/de/stylesheet-images/next.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/note.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/note.png -share/gnome/help/gen_util_applet/de/stylesheet-images/prev.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/tip.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/tip.png -share/gnome/help/gen_util_applet/de/stylesheet-images/toc-blank.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/toc-minus.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/toc-plus.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/up.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/warning.gif -share/gnome/help/gen_util_applet/de/stylesheet-images/warning.png share/gnome/help/gen_util_applet/de/topic.dat -share/gnome/help/gen_util_applet/no/docbook.css -share/gnome/help/gen_util_applet/no/gen_util_applet.sgml -share/gnome/help/gen_util_applet/no/index.html -share/gnome/help/gen_util_applet/no/ln7.html -share/gnome/help/gen_util_applet/no/mailcheck.sgml -share/gnome/help/gen_util_applet/no/stylesheet-images/caution.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/caution.png -share/gnome/help/gen_util_applet/no/stylesheet-images/home.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/important.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/important.png -share/gnome/help/gen_util_applet/no/stylesheet-images/next.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/note.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/note.png -share/gnome/help/gen_util_applet/no/stylesheet-images/prev.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/tip.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/tip.png -share/gnome/help/gen_util_applet/no/stylesheet-images/toc-blank.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/toc-minus.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/toc-plus.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/up.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/warning.gif -share/gnome/help/gen_util_applet/no/stylesheet-images/warning.png -share/gnome/help/gen_util_applet/no/topic.dat -share/gnome/help/gnome-feedback/C/docbook.css share/gnome/help/gnome-feedback/C/gnome-feedback.sgml share/gnome/help/gnome-feedback/C/index.html share/gnome/help/gnome-feedback/C/ln7.html -share/gnome/help/gnome-feedback/C/stylesheet-images/caution.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/home.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/important.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/next.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/note.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/prev.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/tip.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/up.gif -share/gnome/help/gnome-feedback/C/stylesheet-images/warning.gif +share/gnome/help/gnome-feedback/no/gnome-feedback.sgml +share/gnome/help/gnome-feedback/no/index.html +share/gnome/help/gnome-feedback/no/ln7.html share/gnome/help/gnome-terminal/C/authors.html share/gnome/help/gnome-terminal/C/classes.html share/gnome/help/gnome-terminal/C/config.html -share/gnome/help/gnome-terminal/C/docbook.css share/gnome/help/gnome-terminal/C/environment.html share/gnome/help/gnome-terminal/C/gnome-terminal.sgml share/gnome/help/gnome-terminal/C/index.html @@ -423,24 +253,11 @@ share/gnome/help/gnome-terminal/C/menus.html share/gnome/help/gnome-terminal/C/options.html share/gnome/help/gnome-terminal/C/pointerusage.html -share/gnome/help/gnome-terminal/C/stylesheet-images/caution.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/home.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/important.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/next.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/note.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/prev.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/tip.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/up.gif -share/gnome/help/gnome-terminal/C/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/C/topic.dat share/gnome/help/gnome-terminal/C/usage.html share/gnome/help/gnome-terminal/da/authors.html share/gnome/help/gnome-terminal/da/classes.html share/gnome/help/gnome-terminal/da/config.html -share/gnome/help/gnome-terminal/da/docbook.css share/gnome/help/gnome-terminal/da/emulation.html share/gnome/help/gnome-terminal/da/environment.html share/gnome/help/gnome-terminal/da/gnome-terminal.sgml @@ -449,30 +266,12 @@ share/gnome/help/gnome-terminal/da/menus.html share/gnome/help/gnome-terminal/da/options.html share/gnome/help/gnome-terminal/da/pointerusage.html -share/gnome/help/gnome-terminal/da/stylesheet-images/caution.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/caution.png -share/gnome/help/gnome-terminal/da/stylesheet-images/home.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/important.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/important.png -share/gnome/help/gnome-terminal/da/stylesheet-images/next.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/note.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/note.png -share/gnome/help/gnome-terminal/da/stylesheet-images/prev.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/tip.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/tip.png -share/gnome/help/gnome-terminal/da/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/up.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/warning.gif -share/gnome/help/gnome-terminal/da/stylesheet-images/warning.png share/gnome/help/gnome-terminal/da/terminal.html share/gnome/help/gnome-terminal/da/termtech.html share/gnome/help/gnome-terminal/da/topic.dat share/gnome/help/gnome-terminal/de/authors.html share/gnome/help/gnome-terminal/de/classes.html share/gnome/help/gnome-terminal/de/config.html -share/gnome/help/gnome-terminal/de/docbook.css share/gnome/help/gnome-terminal/de/environment.html share/gnome/help/gnome-terminal/de/gnome-terminal.sgml share/gnome/help/gnome-terminal/de/index.html @@ -480,24 +279,11 @@ share/gnome/help/gnome-terminal/de/menus.html share/gnome/help/gnome-terminal/de/options.html share/gnome/help/gnome-terminal/de/pointerusage.html -share/gnome/help/gnome-terminal/de/stylesheet-images/caution.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/home.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/important.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/next.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/note.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/prev.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/tip.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/up.gif -share/gnome/help/gnome-terminal/de/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/de/topic.dat share/gnome/help/gnome-terminal/de/usage.html share/gnome/help/gnome-terminal/es/authors.html share/gnome/help/gnome-terminal/es/classes.html share/gnome/help/gnome-terminal/es/config.html -share/gnome/help/gnome-terminal/es/docbook.css share/gnome/help/gnome-terminal/es/environment.html share/gnome/help/gnome-terminal/es/gnome-terminal.sgml share/gnome/help/gnome-terminal/es/index.html @@ -505,24 +291,11 @@ share/gnome/help/gnome-terminal/es/menus.html share/gnome/help/gnome-terminal/es/options.html share/gnome/help/gnome-terminal/es/pointerusage.html -share/gnome/help/gnome-terminal/es/stylesheet-images/caution.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/home.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/important.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/next.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/note.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/prev.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/tip.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/up.gif -share/gnome/help/gnome-terminal/es/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/es/topic.dat share/gnome/help/gnome-terminal/es/usage.html share/gnome/help/gnome-terminal/it/authors.html share/gnome/help/gnome-terminal/it/classes.html share/gnome/help/gnome-terminal/it/config.html -share/gnome/help/gnome-terminal/it/docbook.css share/gnome/help/gnome-terminal/it/emulation.html share/gnome/help/gnome-terminal/it/environment.html share/gnome/help/gnome-terminal/it/gnome-terminal.sgml @@ -531,30 +304,11 @@ share/gnome/help/gnome-terminal/it/menus.html share/gnome/help/gnome-terminal/it/options.html share/gnome/help/gnome-terminal/it/pointerusage.html -share/gnome/help/gnome-terminal/it/stylesheet-images/caution.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/caution.png -share/gnome/help/gnome-terminal/it/stylesheet-images/home.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/important.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/important.png -share/gnome/help/gnome-terminal/it/stylesheet-images/next.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/note.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/note.png -share/gnome/help/gnome-terminal/it/stylesheet-images/prev.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/tip.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/tip.png -share/gnome/help/gnome-terminal/it/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/up.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/warning.gif -share/gnome/help/gnome-terminal/it/stylesheet-images/warning.png share/gnome/help/gnome-terminal/it/terminal.html share/gnome/help/gnome-terminal/it/topic.dat share/gnome/help/gnome-terminal/no/authors.html share/gnome/help/gnome-terminal/no/classes.html share/gnome/help/gnome-terminal/no/config.html -share/gnome/help/gnome-terminal/no/docbook.css -share/gnome/help/gnome-terminal/no/emulation.html share/gnome/help/gnome-terminal/no/environment.html share/gnome/help/gnome-terminal/no/gnome-terminal.sgml share/gnome/help/gnome-terminal/no/index.html @@ -562,42 +316,11 @@ share/gnome/help/gnome-terminal/no/menus.html share/gnome/help/gnome-terminal/no/options.html share/gnome/help/gnome-terminal/no/pointerusage.html -share/gnome/help/gnome-terminal/no/stylesheet-images/caution.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/caution.png -share/gnome/help/gnome-terminal/no/stylesheet-images/home.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/important.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/important.png -share/gnome/help/gnome-terminal/no/stylesheet-images/next.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/note.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/note.png -share/gnome/help/gnome-terminal/no/stylesheet-images/prev.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/tip.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/tip.png -share/gnome/help/gnome-terminal/no/stylesheet-images/toc-blank.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/toc-minus.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/toc-plus.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/up.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/warning.gif -share/gnome/help/gnome-terminal/no/stylesheet-images/warning.png -share/gnome/help/gnome-terminal/no/terminal.html -share/gnome/help/gnome-terminal/no/termtech.html share/gnome/help/gnome-terminal/no/topic.dat -share/gnome/help/gpl/C/docbook.css +share/gnome/help/gnome-terminal/no/usage.html share/gnome/help/gpl/C/gpl.sgml share/gnome/help/gpl/C/index.html share/gnome/help/gpl/C/ln7.html -share/gnome/help/gpl/C/stylesheet-images/caution.gif -share/gnome/help/gpl/C/stylesheet-images/home.gif -share/gnome/help/gpl/C/stylesheet-images/important.gif -share/gnome/help/gpl/C/stylesheet-images/next.gif -share/gnome/help/gpl/C/stylesheet-images/note.gif -share/gnome/help/gpl/C/stylesheet-images/prev.gif -share/gnome/help/gpl/C/stylesheet-images/tip.gif -share/gnome/help/gpl/C/stylesheet-images/toc-blank.gif -share/gnome/help/gpl/C/stylesheet-images/toc-minus.gif -share/gnome/help/gpl/C/stylesheet-images/toc-plus.gif -share/gnome/help/gpl/C/stylesheet-images/up.gif -share/gnome/help/gpl/C/stylesheet-images/warning.gif share/gnome/help/gpl/C/terms.html share/gnome/help/help-browser/C/default-page.html share/gnome/help/help-browser/C/gnome-logo-large.png @@ -610,10 +333,6 @@ share/gnome/help/help-browser/da/index.html share/gnome/help/help-browser/da/topic.dat share/gnome/help/help-browser/el/default-page.html -share/gnome/help/help-browser/es/default-page.html -share/gnome/help/help-browser/es/help-browser.html -share/gnome/help/help-browser/es/index.html -share/gnome/help/help-browser/es/topic.dat share/gnome/help/help-browser/et/default-page.html share/gnome/help/help-browser/eu/default-page.html share/gnome/help/help-browser/fr/default-page.html @@ -656,24 +375,11 @@ share/gnome/help/help-browser/wa/help-browser.html share/gnome/help/help-browser/wa/index.html share/gnome/help/help-browser/wa/topic.dat -share/gnome/help/lgpl/C/docbook.css +share/gnome/help/lgpl/C/GPL-LEGALNOTICE.html share/gnome/help/lgpl/C/lgpl.html share/gnome/help/lgpl/C/lgpl.sgml share/gnome/help/lgpl/C/ln7.html -share/gnome/help/lgpl/C/stylesheet-images/caution.gif -share/gnome/help/lgpl/C/stylesheet-images/home.gif -share/gnome/help/lgpl/C/stylesheet-images/important.gif -share/gnome/help/lgpl/C/stylesheet-images/next.gif -share/gnome/help/lgpl/C/stylesheet-images/note.gif -share/gnome/help/lgpl/C/stylesheet-images/prev.gif -share/gnome/help/lgpl/C/stylesheet-images/tip.gif -share/gnome/help/lgpl/C/stylesheet-images/toc-blank.gif -share/gnome/help/lgpl/C/stylesheet-images/toc-minus.gif -share/gnome/help/lgpl/C/stylesheet-images/toc-plus.gif -share/gnome/help/lgpl/C/stylesheet-images/up.gif -share/gnome/help/lgpl/C/stylesheet-images/warning.gif share/gnome/help/lgpl/C/terms.html -share/gnome/help/mailcheck_applet/C/docbook.css share/gnome/help/mailcheck_applet/C/figures/mailcheck-applet.png share/gnome/help/mailcheck_applet/C/figures/mailcheck-properties-mailbox.png share/gnome/help/mailcheck_applet/C/figures/mailcheck-properties-mailcheck.png @@ -681,20 +387,7 @@ share/gnome/help/mailcheck_applet/C/ln7.html share/gnome/help/mailcheck_applet/C/mailcheck.sgml share/gnome/help/mailcheck_applet/C/mailcheck_applet.sgml -share/gnome/help/mailcheck_applet/C/stylesheet-images/caution.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/home.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/important.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/next.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/note.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/prev.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/tip.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/toc-blank.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/toc-minus.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/toc-plus.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/up.gif -share/gnome/help/mailcheck_applet/C/stylesheet-images/warning.gif share/gnome/help/mailcheck_applet/C/topic.dat -share/gnome/help/mailcheck_applet/da/docbook.css share/gnome/help/mailcheck_applet/da/figures/mailcheck-applet.png share/gnome/help/mailcheck_applet/da/figures/mailcheck-properties-mailbox.png share/gnome/help/mailcheck_applet/da/figures/mailcheck-properties-mailcheck.png @@ -702,20 +395,20 @@ share/gnome/help/mailcheck_applet/da/ln8.html share/gnome/help/mailcheck_applet/da/mailcheck.sgml share/gnome/help/mailcheck_applet/da/mailcheck_applet.sgml -share/gnome/help/mailcheck_applet/da/stylesheet-images/caution.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/home.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/important.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/next.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/note.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/prev.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/tip.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/toc-blank.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/toc-minus.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/toc-plus.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/up.gif -share/gnome/help/mailcheck_applet/da/stylesheet-images/warning.gif share/gnome/help/mailcheck_applet/da/topic.dat -share/gnome/help/mailcheck_applet/it/docbook.css +share/gnome/help/mailcheck_applet/es/authors.sgml +share/gnome/help/mailcheck_applet/es/figures/mailcheck-applet.png +share/gnome/help/mailcheck_applet/es/figures/mailcheck-properties-mailbox.png +share/gnome/help/mailcheck_applet/es/figures/mailcheck-properties-mailcheck.png +share/gnome/help/mailcheck_applet/es/index.html +share/gnome/help/mailcheck_applet/es/licencia-es.sgml +share/gnome/help/mailcheck_applet/es/licencia-nota-es.sgml +share/gnome/help/mailcheck_applet/es/license.sgml +share/gnome/help/mailcheck_applet/es/ln10.html +share/gnome/help/mailcheck_applet/es/mailcheck.sgml +share/gnome/help/mailcheck_applet/es/mailcheck_applet.sgml +share/gnome/help/mailcheck_applet/es/topic.dat +share/gnome/help/mailcheck_applet/es/x127.html share/gnome/help/mailcheck_applet/it/figures/mailcheck-applet.png share/gnome/help/mailcheck_applet/it/figures/mailcheck-properties-mailbox.png share/gnome/help/mailcheck_applet/it/figures/mailcheck-properties-mailcheck.png @@ -723,23 +416,18 @@ share/gnome/help/mailcheck_applet/it/ln10.html share/gnome/help/mailcheck_applet/it/mailcheck.sgml share/gnome/help/mailcheck_applet/it/mailcheck_applet.sgml -share/gnome/help/mailcheck_applet/it/stylesheet-images/caution.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/home.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/important.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/next.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/note.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/prev.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/tip.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/toc-blank.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/toc-minus.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/toc-plus.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/up.gif -share/gnome/help/mailcheck_applet/it/stylesheet-images/warning.gif share/gnome/help/mailcheck_applet/it/topic.dat +share/gnome/help/mailcheck_applet/no/figures/mailcheck-applet.png +share/gnome/help/mailcheck_applet/no/figures/mailcheck-properties-mailbox.png +share/gnome/help/mailcheck_applet/no/figures/mailcheck-properties-mailcheck.png +share/gnome/help/mailcheck_applet/no/index.html +share/gnome/help/mailcheck_applet/no/ln10.html +share/gnome/help/mailcheck_applet/no/mailcheck.sgml +share/gnome/help/mailcheck_applet/no/mailcheck_applet.sgml +share/gnome/help/mailcheck_applet/no/topic.dat share/gnome/help/panel/C/appletadd.html share/gnome/help/panel/C/applets.html share/gnome/help/panel/C/authors.html -share/gnome/help/panel/C/docbook.css share/gnome/help/panel/C/drawers.html share/gnome/help/panel/C/figures/create_launcher.png share/gnome/help/panel/C/figures/drawer_open.png @@ -749,11 +437,8 @@ share/gnome/help/panel/C/figures/glob_pref_anim.png share/gnome/help/panel/C/figures/hide-button.png share/gnome/help/panel/C/figures/launcher_advprops.png -share/gnome/help/panel/C/figures/launcher_properties_advanced.png -share/gnome/help/panel/C/figures/launcher_properties_basic.png share/gnome/help/panel/C/figures/launcher_props.png share/gnome/help/panel/C/figures/logout-screen.png -share/gnome/help/panel/C/figures/mainmenu_properties.png share/gnome/help/panel/C/figures/menu_properties.png share/gnome/help/panel/C/figures/mm-button.png share/gnome/help/panel/C/figures/panel_applets.png @@ -761,8 +446,6 @@ share/gnome/help/panel/C/figures/panel_logoutbut.png share/gnome/help/panel/C/figures/panel_props_back.png share/gnome/help/panel/C/figures/panel_props_edge.png -share/gnome/help/panel/C/figures/panel_runbutton.png -share/gnome/help/panel/C/figures/panel_runprogram.png share/gnome/help/panel/C/figures/panel_swallow.png share/gnome/help/panel/C/figures/status_dock.png share/gnome/help/panel/C/globalpanelprefs.html @@ -778,23 +461,11 @@ share/gnome/help/panel/C/panelmove.html share/gnome/help/panel/C/panelproperties.html share/gnome/help/panel/C/specialobjects.html -share/gnome/help/panel/C/stylesheet-images/caution.gif -share/gnome/help/panel/C/stylesheet-images/home.gif -share/gnome/help/panel/C/stylesheet-images/important.gif -share/gnome/help/panel/C/stylesheet-images/next.gif -share/gnome/help/panel/C/stylesheet-images/note.gif -share/gnome/help/panel/C/stylesheet-images/prev.gif -share/gnome/help/panel/C/stylesheet-images/tip.gif -share/gnome/help/panel/C/stylesheet-images/toc-blank.gif -share/gnome/help/panel/C/stylesheet-images/toc-minus.gif -share/gnome/help/panel/C/stylesheet-images/toc-plus.gif -share/gnome/help/panel/C/stylesheet-images/up.gif -share/gnome/help/panel/C/stylesheet-images/warning.gif share/gnome/help/panel/C/topic.dat +share/gnome/help/panel/de/LEGALNOTICE.html share/gnome/help/panel/de/appletadd.html share/gnome/help/panel/de/applets.html share/gnome/help/panel/de/authors.html -share/gnome/help/panel/de/docbook.css share/gnome/help/panel/de/drawers.html share/gnome/help/panel/de/figures/create_launcher.png share/gnome/help/panel/de/figures/drawer_open.png @@ -804,11 +475,8 @@ share/gnome/help/panel/de/figures/glob_pref_anim.png share/gnome/help/panel/de/figures/hide-button.png share/gnome/help/panel/de/figures/launcher_advprops.png -share/gnome/help/panel/de/figures/launcher_properties_advanced.png -share/gnome/help/panel/de/figures/launcher_properties_basic.png share/gnome/help/panel/de/figures/launcher_props.png share/gnome/help/panel/de/figures/logout-screen.png -share/gnome/help/panel/de/figures/mainmenu_properties.png share/gnome/help/panel/de/figures/menu_properties.png share/gnome/help/panel/de/figures/mm-button.png share/gnome/help/panel/de/figures/panel_applets.png @@ -830,24 +498,47 @@ share/gnome/help/panel/de/panelmove.html share/gnome/help/panel/de/panelproperties.html share/gnome/help/panel/de/specialobjects.html -share/gnome/help/panel/de/stylesheet-images/caution.gif -share/gnome/help/panel/de/stylesheet-images/home.gif -share/gnome/help/panel/de/stylesheet-images/important.gif -share/gnome/help/panel/de/stylesheet-images/next.gif -share/gnome/help/panel/de/stylesheet-images/note.gif -share/gnome/help/panel/de/stylesheet-images/prev.gif -share/gnome/help/panel/de/stylesheet-images/tip.gif -share/gnome/help/panel/de/stylesheet-images/toc-blank.gif -share/gnome/help/panel/de/stylesheet-images/toc-minus.gif -share/gnome/help/panel/de/stylesheet-images/toc-plus.gif -share/gnome/help/panel/de/stylesheet-images/up.gif -share/gnome/help/panel/de/stylesheet-images/warning.gif share/gnome/help/panel/de/topic.dat -share/gnome/help/panel/it/appletadd.html -share/gnome/help/panel/it/applets.html -share/gnome/help/panel/it/authors.html -share/gnome/help/panel/it/docbook.css -share/gnome/help/panel/it/drawers.html +share/gnome/help/panel/es/appletadd.html +share/gnome/help/panel/es/applets.html +share/gnome/help/panel/es/authors.sgml +share/gnome/help/panel/es/drawers.html +share/gnome/help/panel/es/figures/create_launcher.png +share/gnome/help/panel/es/figures/drawer_open.png +share/gnome/help/panel/es/figures/drawer_properties.png +share/gnome/help/panel/es/figures/example_menu.png +share/gnome/help/panel/es/figures/example_panel.png +share/gnome/help/panel/es/figures/glob_pref_anim.png +share/gnome/help/panel/es/figures/hide-button.png +share/gnome/help/panel/es/figures/launcher_advprops.png +share/gnome/help/panel/es/figures/launcher_props.png +share/gnome/help/panel/es/figures/logout-screen.png +share/gnome/help/panel/es/figures/menu_properties.png +share/gnome/help/panel/es/figures/mm-button.png +share/gnome/help/panel/es/figures/panel_applets.png +share/gnome/help/panel/es/figures/panel_lockbut.png +share/gnome/help/panel/es/figures/panel_logoutbut.png +share/gnome/help/panel/es/figures/panel_props_back.png +share/gnome/help/panel/es/figures/panel_props_edge.png +share/gnome/help/panel/es/figures/panel_swallow.png +share/gnome/help/panel/es/figures/status_dock.png +share/gnome/help/panel/es/globalpanelprefs.html +share/gnome/help/panel/es/index.html +share/gnome/help/panel/es/launchers.html +share/gnome/help/panel/es/licencia-es.sgml +share/gnome/help/panel/es/licencia-nota-es.sgml +share/gnome/help/panel/es/license.sgml +share/gnome/help/panel/es/ln12.html +share/gnome/help/panel/es/mainmenu.html +share/gnome/help/panel/es/menus.html +share/gnome/help/panel/es/panel.sgml +share/gnome/help/panel/es/panelbasics.html +share/gnome/help/panel/es/panelbugs.html +share/gnome/help/panel/es/panelmove.html +share/gnome/help/panel/es/panelproperties.html +share/gnome/help/panel/es/specialobjects.html +share/gnome/help/panel/es/topic.dat +share/gnome/help/panel/es/x1234.html share/gnome/help/panel/it/figures/create_launcher.png share/gnome/help/panel/it/figures/drawer_open.png share/gnome/help/panel/it/figures/drawer_properties.png @@ -871,35 +562,14 @@ share/gnome/help/panel/it/figures/panel_runprogram.png share/gnome/help/panel/it/figures/panel_swallow.png share/gnome/help/panel/it/figures/status_dock.png -share/gnome/help/panel/it/globalpanelprefs.html share/gnome/help/panel/it/index.html -share/gnome/help/panel/it/launchers.html share/gnome/help/panel/it/ln9.html -share/gnome/help/panel/it/mainmenu.html -share/gnome/help/panel/it/menus.html share/gnome/help/panel/it/panel.sgml share/gnome/help/panel/it/panelbasics.html -share/gnome/help/panel/it/panelbugs.html -share/gnome/help/panel/it/panelmove.html -share/gnome/help/panel/it/panelproperties.html -share/gnome/help/panel/it/specialobjects.html -share/gnome/help/panel/it/stylesheet-images/caution.gif -share/gnome/help/panel/it/stylesheet-images/home.gif -share/gnome/help/panel/it/stylesheet-images/important.gif -share/gnome/help/panel/it/stylesheet-images/next.gif -share/gnome/help/panel/it/stylesheet-images/note.gif -share/gnome/help/panel/it/stylesheet-images/prev.gif -share/gnome/help/panel/it/stylesheet-images/tip.gif -share/gnome/help/panel/it/stylesheet-images/toc-blank.gif -share/gnome/help/panel/it/stylesheet-images/toc-minus.gif -share/gnome/help/panel/it/stylesheet-images/toc-plus.gif -share/gnome/help/panel/it/stylesheet-images/up.gif -share/gnome/help/panel/it/stylesheet-images/warning.gif share/gnome/help/panel/it/topic.dat share/gnome/help/panel/ja/appletadd.html share/gnome/help/panel/ja/applets.html share/gnome/help/panel/ja/authors.html -share/gnome/help/panel/ja/docbook.css share/gnome/help/panel/ja/drawers.html share/gnome/help/panel/ja/figures/create_launcher.png share/gnome/help/panel/ja/figures/drawer_open.png @@ -909,11 +579,8 @@ share/gnome/help/panel/ja/figures/glob_pref_anim.png share/gnome/help/panel/ja/figures/hide-button.png share/gnome/help/panel/ja/figures/launcher_advprops.png -share/gnome/help/panel/ja/figures/launcher_properties_advanced.png -share/gnome/help/panel/ja/figures/launcher_properties_basic.png share/gnome/help/panel/ja/figures/launcher_props.png share/gnome/help/panel/ja/figures/logout-screen.png -share/gnome/help/panel/ja/figures/mainmenu_properties.png share/gnome/help/panel/ja/figures/menu_properties.png share/gnome/help/panel/ja/figures/mm-button.png share/gnome/help/panel/ja/figures/panel_applets.png @@ -921,8 +588,6 @@ share/gnome/help/panel/ja/figures/panel_logoutbut.png share/gnome/help/panel/ja/figures/panel_props_back.png share/gnome/help/panel/ja/figures/panel_props_edge.png -share/gnome/help/panel/ja/figures/panel_runbutton.png -share/gnome/help/panel/ja/figures/panel_runprogram.png share/gnome/help/panel/ja/figures/panel_swallow.png share/gnome/help/panel/ja/figures/status_dock.png share/gnome/help/panel/ja/globalpanelprefs.html @@ -938,107 +603,85 @@ share/gnome/help/panel/ja/panelmove.html share/gnome/help/panel/ja/panelproperties.html share/gnome/help/panel/ja/specialobjects.html -share/gnome/help/panel/ja/stylesheet-images/caution.gif -share/gnome/help/panel/ja/stylesheet-images/home.gif -share/gnome/help/panel/ja/stylesheet-images/important.gif -share/gnome/help/panel/ja/stylesheet-images/next.gif -share/gnome/help/panel/ja/stylesheet-images/note.gif -share/gnome/help/panel/ja/stylesheet-images/prev.gif -share/gnome/help/panel/ja/stylesheet-images/tip.gif -share/gnome/help/panel/ja/stylesheet-images/toc-blank.gif -share/gnome/help/panel/ja/stylesheet-images/toc-minus.gif -share/gnome/help/panel/ja/stylesheet-images/toc-plus.gif -share/gnome/help/panel/ja/stylesheet-images/up.gif -share/gnome/help/panel/ja/stylesheet-images/warning.gif share/gnome/help/panel/ja/topic.dat -share/gnome/help/printer_applet/C/docbook.css +share/gnome/help/panel/no/appletadd.html +share/gnome/help/panel/no/applets.html +share/gnome/help/panel/no/authors.html +share/gnome/help/panel/no/drawers.html +share/gnome/help/panel/no/figures/create_launcher.png +share/gnome/help/panel/no/figures/drawer_open.png +share/gnome/help/panel/no/figures/drawer_properties.png +share/gnome/help/panel/no/figures/example_menu.png +share/gnome/help/panel/no/figures/example_panel.png +share/gnome/help/panel/no/figures/glob_pref_anim.png +share/gnome/help/panel/no/figures/hide-button.png +share/gnome/help/panel/no/figures/launcher_advprops.png +share/gnome/help/panel/no/figures/launcher_props.png +share/gnome/help/panel/no/figures/logout-screen.png +share/gnome/help/panel/no/figures/menu_properties.png +share/gnome/help/panel/no/figures/mm-button.png +share/gnome/help/panel/no/figures/panel_applets.png +share/gnome/help/panel/no/figures/panel_lockbut.png +share/gnome/help/panel/no/figures/panel_logoutbut.png +share/gnome/help/panel/no/figures/panel_props_back.png +share/gnome/help/panel/no/figures/panel_props_edge.png +share/gnome/help/panel/no/figures/panel_swallow.png +share/gnome/help/panel/no/figures/status_dock.png +share/gnome/help/panel/no/globalpanelprefs.html +share/gnome/help/panel/no/index.html +share/gnome/help/panel/no/launchers.html +share/gnome/help/panel/no/ln9.html +share/gnome/help/panel/no/mainmenu.html +share/gnome/help/panel/no/menus.html +share/gnome/help/panel/no/panel.sgml +share/gnome/help/panel/no/panelbasics.html +share/gnome/help/panel/no/panelbugs.html +share/gnome/help/panel/no/panelmove.html +share/gnome/help/panel/no/panelproperties.html +share/gnome/help/panel/no/specialobjects.html +share/gnome/help/panel/no/topic.dat share/gnome/help/printer_applet/C/figures/printer-fig.png share/gnome/help/printer_applet/C/figures/printer-properties.png share/gnome/help/printer_applet/C/index.html share/gnome/help/printer_applet/C/ln7.html share/gnome/help/printer_applet/C/printer.sgml share/gnome/help/printer_applet/C/printer_applet.sgml -share/gnome/help/printer_applet/C/stylesheet-images/caution.gif -share/gnome/help/printer_applet/C/stylesheet-images/home.gif -share/gnome/help/printer_applet/C/stylesheet-images/important.gif -share/gnome/help/printer_applet/C/stylesheet-images/next.gif -share/gnome/help/printer_applet/C/stylesheet-images/note.gif -share/gnome/help/printer_applet/C/stylesheet-images/prev.gif -share/gnome/help/printer_applet/C/stylesheet-images/tip.gif -share/gnome/help/printer_applet/C/stylesheet-images/toc-blank.gif -share/gnome/help/printer_applet/C/stylesheet-images/toc-minus.gif -share/gnome/help/printer_applet/C/stylesheet-images/toc-plus.gif -share/gnome/help/printer_applet/C/stylesheet-images/up.gif -share/gnome/help/printer_applet/C/stylesheet-images/warning.gif share/gnome/help/printer_applet/C/topic.dat -share/gnome/help/printer_applet/da/docbook.css share/gnome/help/printer_applet/da/figures/printer-fig.png share/gnome/help/printer_applet/da/figures/printer-properties.png share/gnome/help/printer_applet/da/index.html share/gnome/help/printer_applet/da/ln10.html share/gnome/help/printer_applet/da/printer.sgml share/gnome/help/printer_applet/da/printer_applet.sgml -share/gnome/help/printer_applet/da/stylesheet-images/caution.gif -share/gnome/help/printer_applet/da/stylesheet-images/home.gif -share/gnome/help/printer_applet/da/stylesheet-images/important.gif -share/gnome/help/printer_applet/da/stylesheet-images/next.gif -share/gnome/help/printer_applet/da/stylesheet-images/note.gif -share/gnome/help/printer_applet/da/stylesheet-images/prev.gif -share/gnome/help/printer_applet/da/stylesheet-images/tip.gif -share/gnome/help/printer_applet/da/stylesheet-images/toc-blank.gif -share/gnome/help/printer_applet/da/stylesheet-images/toc-minus.gif -share/gnome/help/printer_applet/da/stylesheet-images/toc-plus.gif -share/gnome/help/printer_applet/da/stylesheet-images/up.gif -share/gnome/help/printer_applet/da/stylesheet-images/warning.gif share/gnome/help/printer_applet/da/topic.dat -share/gnome/help/printer_applet/es/docbook.css +share/gnome/help/printer_applet/es/authors.sgml +share/gnome/help/printer_applet/es/figures/printer-fig.png +share/gnome/help/printer_applet/es/figures/printer-properties.png share/gnome/help/printer_applet/es/index.html +share/gnome/help/printer_applet/es/licencia-es.sgml +share/gnome/help/printer_applet/es/licencia-nota-es.sgml +share/gnome/help/printer_applet/es/license.sgml share/gnome/help/printer_applet/es/ln10.html -share/gnome/help/printer_applet/es/printer-fig.png -share/gnome/help/printer_applet/es/printer-properties.png share/gnome/help/printer_applet/es/printer.sgml share/gnome/help/printer_applet/es/printer_applet.sgml -share/gnome/help/printer_applet/es/stylesheet-images/caution.gif -share/gnome/help/printer_applet/es/stylesheet-images/caution.png -share/gnome/help/printer_applet/es/stylesheet-images/home.gif -share/gnome/help/printer_applet/es/stylesheet-images/important.gif -share/gnome/help/printer_applet/es/stylesheet-images/important.png -share/gnome/help/printer_applet/es/stylesheet-images/next.gif -share/gnome/help/printer_applet/es/stylesheet-images/note.gif -share/gnome/help/printer_applet/es/stylesheet-images/note.png -share/gnome/help/printer_applet/es/stylesheet-images/prev.gif -share/gnome/help/printer_applet/es/stylesheet-images/tip.gif -share/gnome/help/printer_applet/es/stylesheet-images/tip.png -share/gnome/help/printer_applet/es/stylesheet-images/toc-blank.gif -share/gnome/help/printer_applet/es/stylesheet-images/toc-minus.gif -share/gnome/help/printer_applet/es/stylesheet-images/toc-plus.gif -share/gnome/help/printer_applet/es/stylesheet-images/up.gif -share/gnome/help/printer_applet/es/stylesheet-images/warning.gif -share/gnome/help/printer_applet/es/stylesheet-images/warning.png share/gnome/help/printer_applet/es/topic.dat -share/gnome/help/printer_applet/it/docbook.css share/gnome/help/printer_applet/it/figures/printer-fig.png share/gnome/help/printer_applet/it/figures/printer-properties.png share/gnome/help/printer_applet/it/index.html share/gnome/help/printer_applet/it/ln10.html share/gnome/help/printer_applet/it/printer.sgml share/gnome/help/printer_applet/it/printer_applet.sgml -share/gnome/help/printer_applet/it/stylesheet-images/caution.gif -share/gnome/help/printer_applet/it/stylesheet-images/home.gif -share/gnome/help/printer_applet/it/stylesheet-images/important.gif -share/gnome/help/printer_applet/it/stylesheet-images/next.gif -share/gnome/help/printer_applet/it/stylesheet-images/note.gif -share/gnome/help/printer_applet/it/stylesheet-images/prev.gif -share/gnome/help/printer_applet/it/stylesheet-images/tip.gif -share/gnome/help/printer_applet/it/stylesheet-images/toc-blank.gif -share/gnome/help/printer_applet/it/stylesheet-images/toc-minus.gif -share/gnome/help/printer_applet/it/stylesheet-images/toc-plus.gif -share/gnome/help/printer_applet/it/stylesheet-images/up.gif -share/gnome/help/printer_applet/it/stylesheet-images/warning.gif share/gnome/help/printer_applet/it/topic.dat +share/gnome/help/printer_applet/no/figures/printer-fig.png +share/gnome/help/printer_applet/no/figures/printer-properties.png +share/gnome/help/printer_applet/no/index.html +share/gnome/help/printer_applet/no/ln7.html +share/gnome/help/printer_applet/no/printer.sgml +share/gnome/help/printer_applet/no/printer_applet.sgml +share/gnome/help/printer_applet/no/topic.dat +share/gnome/help/session/C/LEGALNOTICE.html share/gnome/help/session/C/authors.html share/gnome/help/session/C/bugs.html -share/gnome/help/session/C/docbook.css share/gnome/help/session/C/figures/button_remove.png share/gnome/help/session/C/figures/session-properties.png share/gnome/help/session/C/figures/stock_exec.png @@ -1050,23 +693,9 @@ share/gnome/help/session/C/figures/stock_trash.png share/gnome/help/session/C/index.html share/gnome/help/session/C/license.html -share/gnome/help/session/C/ln7.html share/gnome/help/session/C/session.sgml -share/gnome/help/session/C/stylesheet-images/caution.gif -share/gnome/help/session/C/stylesheet-images/home.gif -share/gnome/help/session/C/stylesheet-images/important.gif -share/gnome/help/session/C/stylesheet-images/next.gif -share/gnome/help/session/C/stylesheet-images/note.gif -share/gnome/help/session/C/stylesheet-images/prev.gif -share/gnome/help/session/C/stylesheet-images/tip.gif -share/gnome/help/session/C/stylesheet-images/toc-blank.gif -share/gnome/help/session/C/stylesheet-images/toc-minus.gif -share/gnome/help/session/C/stylesheet-images/toc-plus.gif -share/gnome/help/session/C/stylesheet-images/up.gif -share/gnome/help/session/C/stylesheet-images/warning.gif share/gnome/help/session/ja/authors.html share/gnome/help/session/ja/bugs.html -share/gnome/help/session/ja/docbook.css share/gnome/help/session/ja/figures/button_remove.png share/gnome/help/session/ja/figures/session-properties.png share/gnome/help/session/ja/figures/stock_exec.png @@ -1077,43 +706,27 @@ share/gnome/help/session/ja/figures/stock_timer.png share/gnome/help/session/ja/figures/stock_trash.png share/gnome/help/session/ja/index.html -share/gnome/help/session/ja/license.html share/gnome/help/session/ja/ln10.html share/gnome/help/session/ja/session.sgml -share/gnome/help/session/ja/stylesheet-images/caution.gif -share/gnome/help/session/ja/stylesheet-images/home.gif -share/gnome/help/session/ja/stylesheet-images/important.gif -share/gnome/help/session/ja/stylesheet-images/next.gif -share/gnome/help/session/ja/stylesheet-images/note.gif -share/gnome/help/session/ja/stylesheet-images/prev.gif -share/gnome/help/session/ja/stylesheet-images/tip.gif -share/gnome/help/session/ja/stylesheet-images/toc-blank.gif -share/gnome/help/session/ja/stylesheet-images/toc-minus.gif -share/gnome/help/session/ja/stylesheet-images/toc-plus.gif -share/gnome/help/session/ja/stylesheet-images/up.gif -share/gnome/help/session/ja/stylesheet-images/warning.gif -share/gnome/help/tasklist_applet/C/docbook.css share/gnome/help/tasklist_applet/C/figures/tasklist-fig.png share/gnome/help/tasklist_applet/C/figures/tasklist-properties-size.png share/gnome/help/tasklist_applet/C/figures/tasklist-properties.png share/gnome/help/tasklist_applet/C/figures/tasklist-rightclick-fig.png share/gnome/help/tasklist_applet/C/index.html share/gnome/help/tasklist_applet/C/ln7.html -share/gnome/help/tasklist_applet/C/stylesheet-images/caution.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/home.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/important.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/next.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/note.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/prev.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/tip.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/toc-blank.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/toc-minus.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/toc-plus.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/up.gif -share/gnome/help/tasklist_applet/C/stylesheet-images/warning.gif share/gnome/help/tasklist_applet/C/tasklist.sgml share/gnome/help/tasklist_applet/C/tasklist_applet.sgml share/gnome/help/tasklist_applet/C/topic.dat +share/gnome/help/tasklist_applet/es/figures/tasklist-fig.png +share/gnome/help/tasklist_applet/es/figures/tasklist-properties-size.png +share/gnome/help/tasklist_applet/es/figures/tasklist-properties.png +share/gnome/help/tasklist_applet/es/figures/tasklist-rightclick-fig.png +share/gnome/help/tasklist_applet/es/index.html +share/gnome/help/tasklist_applet/es/ln10.html +share/gnome/help/tasklist_applet/es/tasklist.sgml +share/gnome/help/tasklist_applet/es/tasklist_applet.sgml +share/gnome/help/tasklist_applet/es/topic.dat +share/gnome/help/tasklist_applet/es/x210.html share/gnome/hints/panel.hints share/gnome/html/panel-decl.txt share/gnome/html/panel-sections.txt @@ -1145,12 +758,39 @@ share/gnome/idl/Terminal.idl share/gnome/idl/gnome-panel.idl share/gnome/idl/help-browser.idl +share/gnome/mc/templates/Emacs.desktop +share/gnome/mc/templates/Eterm.desktop +share/gnome/mc/templates/FileRunner.desktop share/gnome/mc/templates/GIMP.desktop +share/gnome/mc/templates/GXanim.desktop +share/gnome/mc/templates/Gmc.desktop +share/gnome/mc/templates/Imlib_config.desktop +share/gnome/mc/templates/Kterm.desktop +share/gnome/mc/templates/Netscape.desktop +share/gnome/mc/templates/TkSETI.desktop +share/gnome/mc/templates/Tkrat.desktop +share/gnome/mc/templates/UNIX-regular.desktop +share/gnome/mc/templates/UNIX.desktop +share/gnome/mc/templates/Vim.desktop +share/gnome/mc/templates/Vnterm.desktop +share/gnome/mc/templates/WordPerfect.desktop +share/gnome/mc/templates/XEphem.desktop +share/gnome/mc/templates/XMcd.desktop +share/gnome/mc/templates/Xemacs.desktop +share/gnome/mc/templates/gaspell.desktop +share/gnome/mc/templates/lynx.desktop +share/gnome/mc/templates/realplayer.desktop +share/gnome/mc/templates/rxvt.desktop +share/gnome/mc/templates/xcolsel.desktop +share/gnome/mc/templates/xmix.desktop +share/gnome/mc/templates/xv.desktop share/gnome/omf/gnome-core/clock_applet-C.omf share/gnome/omf/gnome-core/clock_applet-da.omf share/gnome/omf/gnome-core/clock_applet-it.omf +share/gnome/omf/gnome-core/clock_applet-no.omf share/gnome/omf/gnome-core/desk-guide_applet-C.omf share/gnome/omf/gnome-core/desk-guide_applet-de.omf +share/gnome/omf/gnome-core/desk-guide_applet-es.omf share/gnome/omf/gnome-core/desk-guide_applet-it.omf share/gnome/omf/gnome-core/fdl-C.omf share/gnome/omf/gnome-core/fish_applet-C.omf @@ -1158,26 +798,35 @@ share/gnome/omf/gnome-core/fish_applet-it.omf share/gnome/omf/gnome-core/fish_applet-no.omf share/gnome/omf/gnome-core/gen_util_applet-de.omf -share/gnome/omf/gnome-core/gen_util_applet-no.omf share/gnome/omf/gnome-core/gnome-feedback-C.omf +share/gnome/omf/gnome-core/gnome-feedback-no.omf share/gnome/omf/gnome-core/gnome-terminal-C.omf share/gnome/omf/gnome-core/gnome-terminal-de.omf share/gnome/omf/gnome-core/gnome-terminal-es.omf +share/gnome/omf/gnome-core/gnome-terminal-no.omf share/gnome/omf/gnome-core/gpl-C.omf share/gnome/omf/gnome-core/lgpl-C.omf share/gnome/omf/gnome-core/mailcheck_applet-C.omf share/gnome/omf/gnome-core/mailcheck_applet-da.omf +share/gnome/omf/gnome-core/mailcheck_applet-es.omf share/gnome/omf/gnome-core/mailcheck_applet-it.omf +share/gnome/omf/gnome-core/mailcheck_applet-no.omf share/gnome/omf/gnome-core/panel-C.omf share/gnome/omf/gnome-core/panel-de.omf +share/gnome/omf/gnome-core/panel-es.omf share/gnome/omf/gnome-core/panel-it.omf share/gnome/omf/gnome-core/panel-ja.omf +share/gnome/omf/gnome-core/panel-no.omf share/gnome/omf/gnome-core/printer_applet-C.omf share/gnome/omf/gnome-core/printer_applet-da.omf +share/gnome/omf/gnome-core/printer_applet-es.omf share/gnome/omf/gnome-core/printer_applet-it.omf +share/gnome/omf/gnome-core/printer_applet-no.omf share/gnome/omf/gnome-core/session-C.omf share/gnome/omf/gnome-core/session-ja.omf share/gnome/omf/gnome-core/tasklist_applet-C.omf +share/gnome/omf/gnome-core/tasklist_applet-es.omf +share/gnome/panel/gnome-panel-screenshot.glade share/gnome/pixmaps/apple-green.png share/gnome/pixmaps/apple-red.png share/gnome/pixmaps/fish/fishanim.png @@ -1303,8 +952,8 @@ share/gnome/pixmaps/panel-folder.png share/gnome/pixmaps/panel-knob.png share/gnome/pixmaps/panel-menu-main.png -share/gnome/pixmaps/splash/gnome-splash.png share/gnome/pixmaps/splash/gnome-splash-1.4.0.png +share/gnome/pixmaps/splash/gnome-splash.png share/gnome/pixmaps/tiles/tile-blue-down.png share/gnome/pixmaps/tiles/tile-blue-up.png share/gnome/pixmaps/tiles/tile-coral-down.png @@ -1347,6 +996,7 @@ share/locale/ko/LC_MESSAGES/gnome-core.mo share/locale/lt/LC_MESSAGES/gnome-core.mo share/locale/lv/LC_MESSAGES/gnome-core.mo +share/locale/ms/LC_MESSAGES/gnome-core.mo share/locale/nl/LC_MESSAGES/gnome-core.mo share/locale/nn/LC_MESSAGES/gnome-core.mo share/locale/no/LC_MESSAGES/gnome-core.mo @@ -1364,17 +1014,21 @@ share/locale/tr/LC_MESSAGES/gnome-core.mo share/locale/uk/LC_MESSAGES/gnome-core.mo share/locale/wa/LC_MESSAGES/gnome-core.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-core.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo +share/locale/zh_CN/LC_MESSAGES/gnome-core.mo +share/locale/zh_TW/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/pixmaps/tiles @dirrm share/gnome/pixmaps/splash @dirrm share/gnome/pixmaps/mailcheck @dirrm share/gnome/pixmaps/fish +@dirrm share/gnome/panel +@dirrm share/gnome/omf/gnome-core @dirrm share/gnome/mc/templates @dirrm share/gnome/mc -@dirrm share/gnome/omf/gnome-core @dirrm share/gnome/html/panel @dirrm share/gnome/hints +@dirrm share/gnome/help/tasklist_applet/es/stylesheet-images +@dirrm share/gnome/help/tasklist_applet/es/figures +@dirrm share/gnome/help/tasklist_applet/es @dirrm share/gnome/help/tasklist_applet/C/stylesheet-images @dirrm share/gnome/help/tasklist_applet/C/figures @dirrm share/gnome/help/tasklist_applet/C @@ -1386,10 +1040,14 @@ @dirrm share/gnome/help/session/C/figures @dirrm share/gnome/help/session/C @dirrm share/gnome/help/session +@dirrm share/gnome/help/printer_applet/no/stylesheet-images +@dirrm share/gnome/help/printer_applet/no/figures +@dirrm share/gnome/help/printer_applet/no @dirrm share/gnome/help/printer_applet/it/stylesheet-images @dirrm share/gnome/help/printer_applet/it/figures @dirrm share/gnome/help/printer_applet/it @dirrm share/gnome/help/printer_applet/es/stylesheet-images +@dirrm share/gnome/help/printer_applet/es/figures @dirrm share/gnome/help/printer_applet/es @dirrm share/gnome/help/printer_applet/da/stylesheet-images @dirrm share/gnome/help/printer_applet/da/figures @@ -1398,12 +1056,18 @@ @dirrm share/gnome/help/printer_applet/C/figures @dirrm share/gnome/help/printer_applet/C @dirrm share/gnome/help/printer_applet +@dirrm share/gnome/help/panel/no/stylesheet-images +@dirrm share/gnome/help/panel/no/figures +@dirrm share/gnome/help/panel/no @dirrm share/gnome/help/panel/ja/stylesheet-images @dirrm share/gnome/help/panel/ja/figures @dirrm share/gnome/help/panel/ja @dirrm share/gnome/help/panel/it/stylesheet-images @dirrm share/gnome/help/panel/it/figures @dirrm share/gnome/help/panel/it +@dirrm share/gnome/help/panel/es/stylesheet-images +@dirrm share/gnome/help/panel/es/figures +@dirrm share/gnome/help/panel/es @dirrm share/gnome/help/panel/de/stylesheet-images @dirrm share/gnome/help/panel/de/figures @dirrm share/gnome/help/panel/de @@ -1411,9 +1075,15 @@ @dirrm share/gnome/help/panel/C/figures @dirrm share/gnome/help/panel/C @dirrm share/gnome/help/panel +@dirrm share/gnome/help/mailcheck_applet/no/stylesheet-images +@dirrm share/gnome/help/mailcheck_applet/no/figures +@dirrm share/gnome/help/mailcheck_applet/no @dirrm share/gnome/help/mailcheck_applet/it/stylesheet-images @dirrm share/gnome/help/mailcheck_applet/it/figures @dirrm share/gnome/help/mailcheck_applet/it +@dirrm share/gnome/help/mailcheck_applet/es/stylesheet-images +@dirrm share/gnome/help/mailcheck_applet/es/figures +@dirrm share/gnome/help/mailcheck_applet/es @dirrm share/gnome/help/mailcheck_applet/da/stylesheet-images @dirrm share/gnome/help/mailcheck_applet/da/figures @dirrm share/gnome/help/mailcheck_applet/da @@ -1437,7 +1107,6 @@ @dirrm share/gnome/help/help-browser/fr @dirrm share/gnome/help/help-browser/eu @dirrm share/gnome/help/help-browser/et -@dirrm share/gnome/help/help-browser/es @dirrm share/gnome/help/help-browser/el @dirrm share/gnome/help/help-browser/da @dirrm share/gnome/help/help-browser/ca @@ -1466,13 +1135,15 @@ @dirrm share/gnome/help/gnome-terminal/C/figures @dirrm share/gnome/help/gnome-terminal/C @dirrm share/gnome/help/gnome-terminal +@dirrm share/gnome/help/gnome-feedback/no/stylesheet-images +@dirrm share/gnome/help/gnome-feedback/no/figures +@dirrm share/gnome/help/gnome-feedback/no @dirrm share/gnome/help/gnome-feedback/C/stylesheet-images @dirrm share/gnome/help/gnome-feedback/C/figures @dirrm share/gnome/help/gnome-feedback/C @dirrm share/gnome/help/gnome-feedback -@dirrm share/gnome/help/gen_util_applet/no/stylesheet-images -@dirrm share/gnome/help/gen_util_applet/no @dirrm share/gnome/help/gen_util_applet/de/stylesheet-images +@dirrm share/gnome/help/gen_util_applet/de/figures @dirrm share/gnome/help/gen_util_applet/de @dirrm share/gnome/help/gen_util_applet @dirrm share/gnome/help/fish_applet/no/stylesheet-images @@ -1495,6 +1166,9 @@ @dirrm share/gnome/help/desk-guide_applet/it/stylesheet-images @dirrm share/gnome/help/desk-guide_applet/it/figures @dirrm share/gnome/help/desk-guide_applet/it +@dirrm share/gnome/help/desk-guide_applet/es/stylesheet-images +@dirrm share/gnome/help/desk-guide_applet/es/figures +@dirrm share/gnome/help/desk-guide_applet/es @dirrm share/gnome/help/desk-guide_applet/de/stylesheet-images @dirrm share/gnome/help/desk-guide_applet/de/figures @dirrm share/gnome/help/desk-guide_applet/de @@ -1502,6 +1176,9 @@ @dirrm share/gnome/help/desk-guide_applet/C/figures @dirrm share/gnome/help/desk-guide_applet/C @dirrm share/gnome/help/desk-guide_applet +@dirrm share/gnome/help/clock_applet/no/stylesheet-images +@dirrm share/gnome/help/clock_applet/no/figures +@dirrm share/gnome/help/clock_applet/no @dirrm share/gnome/help/clock_applet/it/stylesheet-images @dirrm share/gnome/help/clock_applet/it/figures @dirrm share/gnome/help/clock_applet/it @@ -1529,3 +1206,6 @@ @dirrm share/gnome/applets/Clocks @dirrm share/gnome/applets/Amusements @dirrm share/gnome/applets +@dirrm etc/gnome/panel-config/panel.d/default +@dirrm etc/gnome/panel-config/panel.d +@dirrm etc/gnome/panel-config Index: x11/gnomecore/files/patch-aa =================================================================== RCS file: x11/gnomecore/files/patch-aa diff -N x11/gnomecore/files/patch-aa --- x11/gnomecore/files/patch-aa 4 May 2001 21:39:47 -0000 1.14 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ ---- app-docs.make.orig Thu Apr 20 02:25:57 2000 -+++ app-docs.make Fri May 26 16:31:01 2000 -@@ -1,4 +1,4 @@ --helpdir = $(datadir)/gnome/help/$(app)/$(lang) -+helpdir = $(datadir)/help/$(app)/$(lang) - help_DATA = \ - index.html \ - topic.dat \ ---- applet-docs.make.orig Thu Apr 20 02:25:57 2000 -+++ applet-docs.make Fri May 26 16:31:10 2000 -@@ -9,7 +9,7 @@ - # figs = modemlights-advpref.png modemlights-prefs.png modemlights.png - # include $(top_srcdir)/applet-docs.make - --docdir = $(datadir)/gnome/help/$(applet)_applet/$(lang) -+docdir = $(datadir)/help/$(applet)_applet/$(lang) - doc_DATA = \ - index.html \ - topic.dat \ Index: x11/gnomecore/files/patch-ah =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/files/patch-ah,v retrieving revision 1.11 diff -d -u -r1.11 patch-ah --- x11/gnomecore/files/patch-ah 4 May 2001 21:39:47 -0000 1.11 +++ x11/gnomecore/files/patch-ah 22 Jan 2002 20:56:05 -0000 @@ -75,20 +75,3 @@ else if (*arguments == '/') this_menu = g_strdup (arguments); else if (*arguments == '~') ---- panel/session.c.orig Fri May 19 00:29:47 2000 -+++ panel/session.c Wed May 31 12:49:09 2000 -@@ -777,10 +777,10 @@ - load_default_applets1(PanelWidget *panel) - { - char *def_launchers[] = -- { "gnome/apps/gnome-help.desktop", -- "gnome/apps/System/gnome-terminal.desktop", -- "gnome/apps/Settings/gnomecc.desktop", -- "gnome/apps/Internet/Netscape.desktop", -+ { "apps/gnome-help.desktop", -+ "apps/System/gnome-terminal.desktop", -+ "apps/Settings/gnomecc.desktop", -+ "apps/Internet/Netscape.desktop", - NULL }; - int i; - char *p; Index: x11/gnomecore/files/patch-ap =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/files/patch-ap,v retrieving revision 1.3 diff -d -u -r1.3 patch-ap --- x11/gnomecore/files/patch-ap 20 Nov 2001 13:07:45 -0000 1.3 +++ x11/gnomecore/files/patch-ap 22 Jan 2002 20:56:05 -0000 @@ -1,17 +1,20 @@ -$FreeBSD: ports/x11/gnomecore/files/patch-ap,v 1.3 2001/11/20 13:07:45 sobomax Exp $ +$FreeBSD$ ---- gsm/Makefile.in.orig Tue Nov 20 12:20:56 2001 -+++ gsm/Makefile.in Tue Nov 20 14:56:33 2001 -@@ -157,9 +157,9 @@ +--- gsm/Makefile.in.orig Tue Jan 22 16:13:49 2002 ++++ gsm/Makefile.in Tue Jan 22 16:24:53 2002 +@@ -175,12 +175,12 @@ SUBDIRS = help -defaultdir = $(datadir)/gnome +defaultdir = $(datadir) --INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -I$(top_srcdir)/intl -I$(top_builddir)/intl -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" -DDEFAULTDIR="\"$(defaultdir)\"" @CANVAS_PIXBUF_CFLAGS@ -+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -I$(top_srcdir)/intl -I$(top_builddir)/intl -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" -DDEFAULTDIR="\"$(defaultdir)\"" @CANVAS_PIXBUF_CFLAGS@ -DX11BASE="\"$(X11BASE)\"" + INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) \ + -I$(top_srcdir)/intl -I$(top_builddir)/intl \ + -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" \ +- -DDEFAULTDIR="\"$(defaultdir)\"" @CANVAS_PIXBUF_CFLAGS@ ++ -DDEFAULTDIR="\"$(defaultdir)\"" @CANVAS_PIXBUF_CFLAGS@ -DX11BASE="\"$(X11BASE)\"" LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) Index: x11/gnomecore/files/patch-applets::gen_util::Makefile.in =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/files/patch-applets::gen_util::Makefile.in,v retrieving revision 1.1 diff -d -u -r1.1 patch-applets::gen_util::Makefile.in --- x11/gnomecore/files/patch-applets::gen_util::Makefile.in 30 Oct 2001 12:42:01 -0000 1.1 +++ x11/gnomecore/files/patch-applets::gen_util::Makefile.in 22 Jan 2002 20:56:05 -0000 @@ -1,18 +1,9 @@ -$FreeBSD: ports/x11/gnomecore/files/patch-applets::gen_util::Makefile.in,v 1.1 2001/10/30 12:42:01 sobomax Exp $ +$FreeBSD$ ---- applets/gen_util/Makefile.in.orig Tue Oct 30 14:16:35 2001 -+++ applets/gen_util/Makefile.in Tue Oct 30 14:30:29 2001 -@@ -157,7 +157,7 @@ - - SUBDIRS = help - --INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -+INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) $(PIXBUF_CFLAGS) - - - lib_LTLIBRARIES = libgen_util_applet.la -@@ -197,7 +197,7 @@ +--- applets/gen_util/Makefile.in.orig Tue Jan 22 16:13:51 2002 ++++ applets/gen_util/Makefile.in Tue Jan 22 16:25:24 2002 +@@ -242,7 +242,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ Index: x11/gnomecore/files/patch-gnome-about::Makefile.in =================================================================== RCS file: x11/gnomecore/files/patch-gnome-about::Makefile.in diff -N x11/gnomecore/files/patch-gnome-about::Makefile.in --- x11/gnomecore/files/patch-gnome-about::Makefile.in 30 Oct 2001 12:42:01 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ - -$FreeBSD: ports/x11/gnomecore/files/patch-gnome-about::Makefile.in,v 1.1 2001/10/30 12:42:01 sobomax Exp $ - ---- gnome-about/Makefile.in 2001/10/30 12:24:07 1.1 -+++ gnome-about/Makefile.in 2001/10/30 12:25:34 -@@ -155,7 +155,7 @@ - gnomelocaledir = @gnomelocaledir@ - l = @l@ - --INCLUDES = -I$(includedir) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" -+INCLUDES = -I$(includedir) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" $(PIXBUF_CFLAGS) - - - LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(PIXBUF_LIBS) $(CANVAS_PIXBUF_LIBS) $(INTLLIBS) Index: x11/gnomecore/files/patch-gsm::ice.c =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/files/patch-gsm::ice.c,v retrieving revision 1.1 diff -d -u -r1.1 patch-gsm::ice.c --- x11/gnomecore/files/patch-gsm::ice.c 20 Nov 2001 13:07:45 -0000 1.1 +++ x11/gnomecore/files/patch-gsm::ice.c 22 Jan 2002 20:56:05 -0000 @@ -1,9 +1,9 @@ -$FreeBSD: ports/x11/gnomecore/files/patch-gsm::ice.c,v 1.1 2001/11/20 13:07:45 sobomax Exp $ +$FreeBSD$ ---- gsm/ice.c 2001/11/20 12:53:53 1.1 -+++ gsm/ice.c 2001/11/20 12:53:56 -@@ -337,6 +337,15 @@ +--- gsm/ice.c.orig Fri Oct 26 12:13:22 2001 ++++ gsm/ice.c Tue Jan 22 16:28:18 2002 +@@ -343,6 +343,15 @@ p = g_strconcat (ENVNAME "=", ids, NULL); putenv (p); @@ -16,6 +16,6 @@ + p = g_strconcat (p, ":", NULL); + p = g_strconcat (p, X11BASE "/lib/mozilla-embedded", NULL); + setenv ("LD_LIBRARY_PATH", p, 1); + + ice_depth = 0; /* We are live */ } - - void Index: x11/gnomecore/files/patch-panel::config::Applet_Config =================================================================== RCS file: x11/gnomecore/files/patch-panel::config::Applet_Config diff -N x11/gnomecore/files/patch-panel::config::Applet_Config --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ x11/gnomecore/files/patch-panel::config::Applet_Config 22 Jan 2002 20:56:05 -0000 @@ -0,0 +1,41 @@ + +$FreeBSD$ + +--- panel/config/Applet_Config 2002/01/22 14:18:42 1.1 ++++ panel/config/Applet_Config 2002/01/22 14:19:44 +@@ -15,7 +15,7 @@ + [Applet_2] + Conditional=screen_width >= 640 + id=Launcher +-parameters=gnome/apps/gnome-help.desktop ++parameters=apps/gnome-help.desktop + position=12 + panel=0 + unique_panel_id=10000001 +@@ -24,7 +24,7 @@ + [Applet_3] + Conditional=screen_width >= 640 + id=Launcher +-parameters=gnome/apps/System/gnome-terminal.desktop ++parameters=apps/System/gnome-terminal.desktop + position=13 + panel=0 + unique_panel_id=10000001 +@@ -33,7 +33,7 @@ + [Applet_4] + Conditional=screen_width >= 640 + id=Launcher +-parameters=gnome/apps/Settings/gnomecc.desktop ++parameters=apps/Settings/gnomecc.desktop + position=14 + panel=0 + unique_panel_id=10000001 +@@ -42,7 +42,7 @@ + [Applet_5] + Conditional=screen_width >= 640 + id=Launcher +-parameters:Conditional={exists '/etc/X11/applnk/Internet/mozilla.desktop'}/etc/X11/applnk/Internet/mozilla.desktop{exists 'gnome/apps/Internet/mozilla.desktop'}gnome/apps/Internet/mozilla.desktop{exists 'gnome/apps/Internet/Mozilla.desktop'}gnome/apps/Internet/Mozilla.desktop{true}gnome/apps/Internet/Netscape.desktop ++parameters:Conditional={exists '/etc/X11/applnk/Internet/mozilla.desktop'}/etc/X11/applnk/Internet/mozilla.desktop{exists 'apps/Internet/mozilla.desktop'}apps/Internet/mozilla.desktop{exists 'apps/Internet/Mozilla.desktop'}apps/Internet/Mozilla.desktop{true}apps/Internet/Netscape.desktop + position=15 + panel=0 + unique_panel_id=10000001 Index: x11/gnomecore/files/patch-panel::launcher.c =================================================================== RCS file: x11/gnomecore/files/patch-panel::launcher.c diff -N x11/gnomecore/files/patch-panel::launcher.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ x11/gnomecore/files/patch-panel::launcher.c 22 Jan 2002 20:56:05 -0000 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- panel/launcher.c 2002/01/22 14:21:27 1.1 ++++ panel/launcher.c 2002/01/22 14:21:36 +@@ -324,7 +324,7 @@ + else + extension = ".desktop"; + +- apps_par = g_strconcat ("gnome/apps/", parameters, ++ apps_par = g_strconcat ("apps/", parameters, + extension, NULL); + entry = gnome_datadir_file (apps_par); + g_free (apps_par); Index: x11/gnomecore/files/patch-po::Makefile.in.in =================================================================== RCS file: x11/gnomecore/files/patch-po::Makefile.in.in diff -N x11/gnomecore/files/patch-po::Makefile.in.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ x11/gnomecore/files/patch-po::Makefile.in.in 22 Jan 2002 20:56:05 -0000 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2002/01/22 18:34:36 1.1 ++++ po/Makefile.in.in 2002/01/22 18:34:45 +@@ -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 \ Index: x11/gnomecore/files/patch-sgmldocs.make =================================================================== RCS file: x11/gnomecore/files/patch-sgmldocs.make diff -N x11/gnomecore/files/patch-sgmldocs.make --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ x11/gnomecore/files/patch-sgmldocs.make 22 Jan 2002 20:56:05 -0000 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- sgmldocs.make 2002/01/22 14:14:55 1.1 ++++ sgmldocs.make 2002/01/22 14:15:31 +@@ -32,7 +32,7 @@ + # dist-hook: app-dist-hook + # + +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) ++docdir = $(datadir)/help/$(docname)/$(lang) + + doc_DATA = index.html + --------------6DC7CFC96DE3FCE320DEEF4A-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C4DD293.EFCB688A>