aboutsummaryrefslogtreecommitdiff
path: root/archivers/file-roller
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-19 11:49:04 +0000
commitaf3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch)
tree1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /archivers/file-roller
parentc7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff)
downloadports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.tar.gz
ports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.zip
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
Notes
Notes: svn path=/head/; revision=372768
Diffstat (limited to 'archivers/file-roller')
-rw-r--r--archivers/file-roller/Makefile36
-rw-r--r--archivers/file-roller/distinfo4
-rw-r--r--archivers/file-roller/files/patch-src_fr-command-lrzip.c11
-rw-r--r--archivers/file-roller/files/patch-src_fr-command-zip.c13
-rw-r--r--archivers/file-roller/pkg-plist602
5 files changed, 367 insertions, 299 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
index 4f0d537e84e3..db57539b53cd 100644
--- a/archivers/file-roller/Makefile
+++ b/archivers/file-roller/Makefile
@@ -1,29 +1,27 @@
# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/archivers/file-roller/Makefile,v 1.184 2010/11/15 22:58:48 kwm Exp $
+# $MCom: ports/trunk/archivers/file-roller/Makefile 19980 2014-10-17 06:01:57Z gusi $
PORTNAME= file-roller
-PORTVERSION= 2.32.1
-PORTREVISION= 2
+PORTVERSION= 3.14.1
PORTEPOCH= 1
CATEGORIES= archivers gnome
MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
+DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Archive manager for zip files, tar, etc
-RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
- ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
+RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \
+ unzip:${PORTSDIR}/archivers/unzip
USES= desktop-file-utils gettext gmake libtool \
- pathfix pkgconfig tar:bzip2
-USE_GNOME= gnomeprefix intlhack gnomedocutils gtk20 gconf2
+ pathfix pkgconfig tar:xz
+USE_GNOME= gnomeprefix gtk30 intlhack introspection:build
USE_XORG= sm
-INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
-GNOME_DESKTOP_VERSION=2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -31,26 +29,28 @@ CONFIGURE_ARGS= --disable-packagekit
INSTALL_TARGET= install-strip
PORTDOCS= AUTHORS NEWS README TODO ChangeLog
-GCONF_SCHEMAS= file-roller.schemas
+GLIB_SCHEMAS= org.gnome.FileRoller.gschema.xml
OPTIONS_SUB= yes
-OPTIONS_DEFINE= DOCS NAUTILUS
-NAUTILUS_DESC= Enable Nautilus extension
-
+OPTIONS_DEFINE= NAUTILUS
OPTIONS_DEFAULT=NAUTILUS
-
-NAUTILUS_USE= GNOME=nautilus2
-NAUTILUS_CONFIGURE_OFF= --disable-nautilus-actions
+NAUTILUS_DESC= Enable Nautilus extension
+NAUTILUS_USE= GNOME=nautilus3
+NAUTILUS_CONFIGURE_ENABLE= nautilus-actions
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/src/fr-command-tar.c \
${WRKSRC}/src/fr-command-zip.c
+.include <bsd.port.options.mk>
+
post-install:
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}/${DOCSDIR}
.endfor
+.endif
.include <bsd.port.mk>
diff --git a/archivers/file-roller/distinfo b/archivers/file-roller/distinfo
index 0391b548bd16..45e7705f5d84 100644
--- a/archivers/file-roller/distinfo
+++ b/archivers/file-roller/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome2/file-roller-2.32.1.tar.bz2) = a9109d9c871c022eb0553eeedc98520bad42ba3099088c16a9f7df817f60cc92
-SIZE (gnome2/file-roller-2.32.1.tar.bz2) = 1916180
+SHA256 (gnome3/file-roller-3.14.1.tar.xz) = 95466ce37586992e45272afa48545b041e32bc3fd37b5146399e86b46ad34566
+SIZE (gnome3/file-roller-3.14.1.tar.xz) = 1387868
diff --git a/archivers/file-roller/files/patch-src_fr-command-lrzip.c b/archivers/file-roller/files/patch-src_fr-command-lrzip.c
deleted file mode 100644
index ae2d7d440482..000000000000
--- a/archivers/file-roller/files/patch-src_fr-command-lrzip.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/fr-command-lrzip.c.orig 2010-08-26 12:40:56.000000000 -0400
-+++ src/fr-command-lrzip.c 2010-08-26 12:41:41.000000000 -0400
-@@ -53,7 +53,7 @@ list__process_line (char *line,
- struct stat st;
- time_t tt;
- if (stat (comm->filename, &st) == 0)
-- fdata->modified = st.st_mtim.tv_sec;
-+ fdata->modified = st.st_mtime;
- else
- time(&(fdata->modified));
- fdata->modified;
diff --git a/archivers/file-roller/files/patch-src_fr-command-zip.c b/archivers/file-roller/files/patch-src_fr-command-zip.c
index ee9ec93de8c1..5995813eb3b6 100644
--- a/archivers/file-roller/files/patch-src_fr-command-zip.c
+++ b/archivers/file-roller/files/patch-src_fr-command-zip.c
@@ -1,6 +1,6 @@
---- src/fr-command-zip.c.orig 2010-01-02 17:02:44.000000000 -0500
-+++ src/fr-command-zip.c 2010-01-02 17:08:03.000000000 -0500
-@@ -187,7 +187,11 @@ fr_command_zip_list (FrCommand *comm)
+--- src/fr-command-zip.c.orig 2010-11-16 08:32:18.000000000 +0000
++++ src/fr-command-zip.c 2011-01-20 16:55:45.000000000 +0000
+@@ -186,7 +186,11 @@ fr_command_zip_list (FrCommand *comm)
{
fr_process_set_out_line_func (comm->process, list__process_line, comm);
@@ -12,7 +12,7 @@
fr_process_set_begin_func (comm->process, list__begin, comm);
fr_process_add_arg (comm->process, "-ZTs");
fr_process_add_arg (comm->process, comm->filename);
-@@ -302,7 +306,11 @@ fr_command_zip_extract (FrCommand *comm
+@@ -301,7 +305,11 @@ fr_command_zip_extract (FrCommand *comm
process_line__common,
comm);
@@ -24,15 +24,14 @@
if (dest_dir != NULL) {
fr_process_add_arg (comm->process, "-d");
-@@ -334,7 +342,11 @@ fr_command_zip_extract (FrCommand *comm
+@@ -333,7 +341,11 @@ fr_command_zip_extract (FrCommand *comm
static void
fr_command_zip_test (FrCommand *comm)
{
-- fr_process_begin_command (comm->process, "unzip");
+#ifdef __FreeBSD__
+ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip");
+#else
-+ fr_process_begin_command (comm->process, "%%LOCALBASE%%/bin/unzip");
+ fr_process_begin_command (comm->process, "unzip");
+#endif
fr_process_add_arg (comm->process, "-t");
add_password_arg (comm, comm->password);
diff --git a/archivers/file-roller/pkg-plist b/archivers/file-roller/pkg-plist
index 0dadaa71019b..d0eb897a29f0 100644
--- a/archivers/file-roller/pkg-plist
+++ b/archivers/file-roller/pkg-plist
@@ -1,146 +1,347 @@
bin/file-roller
-%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-fileroller.so
+%%NAUTILUS%%lib/nautilus/extensions-3.0/libnautilus-fileroller.a
+%%NAUTILUS%%lib/nautilus/extensions-3.0/libnautilus-fileroller.so
libexec/file-roller/isoinfo.sh
libexec/file-roller/rpm2cpio
-share/applications/file-roller.desktop
-%%DATADIR%%/icons/hicolor/16x16/actions/add-files-to-archive.png
-%%DATADIR%%/icons/hicolor/16x16/actions/add-folder-to-archive.png
-%%DATADIR%%/icons/hicolor/16x16/actions/extract-archive.png
-%%DATADIR%%/icons/hicolor/24x24/actions/add-files-to-archive.png
-%%DATADIR%%/icons/hicolor/24x24/actions/add-folder-to-archive.png
-%%DATADIR%%/icons/hicolor/24x24/actions/extract-archive.png
+share/GConf/gsettings/file-roller.convert
+share/appdata/org.gnome.FileRoller.appdata.xml
+share/applications/org.gnome.FileRoller.desktop
+share/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service
+share/dbus-1/services/org.gnome.FileRoller.service
%%DATADIR%%/packages.match
-%%DATADIR%%/ui/add-options.ui
-%%DATADIR%%/ui/batch-add-files.ui
-%%DATADIR%%/ui/batch-password.ui
-%%DATADIR%%/ui/delete.ui
-%%DATADIR%%/ui/new.ui
-%%DATADIR%%/ui/open-with.ui
-%%DATADIR%%/ui/password.ui
-%%DATADIR%%/ui/properties.ui
-%%DATADIR%%/ui/update.ui
-share/gnome/help/file-roller/C/figures/file-roller_home.png
-share/gnome/help/file-roller/C/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/C/figures/file-roller_main_window.png
-share/gnome/help/file-roller/C/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/C/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/C/file-roller.xml
-share/gnome/help/file-roller/C/legal.xml
-share/gnome/help/file-roller/bg/figures/file-roller_home.png
-share/gnome/help/file-roller/bg/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/bg/figures/file-roller_main_window.png
-share/gnome/help/file-roller/bg/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/bg/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/bg/file-roller.xml
-share/gnome/help/file-roller/ca/figures/file-roller_home.png
-share/gnome/help/file-roller/ca/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/ca/figures/file-roller_main_window.png
-share/gnome/help/file-roller/ca/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/ca/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/ca/file-roller.xml
-share/gnome/help/file-roller/cs/figures/file-roller_home.png
-share/gnome/help/file-roller/cs/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/cs/figures/file-roller_main_window.png
-share/gnome/help/file-roller/cs/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/cs/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/cs/file-roller.xml
-share/gnome/help/file-roller/de/figures/file-roller_home.png
-share/gnome/help/file-roller/de/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/de/figures/file-roller_main_window.png
-share/gnome/help/file-roller/de/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/de/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/de/file-roller.xml
-share/gnome/help/file-roller/el/figures/file-roller_home.png
-share/gnome/help/file-roller/el/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/el/figures/file-roller_main_window.png
-share/gnome/help/file-roller/el/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/el/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/el/file-roller.xml
-share/gnome/help/file-roller/en_GB/figures/file-roller_home.png
-share/gnome/help/file-roller/en_GB/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/en_GB/figures/file-roller_main_window.png
-share/gnome/help/file-roller/en_GB/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/en_GB/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/en_GB/file-roller.xml
-share/gnome/help/file-roller/es/figures/file-roller_home.png
-share/gnome/help/file-roller/es/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/es/figures/file-roller_main_window.png
-share/gnome/help/file-roller/es/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/es/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/es/file-roller.xml
-share/gnome/help/file-roller/fi/figures/file-roller_home.png
-share/gnome/help/file-roller/fi/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/fi/figures/file-roller_main_window.png
-share/gnome/help/file-roller/fi/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/fi/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/fi/file-roller.xml
-share/gnome/help/file-roller/fr/figures/file-roller_home.png
-share/gnome/help/file-roller/fr/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/fr/figures/file-roller_main_window.png
-share/gnome/help/file-roller/fr/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/fr/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/fr/file-roller.xml
-share/gnome/help/file-roller/it/figures/file-roller_home.png
-share/gnome/help/file-roller/it/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/it/figures/file-roller_main_window.png
-share/gnome/help/file-roller/it/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/it/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/it/file-roller.xml
-share/gnome/help/file-roller/ja/figures/file-roller_home.png
-share/gnome/help/file-roller/ja/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/ja/figures/file-roller_main_window.png
-share/gnome/help/file-roller/ja/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/ja/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/ja/file-roller.xml
-share/gnome/help/file-roller/nl/figures/file-roller_home.png
-share/gnome/help/file-roller/nl/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/nl/figures/file-roller_main_window.png
-share/gnome/help/file-roller/nl/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/nl/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/nl/file-roller.xml
-share/gnome/help/file-roller/oc/figures/file-roller_home.png
-share/gnome/help/file-roller/oc/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/oc/figures/file-roller_main_window.png
-share/gnome/help/file-roller/oc/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/oc/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/oc/file-roller.xml
-share/gnome/help/file-roller/ru/figures/file-roller_home.png
-share/gnome/help/file-roller/ru/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/ru/figures/file-roller_main_window.png
-share/gnome/help/file-roller/ru/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/ru/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/ru/file-roller.xml
-share/gnome/help/file-roller/sv/figures/file-roller_home.png
-share/gnome/help/file-roller/sv/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/sv/figures/file-roller_main_window.png
-share/gnome/help/file-roller/sv/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/sv/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/sv/file-roller.xml
-share/gnome/help/file-roller/uk/figures/file-roller_home.png
-share/gnome/help/file-roller/uk/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/uk/figures/file-roller_main_window.png
-share/gnome/help/file-roller/uk/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/uk/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/uk/file-roller.xml
-share/gnome/help/file-roller/vi/figures/file-roller_home.png
-share/gnome/help/file-roller/vi/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/vi/figures/file-roller_main_window.png
-share/gnome/help/file-roller/vi/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/vi/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/vi/file-roller.xml
-share/gnome/help/file-roller/zh_CN/figures/file-roller_home.png
-share/gnome/help/file-roller/zh_CN/figures/file-roller_leftarrow.png
-share/gnome/help/file-roller/zh_CN/figures/file-roller_main_window.png
-share/gnome/help/file-roller/zh_CN/figures/file-roller_rightarrow.png
-share/gnome/help/file-roller/zh_CN/figures/file-roller_uparrow.png
-share/gnome/help/file-roller/zh_CN/file-roller.xml
+share/help/C/file-roller/archive-create.page
+share/help/C/file-roller/archive-edit.page
+share/help/C/file-roller/archive-extract-advanced-options.page
+share/help/C/file-roller/archive-extract.page
+share/help/C/file-roller/archive-open.page
+share/help/C/file-roller/archive-view.page
+share/help/C/file-roller/index.page
+share/help/C/file-roller/introduction.page
+share/help/C/file-roller/keyboard-shortcuts.page
+share/help/C/file-roller/legal.xml
+share/help/C/file-roller/password-protection.page
+share/help/C/file-roller/supported-formats.page
+share/help/C/file-roller/test-integrity.page
+share/help/C/file-roller/troubleshooting-archive-open.page
+share/help/C/file-roller/troubleshooting-password.page
+share/help/C/file-roller/figures/file-roller-3-12.png
+share/help/C/file-roller/figures/file-roller-icon.png
+share/help/C/file-roller/figures/file-roller-open-recent.png
+share/help/ca/file-roller/archive-create.page
+share/help/ca/file-roller/archive-edit.page
+share/help/ca/file-roller/archive-extract-advanced-options.page
+share/help/ca/file-roller/archive-extract.page
+share/help/ca/file-roller/archive-open.page
+share/help/ca/file-roller/archive-view.page
+share/help/ca/file-roller/index.page
+share/help/ca/file-roller/introduction.page
+share/help/ca/file-roller/keyboard-shortcuts.page
+share/help/ca/file-roller/legal.xml
+share/help/ca/file-roller/password-protection.page
+share/help/ca/file-roller/supported-formats.page
+share/help/ca/file-roller/test-integrity.page
+share/help/ca/file-roller/troubleshooting-archive-open.page
+share/help/ca/file-roller/troubleshooting-password.page
+share/help/ca/file-roller/figures/file-roller-3-12.png
+share/help/ca/file-roller/figures/file-roller-icon.png
+share/help/ca/file-roller/figures/file-roller-open-recent.png
+share/help/cs/file-roller/archive-create.page
+share/help/cs/file-roller/archive-edit.page
+share/help/cs/file-roller/archive-extract-advanced-options.page
+share/help/cs/file-roller/archive-extract.page
+share/help/cs/file-roller/archive-open.page
+share/help/cs/file-roller/archive-view.page
+share/help/cs/file-roller/index.page
+share/help/cs/file-roller/introduction.page
+share/help/cs/file-roller/keyboard-shortcuts.page
+share/help/cs/file-roller/legal.xml
+share/help/cs/file-roller/password-protection.page
+share/help/cs/file-roller/supported-formats.page
+share/help/cs/file-roller/test-integrity.page
+share/help/cs/file-roller/troubleshooting-archive-open.page
+share/help/cs/file-roller/troubleshooting-password.page
+share/help/cs/file-roller/figures/file-roller-3-12.png
+share/help/cs/file-roller/figures/file-roller-icon.png
+share/help/cs/file-roller/figures/file-roller-open-recent.png
+share/help/da/file-roller/archive-create.page
+share/help/da/file-roller/archive-edit.page
+share/help/da/file-roller/archive-extract-advanced-options.page
+share/help/da/file-roller/archive-extract.page
+share/help/da/file-roller/archive-open.page
+share/help/da/file-roller/archive-view.page
+share/help/da/file-roller/index.page
+share/help/da/file-roller/introduction.page
+share/help/da/file-roller/keyboard-shortcuts.page
+share/help/da/file-roller/legal.xml
+share/help/da/file-roller/password-protection.page
+share/help/da/file-roller/supported-formats.page
+share/help/da/file-roller/test-integrity.page
+share/help/da/file-roller/troubleshooting-archive-open.page
+share/help/da/file-roller/troubleshooting-password.page
+share/help/da/file-roller/figures/file-roller-3-12.png
+share/help/da/file-roller/figures/file-roller-icon.png
+share/help/da/file-roller/figures/file-roller-open-recent.png
+share/help/de/file-roller/archive-create.page
+share/help/de/file-roller/archive-edit.page
+share/help/de/file-roller/archive-extract-advanced-options.page
+share/help/de/file-roller/archive-extract.page
+share/help/de/file-roller/archive-open.page
+share/help/de/file-roller/archive-view.page
+share/help/de/file-roller/index.page
+share/help/de/file-roller/introduction.page
+share/help/de/file-roller/keyboard-shortcuts.page
+share/help/de/file-roller/legal.xml
+share/help/de/file-roller/password-protection.page
+share/help/de/file-roller/supported-formats.page
+share/help/de/file-roller/test-integrity.page
+share/help/de/file-roller/troubleshooting-archive-open.page
+share/help/de/file-roller/troubleshooting-password.page
+share/help/de/file-roller/figures/file-roller-3-12.png
+share/help/de/file-roller/figures/file-roller-icon.png
+share/help/de/file-roller/figures/file-roller-open-recent.png
+share/help/el/file-roller/archive-create.page
+share/help/el/file-roller/archive-edit.page
+share/help/el/file-roller/archive-extract-advanced-options.page
+share/help/el/file-roller/archive-extract.page
+share/help/el/file-roller/archive-open.page
+share/help/el/file-roller/archive-view.page
+share/help/el/file-roller/index.page
+share/help/el/file-roller/introduction.page
+share/help/el/file-roller/keyboard-shortcuts.page
+share/help/el/file-roller/legal.xml
+share/help/el/file-roller/password-protection.page
+share/help/el/file-roller/supported-formats.page
+share/help/el/file-roller/test-integrity.page
+share/help/el/file-roller/troubleshooting-archive-open.page
+share/help/el/file-roller/troubleshooting-password.page
+share/help/el/file-roller/figures/file-roller-3-12.png
+share/help/el/file-roller/figures/file-roller-icon.png
+share/help/el/file-roller/figures/file-roller-open-recent.png
+share/help/es/file-roller/archive-create.page
+share/help/es/file-roller/archive-edit.page
+share/help/es/file-roller/archive-extract-advanced-options.page
+share/help/es/file-roller/archive-extract.page
+share/help/es/file-roller/archive-open.page
+share/help/es/file-roller/archive-view.page
+share/help/es/file-roller/index.page
+share/help/es/file-roller/introduction.page
+share/help/es/file-roller/keyboard-shortcuts.page
+share/help/es/file-roller/legal.xml
+share/help/es/file-roller/password-protection.page
+share/help/es/file-roller/supported-formats.page
+share/help/es/file-roller/test-integrity.page
+share/help/es/file-roller/troubleshooting-archive-open.page
+share/help/es/file-roller/troubleshooting-password.page
+share/help/es/file-roller/figures/file-roller-3-12.png
+share/help/es/file-roller/figures/file-roller-icon.png
+share/help/es/file-roller/figures/file-roller-open-recent.png
+share/help/fi/file-roller/archive-create.page
+share/help/fi/file-roller/archive-edit.page
+share/help/fi/file-roller/archive-extract-advanced-options.page
+share/help/fi/file-roller/archive-extract.page
+share/help/fi/file-roller/archive-open.page
+share/help/fi/file-roller/archive-view.page
+share/help/fi/file-roller/figures/file-roller-3-12.png
+share/help/fi/file-roller/figures/file-roller-icon.png
+share/help/fi/file-roller/figures/file-roller-open-recent.png
+share/help/fi/file-roller/index.page
+share/help/fi/file-roller/introduction.page
+share/help/fi/file-roller/keyboard-shortcuts.page
+share/help/fi/file-roller/legal.xml
+share/help/fi/file-roller/password-protection.page
+share/help/fi/file-roller/supported-formats.page
+share/help/fi/file-roller/test-integrity.page
+share/help/fi/file-roller/troubleshooting-archive-open.page
+share/help/fi/file-roller/troubleshooting-password.page
+share/help/fr/file-roller/archive-create.page
+share/help/fr/file-roller/archive-edit.page
+share/help/fr/file-roller/archive-extract-advanced-options.page
+share/help/fr/file-roller/archive-extract.page
+share/help/fr/file-roller/archive-open.page
+share/help/fr/file-roller/archive-view.page
+share/help/fr/file-roller/index.page
+share/help/fr/file-roller/introduction.page
+share/help/fr/file-roller/keyboard-shortcuts.page
+share/help/fr/file-roller/legal.xml
+share/help/fr/file-roller/password-protection.page
+share/help/fr/file-roller/supported-formats.page
+share/help/fr/file-roller/test-integrity.page
+share/help/fr/file-roller/troubleshooting-archive-open.page
+share/help/fr/file-roller/troubleshooting-password.page
+share/help/fr/file-roller/figures/file-roller-3-12.png
+share/help/fr/file-roller/figures/file-roller-icon.png
+share/help/fr/file-roller/figures/file-roller-open-recent.png
+share/help/gl/file-roller/archive-create.page
+share/help/gl/file-roller/archive-edit.page
+share/help/gl/file-roller/archive-extract-advanced-options.page
+share/help/gl/file-roller/archive-extract.page
+share/help/gl/file-roller/archive-open.page
+share/help/gl/file-roller/archive-view.page
+share/help/gl/file-roller/index.page
+share/help/gl/file-roller/introduction.page
+share/help/gl/file-roller/keyboard-shortcuts.page
+share/help/gl/file-roller/legal.xml
+share/help/gl/file-roller/password-protection.page
+share/help/gl/file-roller/supported-formats.page
+share/help/gl/file-roller/test-integrity.page
+share/help/gl/file-roller/troubleshooting-archive-open.page
+share/help/gl/file-roller/troubleshooting-password.page
+share/help/gl/file-roller/figures/file-roller-3-12.png
+share/help/gl/file-roller/figures/file-roller-icon.png
+share/help/gl/file-roller/figures/file-roller-open-recent.png
+share/help/hu/file-roller/archive-create.page
+share/help/hu/file-roller/archive-edit.page
+share/help/hu/file-roller/archive-extract-advanced-options.page
+share/help/hu/file-roller/archive-extract.page
+share/help/hu/file-roller/archive-open.page
+share/help/hu/file-roller/archive-view.page
+share/help/hu/file-roller/index.page
+share/help/hu/file-roller/introduction.page
+share/help/hu/file-roller/keyboard-shortcuts.page
+share/help/hu/file-roller/legal.xml
+share/help/hu/file-roller/password-protection.page
+share/help/hu/file-roller/supported-formats.page
+share/help/hu/file-roller/test-integrity.page
+share/help/hu/file-roller/troubleshooting-archive-open.page
+share/help/hu/file-roller/troubleshooting-password.page
+share/help/hu/file-roller/figures/file-roller-3-12.png
+share/help/hu/file-roller/figures/file-roller-icon.png
+share/help/hu/file-roller/figures/file-roller-open-recent.png
+share/help/id/file-roller/archive-create.page
+share/help/id/file-roller/archive-edit.page
+share/help/id/file-roller/archive-extract-advanced-options.page
+share/help/id/file-roller/archive-extract.page
+share/help/id/file-roller/archive-open.page
+share/help/id/file-roller/archive-view.page
+share/help/id/file-roller/index.page
+share/help/id/file-roller/introduction.page
+share/help/id/file-roller/keyboard-shortcuts.page
+share/help/id/file-roller/legal.xml
+share/help/id/file-roller/password-protection.page
+share/help/id/file-roller/supported-formats.page
+share/help/id/file-roller/test-integrity.page
+share/help/id/file-roller/troubleshooting-archive-open.page
+share/help/id/file-roller/troubleshooting-password.page
+share/help/id/file-roller/figures/file-roller-3-12.png
+share/help/id/file-roller/figures/file-roller-icon.png
+share/help/id/file-roller/figures/file-roller-open-recent.png
+share/help/ja/file-roller/archive-create.page
+share/help/ja/file-roller/archive-edit.page
+share/help/ja/file-roller/archive-extract-advanced-options.page
+share/help/ja/file-roller/archive-extract.page
+share/help/ja/file-roller/archive-open.page
+share/help/ja/file-roller/archive-view.page
+share/help/ja/file-roller/index.page
+share/help/ja/file-roller/introduction.page
+share/help/ja/file-roller/keyboard-shortcuts.page
+share/help/ja/file-roller/legal.xml
+share/help/ja/file-roller/password-protection.page
+share/help/ja/file-roller/supported-formats.page
+share/help/ja/file-roller/test-integrity.page
+share/help/ja/file-roller/troubleshooting-archive-open.page
+share/help/ja/file-roller/troubleshooting-password.page
+share/help/ja/file-roller/figures/file-roller-3-12.png
+share/help/ja/file-roller/figures/file-roller-icon.png
+share/help/ja/file-roller/figures/file-roller-open-recent.png
+share/help/pt_BR/file-roller/archive-create.page
+share/help/pt_BR/file-roller/archive-edit.page
+share/help/pt_BR/file-roller/archive-extract-advanced-options.page
+share/help/pt_BR/file-roller/archive-extract.page
+share/help/pt_BR/file-roller/archive-open.page
+share/help/pt_BR/file-roller/archive-view.page
+share/help/pt_BR/file-roller/index.page
+share/help/pt_BR/file-roller/introduction.page
+share/help/pt_BR/file-roller/keyboard-shortcuts.page
+share/help/pt_BR/file-roller/legal.xml
+share/help/pt_BR/file-roller/password-protection.page
+share/help/pt_BR/file-roller/supported-formats.page
+share/help/pt_BR/file-roller/test-integrity.page
+share/help/pt_BR/file-roller/troubleshooting-archive-open.page
+share/help/pt_BR/file-roller/troubleshooting-password.page
+share/help/pt_BR/file-roller/figures/file-roller-3-12.png
+share/help/pt_BR/file-roller/figures/file-roller-icon.png
+share/help/pt_BR/file-roller/figures/file-roller-open-recent.png
+share/help/ru/file-roller/archive-create.page
+share/help/ru/file-roller/archive-edit.page
+share/help/ru/file-roller/archive-extract-advanced-options.page
+share/help/ru/file-roller/archive-extract.page
+share/help/ru/file-roller/archive-open.page
+share/help/ru/file-roller/archive-view.page
+share/help/ru/file-roller/index.page
+share/help/ru/file-roller/introduction.page
+share/help/ru/file-roller/keyboard-shortcuts.page
+share/help/ru/file-roller/legal.xml
+share/help/ru/file-roller/password-protection.page
+share/help/ru/file-roller/supported-formats.page
+share/help/ru/file-roller/test-integrity.page
+share/help/ru/file-roller/troubleshooting-archive-open.page
+share/help/ru/file-roller/troubleshooting-password.page
+share/help/ru/file-roller/figures/file-roller-3-12.png
+share/help/ru/file-roller/figures/file-roller-icon.png
+share/help/ru/file-roller/figures/file-roller-open-recent.png
+share/help/sl/file-roller/archive-create.page
+share/help/sl/file-roller/archive-edit.page
+share/help/sl/file-roller/archive-extract-advanced-options.page
+share/help/sl/file-roller/archive-extract.page
+share/help/sl/file-roller/archive-open.page
+share/help/sl/file-roller/archive-view.page
+share/help/sl/file-roller/index.page
+share/help/sl/file-roller/introduction.page
+share/help/sl/file-roller/keyboard-shortcuts.page
+share/help/sl/file-roller/legal.xml
+share/help/sl/file-roller/password-protection.page
+share/help/sl/file-roller/supported-formats.page
+share/help/sl/file-roller/test-integrity.page
+share/help/sl/file-roller/troubleshooting-archive-open.page
+share/help/sl/file-roller/troubleshooting-password.page
+share/help/sl/file-roller/figures/file-roller-3-12.png
+share/help/sl/file-roller/figures/file-roller-icon.png
+share/help/sl/file-roller/figures/file-roller-open-recent.png
+share/help/te/file-roller/archive-create.page
+share/help/te/file-roller/archive-edit.page
+share/help/te/file-roller/archive-extract-advanced-options.page
+share/help/te/file-roller/archive-extract.page
+share/help/te/file-roller/archive-open.page
+share/help/te/file-roller/archive-view.page
+share/help/te/file-roller/index.page
+share/help/te/file-roller/introduction.page
+share/help/te/file-roller/keyboard-shortcuts.page
+share/help/te/file-roller/legal.xml
+share/help/te/file-roller/password-protection.page
+share/help/te/file-roller/supported-formats.page
+share/help/te/file-roller/test-integrity.page
+share/help/te/file-roller/troubleshooting-archive-open.page
+share/help/te/file-roller/troubleshooting-password.page
+share/help/te/file-roller/figures/file-roller-3-12.png
+share/help/te/file-roller/figures/file-roller-icon.png
+share/help/te/file-roller/figures/file-roller-open-recent.png
+share/help/zh_CN/file-roller/archive-create.page
+share/help/zh_CN/file-roller/archive-edit.page
+share/help/zh_CN/file-roller/archive-extract-advanced-options.page
+share/help/zh_CN/file-roller/archive-extract.page
+share/help/zh_CN/file-roller/archive-open.page
+share/help/zh_CN/file-roller/archive-view.page
+share/help/zh_CN/file-roller/index.page
+share/help/zh_CN/file-roller/introduction.page
+share/help/zh_CN/file-roller/keyboard-shortcuts.page
+share/help/zh_CN/file-roller/legal.xml
+share/help/zh_CN/file-roller/password-protection.page
+share/help/zh_CN/file-roller/supported-formats.page
+share/help/zh_CN/file-roller/test-integrity.page
+share/help/zh_CN/file-roller/troubleshooting-archive-open.page
+share/help/zh_CN/file-roller/troubleshooting-password.page
+share/help/zh_CN/file-roller/figures/file-roller-3-12.png
+share/help/zh_CN/file-roller/figures/file-roller-icon.png
+share/help/zh_CN/file-roller/figures/file-roller-open-recent.png
share/icons/hicolor/16x16/apps/file-roller.png
share/icons/hicolor/22x22/apps/file-roller.png
share/icons/hicolor/24x24/apps/file-roller.png
+share/icons/hicolor/256x256/apps/file-roller.png
share/icons/hicolor/32x32/apps/file-roller.png
-share/icons/hicolor/scalable/apps/file-roller.svg
+share/icons/hicolor/48x48/apps/file-roller.png
share/locale/af/LC_MESSAGES/file-roller.mo
share/locale/am/LC_MESSAGES/file-roller.mo
+share/locale/an/LC_MESSAGES/file-roller.mo
share/locale/ar/LC_MESSAGES/file-roller.mo
share/locale/as/LC_MESSAGES/file-roller.mo
share/locale/ast/LC_MESSAGES/file-roller.mo
@@ -155,6 +356,7 @@ share/locale/bs/LC_MESSAGES/file-roller.mo
share/locale/ca/LC_MESSAGES/file-roller.mo
share/locale/ca@valencia/LC_MESSAGES/file-roller.mo
share/locale/cs/LC_MESSAGES/file-roller.mo
+share/locale/csb/LC_MESSAGES/file-roller.mo
share/locale/cy/LC_MESSAGES/file-roller.mo
share/locale/da/LC_MESSAGES/file-roller.mo
share/locale/de/LC_MESSAGES/file-roller.mo
@@ -173,6 +375,7 @@ share/locale/fr/LC_MESSAGES/file-roller.mo
share/locale/fur/LC_MESSAGES/file-roller.mo
share/locale/fy/LC_MESSAGES/file-roller.mo
share/locale/ga/LC_MESSAGES/file-roller.mo
+share/locale/gd/LC_MESSAGES/file-roller.mo
share/locale/gl/LC_MESSAGES/file-roller.mo
share/locale/gu/LC_MESSAGES/file-roller.mo
share/locale/he/LC_MESSAGES/file-roller.mo
@@ -186,6 +389,7 @@ share/locale/it/LC_MESSAGES/file-roller.mo
share/locale/ja/LC_MESSAGES/file-roller.mo
share/locale/ka/LC_MESSAGES/file-roller.mo
share/locale/kk/LC_MESSAGES/file-roller.mo
+share/locale/km/LC_MESSAGES/file-roller.mo
share/locale/kn/LC_MESSAGES/file-roller.mo
share/locale/ko/LC_MESSAGES/file-roller.mo
share/locale/ku/LC_MESSAGES/file-roller.mo
@@ -198,6 +402,7 @@ share/locale/ml/LC_MESSAGES/file-roller.mo
share/locale/mn/LC_MESSAGES/file-roller.mo
share/locale/mr/LC_MESSAGES/file-roller.mo
share/locale/ms/LC_MESSAGES/file-roller.mo
+share/locale/my/LC_MESSAGES/file-roller.mo
share/locale/nb/LC_MESSAGES/file-roller.mo
share/locale/nds/LC_MESSAGES/file-roller.mo
share/locale/ne/LC_MESSAGES/file-roller.mo
@@ -218,146 +423,21 @@ share/locale/sk/LC_MESSAGES/file-roller.mo
share/locale/sl/LC_MESSAGES/file-roller.mo
share/locale/sq/LC_MESSAGES/file-roller.mo
share/locale/sr/LC_MESSAGES/file-roller.mo
-share/locale/sr@latin/LC_MESSAGES/file-roller.mo
share/locale/sr@ije/LC_MESSAGES/file-roller.mo
+share/locale/sr@latin/LC_MESSAGES/file-roller.mo
share/locale/sv/LC_MESSAGES/file-roller.mo
share/locale/ta/LC_MESSAGES/file-roller.mo
share/locale/te/LC_MESSAGES/file-roller.mo
+share/locale/tg/LC_MESSAGES/file-roller.mo
share/locale/th/LC_MESSAGES/file-roller.mo
share/locale/tk/LC_MESSAGES/file-roller.mo
share/locale/tr/LC_MESSAGES/file-roller.mo
share/locale/ug/LC_MESSAGES/file-roller.mo
share/locale/uk/LC_MESSAGES/file-roller.mo
share/locale/ur/LC_MESSAGES/file-roller.mo
-share/locale/ur_PK/LC_MESSAGES/file-roller.mo
share/locale/vi/LC_MESSAGES/file-roller.mo
share/locale/xh/LC_MESSAGES/file-roller.mo
share/locale/zh_CN/LC_MESSAGES/file-roller.mo
share/locale/zh_HK/LC_MESSAGES/file-roller.mo
share/locale/zh_TW/LC_MESSAGES/file-roller.mo
-share/omf/file-roller/file-roller-C.omf
-share/omf/file-roller/file-roller-ca.omf
-share/omf/file-roller/file-roller-cs.omf
-share/omf/file-roller/file-roller-bg.omf
-share/omf/file-roller/file-roller-de.omf
-share/omf/file-roller/file-roller-el.omf
-share/omf/file-roller/file-roller-en_GB.omf
-share/omf/file-roller/file-roller-es.omf
-share/omf/file-roller/file-roller-fi.omf
-share/omf/file-roller/file-roller-fr.omf
-share/omf/file-roller/file-roller-it.omf
-share/omf/file-roller/file-roller-ja.omf
-share/omf/file-roller/file-roller-nl.omf
-share/omf/file-roller/file-roller-oc.omf
-share/omf/file-roller/file-roller-ru.omf
-share/omf/file-roller/file-roller-sv.omf
-share/omf/file-roller/file-roller-uk.omf
-share/omf/file-roller/file-roller-vi.omf
-share/omf/file-roller/file-roller-zh_CN.omf
-@dirrm share/omf/file-roller
-@dirrm share/gnome/help/file-roller/zh_CN/figures
-@dirrm share/gnome/help/file-roller/zh_CN
-@dirrm share/gnome/help/file-roller/vi/figures
-@dirrm share/gnome/help/file-roller/vi
-@dirrm share/gnome/help/file-roller/uk/figures
-@dirrm share/gnome/help/file-roller/uk
-@dirrm share/gnome/help/file-roller/sv/figures
-@dirrm share/gnome/help/file-roller/sv
-@dirrm share/gnome/help/file-roller/ru/figures
-@dirrm share/gnome/help/file-roller/ru
-@dirrm share/gnome/help/file-roller/oc/figures
-@dirrm share/gnome/help/file-roller/oc
-@dirrm share/gnome/help/file-roller/nl/figures
-@dirrm share/gnome/help/file-roller/nl
-@dirrm share/gnome/help/file-roller/ja/figures
-@dirrm share/gnome/help/file-roller/ja
-@dirrm share/gnome/help/file-roller/it/figures
-@dirrm share/gnome/help/file-roller/it
-@dirrm share/gnome/help/file-roller/fr/figures
-@dirrm share/gnome/help/file-roller/fr
-@dirrm share/gnome/help/file-roller/fi/figures
-@dirrm share/gnome/help/file-roller/fi
-@dirrm share/gnome/help/file-roller/es/figures
-@dirrm share/gnome/help/file-roller/es
-@dirrm share/gnome/help/file-roller/en_GB/figures
-@dirrm share/gnome/help/file-roller/en_GB
-@dirrm share/gnome/help/file-roller/el/figures
-@dirrm share/gnome/help/file-roller/el
-@dirrm share/gnome/help/file-roller/de/figures
-@dirrm share/gnome/help/file-roller/de
-@dirrm share/gnome/help/file-roller/cs/figures
-@dirrm share/gnome/help/file-roller/cs
-@dirrm share/gnome/help/file-roller/ca/figures
-@dirrm share/gnome/help/file-roller/ca
-@dirrm share/gnome/help/file-roller/bg/figures
-@dirrm share/gnome/help/file-roller/bg
-@dirrm share/gnome/help/file-roller/C/figures
-@dirrm share/gnome/help/file-roller/C
-@dirrm share/gnome/help/file-roller
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%/icons/hicolor/24x24/actions
-@dirrm %%DATADIR%%/icons/hicolor/24x24
-@dirrm %%DATADIR%%/icons/hicolor/16x16/actions
-@dirrm %%DATADIR%%/icons/hicolor/16x16
-@dirrm %%DATADIR%%/icons/hicolor
-@dirrm %%DATADIR%%/icons
-@dirrm %%DATADIR%%
-@dirrm libexec/file-roller
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/ur_PK/LC_MESSAGES
-@dirrmtry share/locale/ur_PK
-@dirrmtry share/locale/ur/LC_MESSAGES
-@dirrmtry share/locale/ur
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@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/nds/LC_MESSAGES
-@dirrmtry share/locale/nds
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/kk/LC_MESSAGES
-@dirrmtry share/locale/kk
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@dirrmtry share/locale/fy/LC_MESSAGES
-@dirrmtry share/locale/fy
-@dirrmtry share/locale/fur/LC_MESSAGES
-@dirrmtry share/locale/fur
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@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
+share/locale/zu/LC_MESSAGES/file-roller.mo