update gnome-utils to 2.18.1

ok martynas@
This commit is contained in:
jasper 2007-05-18 14:07:39 +00:00
parent bf3bca3741
commit 6490700092
9 changed files with 324 additions and 193 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.17 2007/02/11 00:56:58 steven Exp $
# $OpenBSD: Makefile,v 1.18 2007/05/18 14:07:39 jasper Exp $
COMMENT= "GNOME utility programs"
DISTNAME= gnome-utils-2.10.1
PKGNAME= ${DISTNAME}p4
DISTNAME= gnome-utils-2.18.1
SHARED_LIBS += gdict-1.0 5.12 # .5.12
CATEGORIES= x11/gnome
HOMEPAGE= http://www.gnome.org/
@ -13,30 +13,39 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE ORBit-2 SM X11 Xext Xrender glitz png \
art_lgpl_2 atk-1.0 bonobo-2 bonobo-activation bonoboui-2 c \
fontconfig freetype gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 \
glib-2.0 gmodule-2.0 gnome-2 gnome-desktop-2 \
gnomecanvas-2 gnomevfs-2 gobject-2.0 gthread-2.0 \
gtk-x11-2.0 m pango-1.0 pangoft2-1.0 \
pangocairo-1.0 popt pthread cairo \
gnomeprint-2-2 glade-2.0 startup-notification-1 xml2 z
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcursor Xdmcp \
Xext Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0 \
audiofile bonobo-2 bonobo-activation bonoboui-2 c cairo \
crypto dbus-1 dbus-glib-1 esd expat fontconfig freetype \
gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 \
glitz gmodule-2.0 gnome-2 gnome-desktop-2 gnome-keyring \
gnomecanvas-2 gnomeprint-2-2 gnomevfs-2 gobject-2.0 \
gthread-2.0 gtk-x11-2.0 jpeg kvm m pango-1.0 pangocairo-1.0 \
pangoft2-1.0 png popt pthread ssl startup-notification-1 \
util xml2 z
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/2.10/}
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/2.18/}
EXTRACT_SUFX= .tar.bz2
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
LIB_DEPENDS= gnomeui-2.>=200::x11/gnome/libgnomeui \
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser \
:gnome-doc-utils-*:x11/gnome/doc-utils
LIB_DEPENDS= gtop-2.0.>=7::devel/libgtop2 \
gnomeui-2.>=1800::x11/gnome/libgnomeui \
panel-applet-2::x11/gnome/panel \
gnomeprintui-2-2::x11/gnome/libgnomeprintui
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
:fam-*:sysutils/fam \
:scrollkeeper->=0.3.12:textproc/scrollkeeper
MODULES= devel/gettext
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-schemas-install
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-utils
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-schemas-install \
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-utils \
--disable-hal
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,5 +1,5 @@
MD5 (gnome-utils-2.10.1.tar.bz2) = eMCv3BEnV7E9ID/hrZwErQ==
RMD160 (gnome-utils-2.10.1.tar.bz2) = WVGxYuvtWJlYa62dZSGxI3f+cFA=
SHA1 (gnome-utils-2.10.1.tar.bz2) = Cbb2xdn/UqjmDx0lHLWbsDOMubA=
SHA256 (gnome-utils-2.10.1.tar.bz2) = Tkrf8qD1tScO2yz+I44Qz2jTCXEuHkBIzi2P3KGSplI=
SIZE (gnome-utils-2.10.1.tar.bz2) = 2049143
MD5 (gnome-utils-2.18.1.tar.bz2) = EOi9ko0Jmg0fcJGci3t3hA==
RMD160 (gnome-utils-2.18.1.tar.bz2) = pATxMY3jXVvDuwAgmvvIMR2fCgI=
SHA1 (gnome-utils-2.18.1.tar.bz2) = 5+n4KkC0EzbIwIHmIfHvWGTGujY=
SHA256 (gnome-utils-2.18.1.tar.bz2) = bOsi1z1HqBmtCKrtdZfSFYFo6K+eukG5P/bRDYWiUOc=
SIZE (gnome-utils-2.18.1.tar.bz2) = 4094695

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-baobab_src_baobab-utils_c,v 1.1 2007/05/18 14:07:39 jasper Exp $
--- baobab/src/baobab-utils.c.orig Tue Dec 12 10:36:07 2006
+++ baobab/src/baobab-utils.c Tue Dec 12 10:36:13 2006
@@ -27,7 +27,6 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <string.h>
-#include <monetary.h>
#include <glib/gi18n.h>
#include <glib/gprintf.h>
#include <gtk/gtk.h>

View File

@ -1,29 +0,0 @@
--- gnome-screenshot/screenshot-save.c.orig Mon Nov 1 12:56:19 2004
+++ gnome-screenshot/screenshot-save.c Thu May 26 10:36:37 2005
@@ -94,16 +94,20 @@ read_pipe_from_child (GIOChannel *sour
gchar *message = NULL;
gchar *error_message = NULL;
GtkWidget *dialog;
+ GIOStatus status;
- g_io_channel_read_line (source, &error_message, NULL, NULL, NULL);
- message = g_strdup_printf ("Unable to save the screenshot to disk:\n\n%s", error_message);
- dialog = gtk_message_dialog_new (NULL, 0,
+ status = g_io_channel_read_line (source, &error_message, NULL, NULL, NULL);
+ if (status == G_IO_STATUS_NORMAL)
+ {
+ message = g_strdup_printf ("Unable to save the screenshot to disk:\n\n%s", error_message);
+ dialog = gtk_message_dialog_new (NULL, 0,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_OK,
message);
- gtk_dialog_run (GTK_DIALOG (dialog));
- gtk_widget_destroy (dialog);
- exit (1);
+ gtk_dialog_run (GTK_DIALOG (dialog));
+ gtk_widget_destroy (dialog);
+ exit (1);
+ }
}
(*save_callback) (save_user_data);

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-logview_gnome-system-log-descript_db,v 1.2 2004/06/23 03:26:20 marcm Exp $
--- logview/gnome-system-log-descript.db.orig 2003-10-18 05:24:27.000000000 -0600
+++ logview/gnome-system-log-descript.db 2004-06-21 17:21:04.000000000 -0600
@@ -18,6 +18,7 @@ mesg1:This is message description number
$OpenBSD: patch-logview_gnome-system-log-descript_db,v 1.3 2007/05/18 14:07:39 jasper Exp $
--- logview/gnome-system-log-descript.db.orig Sat Apr 14 13:34:45 2007
+++ logview/gnome-system-log-descript.db Mon Apr 23 16:41:13 2007
@@ -18,6 +18,7 @@ mesg1:This is message description number 1.
mesg2:This is message description number 2.
mesg3:This is message description number 3.
default kernel:These messages are generated by the operating system kernel. They include purely informational messages, or warnings, or errors from subsystems like hardware drivers, networks or filesystems,or process, resource and user accounting.

View File

@ -1,30 +0,0 @@
$OpenBSD: patch-logview_logrtns_c,v 1.4 2005/05/26 22:54:07 marcm Exp $
--- logview/logrtns.c.orig Wed Mar 2 07:23:27 2005
+++ logview/logrtns.c Thu May 26 10:17:08 2005
@@ -645,7 +645,7 @@ ReadLogStats (Log *log, gchar **buffer_l
if (IsLeapYear (curmark->year - lastyear + thisyear))
curmark->time += 24 * 60 * 60; /* Add one day */
-#if defined(__NetBSD__) || defined(__FreeBSD__)
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
curmark->time += correction - tmptm->tm_gmtoff;
#else
curmark->time += correction - timezone;
@@ -669,7 +669,7 @@ ReadLogStats (Log *log, gchar **buffer_l
if (IsLeapYear (thisyear))
log->lstats.enddate += 24 * 60 * 60; /* Add one day */
-#if defined(__NetBSD__) || defined(__FreeBSD__)
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
log->lstats.enddate += correction - tmptm->tm_gmtoff;
#else
log->lstats.enddate += correction - timezone;
@@ -680,7 +680,7 @@ ReadLogStats (Log *log, gchar **buffer_l
if (IsLeapYear (thisyear - lastyear))
log->lstats.startdate += 24 * 60 * 60; /* Add one day */
-#if defined(__NetBSD__) || defined(__FreeBSD__)
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
log->lstats.startdate += correction - tmptm->tm_gmtoff;
#else
log->lstats.startdate += correction - timezone;

View File

@ -1,2 +1,2 @@
This package includes some basic GNOME utilities, including a a
screenshot tool, a dictionary, a search tool and a system log viewer.
This package includes some basic GNOME utilities, including a screenshot
tool, a dictionary, a search tool and a system log viewer.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2007/05/18 14:07:39 jasper Exp $
@lib lib/libgdict-1.0.so.${LIBgdict-1.0_VERSION}

View File

@ -1,24 +1,60 @@
@comment $OpenBSD: PLIST,v 1.10 2006/01/19 17:22:43 steven Exp $
@comment $OpenBSD: PLIST,v 1.11 2007/05/18 14:07:39 jasper Exp $
%%SHARED%%
bin/baobab
bin/gnome-dictionary
bin/gnome-panel-screenshot
bin/gnome-screenshot
bin/gnome-search-tool
bin/gnome-system-log
include/gdict-1.0/
include/gdict-1.0/gdict/
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-entry.h
include/gdict-1.0/gdict/gdict-enum-types.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/
lib/bonobo/servers/
lib/bonobo/servers/GNOME_GDictApplet.server
libexec/gdict-applet
lib/bonobo/servers/GNOME_DictionaryApplet.server
lib/libgdict-1.0.a
lib/libgdict-1.0.la
lib/pkgconfig/
lib/pkgconfig/gdict-1.0.pc
libexec/gnome-dictionary-applet
@man man/man1/baobab.1
@man man/man1/gnome-dictionary.1
@man man/man1/gnome-search-tool.1
@man man/man1/gnome-system-log.1
share/applications/
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/
share/baobab/pixmaps/
share/baobab/pixmaps/baobab.glade
share/baobab/pixmaps/shot.png
share/gdict-1.0/
share/gdict-1.0/sources/
share/gdict-1.0/sources/default.desktop
share/gdict-1.0/sources/spanish.desktop
share/gdict-1.0/sources/thai.desktop
share/gnome/
share/gnome-2.0/
share/gnome-2.0/ui/
share/gnome-2.0/ui/GNOME_GDictApplet.xml
share/gnome-2.0/ui/GNOME_DictionaryApplet.xml
share/gnome-dictionary/
share/gnome-dictionary/gnome-dictionary-preferences.glade
share/gnome-dictionary/gnome-dictionary-ui.xml
share/gnome-screenshot/
share/gnome-screenshot/glade/
share/gnome-screenshot/glade/gnome-screenshot.glade
@ -27,25 +63,146 @@ share/gnome-system-log/gnome-system-log-actions.db
share/gnome-system-log/gnome-system-log-descript.db
share/gnome-system-log/gnome-system-log-regexp.db
share/gnome/help/
share/gnome/help/baobab/
share/gnome/help/baobab/C/
share/gnome/help/baobab/C/baobab.xml
share/gnome/help/baobab/C/figures/
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_treemaps.png
share/gnome/help/baobab/C/figures/baobab_window.png
share/gnome/help/baobab/C/legal.xml
share/gnome/help/baobab/en_GB/
share/gnome/help/baobab/en_GB/baobab.xml
share/gnome/help/baobab/en_GB/figures/
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_treemaps.png
share/gnome/help/baobab/en_GB/figures/baobab_window.png
share/gnome/help/baobab/es/
share/gnome/help/baobab/es/baobab.xml
share/gnome/help/baobab/es/figures/
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_treemaps.png
share/gnome/help/baobab/es/figures/baobab_window.png
share/gnome/help/baobab/fr/
share/gnome/help/baobab/fr/baobab.xml
share/gnome/help/baobab/fr/figures/
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_treemaps.png
share/gnome/help/baobab/fr/figures/baobab_window.png
share/gnome/help/baobab/sv/
share/gnome/help/baobab/sv/baobab.xml
share/gnome/help/baobab/sv/figures/
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_treemaps.png
share/gnome/help/baobab/sv/figures/baobab_window.png
share/gnome/help/baobab/uk/
share/gnome/help/baobab/uk/baobab.xml
share/gnome/help/baobab/uk/figures/
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_treemaps.png
share/gnome/help/baobab/uk/figures/baobab_window.png
share/gnome/help/gnome-dictionary/
share/gnome/help/gnome-dictionary/C/
share/gnome/help/gnome-dictionary/C/figures/
share/gnome/help/gnome-dictionary/C/figures/gdict_applet.png
share/gnome/help/gnome-dictionary/C/figures/gdict_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/ja/
share/gnome/help/gnome-dictionary/ja/figures/
share/gnome/help/gnome-dictionary/ja/figures/gdict_applet.png
share/gnome/help/gnome-dictionary/ja/figures/gdict_window.png
share/gnome/help/gnome-dictionary/ja/gnome-dictionary.xml
share/gnome/help/gnome-dictionary/ja/legal.xml
share/gnome/help/gnome-dictionary/el/
share/gnome/help/gnome-dictionary/el/figures/
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/es/
share/gnome/help/gnome-dictionary/es/figures/
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/fr/
share/gnome/help/gnome-dictionary/fr/figures/
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/
share/gnome/help/gnome-dictionary/it/figures/
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/ru/
share/gnome/help/gnome-dictionary/ru/figures/
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/
share/gnome/help/gnome-dictionary/sv/figures/
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/
share/gnome/help/gnome-dictionary/uk/figures/
share/gnome/help/gnome-dictionary/uk/figures/gdict_applet.png
share/gnome/help/gnome-dictionary/uk/figures/gdict_window.png
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/uk/legal.xml
share/gnome/help/gnome-search-tool/
share/gnome/help/gnome-search-tool/C/
share/gnome/help/gnome-search-tool/C/figures/
@ -56,108 +213,87 @@ share/gnome/help/gnome-search-tool/es/
share/gnome/help/gnome-search-tool/es/figures/
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/es/legal.xml
share/gnome/help/gnome-search-tool/fr/
share/gnome/help/gnome-search-tool/fr/figures/
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/fr/legal.xml
share/gnome/help/gnome-search-tool/it/
share/gnome/help/gnome-search-tool/it/figures/
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/it/legal.xml
share/gnome/help/gnome-search-tool/ja/
share/gnome/help/gnome-search-tool/ja/figures/
share/gnome/help/gnome-search-tool/ja/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/ja/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/ja/legal.xml
share/gnome/help/gnome-search-tool/ko/
share/gnome/help/gnome-search-tool/ko/figures/
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/ko/legal.xml
share/gnome/help/gnome-search-tool/ru/
share/gnome/help/gnome-search-tool/ru/figures/
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/
share/gnome/help/gnome-search-tool/sv/figures/
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/sv/legal.xml
share/gnome/help/gnome-search-tool/uk/
share/gnome/help/gnome-search-tool/uk/figures/
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/uk/legal.xml
share/gnome/help/gnome-search-tool/zh_CN/
share/gnome/help/gnome-search-tool/zh_CN/figures/
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-search-tool/zh_CN/legal.xml
share/gnome/help/gnome-search-tool/zh_HK/
share/gnome/help/gnome-search-tool/zh_HK/figures/
share/gnome/help/gnome-search-tool/zh_HK/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/zh_HK/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/zh_HK/legal.xml
share/gnome/help/gnome-search-tool/zh_TW/
share/gnome/help/gnome-search-tool/zh_TW/figures/
share/gnome/help/gnome-search-tool/zh_TW/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/zh_TW/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/zh_TW/legal.xml
share/gnome/help/gnome-system-log/
share/gnome/help/gnome-system-log/C/
share/gnome/help/gnome-system-log/C/figures/
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/de/
share/gnome/help/gnome-system-log/de/figures/
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/de/legal.xml
share/gnome/help/gnome-system-log/es/
share/gnome/help/gnome-system-log/es/figures/
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/es/legal.xml
share/gnome/help/gnome-system-log/fr/
share/gnome/help/gnome-system-log/fr/figures/
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/fr/legal.xml
share/gnome/help/gnome-system-log/it/
share/gnome/help/gnome-system-log/it/figures/
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/it/legal.xml
share/gnome/help/gnome-system-log/ja/
share/gnome/help/gnome-system-log/ja/figures/
share/gnome/help/gnome-system-log/ja/figures/syslog_window.png
share/gnome/help/gnome-system-log/ja/gnome-system-log.xml
share/gnome/help/gnome-system-log/ja/legal.xml
share/gnome/help/gnome-system-log/ko/
share/gnome/help/gnome-system-log/ko/figures/
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/ko/legal.xml
share/gnome/help/gnome-system-log/ru/
share/gnome/help/gnome-system-log/ru/figures/
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/
share/gnome/help/gnome-system-log/sv/figures/
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/sv/legal.xml
share/gnome/help/gnome-system-log/uk/
share/gnome/help/gnome-system-log/uk/figures/
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/uk/legal.xml
share/gnome/help/gnome-system-log/zh_CN/
share/gnome/help/gnome-system-log/zh_CN/figures/
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/gnome/help/gnome-system-log/zh_CN/legal.xml
share/gnome/help/gnome-system-log/zh_TW/
share/gnome/help/gnome-system-log/zh_TW/figures/
share/gnome/help/gnome-system-log/zh_TW/figures/syslog_window.png
share/gnome/help/gnome-system-log/zh_TW/gnome-system-log.xml
share/gnome/help/gnome-system-log/zh_TW/legal.xml
share/gtk-doc/
share/gtk-doc/html/
share/gtk-doc/html/gdict/
share/gtk-doc/html/gdict/gdict-GdictClientContext.html
share/gtk-doc/html/gdict/gdict-GdictDefbox.html
share/gtk-doc/html/gdict/gdict-GdictEntry.html
share/gtk-doc/html/gdict/gdict-GdictSource.html
share/gtk-doc/html/gdict/gdict-GdictSourceLoader.html
share/gtk-doc/html/gdict/gdict-gdict-context.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/left.png
share/gtk-doc/html/gdict/right.png
share/gtk-doc/html/gdict/sources-loader.html
share/gtk-doc/html/gdict/sources.html
share/gtk-doc/html/gdict/style.css
share/gtk-doc/html/gdict/up.png
share/icons/
share/icons/hicolor/
share/icons/hicolor/24x24/
share/icons/hicolor/24x24/apps/
share/icons/hicolor/24x24/apps/baobab.png
share/icons/hicolor/48x48/
share/icons/hicolor/48x48/apps/
share/icons/hicolor/48x48/apps/gnome-dictionary.png
share/icons/hicolor/scalable/
share/icons/hicolor/scalable/apps/
share/icons/hicolor/scalable/apps/baobab.svg
share/icons/hicolor/scalable/apps/gnome-dictionary.svg
share/locale/am/
share/locale/am/LC_MESSAGES/
share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo
@ -172,6 +308,9 @@ share/locale/bg/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/bn/
share/locale/bn/LC_MESSAGES/
share/locale/bn/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/bn_IN/
share/locale/bn_IN/LC_MESSAGES/
share/locale/bn_IN/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/bs/
share/locale/bs/LC_MESSAGES/
share/locale/bs/LC_MESSAGES/gnome-utils-2.0.mo
@ -182,6 +321,9 @@ share/locale/cy/LC_MESSAGES/
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/
share/locale/dz/LC_MESSAGES/
share/locale/dz/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/el/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/en_CA/
share/locale/en_CA/LC_MESSAGES/
@ -213,11 +355,20 @@ 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/
share/locale/ka/LC_MESSAGES/
share/locale/ka/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ku/
share/locale/ku/LC_MESSAGES/
share/locale/ku/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/lt/
share/locale/lt/LC_MESSAGES/
share/locale/lt/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/lv/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/mg/
share/locale/mg/LC_MESSAGES/
share/locale/mg/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/mk/
share/locale/mk/LC_MESSAGES/
share/locale/mk/LC_MESSAGES/gnome-utils-2.0.mo
@ -236,7 +387,9 @@ share/locale/ne/LC_MESSAGES/
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/no/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/or/
share/locale/or/LC_MESSAGES/
share/locale/or/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/pa/
share/locale/pa/LC_MESSAGES/
share/locale/pa/LC_MESSAGES/gnome-utils-2.0.mo
@ -274,40 +427,55 @@ share/locale/xh/
share/locale/xh/LC_MESSAGES/
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/
share/locale/zh_HK/LC_MESSAGES/
share/locale/zh_HK/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
share/omf/
share/omf/gnome-utils/
share/omf/gnome-utils/gnome-dictionary-C.omf
share/omf/gnome-utils/gnome-dictionary-ja.omf
share/omf/gnome-utils/gnome-dictionary-uk.omf
share/omf/gnome-utils/gnome-search-tool-C.omf
share/omf/gnome-utils/gnome-search-tool-es.omf
share/omf/gnome-utils/gnome-search-tool-fr.omf
share/omf/gnome-utils/gnome-search-tool-it.omf
share/omf/gnome-utils/gnome-search-tool-ja.omf
share/omf/gnome-utils/gnome-search-tool-ko.omf
share/omf/gnome-utils/gnome-search-tool-sv.omf
share/omf/gnome-utils/gnome-search-tool-uk.omf
share/omf/gnome-utils/gnome-search-tool-zh_CN.omf
share/omf/gnome-utils/gnome-search-tool-zh_HK.omf
share/omf/gnome-utils/gnome-search-tool-zh_TW.omf
share/omf/gnome-utils/gnome-system-log-C.omf
share/omf/gnome-utils/gnome-system-log-de.omf
share/omf/gnome-utils/gnome-system-log-es.omf
share/omf/gnome-utils/gnome-system-log-fr.omf
share/omf/gnome-utils/gnome-system-log-it.omf
share/omf/gnome-utils/gnome-system-log-ja.omf
share/omf/gnome-utils/gnome-system-log-ko.omf
share/omf/gnome-utils/gnome-system-log-sv.omf
share/omf/gnome-utils/gnome-system-log-uk.omf
share/omf/gnome-utils/gnome-system-log-zh_CN.omf
share/omf/gnome-utils/gnome-system-log-zh_TW.omf
share/omf/baobab/
share/omf/baobab/baobab-C.omf
share/omf/baobab/baobab-en_GB.omf
share/omf/baobab/baobab-es.omf
share/omf/baobab/baobab-fr.omf
share/omf/baobab/baobab-sv.omf
share/omf/baobab/baobab-uk.omf
share/omf/gnome-dictionary/
share/omf/gnome-dictionary/gnome-dictionary-C.omf
share/omf/gnome-dictionary/gnome-dictionary-el.omf
share/omf/gnome-dictionary/gnome-dictionary-es.omf
share/omf/gnome-dictionary/gnome-dictionary-fr.omf
share/omf/gnome-dictionary/gnome-dictionary-it.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-search-tool/
share/omf/gnome-search-tool/gnome-search-tool-C.omf
share/omf/gnome-search-tool/gnome-search-tool-es.omf
share/omf/gnome-search-tool/gnome-search-tool-fr.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-system-log/
share/omf/gnome-system-log/gnome-system-log-C.omf
share/omf/gnome-system-log/gnome-system-log-es.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-ru.omf
share/omf/gnome-system-log/gnome-system-log-sv.omf
share/omf/gnome-system-log/gnome-system-log-uk.omf
share/pixmaps/
share/pixmaps/gsearchtool/
share/pixmaps/gsearchtool/thumbnail_frame.png
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/gnome-utils/*.schemas > /dev/null
share/schemas/
share/schemas/gnome-utils/
share/schemas/gnome-utils/gdict.schemas
share/schemas/gnome-utils/baobab.schemas
share/schemas/gnome-utils/gnome-dictionary.schemas
share/schemas/gnome-utils/gnome-screenshot.schemas
share/schemas/gnome-utils/gnome-search-tool.schemas
share/schemas/gnome-utils/logview.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gnome-utils/*.schemas > /dev/null
@exec %D/bin/scrollkeeper-update -q
@unexec %D/bin/scrollkeeper-update -q
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database