From 9b31b06d0459302a235628078743cd17f3be5337 Mon Sep 17 00:00:00 2001 From: Yukihiro Nakai Date: Thu, 14 Oct 1999 03:42:41 +0000 Subject: PR: ports/14303 Submitted by:Ade Lovett Update to 1.0.53 This is the core module for 'October GNOME'! --- x11/gnomecore/Makefile | 10 +-- x11/gnomecore/distinfo | 2 +- x11/gnomecore/files/patch-ae | 119 +++++++++++++++++++++++++++------- x11/gnomecore/files/patch-ah | 16 ++--- x11/gnomecore/pkg-plist | 151 ++++++++++++++++++++++++++++++------------- 5 files changed, 216 insertions(+), 82 deletions(-) (limited to 'x11') diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 841b3aaefc25..df7021734844 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: gnomecore -# Version required: 1.0.9 +# Version required: 1.0.53 # Date created: 17 March 1998 # Whom: Yukihiro Nakai # # $FreeBSD$ # -DISTNAME= gnome-core-1.0.9 -PKGNAME= gnomecore-1.0.9 +DISTNAME= gnome-core-1.0.53 +PKGNAME= gnomecore-1.0.53 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-core -MAINTAINER= nacai@iname.com +MAINTAINER= nakai@FreeBSD.org RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ - gnomeprint.1:${PORTSDIR}/print/gnomeprint \ + gnomeprint.2:${PORTSDIR}/print/gnomeprint \ ghttp.1:${PORTSDIR}/www/libghttp GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/x11/gnomecore/distinfo b/x11/gnomecore/distinfo index e06e4402c9db..f2a198fd90a9 100644 --- a/x11/gnomecore/distinfo +++ b/x11/gnomecore/distinfo @@ -1 +1 @@ -MD5 (gnome-core-1.0.9.tar.gz) = 401b66db20e50612a2a87ae5755f8c90 +MD5 (gnome-core-1.0.53.tar.gz) = 4fa600404c8f7eab2f451d05bb32a238 diff --git a/x11/gnomecore/files/patch-ae b/x11/gnomecore/files/patch-ae index cac9615b9fac..c672f4c26557 100644 --- a/x11/gnomecore/files/patch-ae +++ b/x11/gnomecore/files/patch-ae @@ -1,14 +1,14 @@ ---- applets/Makefile.in.orig Sat Apr 10 01:10:57 1999 -+++ applets/Makefile.in Thu May 6 07:43:27 1999 -@@ -154,7 +154,7 @@ +--- applets/Makefile.in.orig Thu Sep 23 03:52:47 1999 ++++ applets/Makefile.in Fri Sep 24 10:59:30 1999 +@@ -153,7 +153,7 @@ cxxflags_set = @cxxflags_set@ l = @l@ --always_built_SUBDIRS = applet-dirs gen_util asclock fish dialer webcontrol drivemount clockmail fifteen life battery charpick gnome-pager mini-commander gkb jbc another_clock -+always_built_SUBDIRS = applet-dirs gen_util asclock fish dialer webcontrol clockmail fifteen life battery charpick gnome-pager mini-commander gkb jbc another_clock +-always_built_SUBDIRS = applet-dirs gen_util asclock fish dialer webcontrol drivemount clockmail fifteen life battery charpick gnome-pager mini-commander gkb jbc another_clock desk-guide tasklist ++always_built_SUBDIRS = applet-dirs gen_util asclock fish dialer webcontrol clockmail fifteen life battery charpick gnome-pager mini-commander gkb jbc another_clock desk-guide tasklist - @FALSE_TRUE@@HAVE_LIBESD_TRUE@esdmanager = esd-manager - @FALSE_TRUE@@HAVE_LIBESD_FALSE@esdmanager = + @FALSE_TRUE@esdmanager = esd-manager + @FALSE_FALSE@esdmanager = --- applets/asclock/Makefile.in.orig Sat Apr 10 01:11:04 1999 +++ applets/asclock/Makefile.in Thu May 6 07:47:12 1999 @@ -156,7 +156,7 @@ @@ -64,17 +64,28 @@ bin_PROGRAMS = clockmail_applet ---- applets/cpumemusage/Makefile.in.orig Tue Mar 2 01:54:37 1999 -+++ applets/cpumemusage/Makefile.in Sat Mar 6 17:59:42 1999 -@@ -154,7 +154,7 @@ +--- applets/cpumemusage/Makefile.in.orig Thu Sep 23 03:54:10 1999 ++++ applets/cpumemusage/Makefile.in Fri Sep 24 11:01:36 1999 +@@ -153,7 +153,7 @@ cxxflags_set = @cxxflags_set@ l = @l@ --INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -I$(LIBGTOP_INCS) -+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) -I$(LIBGTOP_INCS) +-INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) $(LIBGTOP_INCS) ++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) $(LIBGTOP_INCS) bin_PROGRAMS = cpumemusage_applet +--- applets/desk-guide/Makefile.in.orig Thu Sep 23 03:54:03 1999 ++++ applets/desk-guide/Makefile.in Fri Sep 24 11:03:26 1999 +@@ -153,7 +153,7 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -DVERSION=\""$(VERSION)"\" ++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) -DVERSION=\""$(VERSION)"\" + + + bin_PROGRAMS = deskguide_applet --- applets/dialer/Makefile.in.orig Tue Mar 2 01:53:41 1999 +++ applets/dialer/Makefile.in Sat Mar 6 17:59:42 1999 @@ -154,7 +154,7 @@ @@ -188,18 +199,18 @@ bin_PROGRAMS = gnomepager_applet ---- applets/mini-commander/docs/Makefile.in.orig Tue Mar 2 01:54:17 1999 -+++ applets/mini-commander/docs/Makefile.in Sat Mar 6 17:59:43 1999 -@@ -154,7 +154,7 @@ +--- applets/mini-commander/docs/Makefile.in.orig Sun Oct 3 16:35:27 1999 ++++ applets/mini-commander/docs/Makefile.in Mon Oct 4 13:24:50 1999 +@@ -153,7 +153,7 @@ cxxflags_set = @cxxflags_set@ l = @l@ -docdir = $(datadir)/gnome/help/mini-commander_applet/C +docdir = $(datadir)/help/mini-commander_applet/C + doc_DATA = index.html topic.dat - # .html files which are generated by db2html; precompiled .html files - # are included, so people without db2html (the DocBook to HTML converter) -@@ -247,7 +247,7 @@ + +@@ -238,7 +238,7 @@ install: install-am uninstall-am: uninstall-docDATA uninstall: uninstall-am @@ -274,6 +285,17 @@ bin_PROGRAMS = slash_applet +--- applets/tasklist/Makefile.in.orig Thu Sep 23 03:54:05 1999 ++++ applets/tasklist/Makefile.in Fri Sep 24 11:04:32 1999 +@@ -153,7 +153,7 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(srcdir)/../desk-guide -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -DVERSION=\""$(VERSION)"\" ++INCLUDES = -I. -I$(srcdir) -I$(top_srcdir)/intl -I$(top_builddir)/intl -I$(srcdir)/../../panel -I$(srcdir)/../desk-guide -I$(top_builddir)/panel -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -DVERSION=\""$(VERSION)"\" + + + bin_PROGRAMS = tasklist_applet --- applets/webcontrol/Makefile.in.orig Tue Mar 2 01:53:45 1999 +++ applets/webcontrol/Makefile.in Sat Mar 6 17:59:42 1999 @@ -154,7 +154,7 @@ @@ -372,9 +394,9 @@ util_DATA = gnome-terminal.desktop mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h ---- gsm/Makefile.in.orig Sat Mar 27 00:09:08 1999 -+++ gsm/Makefile.in Wed Apr 7 19:01:24 1999 -@@ -154,9 +154,9 @@ +--- gsm/Makefile.in.orig Thu Sep 23 03:51:28 1999 ++++ gsm/Makefile.in Fri Sep 24 11:33:32 1999 +@@ -153,9 +153,9 @@ cxxflags_set = @cxxflags_set@ l = @l@ @@ -386,6 +408,15 @@ LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) +@@ -178,7 +178,7 @@ + + default_DATA = default.session default.wm + +-desktopdir = $(datadir)/gnome/apps/Settings ++desktopdir = $(datadir)/apps/Settings + desktop_DATA = save-session.desktop session.desktop + + EXTRA_DIST = default.in default.wm.in gnome-wm save-session.desktop session.desktop --- help-browser/Makefile.in.orig Tue Mar 2 01:52:32 1999 +++ help-browser/Makefile.in Sat Mar 6 17:59:43 1999 @@ -156,7 +156,7 @@ @@ -417,6 +448,17 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../../config.h CONFIG_CLEAN_FILES = +--- help-browser/help/ca/Makefile.in.orig Thu Sep 23 03:52:01 1999 ++++ help-browser/help/ca/Makefile.in Fri Sep 24 11:29:22 1999 +@@ -157,7 +157,7 @@ + + EXTRA_DIST = default-page.html + +-help_browser_helpdir = $(datadir)/gnome/help/help-browser/ca ++help_browser_helpdir = $(datadir)/help/help-browser/ca + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../../config.h + CONFIG_CLEAN_FILES = --- help-browser/help/es/Makefile.in.orig Tue Mar 2 01:52:41 1999 +++ help-browser/help/es/Makefile.in Sat Mar 6 17:59:42 1999 @@ -157,7 +157,7 @@ @@ -428,6 +470,28 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../../config.h CONFIG_CLEAN_FILES = +--- help-browser/help/et/Makefile.in.orig Thu Sep 23 03:52:05 1999 ++++ help-browser/help/et/Makefile.in Fri Sep 24 11:29:43 1999 +@@ -157,7 +157,7 @@ + + EXTRA_DIST = default-page.html + +-help_browser_helpdir = $(datadir)/gnome/help/help-browser/et ++help_browser_helpdir = $(datadir)/help/help-browser/et + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../../config.h + CONFIG_CLEAN_FILES = +--- help-browser/help/eu/Makefile.in.orig Thu Sep 23 03:52:06 1999 ++++ help-browser/help/eu/Makefile.in Fri Sep 24 11:29:56 1999 +@@ -157,7 +157,7 @@ + + EXTRA_DIST = default-page.html + +-help_browser_helpdir = $(datadir)/gnome/help/help-browser/eu ++help_browser_helpdir = $(datadir)/help/help-browser/eu + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../../config.h + CONFIG_CLEAN_FILES = --- help-browser/help/fr/Makefile.in.orig Tue Mar 2 01:52:43 1999 +++ help-browser/help/fr/Makefile.in Sat Mar 6 17:59:42 1999 @@ -157,7 +157,7 @@ @@ -461,6 +525,17 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../../config.h CONFIG_CLEAN_FILES = +--- help-browser/help/ja/Makefile.in.orig Thu Sep 23 03:52:14 1999 ++++ help-browser/help/ja/Makefile.in Fri Sep 24 11:30:09 1999 +@@ -156,7 +156,7 @@ + EXTRA_DIST = gnome-help-browser-help.html gnome-help-browser-topic.dat default-page.html sample-help.html sample-topic.dat + + +-help_browser_helpdir = $(datadir)/gnome/help/help-browser/ja ++help_browser_helpdir = $(datadir)/help/help-browser/ja + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../../config.h + CONFIG_CLEAN_FILES = --- help-browser/help/ko/Makefile.in.orig Tue Mar 2 01:52:46 1999 +++ help-browser/help/ko/Makefile.in Sat Mar 6 17:59:42 1999 @@ -157,7 +157,7 @@ @@ -510,7 +585,7 @@ -libpanel_applet_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) -+libpanel_applet_la_LDFLAGS = -version-info 1:0:0 ++libpanel_applet_la_LDFLAGS = -version-info 2:0:0 libpanel_applet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) BUILT_SOURCES = $(CORBA_SRCLIST) diff --git a/x11/gnomecore/files/patch-ah b/x11/gnomecore/files/patch-ah index 079d91c6376e..1b86dd17e0d9 100644 --- a/x11/gnomecore/files/patch-ah +++ b/x11/gnomecore/files/patch-ah @@ -9,9 +9,9 @@ system_pixmap_dir = gnome_unconditional_datadir_file("pixmaps"); if (!g_file_exists(system_apps_dir) || !g_file_exists(system_pixmap_dir)) { ---- panel/menu.c.orig Tue Mar 2 21:21:00 1999 -+++ panel/menu.c Tue Mar 2 21:21:46 1999 -@@ -503,7 +503,7 @@ +--- panel/menu.c.orig Mon Sep 20 18:49:14 1999 ++++ panel/menu.c Fri Sep 24 10:55:55 1999 +@@ -504,7 +504,7 @@ /*just load the menus from disk, don't make the widgets this just reads the .desktops of the top most directory and a level down*/ @@ -20,16 +20,16 @@ if(menu) fr_read_dir(NULL,menu,NULL,2); g_free(menu); -@@ -1972,7 +1972,7 @@ +@@ -2078,7 +2078,7 @@ static GtkWidget * create_system_menu(GtkWidget *menu, int fake_submenus, int fake) { - char *menu_base = gnome_unconditional_datadir_file ("gnome/apps"); + char *menu_base = gnome_unconditional_datadir_file ("apps"); - char *menudir; + char *menudir, *pixmap; menudir = g_concat_dir_and_file (menu_base, "."); -@@ -2877,7 +2877,7 @@ +@@ -3111,7 +3111,7 @@ current_panel = PANEL_WIDGET(menu->button->parent); if(!menu->menu) { @@ -38,7 +38,7 @@ char *this_menu = get_real_menu_path(menu->path,menu_base); GSList *list = g_slist_append(NULL,this_menu); -@@ -2983,7 +2983,7 @@ +@@ -3220,7 +3220,7 @@ Menu *menu; int main_menu; @@ -47,7 +47,7 @@ char *this_menu = get_real_menu_path(arguments,menu_base); if (!this_menu) { -@@ -3082,7 +3082,7 @@ +@@ -3340,7 +3340,7 @@ menu->menu = NULL; { diff --git a/x11/gnomecore/pkg-plist b/x11/gnomecore/pkg-plist index 4e973966d2ef..358f9f3c8d46 100644 --- a/x11/gnomecore/pkg-plist +++ b/x11/gnomecore/pkg-plist @@ -5,6 +5,7 @@ bin/cdplayer_applet bin/charpick_applet bin/clockmail_applet bin/cpumemusage_applet +bin/deskguide_applet bin/dialer_applet bin/diskusage_applet bin/fifteen_applet @@ -14,6 +15,7 @@ bin/gnome-edit bin/gnome-help-browser bin/gnome-help-caller bin/gnome-info2html +bin/gnome-login-check bin/gnome-man2html bin/gnome-session bin/gnome-smproxy @@ -28,15 +30,18 @@ bin/modemlights_applet bin/multiload_applet bin/panel bin/save-session -bin/slash_applet +bin/session-properties +bin/tasklist_applet bin/webcontrol_applet etc/CORBA/servers/another_clock_applet.gnorba etc/CORBA/servers/asclock_applet.gnorba +etc/CORBA/servers/bad-applet.goad etc/CORBA/servers/battery_applet.gnorba etc/CORBA/servers/cdplayer_applet.gnorba etc/CORBA/servers/charpick_applet.gnorba etc/CORBA/servers/clockmail_applet.gnorba etc/CORBA/servers/cpumemusage_applet.gnorba +etc/CORBA/servers/deskguide_applet.gnorba etc/CORBA/servers/dialer_applet.gnorba etc/CORBA/servers/diskusage_applet.gnorba etc/CORBA/servers/fifteen_applet.gnorba @@ -52,13 +57,12 @@ etc/CORBA/servers/mixer_applet.gnorba etc/CORBA/servers/modemlights_applet.gnorba etc/CORBA/servers/multiload_applet.gnorba etc/CORBA/servers/panel.gnorba -etc/CORBA/servers/slash_applet.gnorba +etc/CORBA/servers/tasklist_applet.gnorba etc/CORBA/servers/webcontrol_applet.gnorba etc/appletsConf.sh etc/sound/events/panel.soundlist include/applet-widget.h include/gnome-panel.h -include/panel-types.h lib/libfish_applet.a lib/libfish_applet.so lib/libfish_applet.so.0 @@ -67,14 +71,19 @@ lib/libgkb_applet.so lib/libgkb_applet.so.0 lib/libpanel_applet.a lib/libpanel_applet.so -lib/libpanel_applet.so.1 +lib/libpanel_applet.so.2 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/gnome/applets/Amusements/.directory share/gnome/applets/Amusements/fifteen_applet.desktop share/gnome/applets/Amusements/fish_applet.desktop share/gnome/applets/Amusements/life_applet.desktop -share/gnome/applets/Amusements/slash_applet.desktop +share/gnome/applets/Clocks/.directory +share/gnome/applets/Clocks/another_clock_applet.desktop +share/gnome/applets/Clocks/asclock_applet.desktop +share/gnome/applets/Clocks/clock_applet.desktop +share/gnome/applets/Clocks/clockmail_applet.desktop +share/gnome/applets/Clocks/jbc_applet.desktop share/gnome/applets/Monitors/.directory share/gnome/applets/Monitors/battery_applet.desktop share/gnome/applets/Monitors/cpuload_applet.desktop @@ -86,21 +95,19 @@ share/gnome/applets/Multimedia/.directory share/gnome/applets/Multimedia/cdplayer_applet.desktop share/gnome/applets/Multimedia/mixer_applet.desktop share/gnome/applets/Network/.directory +share/gnome/applets/Network/clockmail_applet.desktop share/gnome/applets/Network/dialer_applet.desktop share/gnome/applets/Network/mailcheck_applet.desktop share/gnome/applets/Network/modemlights_applet.desktop share/gnome/applets/Network/webcontrol_applet.desktop share/gnome/applets/Utility/.directory -share/gnome/applets/Utility/another_clock_applet.desktop -share/gnome/applets/Utility/asclock_applet.desktop share/gnome/applets/Utility/charpick_applet.desktop -share/gnome/applets/Utility/clock_applet.desktop -share/gnome/applets/Utility/clockmail_applet.desktop +share/gnome/applets/Utility/deskguide_applet.desktop share/gnome/applets/Utility/gkb_applet.desktop share/gnome/applets/Utility/gnomepager_applet.desktop -share/gnome/applets/Utility/jbc_applet.desktop share/gnome/applets/Utility/mini-commander_applet.desktop share/gnome/applets/Utility/printer.desktop +share/gnome/applets/Utility/tasklist_applet.desktop share/gnome/apps/.order share/gnome/apps/Applications/.directory share/gnome/apps/Applications/Emacs.desktop @@ -117,6 +124,8 @@ share/gnome/apps/Settings/.directory share/gnome/apps/Settings/.order share/gnome/apps/Settings/Imlib_config.desktop share/gnome/apps/Settings/gmenu.desktop +share/gnome/apps/Settings/save-session.desktop +share/gnome/apps/Settings/session.desktop share/gnome/apps/System/.directory share/gnome/apps/Utilities/.directory share/gnome/apps/Utilities/Eterm.desktop @@ -251,10 +260,13 @@ share/gnome/help/help-browser/C/gnome-logo-large.png share/gnome/help/help-browser/C/help-browser.html share/gnome/help/help-browser/C/index.html share/gnome/help/help-browser/C/topic.dat +share/gnome/help/help-browser/ca/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 share/gnome/help/help-browser/fr/help-browser.html share/gnome/help/help-browser/fr/index.html @@ -268,6 +280,10 @@ share/gnome/help/help-browser/it/default-page.html share/gnome/help/help-browser/it/help-browser.html share/gnome/help/help-browser/it/index.html share/gnome/help/help-browser/it/topic.dat +share/gnome/help/help-browser/ja/default-page.html +share/gnome/help/help-browser/ja/help-browser.html +share/gnome/help/help-browser/ja/index.html +share/gnome/help/help-browser/ja/topic.dat share/gnome/help/help-browser/ko/default-page.html share/gnome/help/help-browser/ko/help-browser.html share/gnome/help/help-browser/ko/index.html @@ -284,7 +300,6 @@ share/gnome/help/mini-commander_applet/C/change-log.html share/gnome/help/mini-commander_applet/C/clock.html share/gnome/help/mini-commander_applet/C/command-completion.html share/gnome/help/mini-commander_applet/C/command-history.html -share/gnome/help/mini-commander_applet/C/docbook.css share/gnome/help/mini-commander_applet/C/download.html share/gnome/help/mini-commander_applet/C/faq.html share/gnome/help/mini-commander_applet/C/features.html @@ -296,8 +311,8 @@ share/gnome/help/mini-commander_applet/C/introduction.html share/gnome/help/mini-commander_applet/C/legal-notice.html share/gnome/help/mini-commander_applet/C/macros.html share/gnome/help/mini-commander_applet/C/properties-0.html -share/gnome/help/mini-commander_applet/C/screenshot01.gif share/gnome/help/mini-commander_applet/C/screenshots.html +share/gnome/help/mini-commander_applet/C/topic.dat share/gnome/help/mini-commander_applet/C/todo.html share/gnome/idl/gnome-panel.idl share/gnome/idl/help-browser.idl @@ -306,6 +321,7 @@ share/gnome/panelrc share/gnome/pixmaps/another_clock.xpm share/gnome/pixmaps/apple-green.png share/gnome/pixmaps/apple-red.png +share/gnome/pixmaps/charpick.png share/gnome/pixmaps/emacs.png share/gnome/pixmaps/fish/fishanim.png share/gnome/pixmaps/fish/oldwanda.png @@ -318,6 +334,7 @@ share/gnome/pixmaps/gkb/ch.xpm share/gnome/pixmaps/gkb/cz.xpm share/gnome/pixmaps/gkb/de.xpm share/gnome/pixmaps/gkb/dk.xpm +share/gnome/pixmaps/gkb/ee.xpm share/gnome/pixmaps/gkb/es.xpm share/gnome/pixmaps/gkb/fi.xpm share/gnome/pixmaps/gkb/fr.xpm @@ -345,12 +362,29 @@ share/gnome/pixmaps/gnome-aorta.png share/gnome/pixmaps/gnome-audio2.png share/gnome/pixmaps/gnome-background.png share/gnome/pixmaps/gnome-balsa2.png +share/gnome/pixmaps/gnome-battery.png share/gnome/pixmaps/gnome-calc2.png share/gnome/pixmaps/gnome-calendar.png share/gnome/pixmaps/gnome-cardgame.png +share/gnome/pixmaps/gnome-ccbackground.png +share/gnome/pixmaps/gnome-ccdesktop.png +share/gnome/pixmaps/gnome-ccdialog.png +share/gnome/pixmaps/gnome-cckeyboard-bell.png +share/gnome/pixmaps/gnome-cckeyboard.png +share/gnome/pixmaps/gnome-ccmime.png +share/gnome/pixmaps/gnome-ccperiph.png +share/gnome/pixmaps/gnome-ccscreensaver.png +share/gnome/pixmaps/gnome-ccthemes.png +share/gnome/pixmaps/gnome-ccwindowmanager.png +share/gnome/pixmaps/gnome-clock.png share/gnome/pixmaps/gnome-color-browser.png +share/gnome/pixmaps/gnome-color-xterm.png +share/gnome/pixmaps/gnome-cpu-mem.png +share/gnome/pixmaps/gnome-cpu.png share/gnome/pixmaps/gnome-cromagnon.png share/gnome/pixmaps/gnome-default.png +share/gnome/pixmaps/gnome-deskguide-splash.png +share/gnome/pixmaps/gnome-deskguide.png share/gnome/pixmaps/gnome-die1.png share/gnome/pixmaps/gnome-die2.png share/gnome/pixmaps/gnome-die3.png @@ -359,8 +393,11 @@ share/gnome/pixmaps/gnome-die5.png share/gnome/pixmaps/gnome-die6.png share/gnome/pixmaps/gnome-ee.png share/gnome/pixmaps/gnome-eterm.png +share/gnome/pixmaps/gnome-favorites.png +share/gnome/pixmaps/gnome-fifteen.png share/gnome/pixmaps/gnome-file-c.png share/gnome/pixmaps/gnome-file-h.png +share/gnome/pixmaps/gnome-fish.png share/gnome/pixmaps/gnome-folder.png share/gnome/pixmaps/gnome-gegl.png share/gnome/pixmaps/gnome-gemvt.png @@ -369,32 +406,43 @@ share/gnome/pixmaps/gnome-globe.png share/gnome/pixmaps/gnome-gmenu.png share/gnome/pixmaps/gnome-gmush.png share/gnome/pixmaps/gnome-gnomine.png +share/gnome/pixmaps/gnome-graphics.png share/gnome/pixmaps/gnome-gsame.png share/gnome/pixmaps/gnome-help.png share/gnome/pixmaps/gnome-html.png share/gnome/pixmaps/gnome-image-gif.png share/gnome/pixmaps/gnome-image-jpeg.png share/gnome/pixmaps/gnome-irc.png +share/gnome/pixmaps/gnome-joystick.png +share/gnome/pixmaps/gnome-laptop.png +share/gnome/pixmaps/gnome-life.png share/gnome/pixmaps/gnome-lockscreen.png share/gnome/pixmaps/gnome-log.png share/gnome/pixmaps/gnome-logo-icon-transparent.png share/gnome/pixmaps/gnome-logo-icon.png share/gnome/pixmaps/gnome-logo-large.png +share/gnome/pixmaps/gnome-mem.png share/gnome/pixmaps/gnome-mnemonic.png +share/gnome/pixmaps/gnome-modem.png share/gnome/pixmaps/gnome-money.png share/gnome/pixmaps/gnome-mouse.png share/gnome/pixmaps/gnome-networktool.png share/gnome/pixmaps/gnome-note.png +share/gnome/pixmaps/gnome-panel.png share/gnome/pixmaps/gnome-qeye.png share/gnome/pixmaps/gnome-talk.png +share/gnome/pixmaps/gnome-tasklist.png share/gnome/pixmaps/gnome-term-linux.png share/gnome/pixmaps/gnome-term-linux2.png share/gnome/pixmaps/gnome-term-night.png share/gnome/pixmaps/gnome-term-tiger.png share/gnome/pixmaps/gnome-term.png +share/gnome/pixmaps/gnome-terminal.png share/gnome/pixmaps/gnome-tigert.png share/gnome/pixmaps/gnome-unknown.png +share/gnome/pixmaps/gnome-util.png share/gnome/pixmaps/gnome-word.png +share/gnome/pixmaps/gnome-xterm.png share/gnome/pixmaps/kterm.xpm share/gnome/pixmaps/launcher-program.png share/gnome/pixmaps/mailcheck/email-eclouds.png @@ -441,6 +489,7 @@ share/gnome/xmodmap/xmodmap.cz share/gnome/xmodmap/xmodmap.de share/gnome/xmodmap/xmodmap.dk share/gnome/xmodmap/xmodmap.dvorak +share/gnome/xmodmap/xmodmap.ee share/gnome/xmodmap/xmodmap.es share/gnome/xmodmap/xmodmap.fi share/gnome/xmodmap/xmodmap.fr @@ -476,8 +525,11 @@ share/locale/ca/LC_MESSAGES/gnome-core.mo share/locale/cs/LC_MESSAGES/gnome-core.mo share/locale/da/LC_MESSAGES/gnome-core.mo share/locale/de/LC_MESSAGES/gnome-core.mo +share/locale/el/LC_MESSAGES/gnome-core.mo +share/locale/en_GB/LC_MESSAGES/gnome-core.mo share/locale/es/LC_MESSAGES/gnome-core.mo -share/locale/es_MX/LC_MESSAGES/gnome-core.mo +share/locale/et/LC_MESSAGES/gnome-core.mo +share/locale/eu/LC_MESSAGES/gnome-core.mo share/locale/fi/LC_MESSAGES/gnome-core.mo share/locale/fr/LC_MESSAGES/gnome-core.mo share/locale/ga/LC_MESSAGES/gnome-core.mo @@ -489,55 +541,62 @@ share/locale/nl/LC_MESSAGES/gnome-core.mo share/locale/no/LC_MESSAGES/gnome-core.mo share/locale/pl/LC_MESSAGES/gnome-core.mo share/locale/pt/LC_MESSAGES/gnome-core.mo +share/locale/ro/LC_MESSAGES/gnome-core.mo share/locale/ru/LC_MESSAGES/gnome-core.mo share/locale/sk/LC_MESSAGES/gnome-core.mo share/locale/sv/LC_MESSAGES/gnome-core.mo share/locale/wa/LC_MESSAGES/gnome-core.mo -@dirrm share/gnome/xmodmap -@dirrm share/gnome/pixmaps/tiles -@dirrm share/gnome/pixmaps/mini-commander -@dirrm share/gnome/pixmaps/mailcheck -@dirrm share/gnome/pixmaps/gkb -@dirrm share/gnome/pixmaps/fish -@dirrm share/gnome/mc/templates -@dirrm share/gnome/mc +share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo +@dirrm etc/CORBA/servers +@dirrm etc/CORBA +@dirrm share/gnome/applets/Amusements +@dirrm share/gnome/applets/Clocks +@dirrm share/gnome/applets/Monitors +@dirrm share/gnome/applets/Multimedia +@dirrm share/gnome/applets/Network +@dirrm share/gnome/applets/Utility +@dirrm share/gnome/applets +@dirrm share/gnome/apps/Applications +@dirrm share/gnome/apps/Games +@dirrm share/gnome/apps/Graphics +@dirrm share/gnome/apps/Internet +@dirrm share/gnome/apps/Multimedia +@dirrm share/gnome/apps/Settings +@dirrm share/gnome/apps/System +@dirrm share/gnome/apps/Utilities +@dirrm share/gnome/apps +@dirrm share/gnome/asclock/Freeamp +@dirrm share/gnome/asclock/Newstone +@dirrm share/gnome/asclock/Orb +@dirrm share/gnome/asclock/Stone +@dirrm share/gnome/asclock/beats +@dirrm share/gnome/asclock/classic +@dirrm share/gnome/asclock/shaped +@dirrm share/gnome/asclock @dirrm share/gnome/help/mini-commander_applet/C @dirrm share/gnome/help/mini-commander_applet @dirrm share/gnome/help/help-browser/wa @dirrm share/gnome/help/help-browser/no @dirrm share/gnome/help/help-browser/ko +@dirrm share/gnome/help/help-browser/ja @dirrm share/gnome/help/help-browser/it @dirrm share/gnome/help/help-browser/hu @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/ca @dirrm share/gnome/help/help-browser/C @dirrm share/gnome/help/help-browser @dirrm share/gnome/help/gnome-intro/C/pix @dirrm share/gnome/help/gnome-intro/C @dirrm share/gnome/help/gnome-intro @dirrm share/gnome/help -@dirrm share/gnome/asclock/shaped -@dirrm share/gnome/asclock/classic -@dirrm share/gnome/asclock/beats -@dirrm share/gnome/asclock/Stone -@dirrm share/gnome/asclock/Orb -@dirrm share/gnome/asclock/Newstone -@dirrm share/gnome/asclock/Freeamp -@dirrm share/gnome/asclock -@dirrm share/gnome/apps/Utilities -@dirrm share/gnome/apps/System -@dirrm share/gnome/apps/Settings -@dirrm share/gnome/apps/Multimedia -@dirrm share/gnome/apps/Internet -@dirrm share/gnome/apps/Graphics -@dirrm share/gnome/apps/Games -@dirrm share/gnome/apps/Applications -@dirrm share/gnome/apps -@dirrm share/gnome/applets/Utility -@dirrm share/gnome/applets/Network -@dirrm share/gnome/applets/Multimedia -@dirrm share/gnome/applets/Monitors -@dirrm share/gnome/applets/Amusements -@dirrm share/gnome/applets -@dirrm etc/CORBA/servers -@dirrm etc/CORBA +@dirrm share/gnome/mc/templates +@dirrm share/gnome/mc +@dirrm share/gnome/pixmaps/fish +@dirrm share/gnome/pixmaps/gkb +@dirrm share/gnome/pixmaps/mailcheck +@dirrm share/gnome/pixmaps/mini-commander +@dirrm share/gnome/pixmaps/tiles +@dirrm share/gnome/xmodmap -- cgit v1.2.3