diff options
Diffstat (limited to 'misc/gnomeutils')
| -rw-r--r-- | misc/gnomeutils/Makefile | 35 | ||||
| -rw-r--r-- | misc/gnomeutils/distinfo | 1 | ||||
| -rw-r--r-- | misc/gnomeutils/files/patch-ad | 28 | ||||
| -rw-r--r-- | misc/gnomeutils/files/patch-ai | 11 | ||||
| -rw-r--r-- | misc/gnomeutils/files/patch-configure | 42 | ||||
| -rw-r--r-- | misc/gnomeutils/files/patch-gtt::util.c | 15 | ||||
| -rw-r--r-- | misc/gnomeutils/files/patch-logview::log_repaint.c | 15 | ||||
| -rw-r--r-- | misc/gnomeutils/files/patch-logview::logrtns.h | 15 | ||||
| -rw-r--r-- | misc/gnomeutils/files/patch-po::Makefile.in.in | 14 | ||||
| -rw-r--r-- | misc/gnomeutils/pkg-descr | 5 | ||||
| -rw-r--r-- | misc/gnomeutils/pkg-plist | 901 |
11 files changed, 0 insertions, 1082 deletions
diff --git a/misc/gnomeutils/Makefile b/misc/gnomeutils/Makefile deleted file mode 100644 index 0908ecccf3ac..000000000000 --- a/misc/gnomeutils/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gnomeutils -# Date created: 03 July 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= gnomeutils -PORTVERSION= 1.4.1.3 -CATEGORIES= misc gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-utils/1.4 -DISTNAME= gnome-utils-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME support utilities - -LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop - -USE_X_PREFIX= yes -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=1 -USE_GNOME= gnomeprefix gnomehack gtkhtml libpanel -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-messages=/var/log/messages -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -MAN1= gcalc.1 gcharmap.1 gcolorsel.1 gdialog.1 gdict.1 gdiskfree.1 \ - gfontsel.1 gless.1 gnome-exe-handler.1 gsearchtool.1 guname.1 gw.1 \ - gtt.1 logview.1 meat-grinder.1 splac.1 splash.1 stripchart-applet.1 \ - stripchart.1 -MAN8= gshutdown.8 - -.include <bsd.port.mk> diff --git a/misc/gnomeutils/distinfo b/misc/gnomeutils/distinfo deleted file mode 100644 index 25a2390407b0..000000000000 --- a/misc/gnomeutils/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-utils-1.4.1.3.tar.gz) = 75fe3acdb134cfa27c04ac3ab4581b6a diff --git a/misc/gnomeutils/files/patch-ad b/misc/gnomeutils/files/patch-ad deleted file mode 100644 index 65ebff071c14..000000000000 --- a/misc/gnomeutils/files/patch-ad +++ /dev/null @@ -1,28 +0,0 @@ ---- gdialog/dialog.h.orig Tue Jul 6 16:23:33 1999 -+++ gdialog/dialog.h Wed Aug 18 11:34:23 1999 -@@ -36,24 +36,7 @@ - #include <gnome.h> - #endif - --#ifdef ultrix --# include <cursesX.h> --#else --# if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) --# include <ncurses.h> --# else --# if !defined(_XOPEN_SOURCE_EXTENDED) && !defined(__sgi) --# define hacked 1 --# define _XOPEN_SOURCE_EXTENDED --# define _ACS_COMPAT_CODE --# endif --# include <curses.h> --# ifdef hacked --# undef _XOPEN_SOURCE_EXTENDED --# undef _ACS_COMPAT_CODE --# endif --# endif --#endif -+#include <ncurses.h> - - /* - * Change these if you want diff --git a/misc/gnomeutils/files/patch-ai b/misc/gnomeutils/files/patch-ai deleted file mode 100644 index ec9d6d7b3f42..000000000000 --- a/misc/gnomeutils/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- sgmldocs.make 2001/07/03 13:56:19 1.1 -+++ sgmldocs.make 2001/07/03 13:56:34 -@@ -32,7 +32,7 @@ - # dist-hook: app-dist-hook - # - --docdir = $(datadir)/gnome/help/$(docname)/$(lang) -+docdir = $(datadir)/help/$(docname)/$(lang) - - doc_DATA = index.html - diff --git a/misc/gnomeutils/files/patch-configure b/misc/gnomeutils/files/patch-configure deleted file mode 100644 index 336f5e9ed741..000000000000 --- a/misc/gnomeutils/files/patch-configure +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.orig Sun Feb 9 15:51:58 2003 -+++ configure Tue Feb 11 21:52:32 2003 -@@ -6124,7 +6124,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- GUILE_LIBS="-ldl $GUILE_LIBS" -+ GUILE_LIBS="$GUILE_LIBS" - else - echo "$ac_t""no" 1>&6 - fi -@@ -6775,7 +6775,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpam -ldl $LIBS" -+LIBS="-lpam $LIBS" - cat > conftest.$ac_ext <<EOF - #line 6781 "configure" - #include "confdefs.h" -@@ -6815,7 +6815,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpam_misc -ldl -lpam $LIBS" -+LIBS="-lpam_misc -lpam $LIBS" - cat > conftest.$ac_ext <<EOF - #line 6821 "configure" - #include "confdefs.h" -@@ -6843,10 +6843,10 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- PAM_LIBS="-ldl -lpam -lpam_misc" -+ PAM_LIBS="-lpam -lpam_misc" - else - echo "$ac_t""no" 1>&6 --PAM_LIBS="-ldl -lpam" -+PAM_LIBS="-lpam" - fi - - diff --git a/misc/gnomeutils/files/patch-gtt::util.c b/misc/gnomeutils/files/patch-gtt::util.c deleted file mode 100644 index e22969c3273c..000000000000 --- a/misc/gnomeutils/files/patch-gtt::util.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- gtt/util.c 2001/10/10 09:55:09 1.1 -+++ gtt/util.c 2001/10/10 09:57:22 -@@ -32,7 +32,9 @@ - #include <gnome.h> - - /* hack alert --xxx fixme -- we need to configure.in for have_langinfo */ -+#if (defined __FreeBSD__) && (__FreeBSD_version > 500000) - #define HAVE_LANGINFO_D_FMT -+#endif - #ifdef HAVE_LANGINFO_D_FMT - #include <langinfo.h> - #endif diff --git a/misc/gnomeutils/files/patch-logview::log_repaint.c b/misc/gnomeutils/files/patch-logview::log_repaint.c deleted file mode 100644 index 3944b8205b12..000000000000 --- a/misc/gnomeutils/files/patch-logview::log_repaint.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- logview/log_repaint.c 2001/11/23 16:01:55 1.1 -+++ logview/log_repaint.c 2001/11/23 16:02:30 -@@ -24,7 +24,9 @@ - #include <unistd.h> - #include <stdio.h> - #include <stdlib.h> -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#endif - #include <string.h> - #include <gnome.h> - #include "logview.h" diff --git a/misc/gnomeutils/files/patch-logview::logrtns.h b/misc/gnomeutils/files/patch-logview::logrtns.h deleted file mode 100644 index a39ce6a77b82..000000000000 --- a/misc/gnomeutils/files/patch-logview::logrtns.h +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- logview/logrtns.h 2001/11/23 16:04:00 1.1 -+++ logview/logrtns.h 2001/11/23 16:04:14 -@@ -24,7 +24,9 @@ - #include <unistd.h> - #include <stdio.h> - #include <stdlib.h> -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#endif - #include <string.h> - #include "logview.h" - diff --git a/misc/gnomeutils/files/patch-po::Makefile.in.in b/misc/gnomeutils/files/patch-po::Makefile.in.in deleted file mode 100644 index 2d1ff382a72f..000000000000 --- a/misc/gnomeutils/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001 -+++ po/Makefile.in.in Tue Jul 3 19:51:42 2001 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/misc/gnomeutils/pkg-descr b/misc/gnomeutils/pkg-descr deleted file mode 100644 index 835ae1397d06..000000000000 --- a/misc/gnomeutils/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A collection of utilities for the GNOME desktop. -Included are an X color selector, a gtk-enhanced -version of dialog(1), GUIs for less(1), uname(1), -df(1), find(1), an applet for dict(1), and many -other such applications. diff --git a/misc/gnomeutils/pkg-plist b/misc/gnomeutils/pkg-plist deleted file mode 100644 index 7181c1133621..000000000000 --- a/misc/gnomeutils/pkg-plist +++ /dev/null @@ -1,901 +0,0 @@ -bin/logview -bin/gcharmap -bin/gcalc -bin/gsearchtool -bin/gdiskfree -bin/stripchart -bin/stripchart-applet -bin/gdict -bin/gtt -bin/gshutdown -bin/guname -bin/gw -bin/gless -bin/gfontsel -bin/gcolorsel -bin/splash -bin/splac -bin/gdialog -bin/meat-grinder -bin/gnome-exe-handler -etc/CORBA/servers/stripchart-applet.gnorba -etc/CORBA/servers/gdict.gnorba -share/gnome/idl/gsu.idl -share/gnome/pixmaps/logview/logview.xpm -share/gnome/pixmaps/gcharmap-map-16.xpm -share/gnome/pixmaps/gcharmap-map-big.xpm -share/gnome/pixmaps/gcharmap-logo.png -share/gnome/pixmaps/gnome-searchtool.png -share/gnome/pixmaps/gdiskfree.png -share/gnome/pixmaps/gdiskfree-splash.png -share/gnome/pixmaps/gnome-stripchart.png -share/gnome/pixmaps/gdict.png -share/gnome/pixmaps/gnome-shutdown.png -share/gnome/pixmaps/gnome-who.png -share/gnome/pixmaps/gnome-fontsel.png -share/gnome/help/logview/C/index.html -share/gnome/help/logview/C/figures/calendar.png -share/gnome/help/logview/C/figures/fileMenu.png -share/gnome/help/logview/C/figures/helpMenu.png -share/gnome/help/logview/C/figures/logstats.png -share/gnome/help/logview/C/figures/monitor.png -share/gnome/help/logview/C/figures/monitorDisplay.png -share/gnome/help/logview/C/figures/openLog.png -share/gnome/help/logview/C/figures/viewMenu.png -share/gnome/help/logview/C/figures/zoom.png -share/gnome/help/logview/C/logview.sgml -share/gnome/help/logview/C/authors.html -share/gnome/help/logview/C/bugs.html -share/gnome/help/logview/C/license.html -share/gnome/help/logview/C/ln7.html -share/gnome/help/logview/C/logfiles.html -share/gnome/help/logview/C/usage.html -share/gnome/help/logview/C/utilities.html -share/gnome/help/logview/C/topic.dat -share/gnome/help/gcharmap/C/index.html -share/gnome/help/gcharmap/C/figures/gcharmap.png -share/gnome/help/gcharmap/C/figures/gcharmap_insertascii.png -share/gnome/help/gcharmap/C/gcharmap.sgml -share/gnome/help/gcharmap/C/LEGALNOTICE.html -share/gnome/help/gcharmap/C/authors.html -share/gnome/help/gcharmap/C/bugs.html -share/gnome/help/gcharmap/C/license.html -share/gnome/help/gcharmap/C/usage.html -share/gnome/help/gcharmap/C/topic.dat -share/gnome/help/gcharmap/eu/index.html -share/gnome/help/gcharmap/eu/figures/gcharmap.png -share/gnome/help/gcharmap/eu/figures/gcharmap_insertascii.png -share/gnome/help/gcharmap/eu/gcharmap.sgml -share/gnome/help/gcharmap/eu/LEGALNOTICE.html -share/gnome/help/gcharmap/eu/authors.html -share/gnome/help/gcharmap/eu/bugs.html -share/gnome/help/gcharmap/eu/license.html -share/gnome/help/gcharmap/eu/usage.html -share/gnome/help/gcharmap/eu/topic.dat -share/gnome/help/gcalc/C/index.html -share/gnome/help/gcalc/C/figures/gcalc-main.png -share/gnome/help/gcalc/C/gcalc.sgml -share/gnome/help/gcalc/C/authors.html -share/gnome/help/gcalc/C/bugs.html -share/gnome/help/gcalc/C/license.html -share/gnome/help/gcalc/C/ln7.html -share/gnome/help/gcalc/C/usage.html -share/gnome/help/gcalc/C/topic.dat -share/gnome/help/gcalc/de/index.html -share/gnome/help/gcalc/de/figures/gcalc-main.png -share/gnome/help/gcalc/de/gcalc.sgml -share/gnome/help/gcalc/de/authors.html -share/gnome/help/gcalc/de/bugs.html -share/gnome/help/gcalc/de/license.html -share/gnome/help/gcalc/de/ln10.html -share/gnome/help/gcalc/de/usage.html -share/gnome/help/gcalc/de/topic.dat -share/gnome/help/gcalc/es/index.html -share/gnome/help/gcalc/es/figures/gcalc-main.png -share/gnome/help/gcalc/es/gcalc.sgml -share/gnome/help/gcalc/es/authors.html -share/gnome/help/gcalc/es/bugs.html -share/gnome/help/gcalc/es/license.html -share/gnome/help/gcalc/es/ln10.html -share/gnome/help/gcalc/es/usage.html -share/gnome/help/gcalc/eu/index.html -share/gnome/help/gcalc/eu/figures/gcalc-main.png -share/gnome/help/gcalc/eu/gcalc.sgml -share/gnome/help/gcalc/eu/LEGALNOTICE.html -share/gnome/help/gcalc/eu/authors.html -share/gnome/help/gcalc/eu/bugs.html -share/gnome/help/gcalc/eu/license.html -share/gnome/help/gcalc/eu/usage.html -share/gnome/help/gcalc/eu/topic.dat -share/gnome/help/gcalc/it/index.html -share/gnome/help/gcalc/it/figures/gcalc-main.png -share/gnome/help/gcalc/it/gcalc.sgml -share/gnome/help/gcalc/it/authors.html -share/gnome/help/gcalc/it/bugs.html -share/gnome/help/gcalc/it/license.html -share/gnome/help/gcalc/it/ln10.html -share/gnome/help/gcalc/it/usage.html -share/gnome/help/gcalc/it/topic.dat -share/gnome/help/gsearchtool/C/index.html -share/gnome/help/gsearchtool/C/figures/gsearch.png -share/gnome/help/gsearchtool/C/figures/locate.png -share/gnome/help/gsearchtool/C/figures/mainwin.png -share/gnome/help/gsearchtool/C/figures/results.png -share/gnome/help/gsearchtool/C/gsearchtool.sgml -share/gnome/help/gsearchtool/C/LEGALNOTICE.html -share/gnome/help/gsearchtool/C/authors.html -share/gnome/help/gsearchtool/C/criteria.html -share/gnome/help/gsearchtool/C/license.html -share/gnome/help/gsearchtool/C/locate.html -share/gnome/help/gsearchtool/C/usage.html -share/gnome/help/gsearchtool/C/topic.dat -share/gnome/help/gsearchtool/es/index.html -share/gnome/help/gsearchtool/es/figures/gsearch.png -share/gnome/help/gsearchtool/es/figures/locate.png -share/gnome/help/gsearchtool/es/figures/mainwin.png -share/gnome/help/gsearchtool/es/figures/results.png -share/gnome/help/gsearchtool/es/gsearchtool.sgml -share/gnome/help/gsearchtool/es/authors.html -share/gnome/help/gsearchtool/es/criteria.html -share/gnome/help/gsearchtool/es/license.html -share/gnome/help/gsearchtool/es/ln10.html -share/gnome/help/gsearchtool/es/locate.html -share/gnome/help/gsearchtool/es/usage.html -share/gnome/help/gsearchtool/es/topic.dat -share/gnome/help/gsearchtool/eu/index.html -share/gnome/help/gsearchtool/eu/figures/gsearch.png -share/gnome/help/gsearchtool/eu/figures/locate.png -share/gnome/help/gsearchtool/eu/figures/mainwin.png -share/gnome/help/gsearchtool/eu/figures/results.png -share/gnome/help/gsearchtool/eu/gsearchtool.sgml -share/gnome/help/gsearchtool/eu/LEGALNOTICE.html -share/gnome/help/gsearchtool/eu/authors.html -share/gnome/help/gsearchtool/eu/criteria.html -share/gnome/help/gsearchtool/eu/license.html -share/gnome/help/gsearchtool/eu/locate.html -share/gnome/help/gsearchtool/eu/usage.html -share/gnome/help/gsearchtool/eu/topic.dat -share/gnome/help/gsearchtool/it/index.html -share/gnome/help/gsearchtool/it/figures/gsearch.png -share/gnome/help/gsearchtool/it/figures/locate.png -share/gnome/help/gsearchtool/it/figures/mainwin.png -share/gnome/help/gsearchtool/it/figures/results.png -share/gnome/help/gsearchtool/it/gsearchtool.sgml -share/gnome/help/gsearchtool/it/LEGALNOTICE.html -share/gnome/help/gsearchtool/it/authors.html -share/gnome/help/gsearchtool/it/criteria.html -share/gnome/help/gsearchtool/it/license.html -share/gnome/help/gsearchtool/it/locate.html -share/gnome/help/gsearchtool/it/usage.html -share/gnome/help/gsearchtool/it/topic.dat -share/gnome/help/gdiskfree/C/index.html -share/gnome/help/gdiskfree/C/figures/gdiskfree-prefs.png -share/gnome/help/gdiskfree/C/figures/gdiskfree.png -share/gnome/help/gdiskfree/C/gdiskfree.sgml -share/gnome/help/gdiskfree/C/LEGALNOTICE.html -share/gnome/help/gdiskfree/C/authors.html -share/gnome/help/gdiskfree/C/prefs.html -share/gnome/help/gdiskfree/C/usage.html -share/gnome/help/gdiskfree/C/topic.dat -share/gnome/help/gdiskfree/eu/index.html -share/gnome/help/gdiskfree/eu/figures/gdiskfree-prefs.png -share/gnome/help/gdiskfree/eu/figures/gdiskfree.png -share/gnome/help/gdiskfree/eu/gdiskfree.sgml -share/gnome/help/gdiskfree/eu/LEGALNOTICE.html -share/gnome/help/gdiskfree/eu/authors.html -share/gnome/help/gdiskfree/eu/prefs.html -share/gnome/help/gdiskfree/eu/usage.html -share/gnome/help/gdiskfree/eu/topic.dat -share/gnome/help/gdiskfree/it/index.html -share/gnome/help/gdiskfree/it/figures/gdiskfree-prefs.png -share/gnome/help/gdiskfree/it/figures/gdiskfree.png -share/gnome/help/gdiskfree/it/gdiskfree.sgml -share/gnome/help/gdiskfree/it/LEGALNOTICE.html -share/gnome/help/gdiskfree/it/authors.html -share/gnome/help/gdiskfree/it/prefs.html -share/gnome/help/gdiskfree/it/usage.html -share/gnome/help/gdiskfree/it/topic.dat -share/gnome/help/gdiskfree_util/es/index.html -share/gnome/help/gdiskfree_util/es/figures/gdiskfree-prefs.png -share/gnome/help/gdiskfree_util/es/figures/gdiskfree.png -share/gnome/help/gdiskfree_util/es/gdiskfree_util.sgml -share/gnome/help/gdiskfree_util/es/license.sgml -share/gnome/help/gdiskfree_util/es/licencia-nota-es.sgml -share/gnome/help/gdiskfree_util/es/licencia-es.sgml -share/gnome/help/gdiskfree_util/es/authors.sgml -share/gnome/help/gdiskfree_util/es/gdiskfree.sgml -share/gnome/help/gdiskfree_util/es/LEGALNOTICE.html -share/gnome/help/gdiskfree_util/es/prefs.html -share/gnome/help/gdiskfree_util/es/usage.html -share/gnome/help/gdiskfree_util/es/x138.html -share/gnome/help/gdiskfree_util/es/topic.dat -share/gnome/help/stripchart/C/index.html -share/gnome/help/stripchart/C/figures/applet.png -share/gnome/help/stripchart/C/figures/main.png -share/gnome/help/stripchart/C/figures/menu.png -share/gnome/help/stripchart/C/figures/param.png -share/gnome/help/stripchart/C/figures/prefs.png -share/gnome/help/stripchart/C/figures/text.png -share/gnome/help/stripchart/C/stripchart.sgml -share/gnome/help/stripchart/C/authors.html -share/gnome/help/stripchart/C/bugs.html -share/gnome/help/stripchart/C/files.html -share/gnome/help/stripchart/C/license.html -share/gnome/help/stripchart/C/ln7.html -share/gnome/help/stripchart/C/options.html -share/gnome/help/stripchart/C/parameters.html -share/gnome/help/stripchart/C/preferences.html -share/gnome/help/stripchart/C/usage.html -share/gnome/help/stripchart/C/topic.dat -share/gnome/help/stripchart/es/index.html -share/gnome/help/stripchart/es/figures/applet.png -share/gnome/help/stripchart/es/figures/main.png -share/gnome/help/stripchart/es/figures/menu.png -share/gnome/help/stripchart/es/figures/param.png -share/gnome/help/stripchart/es/figures/prefs.png -share/gnome/help/stripchart/es/figures/text.png -share/gnome/help/stripchart/es/stripchart.sgml -share/gnome/help/stripchart/es/authors.html -share/gnome/help/stripchart/es/bugs.html -share/gnome/help/stripchart/es/files.html -share/gnome/help/stripchart/es/license.html -share/gnome/help/stripchart/es/ln10.html -share/gnome/help/stripchart/es/options.html -share/gnome/help/stripchart/es/parameters.html -share/gnome/help/stripchart/es/preferences.html -share/gnome/help/stripchart/es/usage.html -share/gnome/help/stripchart/es/topic.dat -share/gnome/help/stripchart/eu/index.html -share/gnome/help/stripchart/eu/figures/applet.png -share/gnome/help/stripchart/eu/figures/main.png -share/gnome/help/stripchart/eu/figures/menu.png -share/gnome/help/stripchart/eu/figures/param.png -share/gnome/help/stripchart/eu/figures/prefs.png -share/gnome/help/stripchart/eu/figures/text.png -share/gnome/help/stripchart/eu/stripchart.sgml -share/gnome/help/stripchart/eu/authors.html -share/gnome/help/stripchart/eu/bugs.html -share/gnome/help/stripchart/eu/files.html -share/gnome/help/stripchart/eu/license.html -share/gnome/help/stripchart/eu/ln7.html -share/gnome/help/stripchart/eu/options.html -share/gnome/help/stripchart/eu/parameters.html -share/gnome/help/stripchart/eu/preferences.html -share/gnome/help/stripchart/eu/usage.html -share/gnome/help/stripchart/eu/topic.dat -share/gnome/help/gdict/C/index.html -share/gnome/help/gdict/C/figures/gdict-prefs.png -share/gnome/help/gdict/C/figures/gdict-spell.png -share/gnome/help/gdict/C/figures/gdictmain.png -share/gnome/help/gdict/C/gdict.sgml -share/gnome/help/gdict/C/authors.html -share/gnome/help/gdict/C/license.html -share/gnome/help/gdict/C/ln7.html -share/gnome/help/gdict/C/prefs.html -share/gnome/help/gdict/C/usage.html -share/gnome/help/gdict/C/topic.dat -share/gnome/help/gdict/eu/index.html -share/gnome/help/gdict/eu/figures/gdict-prefs.png -share/gnome/help/gdict/eu/figures/gdict-spell.png -share/gnome/help/gdict/eu/figures/gdictmain.png -share/gnome/help/gdict/eu/gdict.sgml -share/gnome/help/gdict/eu/LEGALNOTICE.html -share/gnome/help/gdict/eu/authors.html -share/gnome/help/gdict/eu/license.html -share/gnome/help/gdict/eu/prefs.html -share/gnome/help/gdict/eu/usage.html -share/gnome/help/gdict/eu/topic.dat -share/gnome/help/gdict_util/es/index.html -share/gnome/help/gdict_util/es/figures/gdict-prefs.png -share/gnome/help/gdict_util/es/figures/gdict-spell.png -share/gnome/help/gdict_util/es/figures/gdictmain.png -share/gnome/help/gdict_util/es/gdict_util.sgml -share/gnome/help/gdict_util/es/license.sgml -share/gnome/help/gdict_util/es/licencia-nota-es.sgml -share/gnome/help/gdict_util/es/licencia-es.sgml -share/gnome/help/gdict_util/es/authors.sgml -share/gnome/help/gdict_util/es/gdict.sgml -share/gnome/help/gdict_util/es/ln10.html -share/gnome/help/gdict_util/es/prefs.html -share/gnome/help/gdict_util/es/usage.html -share/gnome/help/gdict_util/es/topic.dat -share/gnome/help/gtt/C/index.html -share/gnome/help/gtt/C/figures/gtt_mainwin.png -share/gnome/help/gtt/C/figures/gtt_prefswin.png -share/gnome/help/gtt/C/gtt.sgml -share/gnome/help/gtt/C/LEGALNOTICE.html -share/gnome/help/gtt/C/authors.html -share/gnome/help/gtt/C/bugs.html -share/gnome/help/gtt/C/dialogs.html -share/gnome/help/gtt/C/license.html -share/gnome/help/gtt/C/ln10.html -share/gnome/help/gtt/C/preferences.html -share/gnome/help/gtt/C/usage.html -share/gnome/help/gtt/C/topic.dat -share/gnome/help/gtt/de/topic.dat -share/gnome/help/gtt/de/index.html -share/gnome/help/gtt/es/index.html -share/gnome/help/gtt/es/figures/gtt_mainwin.png -share/gnome/help/gtt/es/figures/gtt_prefswin.png -share/gnome/help/gtt/es/gtt.sgml -share/gnome/help/gtt/es/authors.html -share/gnome/help/gtt/es/bugs.html -share/gnome/help/gtt/es/dialogs.html -share/gnome/help/gtt/es/license.html -share/gnome/help/gtt/es/ln10.html -share/gnome/help/gtt/es/preferences.html -share/gnome/help/gtt/es/usage.html -share/gnome/help/gtt/es/topic.dat -share/gnome/help/gtt/eu/index.html -share/gnome/help/gtt/eu/figures/gtt_mainwin.png -share/gnome/help/gtt/eu/figures/gtt_prefswin.png -share/gnome/help/gtt/eu/gtt.sgml -share/gnome/help/gtt/eu/LEGALNOTICE.html -share/gnome/help/gtt/eu/authors.html -share/gnome/help/gtt/eu/bugs.html -share/gnome/help/gtt/eu/dialogs.html -share/gnome/help/gtt/eu/license.html -share/gnome/help/gtt/eu/preferences.html -share/gnome/help/gtt/eu/usage.html -share/gnome/help/gtt/eu/topic.dat -share/gnome/help/gshutdown/C/index.html -share/gnome/help/gshutdown/C/figures/gshutdown-advanced.png -share/gnome/help/gshutdown/C/figures/gshutdown-preferences.png -share/gnome/help/gshutdown/C/figures/gshutdown.png -share/gnome/help/gshutdown/C/gshutdown.sgml -share/gnome/help/gshutdown/C/LEGALNOTICE.html -share/gnome/help/gshutdown/C/authors.html -share/gnome/help/gshutdown/C/usage.html -share/gnome/help/gshutdown/C/topic.dat -share/gnome/help/gshutdown/eu/index.html -share/gnome/help/gshutdown/eu/figures/gshutdown-advanced.png -share/gnome/help/gshutdown/eu/figures/gshutdown-preferences.png -share/gnome/help/gshutdown/eu/figures/gshutdown.png -share/gnome/help/gshutdown/eu/gshutdown.sgml -share/gnome/help/gshutdown/eu/LEGALNOTICE.html -share/gnome/help/gshutdown/eu/authors.html -share/gnome/help/gshutdown/eu/usage.html -share/gnome/help/gshutdown/eu/topic.dat -share/gnome/help/gshutdown_util/es/index.html -share/gnome/help/gshutdown_util/es/figures/gshutdown-advanced.png -share/gnome/help/gshutdown_util/es/figures/gshutdown-preferences.png -share/gnome/help/gshutdown_util/es/figures/gshutdown.png -share/gnome/help/gshutdown_util/es/gshutdown_util.sgml -share/gnome/help/gshutdown_util/es/license.sgml -share/gnome/help/gshutdown_util/es/licencia-nota-es.sgml -share/gnome/help/gshutdown_util/es/licencia-es.sgml -share/gnome/help/gshutdown_util/es/authors.sgml -share/gnome/help/gshutdown_util/es/gshutdown.sgml -share/gnome/help/gshutdown_util/es/LEGALNOTICE.html -share/gnome/help/gshutdown_util/es/usage.html -share/gnome/help/gshutdown_util/es/topic.dat -share/gnome/help/guname/C/index.html -share/gnome/help/guname/C/figures/guname-cpuinfo.png -share/gnome/help/guname/C/figures/guname-diskinfo.png -share/gnome/help/guname/C/figures/guname-main.png -share/gnome/help/guname/C/figures/guname-memoryinfo.png -share/gnome/help/guname/C/guname.sgml -share/gnome/help/guname/C/LEGALNOTICE.html -share/gnome/help/guname/C/authors.html -share/gnome/help/guname/C/license.html -share/gnome/help/guname/C/usage.html -share/gnome/help/guname/C/topic.dat -share/gnome/help/guname/eu/index.html -share/gnome/help/guname/eu/figures/guname-cpuinfo.png -share/gnome/help/guname/eu/figures/guname-diskinfo.png -share/gnome/help/guname/eu/figures/guname-main.png -share/gnome/help/guname/eu/figures/guname-memoryinfo.png -share/gnome/help/guname/eu/guname.sgml -share/gnome/help/guname/eu/LEGALNOTICE.html -share/gnome/help/guname/eu/authors.html -share/gnome/help/guname/eu/license.html -share/gnome/help/guname/eu/usage.html -share/gnome/help/guname/eu/topic.dat -share/gnome/help/gw/C/index.html -share/gnome/help/gw/C/figures/gw-main.png -share/gnome/help/gw/C/figures/gw-menuitems.png -share/gnome/help/gw/C/gw.sgml -share/gnome/help/gw/C/LEGALNOTICE.html -share/gnome/help/gw/C/authors.html -share/gnome/help/gw/C/license.html -share/gnome/help/gw/C/prefs.html -share/gnome/help/gw/C/usage.html -share/gnome/help/gw/C/topic.dat -share/gnome/help/gw/eu/index.html -share/gnome/help/gw/eu/figures/gw-main.png -share/gnome/help/gw/eu/figures/gw-menuitems.png -share/gnome/help/gw/eu/gw.sgml -share/gnome/help/gw/eu/LEGALNOTICE.html -share/gnome/help/gw/eu/authors.html -share/gnome/help/gw/eu/license.html -share/gnome/help/gw/eu/prefs.html -share/gnome/help/gw/eu/usage.html -share/gnome/help/gw/eu/topic.dat -share/gnome/help/gless/C/index.html -share/gnome/help/gless/C/figures/gless-main.png -share/gnome/help/gless/C/gless.sgml -share/gnome/help/gless/C/LEGALNOTICE.html -share/gnome/help/gless/C/authors.html -share/gnome/help/gless/C/usage.html -share/gnome/help/gless/C/topic.dat -share/gnome/help/gless/eu/index.html -share/gnome/help/gless/eu/figures/gless-main.png -share/gnome/help/gless/eu/gless.sgml -share/gnome/help/gless/eu/LEGALNOTICE.html -share/gnome/help/gless/eu/authors.html -share/gnome/help/gless/eu/usage.html -share/gnome/help/gless/eu/topic.dat -share/gnome/help/gfontsel/C/index.html -share/gnome/help/gfontsel/C/figures/filterwin.png -share/gnome/help/gfontsel/C/figures/mainshot.png -share/gnome/help/gfontsel/C/gfontsel.sgml -share/gnome/help/gfontsel/C/LEGALNOTICE.html -share/gnome/help/gfontsel/C/authors.html -share/gnome/help/gfontsel/C/filter.html -share/gnome/help/gfontsel/C/fontinfo.html -share/gnome/help/gfontsel/C/license.html -share/gnome/help/gfontsel/C/mainwin.html -share/gnome/help/gfontsel/C/xlfd.html -share/gnome/help/gfontsel/C/topic.dat -share/gnome/help/gfontsel/es/index.html -share/gnome/help/gfontsel/es/figures/filterwin.png -share/gnome/help/gfontsel/es/figures/mainshot.png -share/gnome/help/gfontsel/es/gfontsel.sgml -share/gnome/help/gfontsel/es/authors.html -share/gnome/help/gfontsel/es/filter.html -share/gnome/help/gfontsel/es/fontinfo.html -share/gnome/help/gfontsel/es/ln10.html -share/gnome/help/gfontsel/es/mainwin.html -share/gnome/help/gfontsel/es/xlfd.html -share/gnome/help/gfontsel/es/topic.dat -share/gnome/help/gfontsel/eu/index.html -share/gnome/help/gfontsel/eu/figures/filterwin.png -share/gnome/help/gfontsel/eu/figures/mainshot.png -share/gnome/help/gfontsel/eu/gfontsel.sgml -share/gnome/help/gfontsel/eu/LEGALNOTICE.html -share/gnome/help/gfontsel/eu/authors.html -share/gnome/help/gfontsel/eu/filter.html -share/gnome/help/gfontsel/eu/fontinfo.html -share/gnome/help/gfontsel/eu/license.html -share/gnome/help/gfontsel/eu/mainwin.html -share/gnome/help/gfontsel/eu/xlfd.html -share/gnome/help/gfontsel/eu/topic.dat -share/gnome/help/gcolorsel/C/index.html -share/gnome/help/gcolorsel/C/figures/favorites.png -share/gnome/help/gcolorsel/C/figures/grid.png -share/gnome/help/gcolorsel/C/figures/list.png -share/gnome/help/gcolorsel/C/figures/search.png -share/gnome/help/gcolorsel/C/figures/simple.png -share/gnome/help/gcolorsel/C/gcolorsel.sgml -share/gnome/help/gcolorsel/C/authors.html -share/gnome/help/gcolorsel/C/bugs.html -share/gnome/help/gcolorsel/C/documents.html -share/gnome/help/gcolorsel/C/license.html -share/gnome/help/gcolorsel/C/ln7.html -share/gnome/help/gcolorsel/C/menus.html -share/gnome/help/gcolorsel/C/search.html -share/gnome/help/gcolorsel/C/simple.html -share/gnome/help/gcolorsel/C/usage.html -share/gnome/help/gcolorsel/C/xcolors.html -share/gnome/help/gcolorsel/C/topic.dat -share/gnome/help/gcolorsel/eu/index.html -share/gnome/help/gcolorsel/eu/figures/favorites.png -share/gnome/help/gcolorsel/eu/figures/grid.png -share/gnome/help/gcolorsel/eu/figures/list.png -share/gnome/help/gcolorsel/eu/figures/search.png -share/gnome/help/gcolorsel/eu/figures/simple.png -share/gnome/help/gcolorsel/eu/gcolorsel.sgml -share/gnome/help/gcolorsel/eu/authors.html -share/gnome/help/gcolorsel/eu/bugs.html -share/gnome/help/gcolorsel/eu/documents.html -share/gnome/help/gcolorsel/eu/license.html -share/gnome/help/gcolorsel/eu/ln7.html -share/gnome/help/gcolorsel/eu/menus.html -share/gnome/help/gcolorsel/eu/search.html -share/gnome/help/gcolorsel/eu/simple.html -share/gnome/help/gcolorsel/eu/usage.html -share/gnome/help/gcolorsel/eu/xcolors.html -share/gnome/help/gcolorsel/eu/topic.dat -share/gnome/help/gdialog/C/index.html -share/gnome/help/gdialog/C/figures/example-dialog.png -share/gnome/help/gdialog/C/figures/gdialog-msgbox.png -share/gnome/help/gdialog/C/figures/gdialog-yesno.png -share/gnome/help/gdialog/C/gdialog.sgml -share/gnome/help/gdialog/C/LEGALNOTICE.html -share/gnome/help/gdialog/C/authors.html -share/gnome/help/gdialog/C/bugs.html -share/gnome/help/gdialog/C/dialogs.html -share/gnome/help/gdialog/C/license.html -share/gnome/help/gdialog/C/usage.html -share/gnome/help/meat-grinder/C/index.html -share/gnome/help/meat-grinder/C/figures/meat-grinder-main-full.png -share/gnome/help/meat-grinder/C/figures/meat-grinder-main.png -share/gnome/help/meat-grinder/C/meat-grinder.sgml -share/gnome/help/meat-grinder/C/LEGALNOTICE.html -share/gnome/help/meat-grinder/C/authors.html -share/gnome/help/meat-grinder/C/license.html -share/gnome/help/meat-grinder/C/usage.html -share/gnome/help/meat-grinder/C/topic.dat -share/gnome/help/meat-grinder/eu/index.html -share/gnome/help/meat-grinder/eu/figures/meat-grinder-main-full.png -share/gnome/help/meat-grinder/eu/figures/meat-grinder-main.png -share/gnome/help/meat-grinder/eu/meat-grinder.sgml -share/gnome/help/meat-grinder/eu/LEGALNOTICE.html -share/gnome/help/meat-grinder/eu/authors.html -share/gnome/help/meat-grinder/eu/license.html -share/gnome/help/meat-grinder/eu/usage.html -share/gnome/help/meat-grinder/eu/topic.dat -share/gnome/help/gnome-exe-handler/C/index.html -share/gnome/help/gnome-exe-handler/C/gnome-exe-handler.sgml -share/gnome/help/gnome-exe-handler/C/LEGALNOTICE.html -share/gnome/help/gnome-exe-handler/C/authors.html -share/gnome/help/gnome-exe-handler/C/license.html -share/gnome/apps/System/logview.desktop -share/gnome/apps/System/gdiskfree.desktop -share/gnome/apps/System/gshutdown.desktop -share/gnome/apps/System/guname.desktop -share/gnome/apps/System/gw.desktop -share/gnome/apps/Utilities/gcharmap.desktop -share/gnome/apps/Utilities/gcalc.desktop -share/gnome/apps/Utilities/gsearchtool.desktop -share/gnome/apps/Utilities/stripchart.desktop -share/gnome/apps/Utilities/GDict.desktop -share/gnome/apps/Utilities/gless.desktop -share/gnome/apps/Utilities/gfontsel.desktop -share/gnome/apps/Utilities/gcolorsel.desktop -share/gnome/apps/Utilities/meat-grinder.desktop -share/gnome/apps/Applications/gtt.desktop -share/gnome/logview/logview-descript.db -share/gnome/logview/logview-regexp.db -share/gnome/logview/logview-actions.db -share/gnome/applets/Monitors/stripchart-applet.desktop -share/gnome/applets/Utility/gdict.desktop -share/gnome/stripchart/stripchart.conf -share/gnome/stripchart/stripchart.params -share/gnome/gtt/glade/interval_edit.glade -share/gnome/gtt/glade/interval_popup.glade -share/gnome/gtt/glade/journal.glade -share/gnome/gtt/glade/not-implemented.glade -share/gnome/gtt/glade/plugin.glade -share/gnome/gtt/glade/prefs.glade -share/gnome/gtt/glade/project_properties.glade -share/gnome/gtt/glade/task_popup.glade -share/gnome/gtt/glade/task_properties.glade -share/gnome/gtt/ghtml/C/bigtable.ghtml -share/gnome/gtt/ghtml/C/invoice.ghtml -share/gnome/gtt/ghtml/C/journal.ghtml -share/gnome/gtt/ghtml/C/primer.ghtml -share/gnome/gtt/ghtml/C/noproject.ghtml -share/gnome/gcolorsel/glade/dialog-new-doc.glade -share/gnome/gcolorsel/glade/dialog-new-view.glade -share/gnome/gcolorsel/glade/dialog-prefs.glade -share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade -share/gnome/gcolorsel/glade/mdi-color-file-properties.glade -share/gnome/gcolorsel/glade/view-color-edit.glade -share/gnome/gcolorsel/glade/view-color-generic-properties.glade -share/gnome/gcolorsel/glade/view-color-grid-properties.glade -share/gnome/gcolorsel/glade/view-color-list-properties.glade -share/gnome/application-registry/gnome-exe.applications -share/gnome/mime-info/gnome-exe.keys -share/gnome/omf/gnome-utils/gcalc-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcalc-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gcalc-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcalc-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gcalc-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcalc-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gcalc-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcalc-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gcalc-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcalc-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gcharmap-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcharmap-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gcharmap-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcharmap-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gcolorsel-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcolorsel-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gcolorsel-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcolorsel-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gdialog-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdialog-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gdict-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdict-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gdict-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdict-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gdict-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdict-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gdiskfree-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdiskfree-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gdiskfree-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdiskfree-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gdiskfree-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdiskfree-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gdiskfree-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdiskfree-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gfontsel-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gfontsel-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gfontsel-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gfontsel-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gfontsel-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gfontsel-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gless-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gless-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gless-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gless-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gnome-exe-handler-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gnome-exe-handler-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gsearchtool-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gsearchtool-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gsearchtool-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gsearchtool-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gsearchtool-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gsearchtool-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gsearchtool-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gsearchtool-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gshutdown-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gshutdown-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gshutdown-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gshutdown-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gshutdown-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gshutdown-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gtt-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gtt-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gtt-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gtt-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/guname-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/guname-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/guname-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/guname-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gw-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gw-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/gw-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gw-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/logview-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/logview-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/meat-grinder-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/meat-grinder-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/meat-grinder-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/meat-grinder-eu.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/stripchart-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/stripchart-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/stripchart-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/stripchart-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnome-utils/stripchart-eu.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/stripchart-eu.omf 2>/dev/null || /usr/bin/true -share/locale/az/LC_MESSAGES/gnome-utils.mo -share/locale/ca/LC_MESSAGES/gnome-utils.mo -share/locale/cs/LC_MESSAGES/gnome-utils.mo -share/locale/da/LC_MESSAGES/gnome-utils.mo -share/locale/de/LC_MESSAGES/gnome-utils.mo -share/locale/el/LC_MESSAGES/gnome-utils.mo -share/locale/en_GB/LC_MESSAGES/gnome-utils.mo -share/locale/es/LC_MESSAGES/gnome-utils.mo -share/locale/et/LC_MESSAGES/gnome-utils.mo -share/locale/eu/LC_MESSAGES/gnome-utils.mo -share/locale/fi/LC_MESSAGES/gnome-utils.mo -share/locale/fr/LC_MESSAGES/gnome-utils.mo -share/locale/ga/LC_MESSAGES/gnome-utils.mo -share/locale/gl/LC_MESSAGES/gnome-utils.mo -share/locale/hu/LC_MESSAGES/gnome-utils.mo -share/locale/it/LC_MESSAGES/gnome-utils.mo -share/locale/ja/LC_MESSAGES/gnome-utils.mo -share/locale/ko/LC_MESSAGES/gnome-utils.mo -share/locale/lt/LC_MESSAGES/gnome-utils.mo -share/locale/lv/LC_MESSAGES/gnome-utils.mo -share/locale/nl/LC_MESSAGES/gnome-utils.mo -share/locale/nn/LC_MESSAGES/gnome-utils.mo -share/locale/no/LC_MESSAGES/gnome-utils.mo -share/locale/pl/LC_MESSAGES/gnome-utils.mo -share/locale/pt/LC_MESSAGES/gnome-utils.mo -share/locale/pt_BR/LC_MESSAGES/gnome-utils.mo -share/locale/ro/LC_MESSAGES/gnome-utils.mo -share/locale/ru/LC_MESSAGES/gnome-utils.mo -share/locale/sk/LC_MESSAGES/gnome-utils.mo -share/locale/sl/LC_MESSAGES/gnome-utils.mo -share/locale/sv/LC_MESSAGES/gnome-utils.mo -share/locale/ta/LC_MESSAGES/gnome-utils.mo -share/locale/tr/LC_MESSAGES/gnome-utils.mo -share/locale/uk/LC_MESSAGES/gnome-utils.mo -share/locale/wa/LC_MESSAGES/gnome-utils.mo -share/locale/zh_TW/LC_MESSAGES/gnome-utils.mo -share/locale/zh_CN/LC_MESSAGES/gnome-utils.mo -@dirrm share/gnome/pixmaps/logview -@dirrm share/gnome/help/logview/C/stylesheet-images -@dirrm share/gnome/help/logview/C/figures -@dirrm share/gnome/help/logview/C -@dirrm share/gnome/help/logview -@dirrm share/gnome/help/gcharmap/C/stylesheet-images -@dirrm share/gnome/help/gcharmap/C/figures -@dirrm share/gnome/help/gcharmap/C -@dirrm share/gnome/help/gcharmap/eu/stylesheet-images -@dirrm share/gnome/help/gcharmap/eu/figures -@dirrm share/gnome/help/gcharmap/eu -@dirrm share/gnome/help/gcharmap -@dirrm share/gnome/help/gcalc/C/stylesheet-images -@dirrm share/gnome/help/gcalc/C/figures -@dirrm share/gnome/help/gcalc/C -@dirrm share/gnome/help/gcalc/de/stylesheet-images -@dirrm share/gnome/help/gcalc/de/figures -@dirrm share/gnome/help/gcalc/de -@dirrm share/gnome/help/gcalc/es/stylesheet-images -@dirrm share/gnome/help/gcalc/es/figures -@dirrm share/gnome/help/gcalc/es -@dirrm share/gnome/help/gcalc/eu/stylesheet-images -@dirrm share/gnome/help/gcalc/eu/figures -@dirrm share/gnome/help/gcalc/eu -@dirrm share/gnome/help/gcalc/it/stylesheet-images -@dirrm share/gnome/help/gcalc/it/figures -@dirrm share/gnome/help/gcalc/it -@dirrm share/gnome/help/gcalc -@dirrm share/gnome/help/gsearchtool/C/stylesheet-images -@dirrm share/gnome/help/gsearchtool/C/figures -@dirrm share/gnome/help/gsearchtool/C -@dirrm share/gnome/help/gsearchtool/es/stylesheet-images -@dirrm share/gnome/help/gsearchtool/es/figures -@dirrm share/gnome/help/gsearchtool/es -@dirrm share/gnome/help/gsearchtool/eu/stylesheet-images -@dirrm share/gnome/help/gsearchtool/eu/figures -@dirrm share/gnome/help/gsearchtool/eu -@dirrm share/gnome/help/gsearchtool/it/stylesheet-images -@dirrm share/gnome/help/gsearchtool/it/figures -@dirrm share/gnome/help/gsearchtool/it -@dirrm share/gnome/help/gsearchtool -@dirrm share/gnome/help/gdiskfree/C/stylesheet-images -@dirrm share/gnome/help/gdiskfree/C/figures -@dirrm share/gnome/help/gdiskfree/C -@dirrm share/gnome/help/gdiskfree/eu/stylesheet-images -@dirrm share/gnome/help/gdiskfree/eu/figures -@dirrm share/gnome/help/gdiskfree/eu -@dirrm share/gnome/help/gdiskfree/it/stylesheet-images -@dirrm share/gnome/help/gdiskfree/it/figures -@dirrm share/gnome/help/gdiskfree/it -@dirrm share/gnome/help/gdiskfree -@dirrm share/gnome/help/gdiskfree_util/es/stylesheet-images -@dirrm share/gnome/help/gdiskfree_util/es/figures -@dirrm share/gnome/help/gdiskfree_util/es -@dirrm share/gnome/help/gdiskfree_util -@dirrm share/gnome/help/stripchart/C/stylesheet-images -@dirrm share/gnome/help/stripchart/C/figures -@dirrm share/gnome/help/stripchart/C -@dirrm share/gnome/help/stripchart/es/stylesheet-images -@dirrm share/gnome/help/stripchart/es/figures -@dirrm share/gnome/help/stripchart/es -@dirrm share/gnome/help/stripchart/eu/stylesheet-images -@dirrm share/gnome/help/stripchart/eu/figures -@dirrm share/gnome/help/stripchart/eu -@dirrm share/gnome/help/stripchart -@dirrm share/gnome/help/gdict/C/stylesheet-images -@dirrm share/gnome/help/gdict/C/figures -@dirrm share/gnome/help/gdict/C -@dirrm share/gnome/help/gdict/eu/stylesheet-images -@dirrm share/gnome/help/gdict/eu/figures -@dirrm share/gnome/help/gdict/eu -@dirrm share/gnome/help/gdict -@dirrm share/gnome/help/gdict_util/es/stylesheet-images -@dirrm share/gnome/help/gdict_util/es/figures -@dirrm share/gnome/help/gdict_util/es -@dirrm share/gnome/help/gdict_util -@dirrm share/gnome/help/gtt/C/stylesheet-images -@dirrm share/gnome/help/gtt/C/figures -@dirrm share/gnome/help/gtt/C -@dirrm share/gnome/help/gtt/de -@dirrm share/gnome/help/gtt/es/stylesheet-images -@dirrm share/gnome/help/gtt/es/figures -@dirrm share/gnome/help/gtt/es -@dirrm share/gnome/help/gtt/eu/stylesheet-images -@dirrm share/gnome/help/gtt/eu/figures -@dirrm share/gnome/help/gtt/eu -@dirrm share/gnome/help/gtt -@dirrm share/gnome/help/gshutdown/C/stylesheet-images -@dirrm share/gnome/help/gshutdown/C/figures -@dirrm share/gnome/help/gshutdown/C -@dirrm share/gnome/help/gshutdown/eu/stylesheet-images -@dirrm share/gnome/help/gshutdown/eu/figures -@dirrm share/gnome/help/gshutdown/eu -@dirrm share/gnome/help/gshutdown -@dirrm share/gnome/help/gshutdown_util/es/stylesheet-images -@dirrm share/gnome/help/gshutdown_util/es/figures -@dirrm share/gnome/help/gshutdown_util/es -@dirrm share/gnome/help/gshutdown_util -@dirrm share/gnome/help/guname/C/stylesheet-images -@dirrm share/gnome/help/guname/C/figures -@dirrm share/gnome/help/guname/C -@dirrm share/gnome/help/guname/eu/stylesheet-images -@dirrm share/gnome/help/guname/eu/figures -@dirrm share/gnome/help/guname/eu -@dirrm share/gnome/help/guname -@dirrm share/gnome/help/gw/C/stylesheet-images -@dirrm share/gnome/help/gw/C/figures -@dirrm share/gnome/help/gw/C -@dirrm share/gnome/help/gw/eu/stylesheet-images -@dirrm share/gnome/help/gw/eu/figures -@dirrm share/gnome/help/gw/eu -@dirrm share/gnome/help/gw -@dirrm share/gnome/help/gless/C/stylesheet-images -@dirrm share/gnome/help/gless/C/figures -@dirrm share/gnome/help/gless/C -@dirrm share/gnome/help/gless/eu/stylesheet-images -@dirrm share/gnome/help/gless/eu/figures -@dirrm share/gnome/help/gless/eu -@dirrm share/gnome/help/gless -@dirrm share/gnome/help/gfontsel/C/stylesheet-images -@dirrm share/gnome/help/gfontsel/C/figures -@dirrm share/gnome/help/gfontsel/C -@dirrm share/gnome/help/gfontsel/es/stylesheet-images -@dirrm share/gnome/help/gfontsel/es/figures -@dirrm share/gnome/help/gfontsel/es -@dirrm share/gnome/help/gfontsel/eu/stylesheet-images -@dirrm share/gnome/help/gfontsel/eu/figures -@dirrm share/gnome/help/gfontsel/eu -@dirrm share/gnome/help/gfontsel -@dirrm share/gnome/help/gcolorsel/C/stylesheet-images -@dirrm share/gnome/help/gcolorsel/C/figures -@dirrm share/gnome/help/gcolorsel/C -@dirrm share/gnome/help/gcolorsel/eu/stylesheet-images -@dirrm share/gnome/help/gcolorsel/eu/figures -@dirrm share/gnome/help/gcolorsel/eu -@dirrm share/gnome/help/gcolorsel -@dirrm share/gnome/help/gdialog/C/stylesheet-images -@dirrm share/gnome/help/gdialog/C/figures -@dirrm share/gnome/help/gdialog/C -@dirrm share/gnome/help/gdialog -@dirrm share/gnome/help/meat-grinder/C/stylesheet-images -@dirrm share/gnome/help/meat-grinder/C/figures -@dirrm share/gnome/help/meat-grinder/C -@dirrm share/gnome/help/meat-grinder/eu/stylesheet-images -@dirrm share/gnome/help/meat-grinder/eu/figures -@dirrm share/gnome/help/meat-grinder/eu -@dirrm share/gnome/help/meat-grinder -@dirrm share/gnome/help/gnome-exe-handler/C/stylesheet-images -@dirrm share/gnome/help/gnome-exe-handler/C/figures -@dirrm share/gnome/help/gnome-exe-handler/C -@dirrm share/gnome/help/gnome-exe-handler -@dirrm share/gnome/logview -@dirrm share/gnome/stripchart -@dirrm share/gnome/gtt/glade -@dirrm share/gnome/gtt/ghtml/C -@dirrm share/gnome/gtt/ghtml -@dirrm share/gnome/gtt -@dirrm share/gnome/gcolorsel/glade -@dirrm share/gnome/gcolorsel -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcalc-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcalc-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcalc-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcalc-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcalc-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcharmap-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcharmap-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcolorsel-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcolorsel-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdialog-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdict-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdict-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdict-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdiskfree-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdiskfree-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdiskfree-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdiskfree-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gfontsel-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gfontsel-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gfontsel-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gless-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gless-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gnome-exe-handler-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gsearchtool-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gsearchtool-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gsearchtool-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gsearchtool-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gshutdown-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gshutdown-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gshutdown-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gtt-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gtt-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/guname-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/guname-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gw-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gw-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/logview-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/meat-grinder-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/meat-grinder-eu.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/stripchart-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/stripchart-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/stripchart-eu.omf 2>/dev/null || /usr/bin/true |
