summaryrefslogtreecommitdiffstats
path: root/x11/gnome-panel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /x11/gnome-panel
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r--x11/gnome-panel/Makefile75
-rw-r--r--x11/gnome-panel/distinfo3
-rw-r--r--x11/gnome-panel/files/patch-applets_clock_clock-location.c11
-rw-r--r--x11/gnome-panel/files/patch-applets_clock_clock.c11
-rw-r--r--x11/gnome-panel/files/patch-configure61
-rw-r--r--x11/gnome-panel/files/patch-gnome-panel_panel-multiscreen.c59
-rw-r--r--x11/gnome-panel/files/patch-po_ja.po20
-rw-r--r--x11/gnome-panel/files/patch-po_ko.po29
-rw-r--r--x11/gnome-panel/pkg-descr3
-rw-r--r--x11/gnome-panel/pkg-plist557
10 files changed, 0 insertions, 829 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
deleted file mode 100644
index 562910ee1..000000000
--- a/x11/gnome-panel/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-# New ports collection makefile for: gnomepanel
-# Date created: 27 April 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11/gnome-panel/Makefile,v 1.207 2009/10/12 13:12:23 avl Exp $
-#
-
-PORTNAME= gnome-panel
-PORTVERSION= 2.28.0
-PORTREVISION?= 1
-CATEGORIES= x11 gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Panel component for the GNOME 2 Desktop
-
-USE_BZIP2= yes
-
-.if !defined(REFERENCE_PORT)
-
-LIB_DEPENDS= gweather.1:${PORTSDIR}/net/libgweather \
- polkit-gnome.0:${PORTSDIR}/sysutils/policykit-gnome
-
-USE_GETTEXT= yes
-INSTALLS_OMF= yes
-USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop librsvg2 \
- libwnck gnomemenus gnomedocutils ltverhack referencehack \
- libgnomeui
-WANT_GNOME= yes
-GNOME_DESKTOP_VERSION=2
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:22
-CONFIGURE_ARGS= --disable-network-manager \
- --enable-polkit
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= gnome-panel.1
-GCONF_SCHEMAS= clock.schemas fish.schemas \
- panel-compatibility.schemas panel-general.schemas \
- panel-global.schemas panel-object.schemas \
- panel-toplevel.schemas window-list.schemas \
- workspace-switcher.schemas
-
-OPTIONS= EVOLUTION "use the Evolution calendar if installed" on
-
-.if defined(PACKAGE_BUILDING)
-.undef WITHOUT_GNOME
-WITH_GNOME= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_EVOLUTION) && ${HAVE_GNOME:Mevolutiondataserver}!=""
-USE_GNOME+= evolutiondataserver
-CONFIGURE_ARGS+=--enable-eds
-.else
-CONFIGURE_ARGS+=--disable-eds
-.endif
-
-post-patch:
- @${FIND} ${WRKSRC} -type f | \
- ${XARGS} -n 10 ${REINPLACE_CMD} -e \
- 's|"applications.menu"|"gnome-applications.menu"|'
- @${REINPLACE_CMD} -e 's|xsltproc -o| xsltproc --nonet -o|g' \
- ${WRKSRC}/help/clock/Makefile.in \
- ${WRKSRC}/help/fish/Makefile.in
-
-.include <bsd.port.post.mk>
-
-.endif
diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo
deleted file mode 100644
index 74972b3b2..000000000
--- a/x11/gnome-panel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gnome-panel-2.28.0.tar.bz2) = 9f0ea283d44bbcce67dc2e8a02fe9fad
-SHA256 (gnome2/gnome-panel-2.28.0.tar.bz2) = c1168c0c8f84692002557d60870c782f4831635080d2c52cd2a3665fb7718465
-SIZE (gnome2/gnome-panel-2.28.0.tar.bz2) = 2976766
diff --git a/x11/gnome-panel/files/patch-applets_clock_clock-location.c b/x11/gnome-panel/files/patch-applets_clock_clock-location.c
deleted file mode 100644
index aa25ac2fc..000000000
--- a/x11/gnome-panel/files/patch-applets_clock_clock-location.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- applets/clock/clock-location.c.orig 2008-04-07 17:17:51.000000000 -0400
-+++ applets/clock/clock-location.c 2008-04-07 22:54:31.000000000 -0400
-@@ -27,6 +27,8 @@
- #include "clock-marshallers.h"
- #include "set-timezone.h"
-
-+#define daylight 1
-+
- G_DEFINE_TYPE (ClockLocation, clock_location, G_TYPE_OBJECT)
-
- typedef struct {
diff --git a/x11/gnome-panel/files/patch-applets_clock_clock.c b/x11/gnome-panel/files/patch-applets_clock_clock.c
deleted file mode 100644
index a9b459b74..000000000
--- a/x11/gnome-panel/files/patch-applets_clock_clock.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- applets/clock/clock.c.orig 2009-07-01 15:06:23.000000000 +0200
-+++ applets/clock/clock.c 2009-07-19 15:59:26.000000000 +0200
-@@ -71,6 +71,8 @@
- #include "set-timezone.h"
- #include "system-timezone.h"
-
-+#define daylight 1
-+
- #define INTERNETSECOND (864)
- #define INTERNETBEAT (86400)
-
diff --git a/x11/gnome-panel/files/patch-configure b/x11/gnome-panel/files/patch-configure
deleted file mode 100644
index 1d7335893..000000000
--- a/x11/gnome-panel/files/patch-configure
+++ /dev/null
@@ -1,61 +0,0 @@
---- configure.orig 2009-10-04 17:26:08.000000000 -0400
-+++ configure 2009-10-04 17:31:11.000000000 -0400
-@@ -14954,12 +14955,12 @@ if test -n "$CLOCK_CFLAGS"; then
- pkg_cv_CLOCK_CFLAGS="$CLOCK_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
-- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pango >= \$PANGO_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED \$LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= \$GWEATHER_REQUIRED\"") >&5
-- ($PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED") 2>&5
-+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pango >= \$PANGO_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED \$LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= \$GWEATHER_REQUIRED gnome-desktop-2.0 >= \$LIBGNOME_DESKTOP_REQUIRED\"") >&5
-+ ($PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED") 2>&5
- ac_status=$?
- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; then
-- pkg_cv_CLOCK_CFLAGS=`$PKG_CONFIG --cflags "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED" 2>/dev/null`
-+ pkg_cv_CLOCK_CFLAGS=`$PKG_CONFIG --cflags "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>/dev/null`
- else
- pkg_failed=yes
- fi
-@@ -14970,12 +14971,12 @@ if test -n "$CLOCK_LIBS"; then
- pkg_cv_CLOCK_LIBS="$CLOCK_LIBS"
- elif test -n "$PKG_CONFIG"; then
- if test -n "$PKG_CONFIG" && \
-- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pango >= \$PANGO_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED \$LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= \$GWEATHER_REQUIRED\"") >&5
-- ($PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED") 2>&5
-+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pango >= \$PANGO_REQUIRED gtk+-2.0 >= \$GTK_REQUIRED glib-2.0 >= \$GLIB_REQUIRED gio-2.0 >= \$GLIB_REQUIRED \$LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= \$GWEATHER_REQUIRED gnome-desktop-2.0 >= \$LIBGNOME_DESKTOP_REQUIRED\"") >&5
-+ ($PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED") 2>&5
- ac_status=$?
- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; then
-- pkg_cv_CLOCK_LIBS=`$PKG_CONFIG --libs "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED" 2>/dev/null`
-+ pkg_cv_CLOCK_LIBS=`$PKG_CONFIG --libs "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>/dev/null`
- else
- pkg_failed=yes
- fi
-@@ -14993,14 +14994,14 @@ else
- _pkg_short_errors_supported=no
- fi
- if test $_pkg_short_errors_supported = yes; then
-- CLOCK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED" 2>&1`
-+ CLOCK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>&1`
- else
-- CLOCK_PKG_ERRORS=`$PKG_CONFIG --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED" 2>&1`
-+ CLOCK_PKG_ERRORS=`$PKG_CONFIG --print-errors "pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED" 2>&1`
- fi
- # Put the nasty error message in config.log where it belongs
- echo "$CLOCK_PKG_ERRORS" >&5
-
-- { { $as_echo "$as_me:$LINENO: error: Package requirements (pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED) were not met:
-+ { { $as_echo "$as_me:$LINENO: error: Package requirements (pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED) were not met:
-
- $CLOCK_PKG_ERRORS
-
-@@ -15011,7 +15012,7 @@ Alternatively, you may set the environme
- and CLOCK_LIBS to avoid the need to call pkg-config.
- See the pkg-config man page for more details.
- " >&5
--$as_echo "$as_me: error: Package requirements (pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED) were not met:
-+$as_echo "$as_me: error: Package requirements (pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED $LIBECAL_REQUIREMENT librsvg-2.0 dbus-glib-1 gweather >= $GWEATHER_REQUIRED gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED) were not met:
-
- $CLOCK_PKG_ERRORS
-
diff --git a/x11/gnome-panel/files/patch-gnome-panel_panel-multiscreen.c b/x11/gnome-panel/files/patch-gnome-panel_panel-multiscreen.c
deleted file mode 100644
index 50ef12367..000000000
--- a/x11/gnome-panel/files/patch-gnome-panel_panel-multiscreen.c
+++ /dev/null
@@ -1,59 +0,0 @@
---- gnome-panel/panel-multiscreen.c.orig 2009-10-12 22:57:08.000000000 +1000
-+++ gnome-panel/panel-multiscreen.c 2009-10-12 22:57:08.000000000 +1000
-@@ -136,9 +136,17 @@
- xroot = GDK_WINDOW_XWINDOW (gdk_screen_get_root_window (screen));
-
- #if (RANDR_MAJOR > 1 || (RANDR_MAJOR == 1 && RANDR_MINOR >= 3))
-- if (have_randr_1_3)
-+ if (have_randr_1_3) {
- resources = XRRGetScreenResourcesCurrent (xdisplay, xroot);
-- else
-+ if (resources->noutput == 0) {
-+ /* This might happen if nothing tried to get randr
-+ * resources from the server before, so we need an
-+ * active probe. See comment #27 in
-+ * https://bugzilla.gnome.org/show_bug.cgi?id=597101 */
-+ XRRFreeScreenResources (resources);
-+ resources = XRRGetScreenResources (xdisplay, xroot);
-+ }
-+ } else
- resources = XRRGetScreenResources (xdisplay, xroot);
- #else
- resources = XRRGetScreenResources (xdisplay, xroot);
-@@ -205,6 +213,17 @@
- return FALSE;
- }
-
-+ if (geometries->len == 0) {
-+ /* This can happen in at least one case:
-+ * https://bugzilla.novell.com/show_bug.cgi?id=543876 where all
-+ * monitors appear disconnected (possibly because the screen
-+ * is behing a KVM switch) -- see comment #8.
-+ * There might be other cases too, so we stay on the safe side.
-+ */
-+ g_array_free (geometries, TRUE);
-+ return FALSE;
-+ }
-+
- *monitors_ret = geometries->len;
- *geometries_ret = (GdkRectangle *) g_array_free (geometries, FALSE);
-
-@@ -238,9 +257,15 @@
- int *monitors_ret,
- GdkRectangle **geometries_ret)
- {
-- if (panel_multiscreen_get_randr_monitors_for_screen (screen,
-- monitors_ret,
-- geometries_ret))
-+ gboolean res;
-+
-+ *monitors_ret = 0;
-+ *geometries_ret = NULL;
-+
-+ res = panel_multiscreen_get_randr_monitors_for_screen (screen,
-+ monitors_ret,
-+ geometries_ret);
-+ if (res && *monitors_ret > 0)
- return;
-
- panel_multiscreen_get_gdk_monitors_for_screen (screen,
diff --git a/x11/gnome-panel/files/patch-po_ja.po b/x11/gnome-panel/files/patch-po_ja.po
deleted file mode 100644
index 5a71e3919..000000000
--- a/x11/gnome-panel/files/patch-po_ja.po
+++ /dev/null
@@ -1,20 +0,0 @@
---- po/ja.po.orig 2007-08-13 19:37:02.000000000 -0400
-+++ po/ja.po 2007-08-14 17:00:06.000000000 -0400
-@@ -97,7 +97,7 @@ msgstr "%k:%M"
- #. * possible.
- #: ../applets/clock/calendar-window.c:234
- msgid "%b %d"
--msgstr "%b%e日"
-+msgstr "%B%e日"
-
- #: ../applets/clock/calendar-window.c:742
- msgid "_Tasks"
-@@ -138,7 +138,7 @@ msgstr "%k:%M:%S"
- #.
- #: ../applets/clock/clock.c:369
- msgid "%a %b %e"
--msgstr "%b%e日 (%a)"
-+msgstr "%B%e日 (%a)"
-
- #. translators: reverse the order of these arguments
- #. * if the time should come before the
diff --git a/x11/gnome-panel/files/patch-po_ko.po b/x11/gnome-panel/files/patch-po_ko.po
deleted file mode 100644
index 7de508a0e..000000000
--- a/x11/gnome-panel/files/patch-po_ko.po
+++ /dev/null
@@ -1,29 +0,0 @@
---- po/ko.po.orig 2008-02-26 18:15:58.000000000 +0100
-+++ po/ko.po 2008-02-26 18:16:31.000000000 +0100
-@@ -95,7 +95,7 @@ msgstr "%H:%M"
- #. * possible.
- #: ../applets/clock/calendar-window.c:250
- msgid "%b %d"
--msgstr "%b %e일"
-+msgstr "%B %e일"
-
- #: ../applets/clock/calendar-window.c:765
- msgid "Tasks"
-@@ -146,7 +146,7 @@ msgstr "%H:%M:%S"
- #.
- #: ../applets/clock/clock.c:443
- msgid "%a %b %e"
--msgstr "%b %e일 (%a)"
-+msgstr "%B %e일 (%a)"
-
- #. translators: reverse the order of these arguments
- #. * if the time should come before the
-@@ -207,7 +207,7 @@ msgstr "%p %I:%M"
-
- #: ../applets/clock/clock.c:1590
- msgid "%A, %B %d %Y"
--msgstr "%Y년 %b %e일 %A"
-+msgstr "%Y년 %B %e일 %A"
-
- #: ../applets/clock/clock.c:1665
- #, c-format
diff --git a/x11/gnome-panel/pkg-descr b/x11/gnome-panel/pkg-descr
deleted file mode 100644
index 263044b5e..000000000
--- a/x11/gnome-panel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 721436306..000000000
--- a/x11/gnome-panel/pkg-plist
+++ /dev/null
@@ -1,557 +0,0 @@
-bin/gnome-desktop-item-edit
-bin/gnome-panel
-bin/panel-test-applets
-etc/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf
-@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true
-@unexec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --unload %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true
-etc/gconf/schemas/panel-default-setup.entries
-@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries > /dev/null || /usr/bin/true
-@exec gconftool-2 --direct --config-source=xml::%D/etc/gconf/gconf.xml.defaults --load %D/etc/gconf/schemas/panel-default-setup.entries /apps/panel > /dev/null || /usr/bin/true
-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.la
-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_Wncklet_Factory.server
-libdata/pkgconfig/libpanelapplet-2.0.pc
-libexec/clock-applet
-libexec/fish-applet-2
-libexec/gnome-clock-applet-mechanism
-libexec/gnome-panel-add
-libexec/notification-area-applet
-libexec/wnck-applet
-share/applications/gnome-panel.desktop
-share/dbus-1/system-services/org.gnome.ClockApplet.Mechanism.service
-share/gnome-2.0/ui/GNOME_ClockApplet.xml
-share/gnome-2.0/ui/GNOME_FishApplet.xml
-share/gnome-2.0/ui/GNOME_NotificationAreaApplet.xml
-share/gnome-2.0/ui/GNOME_Panel_Popup.xml
-share/gnome-2.0/ui/GNOME_ShowDesktopApplet.xml
-share/gnome-2.0/ui/GNOME_WindowListApplet.xml
-share/gnome-2.0/ui/GNOME_WindowMenuApplet.xml
-share/gnome-2.0/ui/GNOME_WorkspaceSwitcherApplet.xml
-%%DATADIR%%/ui/clock.ui
-%%DATADIR%%/ui/fish.ui
-%%DATADIR%%/ui/panel-properties-dialog.ui
-%%DATADIR%%/ui/panel-run-dialog.ui
-%%DATADIR%%/ui/panel-test-applets.ui
-%%DATADIR%%/ui/window-list.ui
-%%DATADIR%%/ui/workspace-switcher.ui
-%%DATADIR%%/pixmaps/clock-calendar-icon.png
-%%DATADIR%%/pixmaps/clock-face-large.svg
-%%DATADIR%%/pixmaps/clock-face-small-day.svg
-%%DATADIR%%/pixmaps/clock-face-small-evening.svg
-%%DATADIR%%/pixmaps/clock-face-small-morning.svg
-%%DATADIR%%/pixmaps/clock-face-small-night.svg
-%%DATADIR%%/pixmaps/clock-face-small.svg
-%%DATADIR%%/pixmaps/clock-map-location-current.png
-%%DATADIR%%/pixmaps/clock-map-location-hilight.png
-%%DATADIR%%/pixmaps/clock-map-location-marker.png
-%%DATADIR%%/pixmaps/clock-map.png
-%%DATADIR%%/pixmaps/fishanim.png
-%%DATADIR%%/pixmaps/footguy.png
-%%DATADIR%%/pixmaps/gnome-gegl2-2.png
-%%DATADIR%%/pixmaps/gnome-gegl2.png
-%%DATADIR%%/pixmaps/monkey.png
-%%DATADIR%%/pixmaps/oldwanda.png
-%%DATADIR%%/pixmaps/wanda.png
-%%DATADIR%%/pixmaps/world_map-960.png
-share/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/ar/clock.xml
-share/gnome/help/clock/ar/figures/clock_applet.png
-share/gnome/help/clock/ar/legal.xml
-share/gnome/help/clock/ca/clock.xml
-share/gnome/help/clock/ca/figures/clock_applet.png
-share/gnome/help/clock/ca/legal.xml
-share/gnome/help/clock/cs/clock.xml
-share/gnome/help/clock/cs/figures/clock_applet.png
-share/gnome/help/clock/cs/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/el/clock.xml
-share/gnome/help/clock/el/figures/clock_applet.png
-share/gnome/help/clock/el/legal.xml
-share/gnome/help/clock/en_GB/clock.xml
-share/gnome/help/clock/en_GB/figures/clock_applet.png
-share/gnome/help/clock/en_GB/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/eu/clock.xml
-share/gnome/help/clock/eu/figures/clock_applet.png
-share/gnome/help/clock/eu/legal.xml
-share/gnome/help/clock/fi/clock.xml
-share/gnome/help/clock/fi/figures/clock_applet.png
-share/gnome/help/clock/fi/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/nl/clock.xml
-share/gnome/help/clock/nl/figures/clock_applet.png
-share/gnome/help/clock/nl/legal.xml
-share/gnome/help/clock/oc/clock.xml
-share/gnome/help/clock/oc/figures/clock_applet.png
-share/gnome/help/clock/oc/legal.xml
-share/gnome/help/clock/pa/clock.xml
-share/gnome/help/clock/pa/figures/clock_applet.png
-share/gnome/help/clock/pa/legal.xml
-share/gnome/help/clock/pt_BR/clock.xml
-share/gnome/help/clock/pt_BR/figures/clock_applet.png
-share/gnome/help/clock/pt_BR/legal.xml
-share/gnome/help/clock/ru/clock.xml
-share/gnome/help/clock/ru/figures/clock_applet.png
-share/gnome/help/clock/ru/legal.xml
-share/gnome/help/clock/sr/clock.xml
-share/gnome/help/clock/sr/figures/clock_applet.png
-share/gnome/help/clock/sr/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/th/clock.xml
-share/gnome/help/clock/th/figures/clock_applet.png
-share/gnome/help/clock/th/legal.xml
-share/gnome/help/clock/uk/clock.xml
-share/gnome/help/clock/uk/figures/clock_applet.png
-share/gnome/help/clock/uk/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/C/figures/fish_applet.png
-share/gnome/help/fish/C/fish.xml
-share/gnome/help/fish/C/legal.xml
-share/gnome/help/fish/ca/figures/fish_applet.png
-share/gnome/help/fish/ca/fish.xml
-share/gnome/help/fish/ca/legal.xml
-share/gnome/help/fish/cs/figures/fish_applet.png
-share/gnome/help/fish/cs/fish.xml
-share/gnome/help/fish/cs/legal.xml
-share/gnome/help/fish/de/figures/fish_applet.png
-share/gnome/help/fish/de/fish.xml
-share/gnome/help/fish/de/legal.xml
-share/gnome/help/fish/el/figures/fish_applet.png
-share/gnome/help/fish/el/fish.xml
-share/gnome/help/fish/el/legal.xml
-share/gnome/help/fish/en_GB/figures/fish_applet.png
-share/gnome/help/fish/en_GB/fish.xml
-share/gnome/help/fish/en_GB/legal.xml
-share/gnome/help/fish/es/figures/fish_applet.png
-share/gnome/help/fish/es/fish.xml
-share/gnome/help/fish/es/legal.xml
-share/gnome/help/fish/eu/figures/fish_applet.png
-share/gnome/help/fish/eu/fish.xml
-share/gnome/help/fish/eu/legal.xml
-share/gnome/help/fish/fi/figures/fish_applet.png
-share/gnome/help/fish/fi/fish.xml
-share/gnome/help/fish/fi/legal.xml
-share/gnome/help/fish/fr/figures/fish_applet.png
-share/gnome/help/fish/fr/fish.xml
-share/gnome/help/fish/fr/legal.xml
-share/gnome/help/fish/it/figures/fish_applet.png
-share/gnome/help/fish/it/fish.xml
-share/gnome/help/fish/it/legal.xml
-share/gnome/help/fish/ko/figures/fish_applet.png
-share/gnome/help/fish/ko/fish.xml
-share/gnome/help/fish/ko/legal.xml
-share/gnome/help/fish/oc/figures/fish_applet.png
-share/gnome/help/fish/oc/fish.xml
-share/gnome/help/fish/oc/legal.xml
-share/gnome/help/fish/ru/figures/fish_applet.png
-share/gnome/help/fish/ru/fish.xml
-share/gnome/help/fish/ru/legal.xml
-share/gnome/help/fish/sv/figures/fish_applet.png
-share/gnome/help/fish/sv/fish.xml
-share/gnome/help/fish/sv/legal.xml
-share/gnome/help/fish/th/figures/fish_applet.png
-share/gnome/help/fish/th/fish.xml
-share/gnome/help/fish/th/legal.xml
-share/gnome/help/fish/uk/figures/fish_applet.png
-share/gnome/help/fish/uk/fish.xml
-share/gnome/help/fish/uk/legal.xml
-share/gnome/help/fish/zh_CN/figures/fish_applet.png
-share/gnome/help/fish/zh_CN/fish.xml
-share/gnome/help/fish/zh_CN/legal.xml
-share/icons/hicolor/16x16/apps/gnome-panel-clock.png
-share/icons/hicolor/16x16/apps/gnome-panel-drawer.png
-share/icons/hicolor/16x16/apps/gnome-panel-fish.png
-share/icons/hicolor/16x16/apps/gnome-panel-force-quit.png
-share/icons/hicolor/16x16/apps/gnome-panel-launcher.png
-share/icons/hicolor/16x16/apps/gnome-panel-notification-area.png
-share/icons/hicolor/16x16/apps/gnome-panel-separator.png
-share/icons/hicolor/16x16/apps/gnome-panel-window-list.png
-share/icons/hicolor/16x16/apps/gnome-panel-window-menu.png
-share/icons/hicolor/16x16/apps/gnome-panel-workspace-switcher.png
-share/icons/hicolor/16x16/apps/gnome-panel.png
-share/icons/hicolor/22x22/apps/gnome-panel-clock.png
-share/icons/hicolor/22x22/apps/gnome-panel-drawer.png
-share/icons/hicolor/22x22/apps/gnome-panel-fish.png
-share/icons/hicolor/22x22/apps/gnome-panel-force-quit.png
-share/icons/hicolor/22x22/apps/gnome-panel-launcher.png
-share/icons/hicolor/22x22/apps/gnome-panel-notification-area.png
-share/icons/hicolor/22x22/apps/gnome-panel-separator.png
-share/icons/hicolor/22x22/apps/gnome-panel-window-list.png
-share/icons/hicolor/22x22/apps/gnome-panel-window-menu.png
-share/icons/hicolor/22x22/apps/gnome-panel-workspace-switcher.png
-share/icons/hicolor/22x22/apps/gnome-panel.png
-share/icons/hicolor/24x24/apps/gnome-panel-clock.png
-share/icons/hicolor/24x24/apps/gnome-panel-drawer.png
-share/icons/hicolor/24x24/apps/gnome-panel-fish.png
-share/icons/hicolor/24x24/apps/gnome-panel-force-quit.png
-share/icons/hicolor/24x24/apps/gnome-panel-launcher.png
-share/icons/hicolor/24x24/apps/gnome-panel-notification-area.png
-share/icons/hicolor/24x24/apps/gnome-panel-separator.png
-share/icons/hicolor/24x24/apps/gnome-panel-window-list.png
-share/icons/hicolor/24x24/apps/gnome-panel-window-menu.png
-share/icons/hicolor/24x24/apps/gnome-panel-workspace-switcher.png
-share/icons/hicolor/24x24/apps/gnome-panel.png
-share/icons/hicolor/32x32/apps/gnome-panel-clock.png
-share/icons/hicolor/32x32/apps/gnome-panel-drawer.png
-share/icons/hicolor/32x32/apps/gnome-panel-fish.png
-share/icons/hicolor/32x32/apps/gnome-panel-force-quit.png
-share/icons/hicolor/32x32/apps/gnome-panel-launcher.png
-share/icons/hicolor/32x32/apps/gnome-panel-notification-area.png
-share/icons/hicolor/32x32/apps/gnome-panel-separator.png
-share/icons/hicolor/32x32/apps/gnome-panel-window-list.png
-share/icons/hicolor/32x32/apps/gnome-panel-window-menu.png
-share/icons/hicolor/32x32/apps/gnome-panel-workspace-switcher.png
-share/icons/hicolor/32x32/apps/gnome-panel.png
-share/icons/hicolor/48x48/apps/gnome-panel.png
-share/icons/hicolor/scalable/apps/gnome-panel-clock.svg
-share/icons/hicolor/scalable/apps/gnome-panel-drawer.svg
-share/icons/hicolor/scalable/apps/gnome-panel-fish.svg
-share/icons/hicolor/scalable/apps/gnome-panel-force-quit.svg
-share/icons/hicolor/scalable/apps/gnome-panel-launcher.svg
-share/icons/hicolor/scalable/apps/gnome-panel-notification-area.svg
-share/icons/hicolor/scalable/apps/gnome-panel-separator.svg
-share/icons/hicolor/scalable/apps/gnome-panel-window-list.svg
-share/icons/hicolor/scalable/apps/gnome-panel-window-menu.svg
-share/icons/hicolor/scalable/apps/gnome-panel-workspace-switcher.svg
-share/icons/hicolor/scalable/apps/gnome-panel.svg
-share/idl/gnome-panel-2.0/GNOME_Panel.idl
-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/as/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/ast/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/be@latin/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/bn_IN/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/br/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/bs/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/ca/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/ca@valencia/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/crh/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/dz/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/fur/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/ha/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/hy/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/id/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/ig/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/is/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/ka/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/kn/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/ko/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/ku/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/ky/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/la/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/mai/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/mg/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/nb/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/ne/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/nso/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/oc/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/or/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/ps/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/rw/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/si/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@ije/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/sr@latin/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/te/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/uz/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/uz@cyrillic/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/xh/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/yi/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/yo/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo
-share/locale/zu/LC_MESSAGES/gnome-panel-2.0.mo
-share/omf/clock/clock-C.omf
-share/omf/clock/clock-ar.omf
-share/omf/clock/clock-ca.omf
-share/omf/clock/clock-cs.omf
-share/omf/clock/clock-de.omf
-share/omf/clock/clock-el.omf
-share/omf/clock/clock-en_GB.omf
-share/omf/clock/clock-es.omf
-share/omf/clock/clock-eu.omf
-share/omf/clock/clock-fi.omf
-share/omf/clock/clock-fr.omf
-share/omf/clock/clock-it.omf
-share/omf/clock/clock-ja.omf
-share/omf/clock/clock-ko.omf
-share/omf/clock/clock-nl.omf
-share/omf/clock/clock-oc.omf
-share/omf/clock/clock-pa.omf
-share/omf/clock/clock-pt_BR.omf
-share/omf/clock/clock-ru.omf
-share/omf/clock/clock-sr.omf
-share/omf/clock/clock-sv.omf
-share/omf/clock/clock-th.omf
-share/omf/clock/clock-uk.omf
-share/omf/clock/clock-zh_CN.omf
-share/omf/clock/clock-zh_TW.omf
-share/omf/fish/fish-C.omf
-share/omf/fish/fish-ca.omf
-share/omf/fish/fish-cs.omf
-share/omf/fish/fish-de.omf
-share/omf/fish/fish-el.omf
-share/omf/fish/fish-en_GB.omf
-share/omf/fish/fish-es.omf
-share/omf/fish/fish-eu.omf
-share/omf/fish/fish-fi.omf
-share/omf/fish/fish-fr.omf
-share/omf/fish/fish-it.omf
-share/omf/fish/fish-ko.omf
-share/omf/fish/fish-oc.omf
-share/omf/fish/fish-ru.omf
-share/omf/fish/fish-sv.omf
-share/omf/fish/fish-th.omf
-share/omf/fish/fish-uk.omf
-share/omf/fish/fish-zh_CN.omf
-share/polkit-1/actions/org.gnome.clockapplet.mechanism.policy
-@dirrm share/omf/fish
-@dirrm share/omf/clock
-@dirrm share/idl/gnome-panel-2.0
-@dirrm share/gnome/help/fish/zh_CN/figures
-@dirrm share/gnome/help/fish/zh_CN
-@dirrm share/gnome/help/fish/uk/figures
-@dirrm share/gnome/help/fish/uk
-@dirrm share/gnome/help/fish/th/figures
-@dirrm share/gnome/help/fish/th
-@dirrm share/gnome/help/fish/sv/figures
-@dirrm share/gnome/help/fish/sv
-@dirrm share/gnome/help/fish/ru/figures
-@dirrm share/gnome/help/fish/ru
-@dirrm share/gnome/help/fish/oc/figures
-@dirrm share/gnome/help/fish/oc
-@dirrm share/gnome/help/fish/ko/figures
-@dirrm share/gnome/help/fish/ko
-@dirrm share/gnome/help/fish/it/figures
-@dirrm share/gnome/help/fish/it
-@dirrm share/gnome/help/fish/fr/figures
-@dirrm share/gnome/help/fish/fr
-@dirrm share/gnome/help/fish/fi/figures
-@dirrm share/gnome/help/fish/fi
-@dirrm share/gnome/help/fish/eu/figures
-@dirrm share/gnome/help/fish/eu
-@dirrm share/gnome/help/fish/es/figures
-@dirrm share/gnome/help/fish/es
-@dirrm share/gnome/help/fish/en_GB/figures
-@dirrm share/gnome/help/fish/en_GB
-@dirrm share/gnome/help/fish/el/figures
-@dirrm share/gnome/help/fish/el
-@dirrm share/gnome/help/fish/de/figures
-@dirrm share/gnome/help/fish/de
-@dirrm share/gnome/help/fish/cs/figures
-@dirrm share/gnome/help/fish/cs
-@dirrm share/gnome/help/fish/ca/figures
-@dirrm share/gnome/help/fish/ca
-@dirrm share/gnome/help/fish/C/figures
-@dirrm share/gnome/help/fish/C
-@dirrm share/gnome/help/fish
-@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/uk/figures
-@dirrm share/gnome/help/clock/uk
-@dirrm share/gnome/help/clock/th/figures
-@dirrm share/gnome/help/clock/th
-@dirrm share/gnome/help/clock/sv/figures
-@dirrm share/gnome/help/clock/sv
-@dirrm share/gnome/help/clock/sr/figures
-@dirrm share/gnome/help/clock/sr
-@dirrm share/gnome/help/clock/ru/figures
-@dirrm share/gnome/help/clock/ru
-@dirrm share/gnome/help/clock/pt_BR/figures
-@dirrm share/gnome/help/clock/pt_BR
-@dirrm share/gnome/help/clock/pa/figures
-@dirrm share/gnome/help/clock/pa
-@dirrm share/gnome/help/clock/oc/figures
-@dirrm share/gnome/help/clock/oc
-@dirrm share/gnome/help/clock/nl/figures
-@dirrm share/gnome/help/clock/nl
-@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/fi/figures
-@dirrm share/gnome/help/clock/fi
-@dirrm share/gnome/help/clock/eu/figures
-@dirrm share/gnome/help/clock/eu
-@dirrm share/gnome/help/clock/es/figures
-@dirrm share/gnome/help/clock/es
-@dirrm share/gnome/help/clock/en_GB/figures
-@dirrm share/gnome/help/clock/en_GB
-@dirrm share/gnome/help/clock/el/figures
-@dirrm share/gnome/help/clock/el
-@dirrm share/gnome/help/clock/de/figures
-@dirrm share/gnome/help/clock/de
-@dirrm share/gnome/help/clock/cs/figures
-@dirrm share/gnome/help/clock/cs
-@dirrm share/gnome/help/clock/ca/figures
-@dirrm share/gnome/help/clock/ca
-@dirrm share/gnome/help/clock/ar/figures
-@dirrm share/gnome/help/clock/ar
-@dirrm share/gnome/help/clock/C/figures
-@dirrm share/gnome/help/clock/C
-@dirrm share/gnome/help/clock
-@dirrm %%DATADIR%%/pixmaps
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%
-@dirrmtry share/applications
-@dirrm include/panel-2.0
-@dirrmtry share/locale/zu/LC_MESSAGES
-@dirrmtry share/locale/zu
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/yo/LC_MESSAGES
-@dirrmtry share/locale/yo
-@dirrmtry share/locale/yi/LC_MESSAGES
-@dirrmtry share/locale/yi
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
-@dirrmtry share/locale/uz@cyrillic
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/sr@ije/LC_MESSAGES
-@dirrmtry share/locale/sr@ije
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/ps/LC_MESSAGES
-@dirrmtry share/locale/ps
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/nso/LC_MESSAGES
-@dirrmtry share/locale/nso
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mi/LC_MESSAGES
-@dirrmtry share/locale/mi
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/la/LC_MESSAGES
-@dirrmtry share/locale/la
-@dirrmtry share/locale/ky/LC_MESSAGES
-@dirrmtry share/locale/ky
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/ig/LC_MESSAGES
-@dirrmtry share/locale/ig
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@dirrmtry share/locale/ha/LC_MESSAGES
-@dirrmtry share/locale/ha
-@dirrmtry share/locale/fur/LC_MESSAGES
-@dirrmtry share/locale/fur
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/crh/LC_MESSAGES
-@dirrmtry share/locale/crh
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as