summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-04 01:51:41 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-04 01:51:41 +0800
commitf1cead574e76a825850c8b2b24a426e222696eb4 (patch)
treef899215fc3bcd84d7b7f6381a140e4efdffd52e3 /x11
parent6a38a9a016f5247f70e34cb81a32f531f9a9a963 (diff)
downloadmarcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.tar
marcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.tar.gz
marcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.tar.bz2
marcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.tar.lz
marcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.tar.xz
marcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.tar.zst
marcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.zip
Update to 2.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2356 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-panel/Makefile40
-rw-r--r--x11/gnome-panel/distinfo2
-rw-r--r--x11/gnome-panel/files/patch-applets_clock_clock.c24
-rw-r--r--x11/gnome-panel/files/patch-config.h.in11
-rw-r--r--x11/gnome-panel/files/patch-configure11
-rw-r--r--x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in13
-rw-r--r--x11/gnome-panel/pkg-descr3
-rw-r--r--x11/gnome-panel/pkg-plist663
-rw-r--r--x11/gnomepanel/Makefile40
-rw-r--r--x11/gnomepanel/distinfo2
-rw-r--r--x11/gnomepanel/files/patch-applets_clock_clock.c24
-rw-r--r--x11/gnomepanel/files/patch-config.h.in11
-rw-r--r--x11/gnomepanel/files/patch-configure11
-rw-r--r--x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in13
-rw-r--r--x11/gnomepanel/pkg-descr3
-rw-r--r--x11/gnomepanel/pkg-plist663
16 files changed, 1534 insertions, 0 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
new file mode 100644
index 000000000..fd8af5e47
--- /dev/null
+++ b/x11/gnome-panel/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: gnomepanel
+# Date created: 27 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/gnomepanel/Makefile,v 1.43 2004/04/20 06:11:14 marcus Exp $
+#
+
+PORTNAME= gnomepanel
+PORTVERSION= 2.7.1
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-panel/2.7
+DISTNAME= gnome-panel-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Panel component for the GNOME 2 Desktop
+
+USE_BZIP2= yes
+INSTALLS_SHLIB= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack gnomedesktop \
+ libwnck
+GNOME_DESKTOP_VERSION=2
+USE_GMAKE= yes
+USE_LIBTOOL_VER=13
+CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \
+ --with-kde-docdir=${LOCALBASE}/share/doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gnome-panel.1 gnome-panel-preferences.1
+
+post-patch:
+.for po in da.po it.po zh_TW.po
+ @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po}
+.endfor
+
+.include <bsd.port.mk>
diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo
new file mode 100644
index 000000000..13b83019a
--- /dev/null
+++ b/x11/gnome-panel/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome2/gnome-panel-2.7.1.tar.bz2) = 6e8f9cda75e5d7eb10444cc12c565f26
+SIZE (gnome2/gnome-panel-2.7.1.tar.bz2) = 3117334
diff --git a/x11/gnome-panel/files/patch-applets_clock_clock.c b/x11/gnome-panel/files/patch-applets_clock_clock.c
new file mode 100644
index 000000000..ccf5378b1
--- /dev/null
+++ b/x11/gnome-panel/files/patch-applets_clock_clock.c
@@ -0,0 +1,24 @@
+--- applets/clock/clock.c.orig Tue Jan 13 11:55:58 2004
++++ applets/clock/clock.c Wed Jan 14 15:43:39 2004
+@@ -47,7 +47,9 @@
+ #include <dirent.h>
+ #include <string.h>
+ #include <time.h>
++#ifdef HAVE_LANGINFO_H
+ #include <langinfo.h>
++#endif
+
+ #include <panel-applet.h>
+ #include <panel-applet-gconf.h>
+@@ -539,7 +541,11 @@
+ {
+ const char *am;
+
++#ifdef HAVE_LANGINFO_H
+ am = nl_langinfo (AM_STR);
++#else
++ am = "AM";
++#endif
+ return (am[0] == '\0') ? CLOCK_FORMAT_24 : CLOCK_FORMAT_12;
+ }
+
diff --git a/x11/gnome-panel/files/patch-config.h.in b/x11/gnome-panel/files/patch-config.h.in
new file mode 100644
index 000000000..8a59166a5
--- /dev/null
+++ b/x11/gnome-panel/files/patch-config.h.in
@@ -0,0 +1,11 @@
+--- config.h.in.orig Thu Jan 2 19:50:41 2003
++++ config.h.in Mon Jan 6 13:11:12 2003
+@@ -96,6 +96,8 @@
+ /* Define to 1 if you have the <stdlib.h> header file. */
+ #undef HAVE_STDLIB_H
+
++#undef HAVE_LANGINFO_H
++
+ /* Define to 1 if you have the <strings.h> header file. */
+ #undef HAVE_STRINGS_H
+
diff --git a/x11/gnome-panel/files/patch-configure b/x11/gnome-panel/files/patch-configure
new file mode 100644
index 000000000..732f3a860
--- /dev/null
+++ b/x11/gnome-panel/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Wed Jan 14 15:54:42 2004
++++ configure Wed Jan 14 15:55:13 2004
+@@ -5536,7 +5536,7 @@
+
+
+ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+- inttypes.h stdint.h unistd.h
++ inttypes.h stdint.h unistd.h langinfo.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ echo "$as_me:$LINENO: checking for $ac_header" >&5
diff --git a/x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in b/x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in
new file mode 100644
index 000000000..e33ecfe43
--- /dev/null
+++ b/x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in,v 1.4 2004/04/05 03:11:33 marcus Exp $
+
+--- gnome-panel/GNOME_Panel.server.in 2002/05/09 21:00:58 1.1
++++ gnome-panel/GNOME_Panel.server.in 2002/05/09 21:01:11
+@@ -1,6 +1,6 @@
+ <oaf_info>
+
+-<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="panel-2">
++<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="gnome-panel">
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Vertigo/PanelShell:1.0"/>
+ <item value="IDL:Bonobo/Unknown:1.0"/>
diff --git a/x11/gnome-panel/pkg-descr b/x11/gnome-panel/pkg-descr
new file mode 100644
index 000000000..263044b5e
--- /dev/null
+++ b/x11/gnome-panel/pkg-descr
@@ -0,0 +1,3 @@
+This drives the GNOME 2 panel.
+
+WWW: http://www.gnome.org/
diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist
new file mode 100644
index 000000000..7069b7416
--- /dev/null
+++ b/x11/gnome-panel/pkg-plist
@@ -0,0 +1,663 @@
+bin/gnome-desktop-item-edit
+bin/gnome-panel
+bin/gnome-panel-preferences
+bin/gnome-panel-screenshot
+bin/panel-test-applets
+etc/gconf/gconf.xml.defaults/apps/gnome_panel_screenshot/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/clock/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/mixer/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/show_desktop_button/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_list/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_menu/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/workspace_switcher/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/general/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/menu_bar/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/nautilus_launcher/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/terminal_launcher/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel/background/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel/background/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/global/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/clock/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/mixer/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/show_desktop_button/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/window_list/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/window_menu/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/workspace_switcher/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/general/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/menu_bar/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/nautilus_launcher/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/terminal_launcher/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/bottom_panel/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/bottom_panel/background/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/top_panel/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/top_panel/background/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnome_panel_screenshot/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000001/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000002/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000003/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000004/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/show_desktop_button/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/general/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000001/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000002/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000001/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000002/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/general/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/global/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/objects/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/background/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/prefs/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/prefs/%gconf.xml
+etc/gconf/schemas/clock.schemas
+etc/gconf/schemas/fish.schemas
+etc/gconf/schemas/gnome-panel-screenshot.schemas
+etc/gconf/schemas/panel-compatibility.schemas
+etc/gconf/schemas/panel-default-setup.entries
+etc/gconf/schemas/panel-general.schemas
+etc/gconf/schemas/panel-global.schemas
+etc/gconf/schemas/panel-object.schemas
+etc/gconf/schemas/panel-toplevel.schemas
+etc/gconf/schemas/window-list.schemas
+etc/gconf/schemas/workspace-switcher.schemas
+include/panel-2.0/GNOME_Panel.h
+include/panel-2.0/panel-applet-enums.h
+include/panel-2.0/panel-applet-gconf.h
+include/panel-2.0/panel-applet.h
+lib/libpanel-applet-2.a
+lib/libpanel-applet-2.so
+lib/libpanel-applet-2.so.0
+libdata/bonobo/servers/GNOME_ClockApplet_Factory.server
+libdata/bonobo/servers/GNOME_FishApplet_Factory.server
+libdata/bonobo/servers/GNOME_NotificationAreaApplet.server
+libdata/bonobo/servers/GNOME_Panel.server
+libdata/bonobo/servers/GNOME_Wncklet_Factory.server
+libdata/pkgconfig/libpanelapplet-2.0.pc
+libexec/clock-applet
+libexec/fish-applet-2
+libexec/notification-area-applet
+libexec/wnck-applet
+share/doc/panel-applet/PanelApplet.html
+share/doc/panel-applet/applet-popups.html
+share/doc/panel-applet/applet-porting.html
+share/doc/panel-applet/applet-writing.html
+share/doc/panel-applet/home.png
+share/doc/panel-applet/index.html
+share/doc/panel-applet/index.sgml
+share/doc/panel-applet/left.png
+share/doc/panel-applet/multi-applets.html
+share/doc/panel-applet/panel-applet-Panel-Applet-GConf-Utilities.html
+share/doc/panel-applet/panel-applet.devhelp
+share/doc/panel-applet/panel-applet.html
+share/doc/panel-applet/panel-signals.html
+share/doc/panel-applet/right.png
+share/doc/panel-applet/server-files.html
+share/doc/panel-applet/session-saving.html
+share/doc/panel-applet/style.css
+share/doc/panel-applet/up.png
+share/gnome/control-center-2.0/capplets/gnome-panel-preferences.desktop
+share/gnome/gnome-2.0/ui/GNOME_ClockApplet.xml
+share/gnome/gnome-2.0/ui/GNOME_FishApplet.xml
+share/gnome/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml
+share/gnome/gnome-2.0/ui/GNOME_Panel_Popup.xml
+share/gnome/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml
+share/gnome/gnome-2.0/ui/GNOME_WindowListApplet.xml
+share/gnome/gnome-2.0/ui/GNOME_WindowMenuApplet.xml
+share/gnome/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml
+share/gnome/gnome-panel/glade/fish.glade
+share/gnome/gnome-panel/glade/panel-test-applets.glade
+share/gnome/gnome-panel/glade/window-list.glade
+share/gnome/gnome-panel/glade/workspace-switcher.glade
+share/gnome/gnome-panelrc
+share/gnome/help/clock/C/clock.xml
+share/gnome/help/clock/C/figures/clock_applet.png
+share/gnome/help/clock/C/legal.xml
+share/gnome/help/clock/de/clock.xml
+share/gnome/help/clock/de/figures/clock_applet.png
+share/gnome/help/clock/de/legal.xml
+share/gnome/help/clock/es/clock.xml
+share/gnome/help/clock/es/figures/clock_applet.png
+share/gnome/help/clock/es/legal.xml
+share/gnome/help/clock/fr/clock.xml
+share/gnome/help/clock/fr/figures/clock_applet.png
+share/gnome/help/clock/fr/legal.xml
+share/gnome/help/clock/it/clock.xml
+share/gnome/help/clock/it/figures/clock_applet.png
+share/gnome/help/clock/it/legal.xml
+share/gnome/help/clock/ja/clock.xml
+share/gnome/help/clock/ja/figures/clock_applet.png
+share/gnome/help/clock/ja/legal.xml
+share/gnome/help/clock/ko/clock.xml
+share/gnome/help/clock/ko/figures/clock_applet.png
+share/gnome/help/clock/ko/legal.xml
+share/gnome/help/clock/sv/clock.xml
+share/gnome/help/clock/sv/figures/clock_applet.png
+share/gnome/help/clock/sv/legal.xml
+share/gnome/help/clock/zh_CN/clock.xml
+share/gnome/help/clock/zh_CN/figures/clock_applet.png
+share/gnome/help/clock/zh_CN/legal.xml
+share/gnome/help/clock/zh_TW/clock.xml
+share/gnome/help/clock/zh_TW/figures/clock_applet.png
+share/gnome/help/clock/zh_TW/legal.xml
+share/gnome/help/fish-applet-2/C/figures/fish_applet.png
+share/gnome/help/fish-applet-2/C/fish-applet-2.xml
+share/gnome/help/fish-applet-2/C/legal.xml
+share/gnome/help/fish-applet-2/de/figures/fish_applet.png
+share/gnome/help/fish-applet-2/de/figures/fish_settings.png
+share/gnome/help/fish-applet-2/de/fish-applet-2.xml
+share/gnome/help/fish-applet-2/de/legal.xml
+share/gnome/help/fish-applet-2/es/figures/fish_applet.png
+share/gnome/help/fish-applet-2/es/figures/fish_settings.png
+share/gnome/help/fish-applet-2/es/fish-applet-2.xml
+share/gnome/help/fish-applet-2/es/legal.xml
+share/gnome/help/fish-applet-2/fr/figures/fish_applet.png
+share/gnome/help/fish-applet-2/fr/figures/fish_settings.png
+share/gnome/help/fish-applet-2/fr/fish-applet-2.xml
+share/gnome/help/fish-applet-2/fr/legal.xml
+share/gnome/help/fish-applet-2/it/figures/fish_applet.png
+share/gnome/help/fish-applet-2/it/figures/fish_settings.png
+share/gnome/help/fish-applet-2/it/fish-applet-2.xml
+share/gnome/help/fish-applet-2/it/legal.xml
+share/gnome/help/fish-applet-2/ja/figures/fish_applet.png
+share/gnome/help/fish-applet-2/ja/fish-applet-2.xml
+share/gnome/help/fish-applet-2/ja/legal.xml
+share/gnome/help/fish-applet-2/ko/figures/fish_applet.png
+share/gnome/help/fish-applet-2/ko/figures/fish_settings.png
+share/gnome/help/fish-applet-2/ko/fish-applet-2.xml
+share/gnome/help/fish-applet-2/ko/legal.xml
+share/gnome/help/fish-applet-2/sv/figures/fish_applet.png
+share/gnome/help/fish-applet-2/sv/figures/fish_settings.png
+share/gnome/help/fish-applet-2/sv/fish-applet-2.xml
+share/gnome/help/fish-applet-2/sv/legal.xml
+share/gnome/help/fish-applet-2/zh_CN/figures/fish_applet.png
+share/gnome/help/fish-applet-2/zh_CN/figures/fish_settings.png
+share/gnome/help/fish-applet-2/zh_CN/fish-applet-2.xml
+share/gnome/help/fish-applet-2/zh_CN/legal.xml
+share/gnome/help/fish-applet-2/zh_TW/figures/fish_applet.png
+share/gnome/help/fish-applet-2/zh_TW/figures/fish_settings.png
+share/gnome/help/fish-applet-2/zh_TW/fish-applet-2.xml
+share/gnome/help/fish-applet-2/zh_TW/legal.xml
+share/gnome/help/window-list/C/figures/window_list_applet.png
+share/gnome/help/window-list/C/figures/window_list_group_applet.png
+share/gnome/help/window-list/C/legal.xml
+share/gnome/help/window-list/C/window-list.xml
+share/gnome/help/window-list/de/figures/window_list_applet.png
+share/gnome/help/window-list/de/figures/window_list_group.png
+share/gnome/help/window-list/de/figures/window_list_group_applet.png
+share/gnome/help/window-list/de/legal.xml
+share/gnome/help/window-list/de/window-list.xml
+share/gnome/help/window-list/es/figures/window_list_applet.png
+share/gnome/help/window-list/es/figures/window_list_group.png
+share/gnome/help/window-list/es/figures/window_list_group_applet.png
+share/gnome/help/window-list/es/legal.xml
+share/gnome/help/window-list/es/window-list.xml
+share/gnome/help/window-list/fr/figures/window_list_applet.png
+share/gnome/help/window-list/fr/figures/window_list_group.png
+share/gnome/help/window-list/fr/figures/window_list_group_applet.png
+share/gnome/help/window-list/fr/legal.xml
+share/gnome/help/window-list/fr/window-list.xml
+share/gnome/help/window-list/it/figures/window_list_applet.png
+share/gnome/help/window-list/it/figures/window_list_group.png
+share/gnome/help/window-list/it/figures/window_list_group_applet.png
+share/gnome/help/window-list/it/legal.xml
+share/gnome/help/window-list/it/window-list.xml
+share/gnome/help/window-list/ja/figures/window_list_applet.png
+share/gnome/help/window-list/ja/figures/window_list_group_applet.png
+share/gnome/help/window-list/ja/legal.xml
+share/gnome/help/window-list/ja/window-list.xml
+share/gnome/help/window-list/ko/figures/window_list_applet.png
+share/gnome/help/window-list/ko/figures/window_list_group.png
+share/gnome/help/window-list/ko/figures/window_list_group_applet.png
+share/gnome/help/window-list/ko/legal.xml
+share/gnome/help/window-list/ko/window-list.xml
+share/gnome/help/window-list/sv/figures/window_list_applet.png
+share/gnome/help/window-list/sv/figures/window_list_group.png
+share/gnome/help/window-list/sv/figures/window_list_group_applet.png
+share/gnome/help/window-list/sv/legal.xml
+share/gnome/help/window-list/sv/window-list.xml
+share/gnome/help/window-list/zh_CN/figures/window_list_applet.png
+share/gnome/help/window-list/zh_CN/figures/window_list_group.png
+share/gnome/help/window-list/zh_CN/figures/window_list_group_applet.png
+share/gnome/help/window-list/zh_CN/legal.xml
+share/gnome/help/window-list/zh_CN/window-list.xml
+share/gnome/help/window-list/zh_TW/figures/window_list_applet.png
+share/gnome/help/window-list/zh_TW/figures/window_list_group.png
+share/gnome/help/window-list/zh_TW/figures/window_list_group_applet.png
+share/gnome/help/window-list/zh_TW/legal.xml
+share/gnome/help/window-list/zh_TW/window-list.xml
+share/gnome/help/workspace-switcher/C/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/C/legal.xml
+share/gnome/help/workspace-switcher/C/workspace-switcher.xml
+share/gnome/help/workspace-switcher/de/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/de/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/de/legal.xml
+share/gnome/help/workspace-switcher/de/workspace-switcher.xml
+share/gnome/help/workspace-switcher/es/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/es/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/es/legal.xml
+share/gnome/help/workspace-switcher/es/workspace-switcher.xml
+share/gnome/help/workspace-switcher/fr/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/fr/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/fr/legal.xml
+share/gnome/help/workspace-switcher/fr/workspace-switcher.xml
+share/gnome/help/workspace-switcher/it/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/it/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/it/legal.xml
+share/gnome/help/workspace-switcher/it/workspace-switcher.xml
+share/gnome/help/workspace-switcher/ja/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/ja/legal.xml
+share/gnome/help/workspace-switcher/ja/workspace-switcher.xml
+share/gnome/help/workspace-switcher/ko/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/ko/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/ko/legal.xml
+share/gnome/help/workspace-switcher/ko/workspace-switcher.xml
+share/gnome/help/workspace-switcher/sv/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/sv/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/sv/legal.xml
+share/gnome/help/workspace-switcher/sv/workspace-switcher.xml
+share/gnome/help/workspace-switcher/zh_CN/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/zh_CN/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/zh_CN/legal.xml
+share/gnome/help/workspace-switcher/zh_CN/workspace-switcher.xml
+share/gnome/help/workspace-switcher/zh_TW/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/zh_TW/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/zh_TW/legal.xml
+share/gnome/help/workspace-switcher/zh_TW/workspace-switcher.xml
+share/gnome/idl/gnome-panel-2.0/GNOME_Panel.idl
+share/gnome/omf/gnome-panel/clock-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-de.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-de.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-es.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-es.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-fr.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-fr.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-it.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-it.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-ja.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-ja.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-ko.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-ko.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-sv.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-sv.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-zh_CN.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-zh_CN.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-zh_TW.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-zh_TW.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-de.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-de.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-es.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-es.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-fr.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-fr.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-it.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-it.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-ja.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ja.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-ko.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ko.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-sv.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-sv.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-de.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-de.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-es.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-es.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-fr.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-fr.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-it.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-it.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-ja.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-ja.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-ko.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-ko.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-sv.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-sv.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-zh_CN.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-zh_CN.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-zh_TW.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-zh_TW.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-de.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-de.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-es.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-es.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-fr.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-fr.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-it.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-it.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-ja.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ja.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-ko.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ko.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-sv.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-sv.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf 2>/dev/null || /usr/bin/true
+share/gnome/panel/gnome-panel-preferences.glade
+share/gnome/panel/gnome-panel-screenshot.glade
+share/gnome/panel/panel-properties-dialog.glade
+share/gnome/panel/panel-run-dialog.glade
+share/gnome/pixmaps/cdeappmenu.png
+share/gnome/pixmaps/fish/fishanim.png
+share/gnome/pixmaps/fish/footguy.png
+share/gnome/pixmaps/fish/monkey.png
+share/gnome/pixmaps/fish/oldwanda.png
+share/gnome/pixmaps/gnome-amusements.png
+share/gnome/pixmaps/gnome-clock.png
+share/gnome/pixmaps/gnome-fish.png
+share/gnome/pixmaps/gnome-gegl.png
+share/gnome/pixmaps/gnome-gegl2-2.png
+share/gnome/pixmaps/gnome-gegl2.png
+share/gnome/pixmaps/gnome-main-menu.png
+share/gnome/pixmaps/gnome-panel-type-corner.png
+share/gnome/pixmaps/gnome-panel-type-edge.png
+share/gnome/pixmaps/gnome-panel-type-floating.png
+share/gnome/pixmaps/gnome-panel-type-menu.png
+share/gnome/pixmaps/gnome-panel-type-sliding.png
+share/gnome/pixmaps/gnome-panel.png
+share/gnome/pixmaps/gnome-run.png
+share/gnome/pixmaps/gnome-screenshot.png
+share/gnome/pixmaps/panel-drawer.png
+share/gnome/pixmaps/panel-force-quit.png
+share/locale/af/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/am/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/az/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/be/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/de/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/el/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/en_CA/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/en_GB/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/eo/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/es/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/et/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/eu/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/fa/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/fi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/fr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/gu/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/hr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/li/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/lt/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mk/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ml/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mn/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ms/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/nl/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/nn/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/no/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/pa/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/pl/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/pt/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ro/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ru/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sk/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sl/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sq/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sr@Latn/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sr@ije/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sv/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ta/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/th/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/tr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/uk/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo
+@dirrm share/gnome/omf/gnome-panel
+@dirrm share/gnome/idl/gnome-panel-2.0
+@dirrm share/gnome/help/workspace-switcher/zh_TW/figures
+@dirrm share/gnome/help/workspace-switcher/zh_TW
+@dirrm share/gnome/help/workspace-switcher/zh_CN/figures
+@dirrm share/gnome/help/workspace-switcher/zh_CN
+@dirrm share/gnome/help/workspace-switcher/sv/figures
+@dirrm share/gnome/help/workspace-switcher/sv
+@dirrm share/gnome/help/workspace-switcher/ko/figures
+@dirrm share/gnome/help/workspace-switcher/ko
+@dirrm share/gnome/help/workspace-switcher/ja/figures
+@dirrm share/gnome/help/workspace-switcher/ja
+@dirrm share/gnome/help/workspace-switcher/it/figures
+@dirrm share/gnome/help/workspace-switcher/it
+@dirrm share/gnome/help/workspace-switcher/fr/figures
+@dirrm share/gnome/help/workspace-switcher/fr
+@dirrm share/gnome/help/workspace-switcher/es/figures
+@dirrm share/gnome/help/workspace-switcher/es
+@dirrm share/gnome/help/workspace-switcher/de/figures
+@dirrm share/gnome/help/workspace-switcher/de
+@dirrm share/gnome/help/workspace-switcher/C/figures
+@dirrm share/gnome/help/workspace-switcher/C
+@dirrm share/gnome/help/workspace-switcher
+@dirrm share/gnome/help/window-list/zh_TW/figures
+@dirrm share/gnome/help/window-list/zh_TW
+@dirrm share/gnome/help/window-list/zh_CN/figures
+@dirrm share/gnome/help/window-list/zh_CN
+@dirrm share/gnome/help/window-list/sv/figures
+@dirrm share/gnome/help/window-list/sv
+@dirrm share/gnome/help/window-list/ko/figures
+@dirrm share/gnome/help/window-list/ko
+@dirrm share/gnome/help/window-list/ja/figures
+@dirrm share/gnome/help/window-list/ja
+@dirrm share/gnome/help/window-list/it/figures
+@dirrm share/gnome/help/window-list/it
+@dirrm share/gnome/help/window-list/fr/figures
+@dirrm share/gnome/help/window-list/fr
+@dirrm share/gnome/help/window-list/es/figures
+@dirrm share/gnome/help/window-list/es
+@dirrm share/gnome/help/window-list/de/figures
+@dirrm share/gnome/help/window-list/de
+@dirrm share/gnome/help/window-list/C/figures
+@dirrm share/gnome/help/window-list/C
+@dirrm share/gnome/help/window-list
+@dirrm share/gnome/help/fish-applet-2/zh_TW/figures
+@dirrm share/gnome/help/fish-applet-2/zh_TW
+@dirrm share/gnome/help/fish-applet-2/zh_CN/figures
+@dirrm share/gnome/help/fish-applet-2/zh_CN
+@dirrm share/gnome/help/fish-applet-2/sv/figures
+@dirrm share/gnome/help/fish-applet-2/sv
+@dirrm share/gnome/help/fish-applet-2/ko/figures
+@dirrm share/gnome/help/fish-applet-2/ko
+@dirrm share/gnome/help/fish-applet-2/ja/figures
+@dirrm share/gnome/help/fish-applet-2/ja
+@dirrm share/gnome/help/fish-applet-2/it/figures
+@dirrm share/gnome/help/fish-applet-2/it
+@dirrm share/gnome/help/fish-applet-2/fr/figures
+@dirrm share/gnome/help/fish-applet-2/fr
+@dirrm share/gnome/help/fish-applet-2/es/figures
+@dirrm share/gnome/help/fish-applet-2/es
+@dirrm share/gnome/help/fish-applet-2/de/figures
+@dirrm share/gnome/help/fish-applet-2/de
+@dirrm share/gnome/help/fish-applet-2/C/figures
+@dirrm share/gnome/help/fish-applet-2/C
+@dirrm share/gnome/help/fish-applet-2
+@dirrm share/gnome/help/clock/zh_TW/figures
+@dirrm share/gnome/help/clock/zh_TW
+@dirrm share/gnome/help/clock/zh_CN/figures
+@dirrm share/gnome/help/clock/zh_CN
+@dirrm share/gnome/help/clock/sv/figures
+@dirrm share/gnome/help/clock/sv
+@dirrm share/gnome/help/clock/ko/figures
+@dirrm share/gnome/help/clock/ko
+@dirrm share/gnome/help/clock/ja/figures
+@dirrm share/gnome/help/clock/ja
+@dirrm share/gnome/help/clock/it/figures
+@dirrm share/gnome/help/clock/it
+@dirrm share/gnome/help/clock/fr/figures
+@dirrm share/gnome/help/clock/fr
+@dirrm share/gnome/help/clock/es/figures
+@dirrm share/gnome/help/clock/es
+@dirrm share/gnome/help/clock/de/figures
+@dirrm share/gnome/help/clock/de
+@dirrm share/gnome/help/clock/C/figures
+@dirrm share/gnome/help/clock/C
+@dirrm share/gnome/help/clock
+@dirrm share/gnome/gnome-panel/glade
+@dirrm share/gnome/gnome-panel
+@dirrm share/doc/panel-applet
+@dirrm include/panel-2.0
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/prefs
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/prefs
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/background
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/objects
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/global
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/general
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000002
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000001
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000002
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000001
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/general
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/show_desktop_button
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000004
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000003
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000002
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000001
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_panel_screenshot
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/top_panel/background
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/top_panel
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/bottom_panel/background
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/bottom_panel
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/terminal_launcher
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/nautilus_launcher
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/menu_bar
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/general
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/workspace_switcher
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/window_menu
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/window_list
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/show_desktop_button
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/mixer
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/clock
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/global
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel/background
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel/background
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/terminal_launcher
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/nautilus_launcher
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/menu_bar
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/general
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/workspace_switcher
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_menu
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_list
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/show_desktop_button
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/mixer
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/clock
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_panel_screenshot
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-C.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-de.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-es.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-fr.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-it.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-ja.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-ko.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-sv.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-zh_CN.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-zh_TW.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-C.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-de.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-es.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-fr.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-it.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ja.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ko.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-sv.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-C.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-de.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-es.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-fr.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-it.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-ja.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-ko.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-sv.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-zh_CN.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-zh_TW.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-C.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-de.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-es.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-fr.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-it.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ja.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ko.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-sv.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf 2>/dev/null || /usr/bin/true
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile
new file mode 100644
index 000000000..fd8af5e47
--- /dev/null
+++ b/x11/gnomepanel/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: gnomepanel
+# Date created: 27 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/gnomepanel/Makefile,v 1.43 2004/04/20 06:11:14 marcus Exp $
+#
+
+PORTNAME= gnomepanel
+PORTVERSION= 2.7.1
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-panel/2.7
+DISTNAME= gnome-panel-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Panel component for the GNOME 2 Desktop
+
+USE_BZIP2= yes
+INSTALLS_SHLIB= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack gnomedesktop \
+ libwnck
+GNOME_DESKTOP_VERSION=2
+USE_GMAKE= yes
+USE_LIBTOOL_VER=13
+CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \
+ --with-kde-docdir=${LOCALBASE}/share/doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gnome-panel.1 gnome-panel-preferences.1
+
+post-patch:
+.for po in da.po it.po zh_TW.po
+ @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po}
+.endfor
+
+.include <bsd.port.mk>
diff --git a/x11/gnomepanel/distinfo b/x11/gnomepanel/distinfo
new file mode 100644
index 000000000..13b83019a
--- /dev/null
+++ b/x11/gnomepanel/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome2/gnome-panel-2.7.1.tar.bz2) = 6e8f9cda75e5d7eb10444cc12c565f26
+SIZE (gnome2/gnome-panel-2.7.1.tar.bz2) = 3117334
diff --git a/x11/gnomepanel/files/patch-applets_clock_clock.c b/x11/gnomepanel/files/patch-applets_clock_clock.c
new file mode 100644
index 000000000..ccf5378b1
--- /dev/null
+++ b/x11/gnomepanel/files/patch-applets_clock_clock.c
@@ -0,0 +1,24 @@
+--- applets/clock/clock.c.orig Tue Jan 13 11:55:58 2004
++++ applets/clock/clock.c Wed Jan 14 15:43:39 2004
+@@ -47,7 +47,9 @@
+ #include <dirent.h>
+ #include <string.h>
+ #include <time.h>
++#ifdef HAVE_LANGINFO_H
+ #include <langinfo.h>
++#endif
+
+ #include <panel-applet.h>
+ #include <panel-applet-gconf.h>
+@@ -539,7 +541,11 @@
+ {
+ const char *am;
+
++#ifdef HAVE_LANGINFO_H
+ am = nl_langinfo (AM_STR);
++#else
++ am = "AM";
++#endif
+ return (am[0] == '\0') ? CLOCK_FORMAT_24 : CLOCK_FORMAT_12;
+ }
+
diff --git a/x11/gnomepanel/files/patch-config.h.in b/x11/gnomepanel/files/patch-config.h.in
new file mode 100644
index 000000000..8a59166a5
--- /dev/null
+++ b/x11/gnomepanel/files/patch-config.h.in
@@ -0,0 +1,11 @@
+--- config.h.in.orig Thu Jan 2 19:50:41 2003
++++ config.h.in Mon Jan 6 13:11:12 2003
+@@ -96,6 +96,8 @@
+ /* Define to 1 if you have the <stdlib.h> header file. */
+ #undef HAVE_STDLIB_H
+
++#undef HAVE_LANGINFO_H
++
+ /* Define to 1 if you have the <strings.h> header file. */
+ #undef HAVE_STRINGS_H
+
diff --git a/x11/gnomepanel/files/patch-configure b/x11/gnomepanel/files/patch-configure
new file mode 100644
index 000000000..732f3a860
--- /dev/null
+++ b/x11/gnomepanel/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Wed Jan 14 15:54:42 2004
++++ configure Wed Jan 14 15:55:13 2004
+@@ -5536,7 +5536,7 @@
+
+
+ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+- inttypes.h stdint.h unistd.h
++ inttypes.h stdint.h unistd.h langinfo.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ echo "$as_me:$LINENO: checking for $ac_header" >&5
diff --git a/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in b/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in
new file mode 100644
index 000000000..e33ecfe43
--- /dev/null
+++ b/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in,v 1.4 2004/04/05 03:11:33 marcus Exp $
+
+--- gnome-panel/GNOME_Panel.server.in 2002/05/09 21:00:58 1.1
++++ gnome-panel/GNOME_Panel.server.in 2002/05/09 21:01:11
+@@ -1,6 +1,6 @@
+ <oaf_info>
+
+-<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="panel-2">
++<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="gnome-panel">
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:GNOME/Vertigo/PanelShell:1.0"/>
+ <item value="IDL:Bonobo/Unknown:1.0"/>
diff --git a/x11/gnomepanel/pkg-descr b/x11/gnomepanel/pkg-descr
new file mode 100644
index 000000000..263044b5e
--- /dev/null
+++ b/x11/gnomepanel/pkg-descr
@@ -0,0 +1,3 @@
+This drives the GNOME 2 panel.
+
+WWW: http://www.gnome.org/
diff --git a/x11/gnomepanel/pkg-plist b/x11/gnomepanel/pkg-plist
new file mode 100644
index 000000000..7069b7416
--- /dev/null
+++ b/x11/gnomepanel/pkg-plist
@@ -0,0 +1,663 @@
+bin/gnome-desktop-item-edit
+bin/gnome-panel
+bin/gnome-panel-preferences
+bin/gnome-panel-screenshot
+bin/panel-test-applets
+etc/gconf/gconf.xml.defaults/apps/gnome_panel_screenshot/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/clock/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/mixer/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/show_desktop_button/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_list/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_menu/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/workspace_switcher/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/general/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/menu_bar/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/nautilus_launcher/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/terminal_launcher/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel/background/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel/background/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/global/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/clock/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/mixer/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/show_desktop_button/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/window_list/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/window_menu/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/workspace_switcher/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/general/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/menu_bar/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/nautilus_launcher/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/terminal_launcher/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/bottom_panel/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/bottom_panel/background/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/top_panel/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/top_panel/background/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnome_panel_screenshot/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000001/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000002/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000003/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000004/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/show_desktop_button/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/general/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000001/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000002/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000001/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000002/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/general/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/global/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/objects/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/background/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/prefs/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/prefs/%gconf.xml
+etc/gconf/schemas/clock.schemas
+etc/gconf/schemas/fish.schemas
+etc/gconf/schemas/gnome-panel-screenshot.schemas
+etc/gconf/schemas/panel-compatibility.schemas
+etc/gconf/schemas/panel-default-setup.entries
+etc/gconf/schemas/panel-general.schemas
+etc/gconf/schemas/panel-global.schemas
+etc/gconf/schemas/panel-object.schemas
+etc/gconf/schemas/panel-toplevel.schemas
+etc/gconf/schemas/window-list.schemas
+etc/gconf/schemas/workspace-switcher.schemas
+include/panel-2.0/GNOME_Panel.h
+include/panel-2.0/panel-applet-enums.h
+include/panel-2.0/panel-applet-gconf.h
+include/panel-2.0/panel-applet.h
+lib/libpanel-applet-2.a
+lib/libpanel-applet-2.so
+lib/libpanel-applet-2.so.0
+libdata/bonobo/servers/GNOME_ClockApplet_Factory.server
+libdata/bonobo/servers/GNOME_FishApplet_Factory.server
+libdata/bonobo/servers/GNOME_NotificationAreaApplet.server
+libdata/bonobo/servers/GNOME_Panel.server
+libdata/bonobo/servers/GNOME_Wncklet_Factory.server
+libdata/pkgconfig/libpanelapplet-2.0.pc
+libexec/clock-applet
+libexec/fish-applet-2
+libexec/notification-area-applet
+libexec/wnck-applet
+share/doc/panel-applet/PanelApplet.html
+share/doc/panel-applet/applet-popups.html
+share/doc/panel-applet/applet-porting.html
+share/doc/panel-applet/applet-writing.html
+share/doc/panel-applet/home.png
+share/doc/panel-applet/index.html
+share/doc/panel-applet/index.sgml
+share/doc/panel-applet/left.png
+share/doc/panel-applet/multi-applets.html
+share/doc/panel-applet/panel-applet-Panel-Applet-GConf-Utilities.html
+share/doc/panel-applet/panel-applet.devhelp
+share/doc/panel-applet/panel-applet.html
+share/doc/panel-applet/panel-signals.html
+share/doc/panel-applet/right.png
+share/doc/panel-applet/server-files.html
+share/doc/panel-applet/session-saving.html
+share/doc/panel-applet/style.css
+share/doc/panel-applet/up.png
+share/gnome/control-center-2.0/capplets/gnome-panel-preferences.desktop
+share/gnome/gnome-2.0/ui/GNOME_ClockApplet.xml
+share/gnome/gnome-2.0/ui/GNOME_FishApplet.xml
+share/gnome/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml
+share/gnome/gnome-2.0/ui/GNOME_Panel_Popup.xml
+share/gnome/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml
+share/gnome/gnome-2.0/ui/GNOME_WindowListApplet.xml
+share/gnome/gnome-2.0/ui/GNOME_WindowMenuApplet.xml
+share/gnome/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml
+share/gnome/gnome-panel/glade/fish.glade
+share/gnome/gnome-panel/glade/panel-test-applets.glade
+share/gnome/gnome-panel/glade/window-list.glade
+share/gnome/gnome-panel/glade/workspace-switcher.glade
+share/gnome/gnome-panelrc
+share/gnome/help/clock/C/clock.xml
+share/gnome/help/clock/C/figures/clock_applet.png
+share/gnome/help/clock/C/legal.xml
+share/gnome/help/clock/de/clock.xml
+share/gnome/help/clock/de/figures/clock_applet.png
+share/gnome/help/clock/de/legal.xml
+share/gnome/help/clock/es/clock.xml
+share/gnome/help/clock/es/figures/clock_applet.png
+share/gnome/help/clock/es/legal.xml
+share/gnome/help/clock/fr/clock.xml
+share/gnome/help/clock/fr/figures/clock_applet.png
+share/gnome/help/clock/fr/legal.xml
+share/gnome/help/clock/it/clock.xml
+share/gnome/help/clock/it/figures/clock_applet.png
+share/gnome/help/clock/it/legal.xml
+share/gnome/help/clock/ja/clock.xml
+share/gnome/help/clock/ja/figures/clock_applet.png
+share/gnome/help/clock/ja/legal.xml
+share/gnome/help/clock/ko/clock.xml
+share/gnome/help/clock/ko/figures/clock_applet.png
+share/gnome/help/clock/ko/legal.xml
+share/gnome/help/clock/sv/clock.xml
+share/gnome/help/clock/sv/figures/clock_applet.png
+share/gnome/help/clock/sv/legal.xml
+share/gnome/help/clock/zh_CN/clock.xml
+share/gnome/help/clock/zh_CN/figures/clock_applet.png
+share/gnome/help/clock/zh_CN/legal.xml
+share/gnome/help/clock/zh_TW/clock.xml
+share/gnome/help/clock/zh_TW/figures/clock_applet.png
+share/gnome/help/clock/zh_TW/legal.xml
+share/gnome/help/fish-applet-2/C/figures/fish_applet.png
+share/gnome/help/fish-applet-2/C/fish-applet-2.xml
+share/gnome/help/fish-applet-2/C/legal.xml
+share/gnome/help/fish-applet-2/de/figures/fish_applet.png
+share/gnome/help/fish-applet-2/de/figures/fish_settings.png
+share/gnome/help/fish-applet-2/de/fish-applet-2.xml
+share/gnome/help/fish-applet-2/de/legal.xml
+share/gnome/help/fish-applet-2/es/figures/fish_applet.png
+share/gnome/help/fish-applet-2/es/figures/fish_settings.png
+share/gnome/help/fish-applet-2/es/fish-applet-2.xml
+share/gnome/help/fish-applet-2/es/legal.xml
+share/gnome/help/fish-applet-2/fr/figures/fish_applet.png
+share/gnome/help/fish-applet-2/fr/figures/fish_settings.png
+share/gnome/help/fish-applet-2/fr/fish-applet-2.xml
+share/gnome/help/fish-applet-2/fr/legal.xml
+share/gnome/help/fish-applet-2/it/figures/fish_applet.png
+share/gnome/help/fish-applet-2/it/figures/fish_settings.png
+share/gnome/help/fish-applet-2/it/fish-applet-2.xml
+share/gnome/help/fish-applet-2/it/legal.xml
+share/gnome/help/fish-applet-2/ja/figures/fish_applet.png
+share/gnome/help/fish-applet-2/ja/fish-applet-2.xml
+share/gnome/help/fish-applet-2/ja/legal.xml
+share/gnome/help/fish-applet-2/ko/figures/fish_applet.png
+share/gnome/help/fish-applet-2/ko/figures/fish_settings.png
+share/gnome/help/fish-applet-2/ko/fish-applet-2.xml
+share/gnome/help/fish-applet-2/ko/legal.xml
+share/gnome/help/fish-applet-2/sv/figures/fish_applet.png
+share/gnome/help/fish-applet-2/sv/figures/fish_settings.png
+share/gnome/help/fish-applet-2/sv/fish-applet-2.xml
+share/gnome/help/fish-applet-2/sv/legal.xml
+share/gnome/help/fish-applet-2/zh_CN/figures/fish_applet.png
+share/gnome/help/fish-applet-2/zh_CN/figures/fish_settings.png
+share/gnome/help/fish-applet-2/zh_CN/fish-applet-2.xml
+share/gnome/help/fish-applet-2/zh_CN/legal.xml
+share/gnome/help/fish-applet-2/zh_TW/figures/fish_applet.png
+share/gnome/help/fish-applet-2/zh_TW/figures/fish_settings.png
+share/gnome/help/fish-applet-2/zh_TW/fish-applet-2.xml
+share/gnome/help/fish-applet-2/zh_TW/legal.xml
+share/gnome/help/window-list/C/figures/window_list_applet.png
+share/gnome/help/window-list/C/figures/window_list_group_applet.png
+share/gnome/help/window-list/C/legal.xml
+share/gnome/help/window-list/C/window-list.xml
+share/gnome/help/window-list/de/figures/window_list_applet.png
+share/gnome/help/window-list/de/figures/window_list_group.png
+share/gnome/help/window-list/de/figures/window_list_group_applet.png
+share/gnome/help/window-list/de/legal.xml
+share/gnome/help/window-list/de/window-list.xml
+share/gnome/help/window-list/es/figures/window_list_applet.png
+share/gnome/help/window-list/es/figures/window_list_group.png
+share/gnome/help/window-list/es/figures/window_list_group_applet.png
+share/gnome/help/window-list/es/legal.xml
+share/gnome/help/window-list/es/window-list.xml
+share/gnome/help/window-list/fr/figures/window_list_applet.png
+share/gnome/help/window-list/fr/figures/window_list_group.png
+share/gnome/help/window-list/fr/figures/window_list_group_applet.png
+share/gnome/help/window-list/fr/legal.xml
+share/gnome/help/window-list/fr/window-list.xml
+share/gnome/help/window-list/it/figures/window_list_applet.png
+share/gnome/help/window-list/it/figures/window_list_group.png
+share/gnome/help/window-list/it/figures/window_list_group_applet.png
+share/gnome/help/window-list/it/legal.xml
+share/gnome/help/window-list/it/window-list.xml
+share/gnome/help/window-list/ja/figures/window_list_applet.png
+share/gnome/help/window-list/ja/figures/window_list_group_applet.png
+share/gnome/help/window-list/ja/legal.xml
+share/gnome/help/window-list/ja/window-list.xml
+share/gnome/help/window-list/ko/figures/window_list_applet.png
+share/gnome/help/window-list/ko/figures/window_list_group.png
+share/gnome/help/window-list/ko/figures/window_list_group_applet.png
+share/gnome/help/window-list/ko/legal.xml
+share/gnome/help/window-list/ko/window-list.xml
+share/gnome/help/window-list/sv/figures/window_list_applet.png
+share/gnome/help/window-list/sv/figures/window_list_group.png
+share/gnome/help/window-list/sv/figures/window_list_group_applet.png
+share/gnome/help/window-list/sv/legal.xml
+share/gnome/help/window-list/sv/window-list.xml
+share/gnome/help/window-list/zh_CN/figures/window_list_applet.png
+share/gnome/help/window-list/zh_CN/figures/window_list_group.png
+share/gnome/help/window-list/zh_CN/figures/window_list_group_applet.png
+share/gnome/help/window-list/zh_CN/legal.xml
+share/gnome/help/window-list/zh_CN/window-list.xml
+share/gnome/help/window-list/zh_TW/figures/window_list_applet.png
+share/gnome/help/window-list/zh_TW/figures/window_list_group.png
+share/gnome/help/window-list/zh_TW/figures/window_list_group_applet.png
+share/gnome/help/window-list/zh_TW/legal.xml
+share/gnome/help/window-list/zh_TW/window-list.xml
+share/gnome/help/workspace-switcher/C/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/C/legal.xml
+share/gnome/help/workspace-switcher/C/workspace-switcher.xml
+share/gnome/help/workspace-switcher/de/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/de/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/de/legal.xml
+share/gnome/help/workspace-switcher/de/workspace-switcher.xml
+share/gnome/help/workspace-switcher/es/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/es/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/es/legal.xml
+share/gnome/help/workspace-switcher/es/workspace-switcher.xml
+share/gnome/help/workspace-switcher/fr/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/fr/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/fr/legal.xml
+share/gnome/help/workspace-switcher/fr/workspace-switcher.xml
+share/gnome/help/workspace-switcher/it/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/it/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/it/legal.xml
+share/gnome/help/workspace-switcher/it/workspace-switcher.xml
+share/gnome/help/workspace-switcher/ja/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/ja/legal.xml
+share/gnome/help/workspace-switcher/ja/workspace-switcher.xml
+share/gnome/help/workspace-switcher/ko/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/ko/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/ko/legal.xml
+share/gnome/help/workspace-switcher/ko/workspace-switcher.xml
+share/gnome/help/workspace-switcher/sv/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/sv/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/sv/legal.xml
+share/gnome/help/workspace-switcher/sv/workspace-switcher.xml
+share/gnome/help/workspace-switcher/zh_CN/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/zh_CN/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/zh_CN/legal.xml
+share/gnome/help/workspace-switcher/zh_CN/workspace-switcher.xml
+share/gnome/help/workspace-switcher/zh_TW/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/zh_TW/figures/workspacelist_applet.png
+share/gnome/help/workspace-switcher/zh_TW/legal.xml
+share/gnome/help/workspace-switcher/zh_TW/workspace-switcher.xml
+share/gnome/idl/gnome-panel-2.0/GNOME_Panel.idl
+share/gnome/omf/gnome-panel/clock-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-de.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-de.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-es.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-es.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-fr.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-fr.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-it.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-it.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-ja.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-ja.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-ko.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-ko.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-sv.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-sv.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-zh_CN.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-zh_CN.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/clock-zh_TW.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/clock-zh_TW.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-de.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-de.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-es.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-es.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-fr.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-fr.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-it.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-it.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-ja.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ja.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-ko.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ko.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-sv.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-sv.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-de.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-de.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-es.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-es.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-fr.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-fr.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-it.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-it.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-ja.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-ja.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-ko.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-ko.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-sv.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-sv.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-zh_CN.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-zh_CN.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/window-list-zh_TW.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/window-list-zh_TW.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-C.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-C.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-de.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-de.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-es.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-es.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-fr.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-fr.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-it.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-it.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-ja.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ja.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-ko.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ko.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-sv.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-sv.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf 2>/dev/null || /usr/bin/true
+share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf
+@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf 2>/dev/null || /usr/bin/true
+share/gnome/panel/gnome-panel-preferences.glade
+share/gnome/panel/gnome-panel-screenshot.glade
+share/gnome/panel/panel-properties-dialog.glade
+share/gnome/panel/panel-run-dialog.glade
+share/gnome/pixmaps/cdeappmenu.png
+share/gnome/pixmaps/fish/fishanim.png
+share/gnome/pixmaps/fish/footguy.png
+share/gnome/pixmaps/fish/monkey.png
+share/gnome/pixmaps/fish/oldwanda.png
+share/gnome/pixmaps/gnome-amusements.png
+share/gnome/pixmaps/gnome-clock.png
+share/gnome/pixmaps/gnome-fish.png
+share/gnome/pixmaps/gnome-gegl.png
+share/gnome/pixmaps/gnome-gegl2-2.png
+share/gnome/pixmaps/gnome-gegl2.png
+share/gnome/pixmaps/gnome-main-menu.png
+share/gnome/pixmaps/gnome-panel-type-corner.png
+share/gnome/pixmaps/gnome-panel-type-edge.png
+share/gnome/pixmaps/gnome-panel-type-floating.png
+share/gnome/pixmaps/gnome-panel-type-menu.png
+share/gnome/pixmaps/gnome-panel-type-sliding.png
+share/gnome/pixmaps/gnome-panel.png
+share/gnome/pixmaps/gnome-run.png
+share/gnome/pixmaps/gnome-screenshot.png
+share/gnome/pixmaps/panel-drawer.png
+share/gnome/pixmaps/panel-force-quit.png
+share/locale/af/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/am/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ar/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/az/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/be/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/bg/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/bn/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/cs/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/cy/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/da/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/de/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/el/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/en_CA/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/en_GB/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/eo/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/es/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/et/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/eu/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/fa/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/fi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/fr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ga/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/gl/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/gu/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/he/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/hi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/hr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/hu/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/it/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ja/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/li/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/lt/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mk/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ml/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mn/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/mr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ms/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/nl/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/nn/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/no/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/pa/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/pl/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/pt/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ro/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ru/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sk/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sl/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sq/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sr@Latn/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sr@ije/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/sv/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/ta/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/th/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/tr/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/uk/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/vi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/wa/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo
+@dirrm share/gnome/omf/gnome-panel
+@dirrm share/gnome/idl/gnome-panel-2.0
+@dirrm share/gnome/help/workspace-switcher/zh_TW/figures
+@dirrm share/gnome/help/workspace-switcher/zh_TW
+@dirrm share/gnome/help/workspace-switcher/zh_CN/figures
+@dirrm share/gnome/help/workspace-switcher/zh_CN
+@dirrm share/gnome/help/workspace-switcher/sv/figures
+@dirrm share/gnome/help/workspace-switcher/sv
+@dirrm share/gnome/help/workspace-switcher/ko/figures
+@dirrm share/gnome/help/workspace-switcher/ko
+@dirrm share/gnome/help/workspace-switcher/ja/figures
+@dirrm share/gnome/help/workspace-switcher/ja
+@dirrm share/gnome/help/workspace-switcher/it/figures
+@dirrm share/gnome/help/workspace-switcher/it
+@dirrm share/gnome/help/workspace-switcher/fr/figures
+@dirrm share/gnome/help/workspace-switcher/fr
+@dirrm share/gnome/help/workspace-switcher/es/figures
+@dirrm share/gnome/help/workspace-switcher/es
+@dirrm share/gnome/help/workspace-switcher/de/figures
+@dirrm share/gnome/help/workspace-switcher/de
+@dirrm share/gnome/help/workspace-switcher/C/figures
+@dirrm share/gnome/help/workspace-switcher/C
+@dirrm share/gnome/help/workspace-switcher
+@dirrm share/gnome/help/window-list/zh_TW/figures
+@dirrm share/gnome/help/window-list/zh_TW
+@dirrm share/gnome/help/window-list/zh_CN/figures
+@dirrm share/gnome/help/window-list/zh_CN
+@dirrm share/gnome/help/window-list/sv/figures
+@dirrm share/gnome/help/window-list/sv
+@dirrm share/gnome/help/window-list/ko/figures
+@dirrm share/gnome/help/window-list/ko
+@dirrm share/gnome/help/window-list/ja/figures
+@dirrm share/gnome/help/window-list/ja
+@dirrm share/gnome/help/window-list/it/figures
+@dirrm share/gnome/help/window-list/it
+@dirrm share/gnome/help/window-list/fr/figures
+@dirrm share/gnome/help/window-list/fr
+@dirrm share/gnome/help/window-list/es/figures
+@dirrm share/gnome/help/window-list/es
+@dirrm share/gnome/help/window-list/de/figures
+@dirrm share/gnome/help/window-list/de
+@dirrm share/gnome/help/window-list/C/figures
+@dirrm share/gnome/help/window-list/C
+@dirrm share/gnome/help/window-list
+@dirrm share/gnome/help/fish-applet-2/zh_TW/figures
+@dirrm share/gnome/help/fish-applet-2/zh_TW
+@dirrm share/gnome/help/fish-applet-2/zh_CN/figures
+@dirrm share/gnome/help/fish-applet-2/zh_CN
+@dirrm share/gnome/help/fish-applet-2/sv/figures
+@dirrm share/gnome/help/fish-applet-2/sv
+@dirrm share/gnome/help/fish-applet-2/ko/figures
+@dirrm share/gnome/help/fish-applet-2/ko
+@dirrm share/gnome/help/fish-applet-2/ja/figures
+@dirrm share/gnome/help/fish-applet-2/ja
+@dirrm share/gnome/help/fish-applet-2/it/figures
+@dirrm share/gnome/help/fish-applet-2/it
+@dirrm share/gnome/help/fish-applet-2/fr/figures
+@dirrm share/gnome/help/fish-applet-2/fr
+@dirrm share/gnome/help/fish-applet-2/es/figures
+@dirrm share/gnome/help/fish-applet-2/es
+@dirrm share/gnome/help/fish-applet-2/de/figures
+@dirrm share/gnome/help/fish-applet-2/de
+@dirrm share/gnome/help/fish-applet-2/C/figures
+@dirrm share/gnome/help/fish-applet-2/C
+@dirrm share/gnome/help/fish-applet-2
+@dirrm share/gnome/help/clock/zh_TW/figures
+@dirrm share/gnome/help/clock/zh_TW
+@dirrm share/gnome/help/clock/zh_CN/figures
+@dirrm share/gnome/help/clock/zh_CN
+@dirrm share/gnome/help/clock/sv/figures
+@dirrm share/gnome/help/clock/sv
+@dirrm share/gnome/help/clock/ko/figures
+@dirrm share/gnome/help/clock/ko
+@dirrm share/gnome/help/clock/ja/figures
+@dirrm share/gnome/help/clock/ja
+@dirrm share/gnome/help/clock/it/figures
+@dirrm share/gnome/help/clock/it
+@dirrm share/gnome/help/clock/fr/figures
+@dirrm share/gnome/help/clock/fr
+@dirrm share/gnome/help/clock/es/figures
+@dirrm share/gnome/help/clock/es
+@dirrm share/gnome/help/clock/de/figures
+@dirrm share/gnome/help/clock/de
+@dirrm share/gnome/help/clock/C/figures
+@dirrm share/gnome/help/clock/C
+@dirrm share/gnome/help/clock
+@dirrm share/gnome/gnome-panel/glade
+@dirrm share/gnome/gnome-panel
+@dirrm share/doc/panel-applet
+@dirrm include/panel-2.0
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet/prefs
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/workspace_switcher_applet
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet/prefs
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/window_list_applet
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels/background
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/toplevels
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/objects
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/global
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/general
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000002
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels/00000001
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/panels
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000002
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects/00000001
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/objects
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/general
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/show_desktop_button
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000004
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000003
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000002
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets/00000001
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium/applets
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/medium
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_panel_screenshot
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/top_panel/background
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/top_panel
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/bottom_panel/background
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels/bottom_panel
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/toplevels
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/terminal_launcher
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/nautilus_launcher
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects/menu_bar
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/objects
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/general
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/workspace_switcher
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/window_menu
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/window_list
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/show_desktop_button
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/mixer
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets/clock
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default/applets
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles/default
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/profiles
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/global
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel/background
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/top_panel
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel/background
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels/bottom_panel
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/toplevels
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/terminal_launcher
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/nautilus_launcher
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects/menu_bar
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/objects
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/general
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/workspace_switcher
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_menu
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/window_list
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/show_desktop_button
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/mixer
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets/clock
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup/applets
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel/default_setup
+@dirrm etc/gconf/gconf.xml.defaults/apps/panel
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_panel_screenshot
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-C.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-de.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-es.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-fr.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-it.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-ja.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-ko.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-sv.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-zh_CN.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/clock-zh_TW.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-C.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-de.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-es.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-fr.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-it.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ja.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-ko.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-sv.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_CN.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/fish-applet-2-zh_TW.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-C.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-de.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-es.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-fr.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-it.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-ja.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-ko.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-sv.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-zh_CN.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/window-list-zh_TW.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-C.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-de.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-es.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-fr.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-it.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ja.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-ko.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-sv.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_CN.omf 2>/dev/null || /usr/bin/true
+@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/workspace-switcher-zh_TW.omf 2>/dev/null || /usr/bin/true