summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 20:40:13 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 20:40:13 +0800
commit951d7506adfc62331f8eda1d700db990637f262d (patch)
treeeed08c6643379267be51fbbc157fbdb24fc54f01 /www
parent7adcde1d2de34101d03a9eddae70e9e0dc8276df (diff)
downloadmarcuscom-ports-951d7506adfc62331f8eda1d700db990637f262d.tar
marcuscom-ports-951d7506adfc62331f8eda1d700db990637f262d.tar.gz
marcuscom-ports-951d7506adfc62331f8eda1d700db990637f262d.tar.bz2
marcuscom-ports-951d7506adfc62331f8eda1d700db990637f262d.tar.lz
marcuscom-ports-951d7506adfc62331f8eda1d700db990637f262d.tar.xz
marcuscom-ports-951d7506adfc62331f8eda1d700db990637f262d.tar.zst
marcuscom-ports-951d7506adfc62331f8eda1d700db990637f262d.zip
Chase libnotify.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15383 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/gnome-user-share/Makefile44
-rw-r--r--www/gnome-user-share/distinfo3
-rw-r--r--www/gnome-user-share/files/patch-configure52
-rw-r--r--www/gnome-user-share/files/patch-src_user_share.c48
-rw-r--r--www/gnome-user-share/pkg-descr11
-rw-r--r--www/gnome-user-share/pkg-message4
-rw-r--r--www/gnome-user-share/pkg-plist214
7 files changed, 376 insertions, 0 deletions
diff --git a/www/gnome-user-share/Makefile b/www/gnome-user-share/Makefile
new file mode 100644
index 000000000..1420acdb4
--- /dev/null
+++ b/www/gnome-user-share/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: gnome-user-share
+# Date created: 26 November 2004
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/www/gnome-user-share/Makefile,v 1.38 2010/11/20 15:36:58 kwm Exp $
+# $MCom: ports/www/gnome-user-share/Makefile,v 1.23 2010/09/28 08:52:36 kwm Exp $
+#
+
+PORTNAME= gnome-user-share
+PORTVERSION= 2.30.1
+PORTREVISION= 1
+CATEGORIES= www deskutils gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Personal file-sharing service for the GNOME Desktop
+
+LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app \
+ canberra.0:${PORTSDIR}/audio/libcanberra \
+ notify.4:${PORTSDIR}/devel/libnotify \
+ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
+RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dnssd.so:${PORTSDIR}/www/mod_dnssd \
+ console-kit-daemon:${PORTSDIR}/sysutils/consolekit
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_APACHE= 2.2+
+USE_XORG= sm
+USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomedocutils nautilus2
+GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --with-modules-path=${LOCALBASE}/${APACHEMODDIR}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= desktop_gnome_file_sharing.schemas
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/etc/httpd/modules|${LOCALBASE}/${APACHEMODDIR}|g' \
+ ${WRKSRC}/data/dav_user_*.conf
+
+.include <bsd.port.mk>
diff --git a/www/gnome-user-share/distinfo b/www/gnome-user-share/distinfo
new file mode 100644
index 000000000..741941d9d
--- /dev/null
+++ b/www/gnome-user-share/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/gnome-user-share-2.30.1.tar.bz2) = 532f3d310ec9b42bf2dd015ab5b64092
+SHA256 (gnome2/gnome-user-share-2.30.1.tar.bz2) = 30ba07420a495450f80b4be001601150453ddc3504ff23c486fd1541ff5a1bfe
+SIZE (gnome2/gnome-user-share-2.30.1.tar.bz2) = 959747
diff --git a/www/gnome-user-share/files/patch-configure b/www/gnome-user-share/files/patch-configure
new file mode 100644
index 000000000..7c2899da0
--- /dev/null
+++ b/www/gnome-user-share/files/patch-configure
@@ -0,0 +1,52 @@
+--- configure.orig 2010-09-28 10:42:29.000000000 +0000
++++ configure 2010-09-28 10:43:25.000000000 +0000
+@@ -13411,12 +13411,12 @@
+ pkg_cv_USER_SHARE_CFLAGS="$USER_SHARE_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2\""; } >&5
+- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2") 2>&5
++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES\""; } >&5
++ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+- pkg_cv_USER_SHARE_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>/dev/null`
++ pkg_cv_USER_SHARE_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>/dev/null`
+ else
+ pkg_failed=yes
+ fi
+@@ -13427,12 +13427,12 @@
+ pkg_cv_USER_SHARE_LIBS="$USER_SHARE_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2\""; } >&5
+- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2") 2>&5
++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk \$DBUS_MODULES\""; } >&5
++ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+- pkg_cv_USER_SHARE_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>/dev/null`
++ pkg_cv_USER_SHARE_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>/dev/null`
+ else
+ pkg_failed=yes
+ fi
+@@ -13452,14 +13452,14 @@
+ _pkg_short_errors_supported=no
+ fi
+ if test $_pkg_short_errors_supported = yes; then
+- USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>&1`
++ USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>&1`
+ else
+- USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2" 2>&1`
++ USER_SHARE_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES" 2>&1`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$USER_SHARE_PKG_ERRORS" >&5
+
+- as_fn_error $? "Package requirements (glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2) were not met:
++ as_fn_error $? "Package requirements (glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify libcanberra-gtk $DBUS_MODULES) were not met:
+
+ $USER_SHARE_PKG_ERRORS
+
diff --git a/www/gnome-user-share/files/patch-src_user_share.c b/www/gnome-user-share/files/patch-src_user_share.c
new file mode 100644
index 000000000..4305314fb
--- /dev/null
+++ b/www/gnome-user-share/files/patch-src_user_share.c
@@ -0,0 +1,48 @@
+--- src/user_share.c.orig 2009-09-26 09:10:16.000000000 -0400
++++ src/user_share.c 2009-09-26 09:13:52.000000000 -0400
+@@ -26,7 +26,9 @@
+ #include <gdk/gdkx.h>
+ #include <gtk/gtk.h>
+ #include <glib/gi18n.h>
++#ifndef __FreeBSD__
+ #include <bluetooth-client.h>
++#endif
+ #include <X11/Xlib.h>
+
+ #include "user_share.h"
+@@ -58,7 +60,9 @@
+ static guint disabled_timeout_tag = 0;
+ static gboolean has_console = TRUE;
+
++#ifndef __FreeBSD__
+ static BluetoothClient *client = NULL;
++#endif
+ static gboolean bluetoothd_enabled = FALSE;
+
+ #define OBEX_ENABLED (bluetoothd_enabled && has_console)
+@@ -224,6 +228,7 @@ consolekit_init (void)
+ dbus_g_connection_unref (dbus_connection);
+ }
+
++#ifndef __FreeBSD__
+ static void
+ default_adapter_changed (GObject *gobject,
+ GParamSpec *pspec,
+@@ -261,6 +266,7 @@ bluez_init (void)
+ g_signal_connect (G_OBJECT (client), "notify::default-adapter-powered",
+ G_CALLBACK (default_adapter_changed), NULL);
+ }
++#endif
+
+ char *
+ lookup_public_dir (void)
+@@ -590,7 +596,9 @@ main (int argc, char **argv)
+
+ g_object_unref (client);
+
++#ifndef __FreeBSD__
+ bluez_init ();
++#endif
+ consolekit_init ();
+
+ /* Initial setting */
diff --git a/www/gnome-user-share/pkg-descr b/www/gnome-user-share/pkg-descr
new file mode 100644
index 000000000..0c6244b1b
--- /dev/null
+++ b/www/gnome-user-share/pkg-descr
@@ -0,0 +1,11 @@
+gnome-user-share is a small package that binds together various free
+software projects to bring easy to use user-level file sharing to the
+masses.
+
+The program is meant to run in the background when the user is logged
+in, and when file sharing is enabled a webdav server is started that
+shares the $HOME/Public folder. The share is then published to all
+computers on the local network using mDNS/bonjour, so that it shows
+up in the Network location in Gnome.
+
+-- gnome-user-share README
diff --git a/www/gnome-user-share/pkg-message b/www/gnome-user-share/pkg-message
new file mode 100644
index 000000000..84e472507
--- /dev/null
+++ b/www/gnome-user-share/pkg-message
@@ -0,0 +1,4 @@
+Run gnome-file-share-properties as the user with which you want
+to use gnome-user-share, then logout and log back into GNOME. Now everything
+under ~/Public should be shared. You can view this by opening Nautilus, and
+clicking on the Network icon under Computer.
diff --git a/www/gnome-user-share/pkg-plist b/www/gnome-user-share/pkg-plist
new file mode 100644
index 000000000..609b8dd23
--- /dev/null
+++ b/www/gnome-user-share/pkg-plist
@@ -0,0 +1,214 @@
+bin/gnome-file-share-properties
+etc/xdg/autostart/gnome-user-share.desktop
+lib/nautilus/extensions-2.0/libnautilus-share-extension.la
+lib/nautilus/extensions-2.0/libnautilus-share-extension.so
+libexec/gnome-user-share
+share/applications/gnome-user-share-properties.desktop
+%%DATADIR%%/dav_groupfile
+%%DATADIR%%/dav_user_2.0.conf
+%%DATADIR%%/dav_user_2.2.conf
+%%DATADIR%%/file-share-properties.ui
+share/gnome/help/gnome-user-share/C/figures/file-sharing-preferences.png
+share/gnome/help/gnome-user-share/C/figures/receiving-over-bluetooth.png
+share/gnome/help/gnome-user-share/C/figures/sharing-over-bluetooth.png
+share/gnome/help/gnome-user-share/C/figures/sharing-over-the-network.png
+share/gnome/help/gnome-user-share/C/gnome-user-share.xml
+share/gnome/help/gnome-user-share/C/legal.xml
+share/gnome/help/gnome-user-share/ca/figures/file-sharing-preferences.png
+share/gnome/help/gnome-user-share/ca/figures/receiving-over-bluetooth.png
+share/gnome/help/gnome-user-share/ca/figures/sharing-over-bluetooth.png
+share/gnome/help/gnome-user-share/ca/figures/sharing-over-the-network.png
+share/gnome/help/gnome-user-share/ca/gnome-user-share.xml
+share/gnome/help/gnome-user-share/ca/legal.xml
+share/gnome/help/gnome-user-share/cs/figures/file-sharing-preferences.png
+share/gnome/help/gnome-user-share/cs/figures/receiving-over-bluetooth.png
+share/gnome/help/gnome-user-share/cs/figures/sharing-over-bluetooth.png
+share/gnome/help/gnome-user-share/cs/figures/sharing-over-the-network.png
+share/gnome/help/gnome-user-share/cs/gnome-user-share.xml
+share/gnome/help/gnome-user-share/cs/legal.xml
+share/gnome/help/gnome-user-share/de/figures/file-sharing-preferences.png
+share/gnome/help/gnome-user-share/de/figures/receiving-over-bluetooth.png
+share/gnome/help/gnome-user-share/de/figures/sharing-over-bluetooth.png
+share/gnome/help/gnome-user-share/de/figures/sharing-over-the-network.png
+share/gnome/help/gnome-user-share/de/gnome-user-share.xml
+share/gnome/help/gnome-user-share/de/legal.xml
+share/gnome/help/gnome-user-share/el/figures/file-sharing-preferences.png
+share/gnome/help/gnome-user-share/el/figures/receiving-over-bluetooth.png
+share/gnome/help/gnome-user-share/el/figures/sharing-over-bluetooth.png
+share/gnome/help/gnome-user-share/el/figures/sharing-over-the-network.png
+share/gnome/help/gnome-user-share/el/gnome-user-share.xml
+share/gnome/help/gnome-user-share/el/legal.xml
+share/gnome/help/gnome-user-share/en_GB/figures/file-sharing-preferences.png
+share/gnome/help/gnome-user-share/en_GB/figures/receiving-over-bluetooth.png
+share/gnome/help/gnome-user-share/en_GB/figures/sharing-over-bluetooth.png
+share/gnome/help/gnome-user-share/en_GB/figures/sharing-over-the-network.png
+share/gnome/help/gnome-user-share/en_GB/gnome-user-share.xml
+share/gnome/help/gnome-user-share/en_GB/legal.xml
+share/gnome/help/gnome-user-share/es/figures/file-sharing-preferences.png
+share/gnome/help/gnome-user-share/es/figures/receiving-over-bluetooth.png
+share/gnome/help/gnome-user-share/es/figures/sharing-over-bluetooth.png
+share/gnome/help/gnome-user-share/es/figures/sharing-over-the-network.png
+share/gnome/help/gnome-user-share/es/gnome-user-share.xml
+share/gnome/help/gnome-user-share/es/legal.xml
+share/gnome/help/gnome-user-share/fr/figures/file-sharing-preferences.png
+share/gnome/help/gnome-user-share/fr/figures/receiving-over-bluetooth.png
+share/gnome/help/gnome-user-share/fr/figures/sharing-over-bluetooth.png
+share/gnome/help/gnome-user-share/fr/figures/sharing-over-the-network.png
+share/gnome/help/gnome-user-share/fr/gnome-user-share.xml
+share/gnome/help/gnome-user-share/fr/legal.xml
+share/gnome/help/gnome-user-share/it/figures/file-sharing-preferences.png
+share/gnome/help/gnome-user-share/it/figures/receiving-over-bluetooth.png
+share/gnome/help/gnome-user-share/it/figures/sharing-over-bluetooth.png
+share/gnome/help/gnome-user-share/it/figures/sharing-over-the-network.png
+share/gnome/help/gnome-user-share/it/gnome-user-share.xml
+share/gnome/help/gnome-user-share/it/legal.xml
+share/gnome/help/gnome-user-share/sv/figures/file-sharing-preferences.png
+share/gnome/help/gnome-user-share/sv/figures/receiving-over-bluetooth.png
+share/gnome/help/gnome-user-share/sv/figures/sharing-over-bluetooth.png
+share/gnome/help/gnome-user-share/sv/figures/sharing-over-the-network.png
+share/gnome/help/gnome-user-share/sv/gnome-user-share.xml
+share/gnome/help/gnome-user-share/sv/legal.xml
+share/gnome/help/gnome-user-share/zh_CN/figures/file-sharing-preferences.png
+share/gnome/help/gnome-user-share/zh_CN/figures/receiving-over-bluetooth.png
+share/gnome/help/gnome-user-share/zh_CN/figures/sharing-over-bluetooth.png
+share/gnome/help/gnome-user-share/zh_CN/figures/sharing-over-the-network.png
+share/gnome/help/gnome-user-share/zh_CN/gnome-user-share.xml
+share/gnome/help/gnome-user-share/zh_CN/legal.xml
+share/icons/hicolor/16x16/apps/gnome-obex-server.png
+share/icons/hicolor/22x22/apps/gnome-obex-server.png
+share/icons/hicolor/32x32/apps/gnome-obex-server.png
+share/icons/hicolor/48x48/apps/gnome-obex-server.png
+share/locale/ar/LC_MESSAGES/gnome-user-share.mo
+share/locale/as/LC_MESSAGES/gnome-user-share.mo
+share/locale/ast/LC_MESSAGES/gnome-user-share.mo
+share/locale/bg/LC_MESSAGES/gnome-user-share.mo
+share/locale/bn/LC_MESSAGES/gnome-user-share.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-user-share.mo
+share/locale/br/LC_MESSAGES/gnome-user-share.mo
+share/locale/ca/LC_MESSAGES/gnome-user-share.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-user-share.mo
+share/locale/cs/LC_MESSAGES/gnome-user-share.mo
+share/locale/da/LC_MESSAGES/gnome-user-share.mo
+share/locale/de/LC_MESSAGES/gnome-user-share.mo
+share/locale/dz/LC_MESSAGES/gnome-user-share.mo
+share/locale/el/LC_MESSAGES/gnome-user-share.mo
+share/locale/en@shaw/LC_MESSAGES/gnome-user-share.mo
+share/locale/en_CA/LC_MESSAGES/gnome-user-share.mo
+share/locale/en_GB/LC_MESSAGES/gnome-user-share.mo
+share/locale/eo/LC_MESSAGES/gnome-user-share.mo
+share/locale/eu/LC_MESSAGES/gnome-user-share.mo
+share/locale/es/LC_MESSAGES/gnome-user-share.mo
+share/locale/et/LC_MESSAGES/gnome-user-share.mo
+share/locale/fi/LC_MESSAGES/gnome-user-share.mo
+share/locale/fr/LC_MESSAGES/gnome-user-share.mo
+share/locale/ga/LC_MESSAGES/gnome-user-share.mo
+share/locale/gl/LC_MESSAGES/gnome-user-share.mo
+share/locale/gu/LC_MESSAGES/gnome-user-share.mo
+share/locale/he/LC_MESSAGES/gnome-user-share.mo
+share/locale/hi/LC_MESSAGES/gnome-user-share.mo
+share/locale/hu/LC_MESSAGES/gnome-user-share.mo
+share/locale/id/LC_MESSAGES/gnome-user-share.mo
+share/locale/it/LC_MESSAGES/gnome-user-share.mo
+share/locale/ja/LC_MESSAGES/gnome-user-share.mo
+share/locale/kn/LC_MESSAGES/gnome-user-share.mo
+share/locale/ko/LC_MESSAGES/gnome-user-share.mo
+share/locale/lt/LC_MESSAGES/gnome-user-share.mo
+share/locale/lv/LC_MESSAGES/gnome-user-share.mo
+share/locale/mai/LC_MESSAGES/gnome-user-share.mo
+share/locale/mk/LC_MESSAGES/gnome-user-share.mo
+share/locale/ml/LC_MESSAGES/gnome-user-share.mo
+share/locale/mr/LC_MESSAGES/gnome-user-share.mo
+share/locale/nb/LC_MESSAGES/gnome-user-share.mo
+share/locale/ne/LC_MESSAGES/gnome-user-share.mo
+share/locale/nl/LC_MESSAGES/gnome-user-share.mo
+share/locale/nn/LC_MESSAGES/gnome-user-share.mo
+share/locale/oc/LC_MESSAGES/gnome-user-share.mo
+share/locale/or/LC_MESSAGES/gnome-user-share.mo
+share/locale/pa/LC_MESSAGES/gnome-user-share.mo
+share/locale/pl/LC_MESSAGES/gnome-user-share.mo
+share/locale/pt/LC_MESSAGES/gnome-user-share.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-user-share.mo
+share/locale/ro/LC_MESSAGES/gnome-user-share.mo
+share/locale/ru/LC_MESSAGES/gnome-user-share.mo
+share/locale/rw/LC_MESSAGES/gnome-user-share.mo
+share/locale/sk/LC_MESSAGES/gnome-user-share.mo
+share/locale/sl/LC_MESSAGES/gnome-user-share.mo
+share/locale/sq/LC_MESSAGES/gnome-user-share.mo
+share/locale/sr/LC_MESSAGES/gnome-user-share.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-user-share.mo
+share/locale/sv/LC_MESSAGES/gnome-user-share.mo
+share/locale/ta/LC_MESSAGES/gnome-user-share.mo
+share/locale/te/LC_MESSAGES/gnome-user-share.mo
+share/locale/th/LC_MESSAGES/gnome-user-share.mo
+share/locale/tr/LC_MESSAGES/gnome-user-share.mo
+share/locale/ug/LC_MESSAGES/gnome-user-share.mo
+share/locale/uk/LC_MESSAGES/gnome-user-share.mo
+share/locale/vi/LC_MESSAGES/gnome-user-share.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-user-share.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-user-share.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-user-share.mo
+share/omf/gnome-user-share/gnome-user-share-C.omf
+share/omf/gnome-user-share/gnome-user-share-ca.omf
+share/omf/gnome-user-share/gnome-user-share-cs.omf
+share/omf/gnome-user-share/gnome-user-share-de.omf
+share/omf/gnome-user-share/gnome-user-share-el.omf
+share/omf/gnome-user-share/gnome-user-share-en_GB.omf
+share/omf/gnome-user-share/gnome-user-share-es.omf
+share/omf/gnome-user-share/gnome-user-share-fr.omf
+share/omf/gnome-user-share/gnome-user-share-it.omf
+share/omf/gnome-user-share/gnome-user-share-sv.omf
+share/omf/gnome-user-share/gnome-user-share-zh_CN.omf
+@dirrm share/omf/gnome-user-share
+@dirrm share/gnome/help/gnome-user-share/zh_CN/figures
+@dirrm share/gnome/help/gnome-user-share/zh_CN
+@dirrm share/gnome/help/gnome-user-share/sv/figures
+@dirrm share/gnome/help/gnome-user-share/sv
+@dirrm share/gnome/help/gnome-user-share/it/figures
+@dirrm share/gnome/help/gnome-user-share/it
+@dirrm share/gnome/help/gnome-user-share/fr/figures
+@dirrm share/gnome/help/gnome-user-share/fr
+@dirrm share/gnome/help/gnome-user-share/es/figures
+@dirrm share/gnome/help/gnome-user-share/es
+@dirrm share/gnome/help/gnome-user-share/en_GB/figures
+@dirrm share/gnome/help/gnome-user-share/en_GB
+@dirrm share/gnome/help/gnome-user-share/el/figures
+@dirrm share/gnome/help/gnome-user-share/el
+@dirrm share/gnome/help/gnome-user-share/de/figures
+@dirrm share/gnome/help/gnome-user-share/de
+@dirrm share/gnome/help/gnome-user-share/cs/figures
+@dirrm share/gnome/help/gnome-user-share/cs
+@dirrm share/gnome/help/gnome-user-share/ca/figures
+@dirrm share/gnome/help/gnome-user-share/ca
+@dirrm share/gnome/help/gnome-user-share/C/figures
+@dirrm share/gnome/help/gnome-user-share/C
+@dirrm share/gnome/help/gnome-user-share
+@dirrm %%DATADIR%%
+@dirrmtry share/applications
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@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/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@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/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as