summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-21 00:41:54 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-02-21 00:41:54 +0800
commit78edf924e61bd771ad2a6aee33d879fd59debfa5 (patch)
tree316820da411af25270f54ab465f149eebbfabac1
parent5ebd0cfd81e5e285b3c1fa1bb4f1418c08d7b334 (diff)
downloadmarcuscom-ports-78edf924e61bd771ad2a6aee33d879fd59debfa5.tar
marcuscom-ports-78edf924e61bd771ad2a6aee33d879fd59debfa5.tar.gz
marcuscom-ports-78edf924e61bd771ad2a6aee33d879fd59debfa5.tar.bz2
marcuscom-ports-78edf924e61bd771ad2a6aee33d879fd59debfa5.tar.lz
marcuscom-ports-78edf924e61bd771ad2a6aee33d879fd59debfa5.tar.xz
marcuscom-ports-78edf924e61bd771ad2a6aee33d879fd59debfa5.tar.zst
marcuscom-ports-78edf924e61bd771ad2a6aee33d879fd59debfa5.zip
Update gnome-system-monitor to 2.99.0. Gtk3 flavor.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15244 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--repo-copy1
-rw-r--r--sysutils/gnome-system-monitor3/Makefile38
-rw-r--r--sysutils/gnome-system-monitor3/distinfo2
-rw-r--r--sysutils/gnome-system-monitor3/files/patch-src_load-graph.cpp11
-rw-r--r--sysutils/gnome-system-monitor3/files/patch-src_openfiles.cpp14
-rw-r--r--sysutils/gnome-system-monitor3/pkg-descr1
-rw-r--r--sysutils/gnome-system-monitor3/pkg-plist390
7 files changed, 457 insertions, 0 deletions
diff --git a/repo-copy b/repo-copy
index 5ff2e1ef7..62e9eacb5 100644
--- a/repo-copy
+++ b/repo-copy
@@ -16,6 +16,7 @@ math/gcalctool -> math/gcalctool3
net/libgweather -> net/libgweather3
security/gnome-keyring -> security/gnome-keyring3
sysutils/brasero -> sysutils/brasero3
+sysutils/gnome-system-monitor -> sysutils/gnome-system-monitor3
www/epiphany -> www/epiphany3
www/gtkhtml3 -> www/gtkhtml4
www/webkit-gtk2 -> www/webkit-gtk3
diff --git a/sysutils/gnome-system-monitor3/Makefile b/sysutils/gnome-system-monitor3/Makefile
new file mode 100644
index 000000000..b7b436740
--- /dev/null
+++ b/sysutils/gnome-system-monitor3/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: gnomesystemmonitor
+# Date created: 09 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/sysutils/gnome-system-monitor/Makefile,v 1.141 2010/09/29 13:44:33 kwm Exp $
+#
+
+PORTNAME= gnome-system-monitor
+PORTVERSION= 2.99.0
+CATEGORIES= sysutils gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME 2 system monitor program
+
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
+LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
+ gtkmm-3.0.1:${PORTSDIR}/x11-toolkits/gtkmm30
+RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix intlhack gnomehack libwnck3 gnomedocutils \
+ librsvg2
+GNOME_DESKTOP_VERSION=3
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+# LIBS="-L${LOCALBASE}/lib -lutil"
+
+GLIB_SCHEMAS= org.gnome.gnome-system-monitor.enums.xml \
+ org.gnome.gnome-system-monitor.gschema.xml
+
+.include <bsd.port.mk>
diff --git a/sysutils/gnome-system-monitor3/distinfo b/sysutils/gnome-system-monitor3/distinfo
new file mode 100644
index 000000000..28a79a9ce
--- /dev/null
+++ b/sysutils/gnome-system-monitor3/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gnome-system-monitor-2.99.0.tar.bz2) = 922705142f3b2112ab63bc9d113a5259ba56fb3c7e488a9811917b68afcb298f
+SIZE (gnome3/gnome-system-monitor-2.99.0.tar.bz2) = 2455459
diff --git a/sysutils/gnome-system-monitor3/files/patch-src_load-graph.cpp b/sysutils/gnome-system-monitor3/files/patch-src_load-graph.cpp
new file mode 100644
index 000000000..9b934be3d
--- /dev/null
+++ b/sysutils/gnome-system-monitor3/files/patch-src_load-graph.cpp
@@ -0,0 +1,11 @@
+--- src/load-graph.cpp.orig 2008-01-14 23:43:43.000000000 -0600
++++ src/load-graph.cpp 2008-01-14 23:44:15.000000000 -0600
+@@ -412,7 +412,7 @@
+ // e.g: ceil(100.5 KiB) = 101 KiB = 101 * 2**(1 * 10)
+ // where base10 = 1, coef10 = 101, pow2 = 16
+
+- unsigned pow2 = std::floor(log2(new_max));
++ unsigned pow2 = std::floor(log(new_max) / log(2));
+ unsigned base10 = pow2 / 10;
+ unsigned coef10 = std::ceil(new_max / double(1UL << (base10 * 10)));
+ g_assert(new_max <= (coef10 * (1UL << (base10 * 10))));
diff --git a/sysutils/gnome-system-monitor3/files/patch-src_openfiles.cpp b/sysutils/gnome-system-monitor3/files/patch-src_openfiles.cpp
new file mode 100644
index 000000000..c00526174
--- /dev/null
+++ b/sysutils/gnome-system-monitor3/files/patch-src_openfiles.cpp
@@ -0,0 +1,14 @@
+--- src/openfiles.cpp.orig 2008-05-27 16:16:46.000000000 -0400
++++ src/openfiles.cpp 2008-05-27 16:19:53.000000000 -0400
+@@ -66,7 +66,11 @@ friendlier_hostname(const char *addr_str
+ goto failsafe;
+
+ if (getnameinfo(res->ai_addr, res->ai_addrlen, hostname,
++#ifdef NI_IDN
+ sizeof hostname, service, sizeof service, NI_IDN))
++#else
++ sizeof hostname, service, sizeof service, 0))
++#endif
+ goto failsafe;
+
+ if (res) freeaddrinfo(res);
diff --git a/sysutils/gnome-system-monitor3/pkg-descr b/sysutils/gnome-system-monitor3/pkg-descr
new file mode 100644
index 000000000..40caee647
--- /dev/null
+++ b/sysutils/gnome-system-monitor3/pkg-descr
@@ -0,0 +1 @@
+GNOME 2.0 system monitor program.
diff --git a/sysutils/gnome-system-monitor3/pkg-plist b/sysutils/gnome-system-monitor3/pkg-plist
new file mode 100644
index 000000000..1e97fd5fb
--- /dev/null
+++ b/sysutils/gnome-system-monitor3/pkg-plist
@@ -0,0 +1,390 @@
+bin/gnome-system-monitor
+share/applications/gnome-system-monitor.desktop
+share/gnome/help/gnome-system-monitor/C/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/C/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/C/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/C/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/C/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/C/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/C/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/C/figures/processListing.png
+share/gnome/help/gnome-system-monitor/C/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/C/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/C/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/C/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/C/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/C/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/C/legal.xml
+share/gnome/help/gnome-system-monitor/ar/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/ar/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/ar/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/ar/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/ar/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/ar/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/ar/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/ar/figures/processListing.png
+share/gnome/help/gnome-system-monitor/ar/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/ar/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/ar/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/ar/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/ar/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/ar/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/bg/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/bg/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/bg/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/bg/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/bg/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/bg/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/bg/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/bg/figures/processListing.png
+share/gnome/help/gnome-system-monitor/bg/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/bg/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/bg/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/bg/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/bg/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/bg/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/ca/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/ca/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/ca/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/ca/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/ca/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/ca/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/ca/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/ca/figures/processListing.png
+share/gnome/help/gnome-system-monitor/ca/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/ca/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/ca/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/ca/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/ca/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/ca/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/cs/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/cs/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/cs/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/cs/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/cs/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/cs/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/cs/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/cs/figures/processListing.png
+share/gnome/help/gnome-system-monitor/cs/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/cs/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/cs/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/cs/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/cs/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/cs/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/da/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/da/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/da/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/da/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/da/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/da/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/da/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/da/figures/processListing.png
+share/gnome/help/gnome-system-monitor/da/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/da/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/da/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/da/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/da/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/da/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/de/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/de/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/de/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/de/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/de/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/de/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/de/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/de/figures/processListing.png
+share/gnome/help/gnome-system-monitor/de/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/de/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/de/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/de/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/de/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/de/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/el/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/el/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/el/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/el/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/el/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/el/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/el/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/el/figures/processListing.png
+share/gnome/help/gnome-system-monitor/el/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/el/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/el/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/el/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/el/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/el/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/es/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/es/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/es/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/es/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/es/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/es/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/es/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/es/figures/processListing.png
+share/gnome/help/gnome-system-monitor/es/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/es/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/es/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/es/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/es/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/es/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/fr/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/fr/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/fr/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/fr/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/fr/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/fr/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/fr/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/fr/figures/processListing.png
+share/gnome/help/gnome-system-monitor/fr/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/fr/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/fr/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/fr/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/fr/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/fr/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/oc/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/oc/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/oc/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/oc/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/oc/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/oc/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/oc/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/oc/figures/processListing.png
+share/gnome/help/gnome-system-monitor/oc/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/oc/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/oc/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/oc/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/oc/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/oc/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/pa/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/pa/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/pa/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/pa/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/pa/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/pa/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/pa/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/pa/figures/processListing.png
+share/gnome/help/gnome-system-monitor/pa/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/pa/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/pa/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/pa/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/pa/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/pa/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/sl/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/sl/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/sl/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/sl/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/sl/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/sl/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/sl/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/sl/figures/processListing.png
+share/gnome/help/gnome-system-monitor/sl/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/sl/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/sl/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/sl/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/sl/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/sl/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/sv/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/sv/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/sv/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/sv/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/sv/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/sv/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/sv/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/sv/figures/processListing.png
+share/gnome/help/gnome-system-monitor/sv/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/sv/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/sv/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/sv/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/sv/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/sv/gnome-system-monitor.xml
+share/gnome/help/gnome-system-monitor/zh_CN/figures/addColumn.png
+share/gnome/help/gnome-system-monitor/zh_CN/figures/changePriority.png
+share/gnome/help/gnome-system-monitor/zh_CN/figures/colorPanel.png
+share/gnome/help/gnome-system-monitor/zh_CN/figures/columnContextMenu.png
+share/gnome/help/gnome-system-monitor/zh_CN/figures/gnome-system-monitor_window.png
+share/gnome/help/gnome-system-monitor/zh_CN/figures/memoryMaps.png
+share/gnome/help/gnome-system-monitor/zh_CN/figures/moreInfo.png
+share/gnome/help/gnome-system-monitor/zh_CN/figures/processListing.png
+share/gnome/help/gnome-system-monitor/zh_CN/figures/sortButton.png
+share/gnome/help/gnome-system-monitor/zh_CN/figures/sortMenu.png
+share/gnome/help/gnome-system-monitor/zh_CN/figures/sortMenu2.png
+share/gnome/help/gnome-system-monitor/zh_CN/figures/systemMonitor.png
+share/gnome/help/gnome-system-monitor/zh_CN/figures/viewMenu.png
+share/gnome/help/gnome-system-monitor/zh_CN/gnome-system-monitor.xml
+share/locale/am/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ar/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/as/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ast/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/az/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/be/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/be@latin/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/bg/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/bn/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/bs/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ca/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/cs/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/cy/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/da/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/de/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/dz/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/el/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/en@shaw/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/en_CA/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/en_GB/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/eo/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/es/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/et/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/eu/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/fa/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/fi/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/fr/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ga/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/gl/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/gu/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/he/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/hi/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/hr/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/hu/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/id/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/it/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ja/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ka/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/kn/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ko/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ku/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/li/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/lt/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/lv/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/mai/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/mg/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/mk/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ml/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/mn/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/mr/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ms/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/nb/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/nds/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ne/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/nl/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/nn/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/oc/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/or/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/pa/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/pl/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ps/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/pt/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ro/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ru/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/rw/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/si/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/sk/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/sl/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/sq/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/sr/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/sv/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ta/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/te/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/th/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/tr/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/ug/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/uk/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/vi/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-system-monitor.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-system-monitor.mo
+share/omf/gnome-system-monitor/gnome-system-monitor-C.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-ar.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-bg.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-ca.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-cs.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-da.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-de.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-el.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-es.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-fr.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-oc.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-pa.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-sl.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-sv.omf
+share/omf/gnome-system-monitor/gnome-system-monitor-zh_CN.omf
+share/pixmaps/gnome-system-monitor/download.svg
+share/pixmaps/gnome-system-monitor/side.png
+share/pixmaps/gnome-system-monitor/upload.svg
+@dirrm share/pixmaps/gnome-system-monitor
+@dirrm share/omf/gnome-system-monitor
+@dirrm share/gnome/help/gnome-system-monitor/zh_CN/figures
+@dirrm share/gnome/help/gnome-system-monitor/zh_CN
+@dirrm share/gnome/help/gnome-system-monitor/sv/figures
+@dirrm share/gnome/help/gnome-system-monitor/sv
+@dirrm share/gnome/help/gnome-system-monitor/sl/figures
+@dirrm share/gnome/help/gnome-system-monitor/sl
+@dirrm share/gnome/help/gnome-system-monitor/pa/figures
+@dirrm share/gnome/help/gnome-system-monitor/pa
+@dirrm share/gnome/help/gnome-system-monitor/oc/figures
+@dirrm share/gnome/help/gnome-system-monitor/oc
+@dirrm share/gnome/help/gnome-system-monitor/fr/figures
+@dirrm share/gnome/help/gnome-system-monitor/fr
+@dirrm share/gnome/help/gnome-system-monitor/es/figures
+@dirrm share/gnome/help/gnome-system-monitor/es
+@dirrm share/gnome/help/gnome-system-monitor/el/figures
+@dirrm share/gnome/help/gnome-system-monitor/el
+@dirrm share/gnome/help/gnome-system-monitor/de/figures
+@dirrm share/gnome/help/gnome-system-monitor/de
+@dirrm share/gnome/help/gnome-system-monitor/da/figures
+@dirrm share/gnome/help/gnome-system-monitor/da
+@dirrm share/gnome/help/gnome-system-monitor/cs/figures
+@dirrm share/gnome/help/gnome-system-monitor/cs
+@dirrm share/gnome/help/gnome-system-monitor/ca/figures
+@dirrm share/gnome/help/gnome-system-monitor/ca
+@dirrm share/gnome/help/gnome-system-monitor/bg/figures
+@dirrm share/gnome/help/gnome-system-monitor/bg
+@dirrm share/gnome/help/gnome-system-monitor/ar/figures
+@dirrm share/gnome/help/gnome-system-monitor/ar
+@dirrm share/gnome/help/gnome-system-monitor/C/figures
+@dirrm share/gnome/help/gnome-system-monitor/C
+@dirrm share/gnome/help/gnome-system-monitor
+@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/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/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