summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-27 05:03:08 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-27 05:03:08 +0800
commit44de8db3ccad9eef930bd7a516094934eeaad264 (patch)
treed2144668eb3fd1b2b991a37557c3aaa56cde0037 /x11
parenteecc21b9cec4e69235cad99c9aef89b480cd15d7 (diff)
downloadmarcuscom-ports-44de8db3ccad9eef930bd7a516094934eeaad264.tar
marcuscom-ports-44de8db3ccad9eef930bd7a516094934eeaad264.tar.gz
marcuscom-ports-44de8db3ccad9eef930bd7a516094934eeaad264.tar.bz2
marcuscom-ports-44de8db3ccad9eef930bd7a516094934eeaad264.tar.lz
marcuscom-ports-44de8db3ccad9eef930bd7a516094934eeaad264.tar.xz
marcuscom-ports-44de8db3ccad9eef930bd7a516094934eeaad264.tar.zst
marcuscom-ports-44de8db3ccad9eef930bd7a516094934eeaad264.zip
share/gnome/ -> share/, the share/gnome/panel/ is default so keep it. I will
modify gnomehier shortly after this. # grep /gnome/ work/gnome-panel-2.18.1/gnome-panel/Makefile.am -DICONDIR=\""$(datadir)/gnome/panel/pixmaps"\" \ gladedir = $(datadir)/gnome/panel/glade git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8650 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-panel/Makefile80
-rw-r--r--x11/gnome-panel/distinfo3
-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_menu.c42
-rw-r--r--x11/gnome-panel/files/patch-po_ja.po20
-rw-r--r--x11/gnome-panel/files/patch-po_ko.po38
-rw-r--r--x11/gnome-panel/pkg-descr3
-rw-r--r--x11/gnome-panel/pkg-plist618
9 files changed, 826 insertions, 0 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
new file mode 100644
index 000000000..f2354cb8a
--- /dev/null
+++ b/x11/gnome-panel/Makefile
@@ -0,0 +1,80 @@
+# 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.146 2007/03/14 21:00:05 marcus Exp $
+#
+
+PORTNAME= gnome-panel
+PORTVERSION= 2.18.1
+PORTREVISION?= 1
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Panel component for the GNOME 2 Desktop
+
+USE_BZIP2= yes
+
+.if !defined(REFERENCE_PORT)
+
+USE_GETTEXT= yes
+USE_XLIB= yes
+INSTALLS_OMF= yes
+USE_LDCONFIG= yes
+INSTALLS_ICONS= yes
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
+ libwnck gnomemenus gnomedocutils ltverhack referencehack
+WANT_GNOME= yes
+GNOME_DESKTOP_VERSION=2
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+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
+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) || defined(PARALLEL_PACKAGE_BUILD)
+.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:
+ @${REINPLACE_CMD} -e 's|evolution.desktop|evolution-2.8.desktop|g' \
+ ${WRKSRC}/gnome-panel/panel-default-setup.entries
+ @${FIND} ${WRKSRC} -type f | \
+ ${XARGS} -n 10 ${REINPLACE_CMD} -e \
+ 's|"applications.menu"|"gnome-applications.menu"|'
+.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \
+ ( ${OSVERSION} < 503101 )
+.for po in da.po it.po zh_CN.po zh_TW.po
+ @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po}
+.endfor
+.endif
+ @${REINPLACE_CMD} -e 's|True|true|' \
+ ${WRKSRC}/gnome-panel/gnome-panel.desktop.in
+
+.include <bsd.port.post.mk>
+
+.endif
diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo
new file mode 100644
index 000000000..c6f40f0b4
--- /dev/null
+++ b/x11/gnome-panel/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/gnome-panel-2.18.1.tar.bz2) = 6c325f5b5f9f424faa494665720bcfb9
+SHA256 (gnome2/gnome-panel-2.18.1.tar.bz2) = c04b53bcc0057ed042169baa725ed3769194864e5824643cc0af8c58cf773d2c
+SIZE (gnome2/gnome-panel-2.18.1.tar.bz2) = 2713127
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_menu.c b/x11/gnome-panel/files/patch-gnome-panel_menu.c
new file mode 100644
index 000000000..aa7aeae8c
--- /dev/null
+++ b/x11/gnome-panel/files/patch-gnome-panel_menu.c
@@ -0,0 +1,42 @@
+--- gnome-panel/menu.c.orig Sat Mar 26 15:12:10 2005
++++ gnome-panel/menu.c Fri Jun 3 11:17:45 2005
+@@ -1535,8 +1535,8 @@
+ return NULL;
+ }
+
+-static void
+-image_menu_shown (GtkWidget *image, gpointer data)
++static gboolean
++image_menu_exposed (GtkWidget *image, GdkEventExpose *event, gpointer data)
+ {
+ IconToLoad *new_icon;
+ IconToLoad *icon;
+@@ -1545,7 +1545,7 @@
+
+ /* if we've already handled this */
+ if (gtk_image_get_storage_type (GTK_IMAGE (image)) != GTK_IMAGE_EMPTY)
+- return;
++ return FALSE; /* propagate event */
+
+ if (find_in_load_list (image) == NULL) {
+ new_icon = icon_to_load_copy (icon);
+@@ -1554,6 +1554,8 @@
+ }
+ if (load_icons_id == 0)
+ load_icons_id = g_idle_add (load_icons_handler, NULL);
++
++ return FALSE; /* propagate event */
+ }
+
+ static void
+@@ -1601,8 +1603,8 @@
+ gtk_image_menu_item_set_image (
+ GTK_IMAGE_MENU_ITEM (image_menu_item), image);
+
+- g_signal_connect_data (image, "map",
+- G_CALLBACK (image_menu_shown), icon,
++ g_signal_connect_data (image, "expose-event",
++ G_CALLBACK (image_menu_exposed), icon,
+ (GClosureNotify) icon_to_load_free, 0);
+
+ g_signal_connect (image, "destroy",
diff --git a/x11/gnome-panel/files/patch-po_ja.po b/x11/gnome-panel/files/patch-po_ja.po
new file mode 100644
index 000000000..1d3343b41
--- /dev/null
+++ b/x11/gnome-panel/files/patch-po_ja.po
@@ -0,0 +1,20 @@
+--- po/ja.po.orig Mon Mar 7 23:15:19 2005
++++ po/ja.po Fri Apr 8 14:12:28 2005
+@@ -105,7 +105,7 @@
+ #.
+ #: ../applets/clock/clock.c:281
+ 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
+@@ -138,7 +138,7 @@
+ #. we will display the start date in the most abbreviated way possible.
+ #: ../applets/clock/clock.c:591
+ msgid "%b %d"
+-msgstr "%b%e日"
++msgstr "%B%e日"
+
+ #: ../applets/clock/clock.c:890
+ msgid "Tasks"
diff --git a/x11/gnome-panel/files/patch-po_ko.po b/x11/gnome-panel/files/patch-po_ko.po
new file mode 100644
index 000000000..7dbd45da7
--- /dev/null
+++ b/x11/gnome-panel/files/patch-po_ko.po
@@ -0,0 +1,38 @@
+--- po/ko.po.orig Wed Sep 21 02:37:42 2005
++++ po/ko.po Fri Feb 3 15:58:18 2006
+@@ -98,7 +98,7 @@
+ #.
+ #: ../applets/clock/clock.c:279
+ 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
+@@ -125,7 +125,7 @@
+ #. Show date in tooltip
+ #: ../applets/clock/clock.c:378
+ msgid "%A %B %d"
+-msgstr "%b %e일 %A"
++msgstr "%B %e일 %A"
+
+ #: ../applets/clock/clock.c:390
+ msgid "Click to view your appointments and tasks"
+@@ -139,7 +139,7 @@
+ #. we will display the start date in the most abbreviated way possible.
+ #: ../applets/clock/clock.c:598
+ msgid "%b %d"
+-msgstr "%b %e일"
++msgstr "%B %e일"
+
+ #: ../applets/clock/clock.c:925
+ msgid "Tasks"
+@@ -171,7 +171,7 @@
+
+ #: ../applets/clock/clock.c:1767
+ msgid "%A, %B %d %Y"
+-msgstr "%Y년 %b %e일 %A"
++msgstr "%Y년 %B %e일 %A"
+
+ #: ../applets/clock/clock.c:1824
+ #, c-format
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..4b97f76c1
--- /dev/null
+++ b/x11/gnome-panel/pkg-plist
@@ -0,0 +1,618 @@
+bin/gnome-desktop-item-edit
+bin/gnome-panel
+bin/panel-test-applets
+@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_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/applications/gnome-panel.desktop
+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
+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/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/nl/clock.xml
+share/gnome/help/clock/nl/figures/clock_applet.png
+share/gnome/help/clock/nl/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/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/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-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/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/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/fish/C/figures/fish_applet.png
+share/gnome/help/fish/C/fish.xml
+share/gnome/help/fish/C/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/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/sv/figures/fish_applet.png
+share/gnome/help/fish/sv/fish.xml
+share/gnome/help/fish/sv/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/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_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_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_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/pa/figures/window_list_applet.png
+share/gnome/help/window-list/pa/figures/window_list_group_applet.png
+share/gnome/help/window-list/pa/legal.xml
+share/gnome/help/window-list/pa/window-list.xml
+share/gnome/help/window-list/ru/figures/window_list_applet.png
+share/gnome/help/window-list/ru/figures/window_list_group_applet.png
+share/gnome/help/window-list/ru/legal.xml
+share/gnome/help/window-list/ru/window-list.xml
+share/gnome/help/window-list/sv/figures/window_list_applet.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/uk/figures/window_list_applet.png
+share/gnome/help/window-list/uk/figures/window_list_group_applet.png
+share/gnome/help/window-list/uk/legal.xml
+share/gnome/help/window-list/uk/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_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/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/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/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/nl/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/nl/legal.xml
+share/gnome/help/workspace-switcher/nl/workspace-switcher.xml
+share/gnome/help/workspace-switcher/pa/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/pa/legal.xml
+share/gnome/help/workspace-switcher/pa/workspace-switcher.xml
+share/gnome/help/workspace-switcher/ru/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/ru/legal.xml
+share/gnome/help/workspace-switcher/ru/workspace-switcher.xml
+share/gnome/help/workspace-switcher/sv/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/sv/legal.xml
+share/gnome/help/workspace-switcher/sv/workspace-switcher.xml
+share/gnome/help/workspace-switcher/uk/figures/workspace_switcher_applet.png
+share/gnome/help/workspace-switcher/uk/legal.xml
+share/gnome/help/workspace-switcher/uk/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/panel/glade/fish.glade
+share/gnome/panel/glade/panel-properties-dialog.glade
+share/gnome/panel/glade/panel-run-dialog.glade
+share/gnome/panel/glade/panel-test-applets.glade
+share/gnome/panel/glade/window-list.glade
+share/gnome/panel/glade/workspace-switcher.glade
+share/gnome/panel/pixmaps/fishanim.png
+share/gnome/panel/pixmaps/footguy.png
+share/gnome/panel/pixmaps/gnome-gegl2-2.png
+share/gnome/panel/pixmaps/gnome-gegl2.png
+share/gnome/panel/pixmaps/monkey.png
+share/gnome/panel/pixmaps/oldwanda.png
+share/gnome/panel/pixmaps/wanda.png
+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/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/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/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/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/hy/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/ka/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/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/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/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/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/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/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/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/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-de.omf
+share/omf/clock/clock-es.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-pa.omf
+share/omf/clock/clock-ru.omf
+share/omf/clock/clock-sr.omf
+share/omf/clock/clock-sv.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-es.omf
+share/omf/fish/fish-fr.omf
+share/omf/fish/fish-it.omf
+share/omf/fish/fish-sv.omf
+share/omf/fish/fish-uk.omf
+share/omf/gnome-panel/fish-applet-2-de.omf
+share/omf/gnome-panel/fish-applet-2-ja.omf
+share/omf/gnome-panel/fish-applet-2-ko.omf
+share/omf/gnome-panel/fish-applet-2-zh_CN.omf
+share/omf/gnome-panel/fish-applet-2-zh_TW.omf
+share/omf/gnome-panel/window-list-de.omf
+share/omf/gnome-panel/window-list-ja.omf
+share/omf/gnome-panel/window-list-ko.omf
+share/omf/gnome-panel/window-list-zh_TW.omf
+share/omf/gnome-panel/workspace-switcher-de.omf
+share/omf/gnome-panel/workspace-switcher-ja.omf
+share/omf/gnome-panel/workspace-switcher-ko.omf
+share/omf/gnome-panel/workspace-switcher-zh_CN.omf
+share/omf/gnome-panel/workspace-switcher-zh_TW.omf
+share/omf/window-list/window-list-C.omf
+share/omf/window-list/window-list-es.omf
+share/omf/window-list/window-list-fr.omf
+share/omf/window-list/window-list-it.omf
+share/omf/window-list/window-list-pa.omf
+share/omf/window-list/window-list-ru.omf
+share/omf/window-list/window-list-sv.omf
+share/omf/window-list/window-list-uk.omf
+share/omf/window-list/window-list-zh_CN.omf
+share/omf/workspace-switcher/workspace-switcher-C.omf
+share/omf/workspace-switcher/workspace-switcher-es.omf
+share/omf/workspace-switcher/workspace-switcher-fr.omf
+share/omf/workspace-switcher/workspace-switcher-it.omf
+share/omf/workspace-switcher/workspace-switcher-nl.omf
+share/omf/workspace-switcher/workspace-switcher-pa.omf
+share/omf/workspace-switcher/workspace-switcher-ru.omf
+share/omf/workspace-switcher/workspace-switcher-sv.omf
+share/omf/workspace-switcher/workspace-switcher-uk.omf
+@dirrm share/omf/workspace-switcher
+@dirrm share/omf/window-list
+@dirrm share/omf/gnome-panel
+@dirrm share/omf/fish
+@dirrm share/omf/clock
+@dirrm share/idl/gnome-panel-2.0
+@dirrm share/gnome/panel/pixmaps
+@dirrm share/gnome/panel/glade
+@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/uk/figures
+@dirrm share/gnome/help/workspace-switcher/uk
+@dirrm share/gnome/help/workspace-switcher/sv/figures
+@dirrm share/gnome/help/workspace-switcher/sv
+@dirrm share/gnome/help/workspace-switcher/ru/figures
+@dirrm share/gnome/help/workspace-switcher/ru
+@dirrm share/gnome/help/workspace-switcher/pa/figures
+@dirrm share/gnome/help/workspace-switcher/pa
+@dirrm share/gnome/help/workspace-switcher/nl/figures
+@dirrm share/gnome/help/workspace-switcher/nl
+@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/uk/figures
+@dirrm share/gnome/help/window-list/uk
+@dirrm share/gnome/help/window-list/sv/figures
+@dirrm share/gnome/help/window-list/sv
+@dirrm share/gnome/help/window-list/ru/figures
+@dirrm share/gnome/help/window-list/ru
+@dirrm share/gnome/help/window-list/pa/figures
+@dirrm share/gnome/help/window-list/pa
+@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/uk/figures
+@dirrm share/gnome/help/fish/uk
+@dirrm share/gnome/help/fish/sv/figures
+@dirrm share/gnome/help/fish/sv
+@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/es/figures
+@dirrm share/gnome/help/fish/es
+@dirrm share/gnome/help/fish/C/figures
+@dirrm share/gnome/help/fish/C
+@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/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/de/figures
+@dirrm share/gnome/help/fish-applet-2/de
+@dirrm share/gnome/help/fish-applet-2
+@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/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/pa/figures
+@dirrm share/gnome/help/clock/pa
+@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/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 include/panel-2.0
+@dirrmtry share/locale/zu/LC_MESSAGES
+@dirrmtry share/locale/zu
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/yi/LC_MESSAGES
+@dirrmtry share/locale/yi
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@ije/LC_MESSAGES
+@dirrmtry share/locale/sr@ije
+@dirrmtry share/locale/sr/LC_MESSAGES
+@dirrmtry share/locale/sr
+@dirrmtry share/locale/sl/LC_MESSAGES
+@dirrmtry share/locale/sl
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ro/LC_MESSAGES
+@dirrmtry share/locale/ro
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/nso/LC_MESSAGES
+@dirrmtry share/locale/nso
+@dirrmtry share/locale/nn/LC_MESSAGES
+@dirrmtry share/locale/nn
+@dirrmtry share/locale/ne/LC_MESSAGES
+@dirrmtry share/locale/ne
+@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/li/LC_MESSAGES
+@dirrmtry share/locale/li
+@dirrmtry share/locale/ky/LC_MESSAGES
+@dirrmtry share/locale/ky
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
+@dirrmtry share/locale/hy/LC_MESSAGES
+@dirrmtry share/locale/hy
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@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/be/LC_MESSAGES
+@dirrmtry share/locale/be