aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnome-netstatus
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-11-19 19:49:04 +0800
committerkwm <kwm@FreeBSD.org>2014-11-19 19:49:04 +0800
commitbe884cd42990f2e755c2c06bc38c8042cb8b0325 (patch)
tree1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /net/gnome-netstatus
parent1c38992aaca771dc7aab7ae768e5753c6381ecd3 (diff)
downloadfreebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.tar.gz
freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.tar.zst
freebsd-ports-gnome-be884cd42990f2e755c2c06bc38c8042cb8b0325.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
Diffstat (limited to 'net/gnome-netstatus')
-rw-r--r--net/gnome-netstatus/Makefile26
-rw-r--r--net/gnome-netstatus/distinfo2
-rw-r--r--net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c212
-rw-r--r--net/gnome-netstatus/pkg-descr2
-rw-r--r--net/gnome-netstatus/pkg-plist368
5 files changed, 0 insertions, 610 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile
deleted file mode 100644
index 034ed34d5351..000000000000
--- a/net/gnome-netstatus/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/net/gnome-netstatus/Makefile,v 1.58 2010/09/29 12:35:14 kwm Exp $
-
-PORTNAME= gnome-netstatus
-PORTVERSION= 2.28.2
-PORTREVISION= 1
-CATEGORIES= net gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME applet that shows network status
-
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-USE_GNOME= intlhack gnomeprefix libgnome gnomepanel gnomedocutils
-USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib -lm
-INSTALL_TARGET= install-strip
-
-GCONF_SCHEMAS= netstatus.schemas
-
-.include <bsd.port.mk>
diff --git a/net/gnome-netstatus/distinfo b/net/gnome-netstatus/distinfo
deleted file mode 100644
index 91e780d66b4d..000000000000
--- a/net/gnome-netstatus/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/gnome-netstatus-2.28.2.tar.bz2) = d1ad0a668a1344898d4f47b5591adddc7791edb6c2e92136ebcf8d278d959119
-SIZE (gnome2/gnome-netstatus-2.28.2.tar.bz2) = 585336
diff --git a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c
deleted file mode 100644
index 0c9c78b83b65..000000000000
--- a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c
+++ /dev/null
@@ -1,212 +0,0 @@
---- src/netstatus-sysdeps.c.orig 2009-03-08 00:25:52.000000000 -0500
-+++ src/netstatus-sysdeps.c 2009-03-08 15:24:33.000000000 -0400
-@@ -37,13 +37,26 @@
-
- #ifdef __FreeBSD__
- #include <sys/types.h>
-+#include <sys/param.h>
- #include <sys/socket.h>
- #include <sys/ioctl.h>
-+#include <ifaddrs.h>
- #include <net/if.h>
-+#include <net/if_media.h>
- #include <net/if_var.h>
-+#if __FreeBSD_version < 700046
- #include <dev/an/if_aironet_ieee.h>
- #include <dev/wi/if_wavelan_ieee.h>
- #endif
-+#if __FreeBSD_version >= 602000
-+#include <net80211/ieee80211.h>
-+#include <net80211/ieee80211_ioctl.h>
-+#endif
-+#include <stdlib.h>
-+#ifndef IEEE80211_ADDR_COPY
-+#define IEEE80211_ADDR_COPY(dst, src) memcpy(dst, src, IEEE80211_ADDR_LEN)
-+#endif
-+#endif
-
- static inline gboolean
- parse_stats (char *buf,
-@@ -426,15 +439,16 @@ wireless_getval (const char *iface,
- return TRUE;
- }
-
-+#if __FreeBSD_version < 700046
- static inline char *
- get_an_data (const char *iface,
- int *signal_strength)
- {
-+ struct an_ltv_status *sts;
-+ struct an_req areq;
- #ifdef AN_RID_RSSI_MAP
- struct an_ltv_rssi_map an_rssimap;
- #endif
-- struct an_req areq;
-- struct an_ltv_status *sts;
- int level;
- char *error = NULL;
- gboolean rssimap_valid = FALSE;
-@@ -486,11 +500,11 @@ get_wi_data (const char *iface,
- level = (int) wreq.wi_val[1];
-
- #ifdef WI_RID_READ_APS
-- if (signal_strength <= 0)
-+ if (level <= 0)
- {
- /* we fail to get signal strength by usual means, try another way */
- static time_t last_scan;
-- static long int cached;
-+ static int cached;
- time_t now;
-
- now = time (NULL);
-@@ -510,15 +524,15 @@ get_wi_data (const char *iface,
- if (nstations > 0)
- {
- w = (struct wi_apinfo *)(((char *) &wreq.wi_val) + sizeof (int));
-- signal_strength = (long int) w->signal;
-+ level = w->signal;
- }
-
-- cached = signal_strength;
-+ cached = level;
- last_scan = now;
- }
- else
- {
-- signal_strength = cached;
-+ level = cached;
- }
- }
- #endif
-@@ -527,6 +541,77 @@ get_wi_data (const char *iface,
-
- return error;
- }
-+#endif
-+
-+#if __FreeBSD_version >= 602000
-+static inline char *
-+get_net80211_data (const char *iface,
-+ int *signal_strength)
-+{
-+ struct ieee80211req_sta_info *si;
-+ struct ieee80211req ireq;
-+ int level;
-+ int s;
-+ uint8_t mac[IEEE80211_ADDR_LEN];
-+ int8_t noise;
-+ char *error = NULL;
-+ union {
-+ struct ieee80211req_sta_req info;
-+ char buf[1024];
-+ } u_info;
-+
-+ memset (&u_info, 0, sizeof (u_info));
-+ memset (&ireq, 0, sizeof (ireq));
-+
-+ strlcpy (ireq.i_name, iface, sizeof (ireq.i_name));
-+ ireq.i_type = IEEE80211_IOC_BSSID;
-+ ireq.i_data = mac;
-+ ireq.i_len = IEEE80211_ADDR_LEN;
-+
-+ s = socket (AF_INET, SOCK_DGRAM, 0);
-+ if (s == -1)
-+ {
-+ error = g_strdup_printf (_("Could not connect to interface, '%s'"), iface);
-+ return error;
-+ }
-+
-+ if (ioctl (s, SIOCG80211, &ireq) == -1)
-+ {
-+ error = g_strdup_printf (_("Could not get MAC for interface, '%s'"), iface);
-+ close (s);
-+ return error;
-+ }
-+
-+ IEEE80211_ADDR_COPY (u_info.info.is_u.macaddr, mac);
-+ ireq.i_type = IEEE80211_IOC_STA_INFO;
-+ ireq.i_data = (caddr_t) &u_info;
-+ ireq.i_len = sizeof (u_info);
-+
-+ if (ioctl (s, SIOCG80211, &ireq) == -1)
-+ {
-+ error = g_strdup_printf (_("Could not send ioctl to interface, '%s'"), iface);
-+ close (s);
-+ return error;
-+ }
-+
-+ close (s);
-+
-+ si = &u_info.info.info[0];
-+ noise = si->isi_noise;
-+ if (si->isi_rssi == 0)
-+ level = 0;
-+ else
-+ {
-+ if (noise == 0)
-+ noise = -95;
-+ level = (int) abs (rint ((si->isi_rssi / (si->isi_rssi/2. + noise)) * 100.0));
-+ level = CLAMP (level, 0, 100);
-+ }
-+
-+ memcpy (signal_strength, &level, sizeof (signal_strength));
-+ return error;
-+}
-+#endif
-
- char *
- netstatus_sysdeps_read_iface_wireless_details (const char *iface,
-@@ -544,25 +629,52 @@ netstatus_sysdeps_read_iface_wireless_de
- if (signal_strength)
- *signal_strength = 0;
-
-+#if __FreeBSD_version < 800036
- if (g_ascii_strncasecmp (iface, "an", 2) &&
- g_ascii_strncasecmp (iface, "wi", 2) &&
- g_ascii_strncasecmp (iface, "ath", 3) &&
- g_ascii_strncasecmp (iface, "ndis", 4) &&
-+ g_ascii_strncasecmp (iface, "ural", 4) &&
-+ g_ascii_strncasecmp (iface, "ral", 3) &&
- g_ascii_strncasecmp (iface, "ipw", 3) &&
- g_ascii_strncasecmp (iface, "iwi", 3) &&
-+ g_ascii_strncasecmp (iface, "rum", 3) &&
-+ g_ascii_strncasecmp (iface, "ray", 3) &&
- g_ascii_strncasecmp (iface, "acx", 3))
-+#else
-+ if (g_strncasecmp (iface, "wlan", 4))
-+#endif
- return error_message;
-
-+#if __FreeBSD_version < 700046
- if (g_ascii_strncasecmp (iface, "an", 2) == 0)
- {
- error_message = get_an_data (iface, signal_strength);
- *is_wireless = TRUE;
- }
-+#endif
-+#if __FreeBSD_version >= 602000
-+#if __FreeBSD_version < 700046
-+ else if (g_strncasecmp (iface, "wi", 2) == 0)
-+ {
-+ error_message = get_wi_data (iface, signal_strength);
-+ *is_wireless = TRUE;
-+ }
-+ else
-+#endif
-+ {
-+ error_message = get_net80211_data (iface, signal_strength);
-+ *is_wireless = TRUE;
-+ }
-+#else
-+#if __FreeBSD_version < 700046
- else
- {
- error_message = get_wi_data (iface, signal_strength);
- *is_wireless = TRUE;
- }
-+#endif
-+#endif
-
- return error_message;
- }
diff --git a/net/gnome-netstatus/pkg-descr b/net/gnome-netstatus/pkg-descr
deleted file mode 100644
index 0848cf01ffc2..000000000000
--- a/net/gnome-netstatus/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Gnome-netstatus is a panel applet which provides information about
-network interfaces.
diff --git a/net/gnome-netstatus/pkg-plist b/net/gnome-netstatus/pkg-plist
deleted file mode 100644
index 72e45c2b3ffa..000000000000
--- a/net/gnome-netstatus/pkg-plist
+++ /dev/null
@@ -1,368 +0,0 @@
-libdata/bonobo/servers/GNOME_NetstatusApplet_Factory.server
-libexec/gnome-netstatus-applet
-share/gnome-2.0/ui/GNOME_NetstatusApplet.xml
-share/gnome-netstatus/gnome-netstatus.ui
-share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/C/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/C/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/C/legal.xml
-share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/bg/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/bg/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/ca/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/ca/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/cs/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/cs/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/de/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/de/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/el/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/el/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/en_GB/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/en_GB/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/es/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/es/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/fr/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/fr/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/it/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/it/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/ja/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/ja/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/ja/legal.xml
-share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/ko/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/ko/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/ko/legal.xml
-share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/nl/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/nl/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/oc/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/oc/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/pa/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/pa/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/ru/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/ru/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/sv/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/sv/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/th/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/th/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/uk/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/uk/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/zh_CN/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/zh_CN/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/zh_HK/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/zh_HK/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/zh_HK/legal.xml
-share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-disconn.png
-share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-error.png
-share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-idle.png
-share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-rx.png
-share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-tx.png
-share/gnome/help/gnome-netstatus/zh_TW/figures/gnome-netstatus-txrx.png
-share/gnome/help/gnome-netstatus/zh_TW/gnome-netstatus.xml
-share/gnome/help/gnome-netstatus/zh_TW/legal.xml
-share/omf/gnome-netstatus/gnome-netstatus-C.omf
-share/omf/gnome-netstatus/gnome-netstatus-bg.omf
-share/omf/gnome-netstatus/gnome-netstatus-ca.omf
-share/omf/gnome-netstatus/gnome-netstatus-cs.omf
-share/omf/gnome-netstatus/gnome-netstatus-de.omf
-share/omf/gnome-netstatus/gnome-netstatus-el.omf
-share/omf/gnome-netstatus/gnome-netstatus-en_GB.omf
-share/omf/gnome-netstatus/gnome-netstatus-es.omf
-share/omf/gnome-netstatus/gnome-netstatus-fr.omf
-share/omf/gnome-netstatus/gnome-netstatus-it.omf
-share/omf/gnome-netstatus/gnome-netstatus-ja.omf
-share/omf/gnome-netstatus/gnome-netstatus-ko.omf
-share/omf/gnome-netstatus/gnome-netstatus-nl.omf
-share/omf/gnome-netstatus/gnome-netstatus-oc.omf
-share/omf/gnome-netstatus/gnome-netstatus-pa.omf
-share/omf/gnome-netstatus/gnome-netstatus-ru.omf
-share/omf/gnome-netstatus/gnome-netstatus-sv.omf
-share/omf/gnome-netstatus/gnome-netstatus-th.omf
-share/omf/gnome-netstatus/gnome-netstatus-uk.omf
-share/omf/gnome-netstatus/gnome-netstatus-zh_CN.omf
-share/omf/gnome-netstatus/gnome-netstatus-zh_HK.omf
-share/omf/gnome-netstatus/gnome-netstatus-zh_TW.omf
-share/icons/hicolor/48x48/apps/gnome-netstatus-0-24.png
-share/icons/hicolor/48x48/apps/gnome-netstatus-25-49.png
-share/icons/hicolor/48x48/apps/gnome-netstatus-50-74.png
-share/icons/hicolor/48x48/apps/gnome-netstatus-75-100.png
-share/icons/hicolor/48x48/apps/gnome-netstatus-disconn.png
-share/icons/hicolor/48x48/apps/gnome-netstatus-error.png
-share/icons/hicolor/48x48/apps/gnome-netstatus-idle.png
-share/icons/hicolor/48x48/apps/gnome-netstatus-rx.png
-share/icons/hicolor/48x48/apps/gnome-netstatus-tx.png
-share/icons/hicolor/48x48/apps/gnome-netstatus-txrx.png
-share/locale/af/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ar/LC_MESSAGES/gnome-netstatus.mo
-share/locale/as/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ast/LC_MESSAGES/gnome-netstatus.mo
-share/locale/az/LC_MESSAGES/gnome-netstatus.mo
-share/locale/be@latin/LC_MESSAGES/gnome-netstatus.mo
-share/locale/bg/LC_MESSAGES/gnome-netstatus.mo
-share/locale/bn/LC_MESSAGES/gnome-netstatus.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-netstatus.mo
-share/locale/bs/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ca/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ca@valencia/LC_MESSAGES/gnome-netstatus.mo
-share/locale/crh/LC_MESSAGES/gnome-netstatus.mo
-share/locale/cs/LC_MESSAGES/gnome-netstatus.mo
-share/locale/cy/LC_MESSAGES/gnome-netstatus.mo
-share/locale/da/LC_MESSAGES/gnome-netstatus.mo
-share/locale/de/LC_MESSAGES/gnome-netstatus.mo
-share/locale/dz/LC_MESSAGES/gnome-netstatus.mo
-share/locale/el/LC_MESSAGES/gnome-netstatus.mo
-share/locale/en@shaw/LC_MESSAGES/gnome-netstatus.mo
-share/locale/en_CA/LC_MESSAGES/gnome-netstatus.mo
-share/locale/en_GB/LC_MESSAGES/gnome-netstatus.mo
-share/locale/eo/LC_MESSAGES/gnome-netstatus.mo
-share/locale/es/LC_MESSAGES/gnome-netstatus.mo
-share/locale/et/LC_MESSAGES/gnome-netstatus.mo
-share/locale/eu/LC_MESSAGES/gnome-netstatus.mo
-share/locale/fa/LC_MESSAGES/gnome-netstatus.mo
-share/locale/fi/LC_MESSAGES/gnome-netstatus.mo
-share/locale/fr/LC_MESSAGES/gnome-netstatus.mo
-share/locale/fur/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ga/LC_MESSAGES/gnome-netstatus.mo
-share/locale/gl/LC_MESSAGES/gnome-netstatus.mo
-share/locale/gu/LC_MESSAGES/gnome-netstatus.mo
-share/locale/he/LC_MESSAGES/gnome-netstatus.mo
-share/locale/hi/LC_MESSAGES/gnome-netstatus.mo
-share/locale/hr/LC_MESSAGES/gnome-netstatus.mo
-share/locale/hu/LC_MESSAGES/gnome-netstatus.mo
-share/locale/id/LC_MESSAGES/gnome-netstatus.mo
-share/locale/is/LC_MESSAGES/gnome-netstatus.mo
-share/locale/it/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ja/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ka/LC_MESSAGES/gnome-netstatus.mo
-share/locale/kn/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ku/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ko/LC_MESSAGES/gnome-netstatus.mo
-share/locale/lt/LC_MESSAGES/gnome-netstatus.mo
-share/locale/lv/LC_MESSAGES/gnome-netstatus.mo
-share/locale/mai/LC_MESSAGES/gnome-netstatus.mo
-share/locale/mg/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ml/LC_MESSAGES/gnome-netstatus.mo
-share/locale/mn/LC_MESSAGES/gnome-netstatus.mo
-share/locale/mr/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ms/LC_MESSAGES/gnome-netstatus.mo
-share/locale/nb/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ne/LC_MESSAGES/gnome-netstatus.mo
-share/locale/nl/LC_MESSAGES/gnome-netstatus.mo
-share/locale/nn/LC_MESSAGES/gnome-netstatus.mo
-share/locale/oc/LC_MESSAGES/gnome-netstatus.mo
-share/locale/or/LC_MESSAGES/gnome-netstatus.mo
-share/locale/pa/LC_MESSAGES/gnome-netstatus.mo
-share/locale/pl/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ps/LC_MESSAGES/gnome-netstatus.mo
-share/locale/pt/LC_MESSAGES/gnome-netstatus.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ro/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ru/LC_MESSAGES/gnome-netstatus.mo
-share/locale/rw/LC_MESSAGES/gnome-netstatus.mo
-share/locale/sk/LC_MESSAGES/gnome-netstatus.mo
-share/locale/sl/LC_MESSAGES/gnome-netstatus.mo
-share/locale/sq/LC_MESSAGES/gnome-netstatus.mo
-share/locale/sr/LC_MESSAGES/gnome-netstatus.mo
-share/locale/sr@latin/LC_MESSAGES/gnome-netstatus.mo
-share/locale/sv/LC_MESSAGES/gnome-netstatus.mo
-share/locale/ta/LC_MESSAGES/gnome-netstatus.mo
-share/locale/te/LC_MESSAGES/gnome-netstatus.mo
-share/locale/th/LC_MESSAGES/gnome-netstatus.mo
-share/locale/tr/LC_MESSAGES/gnome-netstatus.mo
-share/locale/uk/LC_MESSAGES/gnome-netstatus.mo
-share/locale/uz/LC_MESSAGES/gnome-netstatus.mo
-share/locale/uz@cyrillic/LC_MESSAGES/gnome-netstatus.mo
-share/locale/vi/LC_MESSAGES/gnome-netstatus.mo
-share/locale/wa/LC_MESSAGES/gnome-netstatus.mo
-share/locale/xh/LC_MESSAGES/gnome-netstatus.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-netstatus.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-netstatus.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-netstatus.mo
-@dirrm share/omf/gnome-netstatus
-@dirrm share/gnome/help/gnome-netstatus/zh_TW/figures
-@dirrm share/gnome/help/gnome-netstatus/zh_TW
-@dirrm share/gnome/help/gnome-netstatus/zh_HK/figures
-@dirrm share/gnome/help/gnome-netstatus/zh_HK
-@dirrm share/gnome/help/gnome-netstatus/zh_CN/figures
-@dirrm share/gnome/help/gnome-netstatus/zh_CN
-@dirrm share/gnome/help/gnome-netstatus/uk/figures
-@dirrm share/gnome/help/gnome-netstatus/uk
-@dirrm share/gnome/help/gnome-netstatus/th/figures
-@dirrm share/gnome/help/gnome-netstatus/th
-@dirrm share/gnome/help/gnome-netstatus/sv/figures
-@dirrm share/gnome/help/gnome-netstatus/sv
-@dirrm share/gnome/help/gnome-netstatus/ru/figures
-@dirrm share/gnome/help/gnome-netstatus/ru
-@dirrm share/gnome/help/gnome-netstatus/pa/figures
-@dirrm share/gnome/help/gnome-netstatus/pa
-@dirrm share/gnome/help/gnome-netstatus/oc/figures
-@dirrm share/gnome/help/gnome-netstatus/oc
-@dirrm share/gnome/help/gnome-netstatus/nl/figures
-@dirrm share/gnome/help/gnome-netstatus/nl
-@dirrm share/gnome/help/gnome-netstatus/ko/figures
-@dirrm share/gnome/help/gnome-netstatus/ko
-@dirrm share/gnome/help/gnome-netstatus/ja/figures
-@dirrm share/gnome/help/gnome-netstatus/ja
-@dirrm share/gnome/help/gnome-netstatus/it/figures
-@dirrm share/gnome/help/gnome-netstatus/it
-@dirrm share/gnome/help/gnome-netstatus/fr/figures
-@dirrm share/gnome/help/gnome-netstatus/fr
-@dirrm share/gnome/help/gnome-netstatus/es/figures
-@dirrm share/gnome/help/gnome-netstatus/es
-@dirrm share/gnome/help/gnome-netstatus/en_GB/figures
-@dirrm share/gnome/help/gnome-netstatus/en_GB
-@dirrm share/gnome/help/gnome-netstatus/el/figures
-@dirrm share/gnome/help/gnome-netstatus/el
-@dirrm share/gnome/help/gnome-netstatus/de/figures
-@dirrm share/gnome/help/gnome-netstatus/de
-@dirrm share/gnome/help/gnome-netstatus/cs/figures
-@dirrm share/gnome/help/gnome-netstatus/cs
-@dirrm share/gnome/help/gnome-netstatus/ca/figures
-@dirrm share/gnome/help/gnome-netstatus/ca
-@dirrm share/gnome/help/gnome-netstatus/bg/figures
-@dirrm share/gnome/help/gnome-netstatus/bg
-@dirrm share/gnome/help/gnome-netstatus/C/figures
-@dirrm share/gnome/help/gnome-netstatus/C
-@dirrm share/gnome/help/gnome-netstatus
-@dirrm share/gnome-netstatus
-@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/uz@cyrillic/LC_MESSAGES
-@dirrmtry share/locale/uz@cyrillic
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/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/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/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/crh/LC_MESSAGES
-@dirrmtry share/locale/crh
-@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