summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-16 14:11:03 +0000
committernia <nia@pkgsrc.org>2020-01-16 14:11:03 +0000
commit6681078b8b277c7111d5d19348ef36126c19d0b2 (patch)
tree2f2c040f13faf38aea2dbc3cb2d34abe32b121f7 /misc
parentcfd5dc05f1d5a063360e4a356b498735ff6ebc10 (diff)
downloadpkgsrc-6681078b8b277c7111d5d19348ef36126c19d0b2.tar.gz
misc: Remove gnome-utils, another dead GNOME 2 component
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile3
-rw-r--r--misc/gnome-utils/DESCR12
-rw-r--r--misc/gnome-utils/Makefile69
-rw-r--r--misc/gnome-utils/PLIST633
-rw-r--r--misc/gnome-utils/distinfo12
-rw-r--r--misc/gnome-utils/patches/patch-aa12
-rw-r--r--misc/gnome-utils/patches/patch-ac33
-rw-r--r--misc/gnome-utils/patches/patch-ad13
-rw-r--r--misc/gnome-utils/patches/patch-ae12
-rw-r--r--misc/gnome-utils/patches/patch-gnome-dictionary_libgdict_gdict-client-context.h12
-rw-r--r--misc/gnome-utils/patches/patch-logview_logview-utils.c23
11 files changed, 1 insertions, 833 deletions
diff --git a/misc/Makefile b/misc/Makefile
index bd8f7b06b0b..2d3016432d8 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.532 2020/01/15 14:56:46 nia Exp $
+# $NetBSD: Makefile,v 1.533 2020/01/16 14:11:03 nia Exp $
#
COMMENT= Miscellaneous utilities
@@ -80,7 +80,6 @@ SUBDIR+= gkrellm-launch
SUBDIR+= gkrellm-leds
SUBDIR+= gkrellm-moon
SUBDIR+= gkrellm-weather
-SUBDIR+= gnome-utils
SUBDIR+= gnuls
SUBDIR+= go-genproto
SUBDIR+= go-genproto-googleapis-rpc
diff --git a/misc/gnome-utils/DESCR b/misc/gnome-utils/DESCR
deleted file mode 100644
index f45cd9fdb47..00000000000
--- a/misc/gnome-utils/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
- This package contains a number of useful utilities/apps that run
-under the GNOME2 desktop environment.
-
-From the GNOME home page:
-
-GNOME stands for GNU Network Object Model Environment. The GNOME
-project intends to build a complete, user-friendly desktop based
-entirely on free software. GNOME is part of the GNU project, and
-GNOME is part of the OpenSource(tm) movement. The desktop will
-consist of small utilities and larger applications which share a
-consistent look and feel. GNOME uses GTK+ as the GUI toolkit for
-all GNOME-compliant applications.
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile
deleted file mode 100644
index 29327ae5313..00000000000
--- a/misc/gnome-utils/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# $NetBSD: Makefile,v 1.178 2019/11/03 17:04:22 rillig Exp $
-
-DISTNAME= gnome-utils-2.32.0
-PKGREVISION= 70
-CATEGORIES= misc gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/2.32/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://www.gnome.org/
-COMMENT= Set of useful GNOME2 utilities and applications
-
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake intltool msgfmt perl pkg-config
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-
-PKGCONFIG_OVERRIDE= gnome-dictionary/libgdict/gdict-1.0.pc.in
-PKGCONFIG_OVERRIDE+= gnome-dictionary/libgdict/gdict-1.0-uninstalled.pc.in
-
-CONFIGURE_ARGS+= --enable-gtk-doc=no
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-utils
-PKG_SUPPORTED_OPTIONS+= inet6
-PKG_SUGGESTED_OPTIONS= inet6
-
-.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
-GCONF_SCHEMAS+= baobab.schemas
-GCONF_SCHEMAS+= gnome-dictionary.schemas
-GCONF_SCHEMAS+= gnome-screenshot.schemas
-GCONF_SCHEMAS+= gnome-search-tool.schemas
-GCONF_SCHEMAS+= gnome-system-log.schemas
-
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.9.1
-BUILDLINK_API_DEPENDS.gnome-panel+= gnome-panel>=2.13.4
-BUILDLINK_API_DEPENDS.gnome-vfs+= gnome-vfs>=2.8.4
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.0
-BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.13.2
-BUILDLINK_API_DEPENDS.libgnomecanvas+= libgnomecanvas>=2.10.2
-BUILDLINK_API_DEPENDS.libgnomeui+= libgnomeui>=2.13.7
-
-BUILDLINK_DEPMETHOD.libXt?= build
-
-.include "../../devel/GConf/schemas.mk"
-.include "../../devel/GConf-ui/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../graphics/libgnomecanvas/buildlink3.mk"
-.include "../../sysutils/libgtop/buildlink3.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../x11/gnome-desktop/buildlink3.mk"
-.include "../../x11/gnome-panel/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
-.include "../../audio/libcanberra/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/gnome-utils/PLIST b/misc/gnome-utils/PLIST
deleted file mode 100644
index d9e320c2103..00000000000
--- a/misc/gnome-utils/PLIST
+++ /dev/null
@@ -1,633 +0,0 @@
-@comment $NetBSD: PLIST,v 1.20 2010/11/28 13:25:01 drochner Exp $
-bin/baobab
-bin/gnome-dictionary
-bin/gnome-panel-screenshot
-bin/gnome-screenshot
-bin/gnome-search-tool
-bin/gnome-system-log
-include/gdict-1.0/gdict/gdict-client-context.h
-include/gdict-1.0/gdict/gdict-context.h
-include/gdict-1.0/gdict/gdict-database-chooser.h
-include/gdict-1.0/gdict/gdict-defbox.h
-include/gdict-1.0/gdict/gdict-enum-types.h
-include/gdict-1.0/gdict/gdict-source-chooser.h
-include/gdict-1.0/gdict/gdict-source-loader.h
-include/gdict-1.0/gdict/gdict-source.h
-include/gdict-1.0/gdict/gdict-speller.h
-include/gdict-1.0/gdict/gdict-strategy-chooser.h
-include/gdict-1.0/gdict/gdict-utils.h
-include/gdict-1.0/gdict/gdict-version.h
-include/gdict-1.0/gdict/gdict.h
-lib/bonobo/servers/GNOME_DictionaryApplet.server
-lib/libgdict-1.0.la
-lib/pkgconfig/gdict-1.0.pc
-libexec/gnome-dictionary-applet
-man/man1/baobab.1
-man/man1/gnome-dictionary.1
-man/man1/gnome-screenshot.1
-man/man1/gnome-search-tool.1
-man/man1/gnome-system-log.1
-share/applications/baobab.desktop
-share/applications/gnome-dictionary.desktop
-share/applications/gnome-screenshot.desktop
-share/applications/gnome-search-tool.desktop
-share/applications/gnome-system-log.desktop
-share/baobab/baobab-dialog-scan-props.ui
-share/baobab/baobab-main-window.ui
-share/baobab/pixmaps/shot.png
-share/gconf/schemas/baobab.schemas
-share/gconf/schemas/gnome-dictionary.schemas
-share/gconf/schemas/gnome-screenshot.schemas
-share/gconf/schemas/gnome-search-tool.schemas
-share/gconf/schemas/gnome-system-log.schemas
-share/gdict-1.0/sources/default.desktop
-share/gdict-1.0/sources/spanish.desktop
-share/gdict-1.0/sources/thai.desktop
-share/gnome-2.0/ui/GNOME_DictionaryApplet.xml
-share/gnome-dictionary/gnome-dictionary-preferences.ui
-share/gnome-dictionary/gnome-dictionary-source.ui
-share/gnome-dictionary/gnome-dictionary-ui.xml
-share/gnome-screenshot/gnome-screenshot.ui
-share/gnome-utils/logview-filter.ui
-share/gnome-utils/logview-toolbar.xml
-share/gnome/help/baobab/C/baobab.xml
-share/gnome/help/baobab/C/figures/baobab_fullscan.png
-share/gnome/help/baobab/C/figures/baobab_prefs.png
-share/gnome/help/baobab/C/figures/baobab_remote.png
-share/gnome/help/baobab/C/figures/baobab_ringschart1.png
-share/gnome/help/baobab/C/figures/baobab_ringschart2.png
-share/gnome/help/baobab/C/figures/baobab_treemaps.png
-share/gnome/help/baobab/C/figures/baobab_window.png
-share/gnome/help/baobab/C/legal.xml
-share/gnome/help/baobab/ca/baobab.xml
-share/gnome/help/baobab/ca/figures/baobab_fullscan.png
-share/gnome/help/baobab/ca/figures/baobab_prefs.png
-share/gnome/help/baobab/ca/figures/baobab_remote.png
-share/gnome/help/baobab/ca/figures/baobab_ringschart1.png
-share/gnome/help/baobab/ca/figures/baobab_ringschart2.png
-share/gnome/help/baobab/ca/figures/baobab_treemaps.png
-share/gnome/help/baobab/ca/figures/baobab_window.png
-share/gnome/help/baobab/cs/baobab.xml
-share/gnome/help/baobab/cs/figures/baobab_fullscan.png
-share/gnome/help/baobab/cs/figures/baobab_prefs.png
-share/gnome/help/baobab/cs/figures/baobab_remote.png
-share/gnome/help/baobab/cs/figures/baobab_ringschart1.png
-share/gnome/help/baobab/cs/figures/baobab_ringschart2.png
-share/gnome/help/baobab/cs/figures/baobab_treemaps.png
-share/gnome/help/baobab/cs/figures/baobab_window.png
-share/gnome/help/baobab/da/baobab.xml
-share/gnome/help/baobab/da/figures/baobab_fullscan.png
-share/gnome/help/baobab/da/figures/baobab_prefs.png
-share/gnome/help/baobab/da/figures/baobab_remote.png
-share/gnome/help/baobab/da/figures/baobab_ringschart1.png
-share/gnome/help/baobab/da/figures/baobab_ringschart2.png
-share/gnome/help/baobab/da/figures/baobab_treemaps.png
-share/gnome/help/baobab/da/figures/baobab_window.png
-share/gnome/help/baobab/de/baobab.xml
-share/gnome/help/baobab/de/figures/baobab_fullscan.png
-share/gnome/help/baobab/de/figures/baobab_prefs.png
-share/gnome/help/baobab/de/figures/baobab_remote.png
-share/gnome/help/baobab/de/figures/baobab_ringschart1.png
-share/gnome/help/baobab/de/figures/baobab_ringschart2.png
-share/gnome/help/baobab/de/figures/baobab_treemaps.png
-share/gnome/help/baobab/de/figures/baobab_window.png
-share/gnome/help/baobab/el/baobab.xml
-share/gnome/help/baobab/el/figures/baobab_fullscan.png
-share/gnome/help/baobab/el/figures/baobab_prefs.png
-share/gnome/help/baobab/el/figures/baobab_remote.png
-share/gnome/help/baobab/el/figures/baobab_ringschart1.png
-share/gnome/help/baobab/el/figures/baobab_ringschart2.png
-share/gnome/help/baobab/el/figures/baobab_treemaps.png
-share/gnome/help/baobab/el/figures/baobab_window.png
-share/gnome/help/baobab/en_GB/baobab.xml
-share/gnome/help/baobab/en_GB/figures/baobab_fullscan.png
-share/gnome/help/baobab/en_GB/figures/baobab_prefs.png
-share/gnome/help/baobab/en_GB/figures/baobab_remote.png
-share/gnome/help/baobab/en_GB/figures/baobab_ringschart1.png
-share/gnome/help/baobab/en_GB/figures/baobab_ringschart2.png
-share/gnome/help/baobab/en_GB/figures/baobab_treemaps.png
-share/gnome/help/baobab/en_GB/figures/baobab_window.png
-share/gnome/help/baobab/es/baobab.xml
-share/gnome/help/baobab/es/figures/baobab_fullscan.png
-share/gnome/help/baobab/es/figures/baobab_prefs.png
-share/gnome/help/baobab/es/figures/baobab_remote.png
-share/gnome/help/baobab/es/figures/baobab_ringschart1.png
-share/gnome/help/baobab/es/figures/baobab_ringschart2.png
-share/gnome/help/baobab/es/figures/baobab_treemaps.png
-share/gnome/help/baobab/es/figures/baobab_window.png
-share/gnome/help/baobab/eu/baobab.xml
-share/gnome/help/baobab/eu/figures/baobab_fullscan.png
-share/gnome/help/baobab/eu/figures/baobab_prefs.png
-share/gnome/help/baobab/eu/figures/baobab_remote.png
-share/gnome/help/baobab/eu/figures/baobab_ringschart1.png
-share/gnome/help/baobab/eu/figures/baobab_ringschart2.png
-share/gnome/help/baobab/eu/figures/baobab_treemaps.png
-share/gnome/help/baobab/eu/figures/baobab_window.png
-share/gnome/help/baobab/fi/baobab.xml
-share/gnome/help/baobab/fi/figures/baobab_fullscan.png
-share/gnome/help/baobab/fi/figures/baobab_prefs.png
-share/gnome/help/baobab/fi/figures/baobab_remote.png
-share/gnome/help/baobab/fi/figures/baobab_ringschart1.png
-share/gnome/help/baobab/fi/figures/baobab_ringschart2.png
-share/gnome/help/baobab/fi/figures/baobab_treemaps.png
-share/gnome/help/baobab/fi/figures/baobab_window.png
-share/gnome/help/baobab/fr/baobab.xml
-share/gnome/help/baobab/fr/figures/baobab_fullscan.png
-share/gnome/help/baobab/fr/figures/baobab_prefs.png
-share/gnome/help/baobab/fr/figures/baobab_remote.png
-share/gnome/help/baobab/fr/figures/baobab_ringschart1.png
-share/gnome/help/baobab/fr/figures/baobab_ringschart2.png
-share/gnome/help/baobab/fr/figures/baobab_treemaps.png
-share/gnome/help/baobab/fr/figures/baobab_window.png
-share/gnome/help/baobab/it/baobab.xml
-share/gnome/help/baobab/it/figures/baobab_fullscan.png
-share/gnome/help/baobab/it/figures/baobab_prefs.png
-share/gnome/help/baobab/it/figures/baobab_remote.png
-share/gnome/help/baobab/it/figures/baobab_ringschart1.png
-share/gnome/help/baobab/it/figures/baobab_ringschart2.png
-share/gnome/help/baobab/it/figures/baobab_treemaps.png
-share/gnome/help/baobab/it/figures/baobab_window.png
-share/gnome/help/baobab/oc/baobab.xml
-share/gnome/help/baobab/oc/figures/baobab_fullscan.png
-share/gnome/help/baobab/oc/figures/baobab_prefs.png
-share/gnome/help/baobab/oc/figures/baobab_remote.png
-share/gnome/help/baobab/oc/figures/baobab_ringschart1.png
-share/gnome/help/baobab/oc/figures/baobab_ringschart2.png
-share/gnome/help/baobab/oc/figures/baobab_treemaps.png
-share/gnome/help/baobab/oc/figures/baobab_window.png
-share/gnome/help/baobab/pl/baobab.xml
-share/gnome/help/baobab/pl/figures/baobab_fullscan.png
-share/gnome/help/baobab/pl/figures/baobab_prefs.png
-share/gnome/help/baobab/pl/figures/baobab_remote.png
-share/gnome/help/baobab/pl/figures/baobab_ringschart1.png
-share/gnome/help/baobab/pl/figures/baobab_ringschart2.png
-share/gnome/help/baobab/pl/figures/baobab_treemaps.png
-share/gnome/help/baobab/pl/figures/baobab_window.png
-share/gnome/help/baobab/ru/baobab.xml
-share/gnome/help/baobab/ru/figures/baobab_fullscan.png
-share/gnome/help/baobab/ru/figures/baobab_prefs.png
-share/gnome/help/baobab/ru/figures/baobab_remote.png
-share/gnome/help/baobab/ru/figures/baobab_ringschart1.png
-share/gnome/help/baobab/ru/figures/baobab_ringschart2.png
-share/gnome/help/baobab/ru/figures/baobab_treemaps.png
-share/gnome/help/baobab/ru/figures/baobab_window.png
-share/gnome/help/baobab/sv/baobab.xml
-share/gnome/help/baobab/sv/figures/baobab_fullscan.png
-share/gnome/help/baobab/sv/figures/baobab_prefs.png
-share/gnome/help/baobab/sv/figures/baobab_remote.png
-share/gnome/help/baobab/sv/figures/baobab_ringschart1.png
-share/gnome/help/baobab/sv/figures/baobab_ringschart2.png
-share/gnome/help/baobab/sv/figures/baobab_treemaps.png
-share/gnome/help/baobab/sv/figures/baobab_window.png
-share/gnome/help/baobab/uk/baobab.xml
-share/gnome/help/baobab/uk/figures/baobab_fullscan.png
-share/gnome/help/baobab/uk/figures/baobab_prefs.png
-share/gnome/help/baobab/uk/figures/baobab_remote.png
-share/gnome/help/baobab/uk/figures/baobab_ringschart1.png
-share/gnome/help/baobab/uk/figures/baobab_ringschart2.png
-share/gnome/help/baobab/uk/figures/baobab_treemaps.png
-share/gnome/help/baobab/uk/figures/baobab_window.png
-share/gnome/help/baobab/zh_CN/baobab.xml
-share/gnome/help/baobab/zh_CN/figures/baobab_fullscan.png
-share/gnome/help/baobab/zh_CN/figures/baobab_prefs.png
-share/gnome/help/baobab/zh_CN/figures/baobab_remote.png
-share/gnome/help/baobab/zh_CN/figures/baobab_ringschart1.png
-share/gnome/help/baobab/zh_CN/figures/baobab_ringschart2.png
-share/gnome/help/baobab/zh_CN/figures/baobab_treemaps.png
-share/gnome/help/baobab/zh_CN/figures/baobab_window.png
-share/gnome/help/baobab/zh_HK/baobab.xml
-share/gnome/help/baobab/zh_HK/figures/baobab_fullscan.png
-share/gnome/help/baobab/zh_HK/figures/baobab_prefs.png
-share/gnome/help/baobab/zh_HK/figures/baobab_remote.png
-share/gnome/help/baobab/zh_HK/figures/baobab_ringschart1.png
-share/gnome/help/baobab/zh_HK/figures/baobab_ringschart2.png
-share/gnome/help/baobab/zh_HK/figures/baobab_treemaps.png
-share/gnome/help/baobab/zh_HK/figures/baobab_window.png
-share/gnome/help/baobab/zh_TW/baobab.xml
-share/gnome/help/baobab/zh_TW/figures/baobab_fullscan.png
-share/gnome/help/baobab/zh_TW/figures/baobab_prefs.png
-share/gnome/help/baobab/zh_TW/figures/baobab_remote.png
-share/gnome/help/baobab/zh_TW/figures/baobab_ringschart1.png
-share/gnome/help/baobab/zh_TW/figures/baobab_ringschart2.png
-share/gnome/help/baobab/zh_TW/figures/baobab_treemaps.png
-share/gnome/help/baobab/zh_TW/figures/baobab_window.png
-share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/C/legal.xml
-share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/ca/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/cs/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/da/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/de/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/el/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/en_GB/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/es/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/eu/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/fi/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/fr/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/it/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/oc/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/ru/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/sv/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/uk/gnome-dictionary.xml
-share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-add-source.png
-share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-applet-window.png
-share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-applet.png
-share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-application.png
-share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-find.png
-share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-lookup.png
-share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-preferences-print.png
-share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-preferences-source.png
-share/gnome/help/gnome-dictionary/zh_CN/gnome-dictionary.xml
-share/gnome/help/gnome-search-tool/C/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/C/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/C/legal.xml
-share/gnome/help/gnome-search-tool/ca/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/ca/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/cs/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/cs/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/de/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/de/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/el/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/el/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/en_GB/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/en_GB/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/es/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/es/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/eu/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/eu/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/fi/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/fi/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/fr/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/fr/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/it/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/it/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/ko/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/ko/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/oc/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/oc/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/ru/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/ru/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/sv/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/sv/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/uk/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/uk/gnome-search-tool.xml
-share/gnome/help/gnome-search-tool/zh_CN/figures/gnome-search-tool_window.png
-share/gnome/help/gnome-search-tool/zh_CN/gnome-search-tool.xml
-share/gnome/help/gnome-system-log/C/figures/syslog_window.png
-share/gnome/help/gnome-system-log/C/gnome-system-log.xml
-share/gnome/help/gnome-system-log/C/legal.xml
-share/gnome/help/gnome-system-log/ca/figures/syslog_window.png
-share/gnome/help/gnome-system-log/ca/gnome-system-log.xml
-share/gnome/help/gnome-system-log/cs/figures/syslog_window.png
-share/gnome/help/gnome-system-log/cs/gnome-system-log.xml
-share/gnome/help/gnome-system-log/de/figures/syslog_window.png
-share/gnome/help/gnome-system-log/de/gnome-system-log.xml
-share/gnome/help/gnome-system-log/el/figures/syslog_window.png
-share/gnome/help/gnome-system-log/el/gnome-system-log.xml
-share/gnome/help/gnome-system-log/en_GB/figures/syslog_window.png
-share/gnome/help/gnome-system-log/en_GB/gnome-system-log.xml
-share/gnome/help/gnome-system-log/es/figures/syslog_window.png
-share/gnome/help/gnome-system-log/es/gnome-system-log.xml
-share/gnome/help/gnome-system-log/eu/figures/syslog_window.png
-share/gnome/help/gnome-system-log/eu/gnome-system-log.xml
-share/gnome/help/gnome-system-log/fi/figures/syslog_window.png
-share/gnome/help/gnome-system-log/fi/gnome-system-log.xml
-share/gnome/help/gnome-system-log/fr/figures/syslog_window.png
-share/gnome/help/gnome-system-log/fr/gnome-system-log.xml
-share/gnome/help/gnome-system-log/it/figures/syslog_window.png
-share/gnome/help/gnome-system-log/it/gnome-system-log.xml
-share/gnome/help/gnome-system-log/ko/figures/syslog_window.png
-share/gnome/help/gnome-system-log/ko/gnome-system-log.xml
-share/gnome/help/gnome-system-log/oc/figures/syslog_window.png
-share/gnome/help/gnome-system-log/oc/gnome-system-log.xml
-share/gnome/help/gnome-system-log/ru/figures/syslog_window.png
-share/gnome/help/gnome-system-log/ru/gnome-system-log.xml
-share/gnome/help/gnome-system-log/sv/figures/syslog_window.png
-share/gnome/help/gnome-system-log/sv/gnome-system-log.xml
-share/gnome/help/gnome-system-log/uk/figures/syslog_window.png
-share/gnome/help/gnome-system-log/uk/gnome-system-log.xml
-share/gnome/help/gnome-system-log/zh_CN/figures/syslog_window.png
-share/gnome/help/gnome-system-log/zh_CN/gnome-system-log.xml
-share/gtk-doc/html/gdict/GdictClientContext.html
-share/gtk-doc/html/gdict/GdictDatabaseChooser.html
-share/gtk-doc/html/gdict/GdictDefbox.html
-share/gtk-doc/html/gdict/GdictSource.html
-share/gtk-doc/html/gdict/GdictSourceChooser.html
-share/gtk-doc/html/gdict/GdictSourceLoader.html
-share/gtk-doc/html/gdict/GdictSpeller.html
-share/gtk-doc/html/gdict/GdictStrategyChooser.html
-share/gtk-doc/html/gdict/ch05.html
-share/gtk-doc/html/gdict/ch06.html
-share/gtk-doc/html/gdict/context-types.html
-share/gtk-doc/html/gdict/context.html
-share/gtk-doc/html/gdict/gdict-Gdict-Utilities.html
-share/gtk-doc/html/gdict/gdict-Gdict-Version-Checking.html
-share/gtk-doc/html/gdict/gdict-GdictContext.html
-share/gtk-doc/html/gdict/gdict-utils.html
-share/gtk-doc/html/gdict/gdict.devhelp
-share/gtk-doc/html/gdict/gdict.devhelp2
-share/gtk-doc/html/gdict/gdict.html
-share/gtk-doc/html/gdict/gdictui.html
-share/gtk-doc/html/gdict/home.png
-share/gtk-doc/html/gdict/index.html
-share/gtk-doc/html/gdict/index.sgml
-share/gtk-doc/html/gdict/introduction.html
-share/gtk-doc/html/gdict/ix01.html
-share/gtk-doc/html/gdict/ix02.html
-share/gtk-doc/html/gdict/ix03.html
-share/gtk-doc/html/gdict/ix04.html
-share/gtk-doc/html/gdict/left.png
-share/gtk-doc/html/gdict/right.png
-share/gtk-doc/html/gdict/sources.html
-share/gtk-doc/html/gdict/style.css
-share/gtk-doc/html/gdict/up.png
-share/icons/hicolor/24x24/apps/baobab.png
-share/icons/hicolor/scalable/apps/baobab.svg
-share/locale/af/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/as/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ast/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/be/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/be@latin/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/bg/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/bn/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/br/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/bs/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ca/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ca@valencia/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/crh/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/cs/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/cy/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/da/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/de/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/dz/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/el/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/en@shaw/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/en_CA/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/en_GB/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/eo/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/es/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/et/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/eu/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/fa/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/fi/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/gl/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/gu/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/he/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/hi/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/hr/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/id/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/it/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ja/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ka/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/kn/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ku/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/lt/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/lv/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/mai/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/mg/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/mk/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ml/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/mn/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/mr/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ms/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/nb/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/nds/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ne/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/nl/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/nn/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/oc/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/or/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/pa/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/pl/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ps/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/pt/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ro/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ru/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/rw/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/si/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/sk/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/sl/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/sq/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/sr/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/sr@latin/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/sv/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ta/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/te/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/th/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/tr/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ug/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/uk/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/wa/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/xh/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
-share/omf/baobab/baobab-C.omf
-share/omf/baobab/baobab-ca.omf
-share/omf/baobab/baobab-cs.omf
-share/omf/baobab/baobab-da.omf
-share/omf/baobab/baobab-de.omf
-share/omf/baobab/baobab-el.omf
-share/omf/baobab/baobab-en_GB.omf
-share/omf/baobab/baobab-es.omf
-share/omf/baobab/baobab-eu.omf
-share/omf/baobab/baobab-fi.omf
-share/omf/baobab/baobab-fr.omf
-share/omf/baobab/baobab-it.omf
-share/omf/baobab/baobab-oc.omf
-share/omf/baobab/baobab-pl.omf
-share/omf/baobab/baobab-ru.omf
-share/omf/baobab/baobab-sv.omf
-share/omf/baobab/baobab-uk.omf
-share/omf/baobab/baobab-zh_CN.omf
-share/omf/baobab/baobab-zh_HK.omf
-share/omf/baobab/baobab-zh_TW.omf
-share/omf/gnome-dictionary/gnome-dictionary-C.omf
-share/omf/gnome-dictionary/gnome-dictionary-ca.omf
-share/omf/gnome-dictionary/gnome-dictionary-cs.omf
-share/omf/gnome-dictionary/gnome-dictionary-da.omf
-share/omf/gnome-dictionary/gnome-dictionary-de.omf
-share/omf/gnome-dictionary/gnome-dictionary-el.omf
-share/omf/gnome-dictionary/gnome-dictionary-en_GB.omf
-share/omf/gnome-dictionary/gnome-dictionary-es.omf
-share/omf/gnome-dictionary/gnome-dictionary-eu.omf
-share/omf/gnome-dictionary/gnome-dictionary-fi.omf
-share/omf/gnome-dictionary/gnome-dictionary-fr.omf
-share/omf/gnome-dictionary/gnome-dictionary-it.omf
-share/omf/gnome-dictionary/gnome-dictionary-oc.omf
-share/omf/gnome-dictionary/gnome-dictionary-ru.omf
-share/omf/gnome-dictionary/gnome-dictionary-sv.omf
-share/omf/gnome-dictionary/gnome-dictionary-uk.omf
-share/omf/gnome-dictionary/gnome-dictionary-zh_CN.omf
-share/omf/gnome-search-tool/gnome-search-tool-C.omf
-share/omf/gnome-search-tool/gnome-search-tool-ca.omf
-share/omf/gnome-search-tool/gnome-search-tool-cs.omf
-share/omf/gnome-search-tool/gnome-search-tool-de.omf
-share/omf/gnome-search-tool/gnome-search-tool-el.omf
-share/omf/gnome-search-tool/gnome-search-tool-en_GB.omf
-share/omf/gnome-search-tool/gnome-search-tool-es.omf
-share/omf/gnome-search-tool/gnome-search-tool-eu.omf
-share/omf/gnome-search-tool/gnome-search-tool-fi.omf
-share/omf/gnome-search-tool/gnome-search-tool-fr.omf
-share/omf/gnome-search-tool/gnome-search-tool-it.omf
-share/omf/gnome-search-tool/gnome-search-tool-ko.omf
-share/omf/gnome-search-tool/gnome-search-tool-oc.omf
-share/omf/gnome-search-tool/gnome-search-tool-ru.omf
-share/omf/gnome-search-tool/gnome-search-tool-sv.omf
-share/omf/gnome-search-tool/gnome-search-tool-uk.omf
-share/omf/gnome-search-tool/gnome-search-tool-zh_CN.omf
-share/omf/gnome-system-log/gnome-system-log-C.omf
-share/omf/gnome-system-log/gnome-system-log-ca.omf
-share/omf/gnome-system-log/gnome-system-log-cs.omf
-share/omf/gnome-system-log/gnome-system-log-de.omf
-share/omf/gnome-system-log/gnome-system-log-el.omf
-share/omf/gnome-system-log/gnome-system-log-en_GB.omf
-share/omf/gnome-system-log/gnome-system-log-es.omf
-share/omf/gnome-system-log/gnome-system-log-eu.omf
-share/omf/gnome-system-log/gnome-system-log-fi.omf
-share/omf/gnome-system-log/gnome-system-log-fr.omf
-share/omf/gnome-system-log/gnome-system-log-it.omf
-share/omf/gnome-system-log/gnome-system-log-ko.omf
-share/omf/gnome-system-log/gnome-system-log-oc.omf
-share/omf/gnome-system-log/gnome-system-log-ru.omf
-share/omf/gnome-system-log/gnome-system-log-sv.omf
-share/omf/gnome-system-log/gnome-system-log-uk.omf
-share/omf/gnome-system-log/gnome-system-log-zh_CN.omf
-share/pixmaps/gsearchtool/thumbnail_frame.png
diff --git a/misc/gnome-utils/distinfo b/misc/gnome-utils/distinfo
deleted file mode 100644
index 7159025effe..00000000000
--- a/misc/gnome-utils/distinfo
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: distinfo,v 1.24 2018/02/06 10:39:46 jperkin Exp $
-
-SHA1 (gnome-utils-2.32.0.tar.bz2) = 68ef7e12280969bde9bee4bbd566ad4ab0572e77
-RMD160 (gnome-utils-2.32.0.tar.bz2) = c25667eec2ba4fd0d704c10a92e2e6b071eb1bfc
-SHA512 (gnome-utils-2.32.0.tar.bz2) = 77d0cbbe6982ee9a7c08bfddfdd010416188cae02a633f76e7fbe9eb927206bf80a6b95475290f032995fb9afe8afb9ab8a986679ae4e9226d1b40a1243d0435
-Size (gnome-utils-2.32.0.tar.bz2) = 7705320 bytes
-SHA1 (patch-aa) = 86226faedcf3078507799432b42b5601c4bc412e
-SHA1 (patch-ac) = 482b496673bcfd4be21d5defed51e74da3009982
-SHA1 (patch-ad) = 2e6b9e7f638dc758b948f5782300a16b95e67d0b
-SHA1 (patch-ae) = ab44b488da57de56752253f67414f44cc3075957
-SHA1 (patch-gnome-dictionary_libgdict_gdict-client-context.h) = 82a5c5e1a4da87b31035d59588972e61412fef59
-SHA1 (patch-logview_logview-utils.c) = f5be5c8db4d3a117012c2253ecdf286452901290
diff --git a/misc/gnome-utils/patches/patch-aa b/misc/gnome-utils/patches/patch-aa
deleted file mode 100644
index 08c08695aec..00000000000
--- a/misc/gnome-utils/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2009/03/17 12:07:47 jmcneill Exp $
-
---- gsearchtool/gsearchtool-support.c.orig 2009-02-27 09:30:59.000000000 -0500
-+++ gsearchtool/gsearchtool-support.c
-@@ -30,6 +30,7 @@
- #endif
-
- #include <string.h>
-+#include <sys/types.h>
- #include <glib/gi18n.h>
- #include <glib.h>
- #include <regex.h>
diff --git a/misc/gnome-utils/patches/patch-ac b/misc/gnome-utils/patches/patch-ac
deleted file mode 100644
index 3099b6dbea2..00000000000
--- a/misc/gnome-utils/patches/patch-ac
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-ac,v 1.9 2007/09/20 00:02:44 wiz Exp $
-
---- gnome-screenshot/screenshot-save.c.orig 2007-03-10 14:19:50.000000000 +0100
-+++ gnome-screenshot/screenshot-save.c
-@@ -115,7 +115,8 @@ read_pipe_from_child (GIOChannel *sour
-
- status = g_io_channel_read_line (source, &error_message, NULL, NULL, NULL);
-
-- if (status == G_IO_STATUS_NORMAL)
-+ if (status == G_IO_STATUS_NORMAL
-+ && error_message != NULL && strcmp (error_message, "OK") != 0)
- {
- message = g_strdup_printf ("Unable to save the screenshot to disk:\n\n%s", error_message);
- dialog = gtk_message_dialog_new (NULL, 0,
-@@ -226,8 +227,7 @@ screenshot_save_start (GdkPixbuf *pix
- ERROR_MESSAGE,
- strlen (ERROR_MESSAGE));
- }
-- /* By closing the pipe, we let the main process know that we're
-- * done saving it. */
-+ write (pipe_from_child[1], "OK", strlen ("OK"));
- close (pipe_from_child[1]);
- read (parent_exit_notification[0], &c, 1);
-
-@@ -243,7 +243,7 @@ screenshot_save_start (GdkPixbuf *pix
-
- channel = g_io_channel_unix_new (pipe_from_child[0]);
- g_io_add_watch (channel,
-- G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
-+ G_IO_IN | G_IO_ERR | G_IO_NVAL,
- read_pipe_from_child,
- NULL);
- g_io_channel_unref (channel);
diff --git a/misc/gnome-utils/patches/patch-ad b/misc/gnome-utils/patches/patch-ad
deleted file mode 100644
index 100c3a3a8a2..00000000000
--- a/misc/gnome-utils/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.7 2011/04/15 16:08:06 drochner Exp $
-
---- gsearchtool/libgnomeui-deprecated/Makefile.in.orig 2010-09-27 22:50:42.000000000 +0000
-+++ gsearchtool/libgnomeui-deprecated/Makefile.in
-@@ -278,7 +278,7 @@ target_alias = @target_alias@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--INCLUDES = -DGTK_DISABLE_DEPRECATED \
-+INCLUDES = \
- -DGDK_DISABLE_DEPRECATED \
- -DG_DISABLE_DEPRECATED
-
diff --git a/misc/gnome-utils/patches/patch-ae b/misc/gnome-utils/patches/patch-ae
deleted file mode 100644
index b5ba3d54792..00000000000
--- a/misc/gnome-utils/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.5 2012/02/10 16:05:30 drochner Exp $
-
---- gnome-dictionary/libgdict/Makefile.in.orig 2010-09-27 22:50:41.000000000 +0000
-+++ gnome-dictionary/libgdict/Makefile.in
-@@ -328,7 +328,6 @@ INCLUDES = -DG_LOG_DOMAIN=\"Gdict\"
- -DGNOMELOCALEDIR=\""$(gnomeutilslocaledir)"\" \
- -DGDICTSOURCESDIR=\""$(datadir)/gdict-1.0/sources"\" \
- -DGDICT_ENABLE_INTERNALS=1 \
-- -DG_DISABLE_DEPRECATED \
- -DGDK_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DPANGO_DISABLE_DEPRECATED \
diff --git a/misc/gnome-utils/patches/patch-gnome-dictionary_libgdict_gdict-client-context.h b/misc/gnome-utils/patches/patch-gnome-dictionary_libgdict_gdict-client-context.h
deleted file mode 100644
index fa05cd45359..00000000000
--- a/misc/gnome-utils/patches/patch-gnome-dictionary_libgdict_gdict-client-context.h
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-gnome-dictionary_libgdict_gdict-client-context.h,v 1.1 2017/07/14 12:57:23 joerg Exp $
-
---- gnome-dictionary/libgdict/gdict-client-context.h.orig 2017-07-12 23:39:46.323552444 +0000
-+++ gnome-dictionary/libgdict/gdict-client-context.h
-@@ -21,6 +21,7 @@
- #define __GDICT_CLIENT_CONTEXT_H__
-
- #include <glib-object.h>
-+#include "gdict-context.h"
-
- #define GDICT_TYPE_CLIENT_CONTEXT (gdict_client_context_get_type ())
- #define GDICT_CLIENT_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDICT_TYPE_CLIENT_CONTEXT, GdictClientContext))
diff --git a/misc/gnome-utils/patches/patch-logview_logview-utils.c b/misc/gnome-utils/patches/patch-logview_logview-utils.c
deleted file mode 100644
index 3624bcc4c8d..00000000000
--- a/misc/gnome-utils/patches/patch-logview_logview-utils.c
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-logview_logview-utils.c,v 1.1 2018/02/06 10:39:46 jperkin Exp $
-
-Set _XOPEN_SOURCE correctly.
-
---- logview/logview-utils.c.orig 2009-09-21 15:54:41.000000000 +0000
-+++ logview/logview-utils.c
-@@ -19,7 +19,9 @@
- * Foundation, Inc., 551 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
- */
-
-+#if !defined(__sun) || (__STDC_VERSION__-0 < 199901L)
- #define _XOPEN_SOURCE
-+#endif
- #include <time.h>
- #include <string.h>
- #include <stdlib.h>
-@@ -274,4 +276,4 @@ log_read_dates (const char **buffer_line
- days = g_slist_sort (days, days_compare);
-
- return days;
--}
-\ No newline at end of file
-+}