summaryrefslogtreecommitdiffstats
path: root/x11/gnome-panel
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r--x11/gnome-panel/Makefile41
-rw-r--r--x11/gnome-panel/distinfo1
-rw-r--r--x11/gnome-panel/files/patch-applets::gen_util::clock.c27
-rw-r--r--x11/gnome-panel/files/patch-config.h.in11
-rw-r--r--x11/gnome-panel/files/patch-configure19
-rw-r--r--x11/gnome-panel/files/patch-doc_reference_panel-applet_Makefile.in11
-rw-r--r--x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in13
-rw-r--r--x11/gnome-panel/pkg-comment1
-rw-r--r--x11/gnome-panel/pkg-descr3
-rw-r--r--x11/gnome-panel/pkg-plist257
10 files changed, 0 insertions, 384 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
deleted file mode 100644
index db2138760..000000000
--- a/x11/gnome-panel/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: gnomepanel
-# Date created: 27 April 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomepanel
-PORTVERSION= 2.2.0.1
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-panel/2.2
-DISTNAME= gnome-panel-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-
-LIB_DEPENDS= wnck-1.9:${PORTSDIR}/x11-toolkits/libwnck \
- gnome-desktop-2.3:${PORTSDIR}/x11/gnomedesktop
-
-USE_BZIP2= yes
-INSTALLS_SHLIB= yes
-USE_X_PREFIX= yes
-USE_REINPLACE= yes
-USE_GNOMENG= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \
- --with-kde-docdir=${LOCALBASE}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-MAN1= gnome-panel.1 gnome-panel-preferences.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo
deleted file mode 100644
index e6e351432..000000000
--- a/x11/gnome-panel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/gnome-panel-2.2.0.1.tar.bz2) = cd8a74425cadadc8d10ab1fe5e9e3fe8
diff --git a/x11/gnome-panel/files/patch-applets::gen_util::clock.c b/x11/gnome-panel/files/patch-applets::gen_util::clock.c
deleted file mode 100644
index 96f5d3f44..000000000
--- a/x11/gnome-panel/files/patch-applets::gen_util::clock.c
+++ /dev/null
@@ -1,27 +0,0 @@
-
-$FreeBSD$
-
---- applets/gen_util/clock.c 2002/05/14 14:08:16 1.1
-+++ applets/gen_util/clock.c 2002/05/14 14:12:56
-@@ -14,7 +14,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>
-@@ -684,7 +686,11 @@
- cd->hourformat = panel_applet_gconf_get_int (applet, KEY_HOUR_FORMAT, &error);
- if (error || (cd->hourformat != 12 && cd->hourformat != 24)) {
- /* if value is not valid, set it according to locale */
-+#ifdef HAVE_LANGINFO_H
- const char *am = nl_langinfo (AM_STR);
-+#else
-+ const char *am = "AM";
-+#endif
- cd->hourformat = (am[0] == '\0') ? 24 : 12;
-
- if (error)
diff --git a/x11/gnome-panel/files/patch-config.h.in b/x11/gnome-panel/files/patch-config.h.in
deleted file mode 100644
index 8a59166a5..000000000
--- a/x11/gnome-panel/files/patch-config.h.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index a94d4761c..000000000
--- a/x11/gnome-panel/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig Mon Jan 6 01:04:20 2003
-+++ configure Mon Jan 6 13:12:56 2003
-@@ -4254,7 +4254,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
-@@ -7878,6 +7878,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11/gnome-panel/files/patch-doc_reference_panel-applet_Makefile.in b/x11/gnome-panel/files/patch-doc_reference_panel-applet_Makefile.in
deleted file mode 100644
index 0d70349ad..000000000
--- a/x11/gnome-panel/files/patch-doc_reference_panel-applet_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/reference/panel-applet/Makefile.in.orig Tue Apr 30 23:24:10 2002
-+++ doc/reference/panel-applet/Makefile.in Tue Apr 30 23:28:36 2002
-@@ -149,7 +149,7 @@
- DOC_MODULE = panel-applet
-
- # Where the html is to be installed
--HTML_DIR = $(datadir)/gtk-doc/html
-+HTML_DIR = $(prefix)/share/doc
-
- # The top-level SGML file. Change it if you want.
- DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
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
deleted file mode 100644
index b89c57317..000000000
--- a/x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- 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-comment b/x11/gnome-panel/pkg-comment
deleted file mode 100644
index 6cb423fbf..000000000
--- a/x11/gnome-panel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Panel component for the GNOME 2.0 Desktop
diff --git a/x11/gnome-panel/pkg-descr b/x11/gnome-panel/pkg-descr
deleted file mode 100644
index 3abe6bcbf..000000000
--- a/x11/gnome-panel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Panel component for the GNOME 2.0 Desktop.
-
-WWW: http://www.gnome.org/
diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist
deleted file mode 100644
index a8c6fcc9d..000000000
--- a/x11/gnome-panel/pkg-plist
+++ /dev/null
@@ -1,257 +0,0 @@
-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/global/%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/mailcheck_applet/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/prefs/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/pager_applet/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/pager_applet/prefs/%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/large/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/large/general/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/large/panels/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/large/panels/00000001/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/large/panels/00000002/%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/default_profiles/small/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/small/general/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/small/panels/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/small/panels/00000001/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/panel/global/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/tasklist_applet/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/tasklist_applet/prefs/%gconf.xml
-etc/gconf/schemas/clock.schemas
-etc/gconf/schemas/fish.schemas
-etc/gconf/schemas/gnome-panel-screenshot.schemas
-etc/gconf/schemas/mailcheck.schemas
-etc/gconf/schemas/pager.schemas
-etc/gconf/schemas/panel-global-config.schemas
-etc/gconf/schemas/panel-per-panel-config.schemas
-etc/gconf/schemas/tasklist.schemas
-etc/sound/events/mailcheck.soundlist
-include/panel-2.0/GNOME_Panel.h
-include/panel-2.0/panel-applet-gconf.h
-include/panel-2.0/panel-applet.h
-lib/libgen_util_applet-2.so
-lib/libpanel-applet-2.a
-lib/libpanel-applet-2.so
-lib/libpanel-applet-2.so.0
-libdata/bonobo/servers/GNOME_FishApplet_Factory.server
-libdata/bonobo/servers/GNOME_GenUtilApplet_Factory.server
-libdata/bonobo/servers/GNOME_NotificationAreaApplet.server
-libdata/bonobo/servers/GNOME_Panel.server
-libdata/pkgconfig/libpanelapplet-2.0.pc
-libexec/fish-applet-2
-libexec/notification-area-applet
-share/gnome/control-center-2.0/capplets/gnome-panel-preferences.desktop
-share/gnome/gen_util/pager.glade
-share/gnome/gen_util/tasklist.glade
-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_MailCheckApplet.xml
-share/gnome/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml
-share/gnome/gnome-2.0/ui/GNOME_PagerApplet.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_TasklistApplet.xml
-share/gnome/gnome-panelrc
-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/index.sgml
-share/doc/panel-applet/libpanel-applet.html
-share/doc/panel-applet/multi-applets.html
-share/doc/panel-applet/panel-applet.html
-share/doc/panel-applet/panel-signals.html
-share/doc/panel-applet/panelapplet.html
-share/doc/panel-applet/server-files.html
-share/doc/panel-applet/session-saving.html
-share/gnome/fish/fish.glade
-share/gnome/gnome-panel/glade/panel-test-applets.glade
-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/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/mailcheck/C/figures/mailcheck_applet.png
-share/gnome/help/mailcheck/C/legal.xml
-share/gnome/help/mailcheck/C/mailcheck.xml
-share/gnome/help/notification-area/C/figures/notification-area.png
-share/gnome/help/notification-area/C/legal.xml
-share/gnome/help/notification-area/C/notification-area.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/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/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/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/mailcheck-C.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/mailcheck-C.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gnome-panel/notification-area-C.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-panel/notification-area-C.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/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/panel/gnome-panel-preferences.glade
-share/gnome/panel/gnome-panel-screenshot.glade
-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-fish.png
-share/gnome/pixmaps/mailcheck/eclouds.png
-share/gnome/pixmaps/mailcheck/email-e.png
-share/gnome/pixmaps/mailcheck/email-eclouds.png
-share/gnome/pixmaps/mailcheck/email-tiny.png
-share/gnome/pixmaps/mailcheck/email.png
-share/gnome/pixmaps/mailcheck/tux-anim.png
-share/gnome/pixmaps/gnome-show-desktop.png
-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/ca/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/cs/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_GB/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/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/he/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/hu/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/lt/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/lv/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/mk/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/mn/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/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/sp/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/sv/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/ta/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/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/C/figures
-@dirrm share/gnome/help/workspace-switcher/C
-@dirrm share/gnome/help/workspace-switcher
-@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/mailcheck/C/figures
-@dirrm share/gnome/help/mailcheck/C
-@dirrm share/gnome/help/mailcheck
-@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/C/figures
-@dirrm share/gnome/help/clock/C
-@dirrm share/gnome/help/clock
-@dirrm share/gnome/gen_util
-@dirrm share/gnome/gnome-panel/glade
-@dirrm share/gnome/gnome-panel
-@dirrm share/gnome/fish
-@dirrm share/doc/panel-applet
-@dirrm include/panel-2.0
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/tasklist_applet/prefs
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/tasklist_applet
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/global
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/small/panels/00000001
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/small/panels
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/small/general
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/small
-@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/large/panels/00000002
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/large/panels/00000001
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/large/panels
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/large/general
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/panel/default_profiles/large
-@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/pager_applet/prefs
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/pager_applet
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/prefs
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet
-@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/global
-@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/fish-applet-2-C.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/mailcheck-C.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-panel/notification-area-C.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/workspace-switcher-C.omf 2>/dev/null || /usr/bin/true