From 0c42a37ae8f0ea44f4bd9861f1e75548be3f9700 Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 6 Nov 2005 03:33:56 +0000 Subject: - Update to 2.13.1 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5047 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/gnome-system-monitor/Makefile | 34 +++++++++ sysutils/gnome-system-monitor/distinfo | 2 + .../gnome-system-monitor/files/patch-configure | 20 +++++ .../files/patch-src::proctable.c | 31 ++++++++ .../files/patch-src_openfiles.c | 23 ++++++ sysutils/gnome-system-monitor/pkg-descr | 1 + sysutils/gnome-system-monitor/pkg-plist | 88 ++++++++++++++++++++++ sysutils/gnomesystemmonitor/Makefile | 34 +++++++++ sysutils/gnomesystemmonitor/distinfo | 2 + sysutils/gnomesystemmonitor/files/patch-configure | 20 +++++ .../files/patch-src::proctable.c | 31 ++++++++ .../gnomesystemmonitor/files/patch-src_openfiles.c | 23 ++++++ sysutils/gnomesystemmonitor/pkg-descr | 1 + sysutils/gnomesystemmonitor/pkg-plist | 88 ++++++++++++++++++++++ 14 files changed, 398 insertions(+) create mode 100644 sysutils/gnome-system-monitor/Makefile create mode 100644 sysutils/gnome-system-monitor/distinfo create mode 100644 sysutils/gnome-system-monitor/files/patch-configure create mode 100644 sysutils/gnome-system-monitor/files/patch-src::proctable.c create mode 100644 sysutils/gnome-system-monitor/files/patch-src_openfiles.c create mode 100644 sysutils/gnome-system-monitor/pkg-descr create mode 100644 sysutils/gnome-system-monitor/pkg-plist create mode 100644 sysutils/gnomesystemmonitor/Makefile create mode 100644 sysutils/gnomesystemmonitor/distinfo create mode 100644 sysutils/gnomesystemmonitor/files/patch-configure create mode 100644 sysutils/gnomesystemmonitor/files/patch-src::proctable.c create mode 100644 sysutils/gnomesystemmonitor/files/patch-src_openfiles.c create mode 100644 sysutils/gnomesystemmonitor/pkg-descr create mode 100644 sysutils/gnomesystemmonitor/pkg-plist (limited to 'sysutils') diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile new file mode 100644 index 000000000..ea0a463c4 --- /dev/null +++ b/sysutils/gnome-system-monitor/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: gnomesystemmonitor +# Date created: 09 May 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# $MCom: ports/sysutils/gnomesystemmonitor/Makefile,v 1.51 2005/10/04 03:07:41 ahze Exp $ +# + +PORTNAME= gnomesystemmonitor +PORTVERSION= 2.13.1 +CATEGORIES= sysutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-system-monitor/2.13 +DISTNAME= gnome-system-monitor-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME 2 system monitor program + +LIB_DEPENDS= gtop-2.0.2:${PORTSDIR}/devel/libgtop2 + +USE_BZIP2= yes +USE_X_PREFIX= yes +INSTALLS_OMF= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libwnck +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lutil" + +GCONF_SCHEMAS= gnome-system-monitor.schemas + +.include diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo new file mode 100644 index 000000000..24054cf02 --- /dev/null +++ b/sysutils/gnome-system-monitor/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/gnome-system-monitor-2.13.1.tar.bz2) = 070c1150e586f6e71e588b45a545c820 +SIZE (gnome2/gnome-system-monitor-2.13.1.tar.bz2) = 782137 diff --git a/sysutils/gnome-system-monitor/files/patch-configure b/sysutils/gnome-system-monitor/files/patch-configure new file mode 100644 index 000000000..504276306 --- /dev/null +++ b/sysutils/gnome-system-monitor/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Mon Nov 25 21:02:50 2002 ++++ configure Fri Nov 29 20:30:44 2002 +@@ -3731,7 +3731,7 @@ + + + cat >>confdefs.h <<_ACEOF +-#define GNOME_ICONDIR "${prefix}/share/pixmaps" ++#define GNOME_ICONDIR "${datadir}/pixmaps" + _ACEOF + + +@@ -6630,7 +6630,7 @@ + s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t + s,@PKG_CONFIG@,$PKG_CONFIG,;t t + s,@PROCMAN_CFLAGS@,$PROCMAN_CFLAGS,;t t +-s,@PROCMAN_LIBS@,$PROCMAN_LIBS,;t t ++s,@PROCMAN_LIBS@, $PROCMAN_LIBS,;t t + s,@GCONF_SCHEMA_CONFIG_SOURCE@,$GCONF_SCHEMA_CONFIG_SOURCE,;t t + s,@GCONF_SCHEMA_FILE_DIR@,$GCONF_SCHEMA_FILE_DIR,;t t + s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t diff --git a/sysutils/gnome-system-monitor/files/patch-src::proctable.c b/sysutils/gnome-system-monitor/files/patch-src::proctable.c new file mode 100644 index 000000000..70b2f9e30 --- /dev/null +++ b/sysutils/gnome-system-monitor/files/patch-src::proctable.c @@ -0,0 +1,31 @@ +--- src/proctable.c.orig Fri Jul 22 18:58:42 2005 ++++ src/proctable.c Mon Jul 25 22:25:58 2005 +@@ -853,6 +853,12 @@ static void cb_exclude(ProcInfo* info, G + } + + ++static int ++pid_compare(const void* first, const void* second) ++{ ++ return *(unsigned*)first - *(unsigned*)second; ++} ++ + static void + refresh_list (ProcData *procdata, const unsigned *pid_list, const guint n) + { +@@ -945,10 +951,15 @@ proctable_update_list (ProcData * const + + pid_list = glibtop_get_proclist (&proclist, which, arg); + ++ qsort(pid_list, proclist.number, sizeof (*pid_list), pid_compare); ++ + /* FIXME: total cpu time elapsed should be calculated on an individual basis here + ** should probably have a total_time_last gint in the ProcInfo structure */ + glibtop_get_cpu (&cpu); + total_time = MAX(cpu.total - total_time_last, 1); ++ if (cpu.frequency) { ++ total_time /= (cpu.frequency/100); ++ } + total_time_last = cpu.total; + + refresh_list (procdata, pid_list, proclist.number); diff --git a/sysutils/gnome-system-monitor/files/patch-src_openfiles.c b/sysutils/gnome-system-monitor/files/patch-src_openfiles.c new file mode 100644 index 000000000..1b94fbb9f --- /dev/null +++ b/sysutils/gnome-system-monitor/files/patch-src_openfiles.c @@ -0,0 +1,23 @@ +--- src/openfiles.c.orig Mon Apr 11 03:50:49 2005 ++++ src/openfiles.c Mon Apr 11 03:52:13 2005 +@@ -8,6 +8,7 @@ + #include + #include + #include ++#include + #include + #include "procman.h" + #include "openfiles.h" +@@ -152,10 +153,10 @@ + { + ProcInfo *info; + GtkTreeModel *model; +- glibtop_open_files_entry *openfiles; +- glibtop_proc_open_files procmap; + GHashTable *new_maps; + gint i; ++ glibtop_open_files_entry *openfiles; ++ glibtop_proc_open_files procmap; + + info = g_object_get_data (G_OBJECT (tree), "selected_info"); + g_return_if_fail (info); diff --git a/sysutils/gnome-system-monitor/pkg-descr b/sysutils/gnome-system-monitor/pkg-descr new file mode 100644 index 000000000..40caee647 --- /dev/null +++ b/sysutils/gnome-system-monitor/pkg-descr @@ -0,0 +1 @@ +GNOME 2.0 system monitor program. diff --git a/sysutils/gnome-system-monitor/pkg-plist b/sysutils/gnome-system-monitor/pkg-plist new file mode 100644 index 000000000..e7455e4ce --- /dev/null +++ b/sysutils/gnome-system-monitor/pkg-plist @@ -0,0 +1,88 @@ +bin/gnome-system-monitor +share/gnome/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/omf/gnome-system-monitor/gnome-system-monitor-C.omf +share/locale/am/LC_MESSAGES/gnome-system-monitor.mo +share/locale/ar/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/bg/LC_MESSAGES/gnome-system-monitor.mo +share/locale/bn/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/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/el/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/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/ko/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/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/ms/LC_MESSAGES/gnome-system-monitor.mo +share/locale/nb/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/no/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/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/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@Latn/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/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_TW/LC_MESSAGES/gnome-system-monitor.mo +@unexec rmdir %D/share/locale/ug/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/ug 2> /dev/null || true +@dirrm share/gnome/omf/gnome-system-monitor +@dirrm share/gnome/help/gnome-system-monitor/C/figures +@dirrm share/gnome/help/gnome-system-monitor/C +@dirrm share/gnome/help/gnome-system-monitor diff --git a/sysutils/gnomesystemmonitor/Makefile b/sysutils/gnomesystemmonitor/Makefile new file mode 100644 index 000000000..ea0a463c4 --- /dev/null +++ b/sysutils/gnomesystemmonitor/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: gnomesystemmonitor +# Date created: 09 May 2002 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# $MCom: ports/sysutils/gnomesystemmonitor/Makefile,v 1.51 2005/10/04 03:07:41 ahze Exp $ +# + +PORTNAME= gnomesystemmonitor +PORTVERSION= 2.13.1 +CATEGORIES= sysutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-system-monitor/2.13 +DISTNAME= gnome-system-monitor-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME 2 system monitor program + +LIB_DEPENDS= gtop-2.0.2:${PORTSDIR}/devel/libgtop2 + +USE_BZIP2= yes +USE_X_PREFIX= yes +INSTALLS_OMF= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libwnck +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lutil" + +GCONF_SCHEMAS= gnome-system-monitor.schemas + +.include diff --git a/sysutils/gnomesystemmonitor/distinfo b/sysutils/gnomesystemmonitor/distinfo new file mode 100644 index 000000000..24054cf02 --- /dev/null +++ b/sysutils/gnomesystemmonitor/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/gnome-system-monitor-2.13.1.tar.bz2) = 070c1150e586f6e71e588b45a545c820 +SIZE (gnome2/gnome-system-monitor-2.13.1.tar.bz2) = 782137 diff --git a/sysutils/gnomesystemmonitor/files/patch-configure b/sysutils/gnomesystemmonitor/files/patch-configure new file mode 100644 index 000000000..504276306 --- /dev/null +++ b/sysutils/gnomesystemmonitor/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Mon Nov 25 21:02:50 2002 ++++ configure Fri Nov 29 20:30:44 2002 +@@ -3731,7 +3731,7 @@ + + + cat >>confdefs.h <<_ACEOF +-#define GNOME_ICONDIR "${prefix}/share/pixmaps" ++#define GNOME_ICONDIR "${datadir}/pixmaps" + _ACEOF + + +@@ -6630,7 +6630,7 @@ + s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t + s,@PKG_CONFIG@,$PKG_CONFIG,;t t + s,@PROCMAN_CFLAGS@,$PROCMAN_CFLAGS,;t t +-s,@PROCMAN_LIBS@,$PROCMAN_LIBS,;t t ++s,@PROCMAN_LIBS@, $PROCMAN_LIBS,;t t + s,@GCONF_SCHEMA_CONFIG_SOURCE@,$GCONF_SCHEMA_CONFIG_SOURCE,;t t + s,@GCONF_SCHEMA_FILE_DIR@,$GCONF_SCHEMA_FILE_DIR,;t t + s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t diff --git a/sysutils/gnomesystemmonitor/files/patch-src::proctable.c b/sysutils/gnomesystemmonitor/files/patch-src::proctable.c new file mode 100644 index 000000000..70b2f9e30 --- /dev/null +++ b/sysutils/gnomesystemmonitor/files/patch-src::proctable.c @@ -0,0 +1,31 @@ +--- src/proctable.c.orig Fri Jul 22 18:58:42 2005 ++++ src/proctable.c Mon Jul 25 22:25:58 2005 +@@ -853,6 +853,12 @@ static void cb_exclude(ProcInfo* info, G + } + + ++static int ++pid_compare(const void* first, const void* second) ++{ ++ return *(unsigned*)first - *(unsigned*)second; ++} ++ + static void + refresh_list (ProcData *procdata, const unsigned *pid_list, const guint n) + { +@@ -945,10 +951,15 @@ proctable_update_list (ProcData * const + + pid_list = glibtop_get_proclist (&proclist, which, arg); + ++ qsort(pid_list, proclist.number, sizeof (*pid_list), pid_compare); ++ + /* FIXME: total cpu time elapsed should be calculated on an individual basis here + ** should probably have a total_time_last gint in the ProcInfo structure */ + glibtop_get_cpu (&cpu); + total_time = MAX(cpu.total - total_time_last, 1); ++ if (cpu.frequency) { ++ total_time /= (cpu.frequency/100); ++ } + total_time_last = cpu.total; + + refresh_list (procdata, pid_list, proclist.number); diff --git a/sysutils/gnomesystemmonitor/files/patch-src_openfiles.c b/sysutils/gnomesystemmonitor/files/patch-src_openfiles.c new file mode 100644 index 000000000..1b94fbb9f --- /dev/null +++ b/sysutils/gnomesystemmonitor/files/patch-src_openfiles.c @@ -0,0 +1,23 @@ +--- src/openfiles.c.orig Mon Apr 11 03:50:49 2005 ++++ src/openfiles.c Mon Apr 11 03:52:13 2005 +@@ -8,6 +8,7 @@ + #include + #include + #include ++#include + #include + #include "procman.h" + #include "openfiles.h" +@@ -152,10 +153,10 @@ + { + ProcInfo *info; + GtkTreeModel *model; +- glibtop_open_files_entry *openfiles; +- glibtop_proc_open_files procmap; + GHashTable *new_maps; + gint i; ++ glibtop_open_files_entry *openfiles; ++ glibtop_proc_open_files procmap; + + info = g_object_get_data (G_OBJECT (tree), "selected_info"); + g_return_if_fail (info); diff --git a/sysutils/gnomesystemmonitor/pkg-descr b/sysutils/gnomesystemmonitor/pkg-descr new file mode 100644 index 000000000..40caee647 --- /dev/null +++ b/sysutils/gnomesystemmonitor/pkg-descr @@ -0,0 +1 @@ +GNOME 2.0 system monitor program. diff --git a/sysutils/gnomesystemmonitor/pkg-plist b/sysutils/gnomesystemmonitor/pkg-plist new file mode 100644 index 000000000..e7455e4ce --- /dev/null +++ b/sysutils/gnomesystemmonitor/pkg-plist @@ -0,0 +1,88 @@ +bin/gnome-system-monitor +share/gnome/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/omf/gnome-system-monitor/gnome-system-monitor-C.omf +share/locale/am/LC_MESSAGES/gnome-system-monitor.mo +share/locale/ar/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/bg/LC_MESSAGES/gnome-system-monitor.mo +share/locale/bn/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/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/el/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/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/ko/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/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/ms/LC_MESSAGES/gnome-system-monitor.mo +share/locale/nb/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/no/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/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/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@Latn/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/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_TW/LC_MESSAGES/gnome-system-monitor.mo +@unexec rmdir %D/share/locale/ug/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/ug 2> /dev/null || true +@dirrm share/gnome/omf/gnome-system-monitor +@dirrm share/gnome/help/gnome-system-monitor/C/figures +@dirrm share/gnome/help/gnome-system-monitor/C +@dirrm share/gnome/help/gnome-system-monitor -- cgit v1.2.3