diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
commit | 03af2187bd388708aa7234d923ec38192b6fc7a2 (patch) | |
tree | 7ce23e0d0c750d353ac0da5306ba035076e0adf0 /deskutils | |
parent | dd85694bb4fdd0d68574a5b609e8e026c8a16a4e (diff) | |
download | ports-03af2187bd388708aa7234d923ec38192b6fc7a2.tar.gz ports-03af2187bd388708aa7234d923ec38192b6fc7a2.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 23 | ||||
-rw-r--r-- | deskutils/gnome-pim/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gnome-pim/files/extra-patch-nopilot | 26 | ||||
-rw-r--r-- | deskutils/gnome-pim/files/patch-ab | 8 | ||||
-rw-r--r-- | deskutils/gnome-pim/files/patch-ae | 28 | ||||
-rw-r--r-- | deskutils/gnome-pim/pkg-plist | 24 | ||||
-rw-r--r-- | deskutils/gnome-utils/Makefile | 6 | ||||
-rw-r--r-- | deskutils/gnome-utils/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gnome-utils/files/patch-aa | 31 | ||||
-rw-r--r-- | deskutils/gnome-utils/files/patch-ai | 6 | ||||
-rw-r--r-- | deskutils/gnome-utils/pkg-plist | 356 | ||||
-rw-r--r-- | deskutils/gnomepim/Makefile | 23 | ||||
-rw-r--r-- | deskutils/gnomepim/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gnomepim/files/extra-patch-nopilot | 26 | ||||
-rw-r--r-- | deskutils/gnomepim/files/patch-ab | 8 | ||||
-rw-r--r-- | deskutils/gnomepim/files/patch-ae | 28 | ||||
-rw-r--r-- | deskutils/gnomepim/pkg-plist | 24 | ||||
-rw-r--r-- | deskutils/gnomeutils2/Makefile | 6 | ||||
-rw-r--r-- | deskutils/gnomeutils2/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gnomeutils2/files/patch-aa | 31 | ||||
-rw-r--r-- | deskutils/gnomeutils2/files/patch-ai | 6 | ||||
-rw-r--r-- | deskutils/gnomeutils2/pkg-plist | 356 |
22 files changed, 662 insertions, 362 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index b688bc0ac521..bdcd06e47671 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomepim -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.0 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-pim @@ -14,28 +14,13 @@ DISTNAME= gnome-pim-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -.if defined(WITH_GNOMEPILOT) -LIB_DEPENDS+= gpilotd.0:${PORTSDIR}/palm/gnomepilot -PILOTINC= "-I${LOCALBASE}/pilot/include" -PILOTLIB= "-L${LOCALBASE}/pilot/lib" -PLIST_SUB+= GNOMEPILOT:="" -.else -CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nopilot -PLIST_SUB+= GNOMEPILOT:="@comment " -.endif - USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PILOTINC}" \ - LIBS="-L${LOCALBASE}/lib ${PILOTLIB}" - -.if !defined(WITH_GNOMEPILOT) -pre-extract: - @${ECHO} "You can add gnomepilot support by defining WITH_GNOMEPILOT" -.endif +CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ diff --git a/deskutils/gnome-pim/distinfo b/deskutils/gnome-pim/distinfo index 277f4e65d5f2..6daa3d5c1631 100644 --- a/deskutils/gnome-pim/distinfo +++ b/deskutils/gnome-pim/distinfo @@ -1 +1 @@ -MD5 (gnome-pim-1.2.0.tar.gz) = d0af4da54851fa996b59d4f738ff2920 +MD5 (gnome-pim-1.4.0.tar.gz) = 177daf8b1e15be906fb41dca94a00e76 diff --git a/deskutils/gnome-pim/files/extra-patch-nopilot b/deskutils/gnome-pim/files/extra-patch-nopilot index 546fad85c5a5..e69de29bb2d1 100644 --- a/deskutils/gnome-pim/files/extra-patch-nopilot +++ b/deskutils/gnome-pim/files/extra-patch-nopilot @@ -1,26 +0,0 @@ ---- configure.orig Fri Jun 2 12:19:04 2000 -+++ configure Fri Jun 2 12:19:38 2000 -@@ -3629,23 +3629,7 @@ - - echo $ac_n "checking for gnome-pilot environment""... $ac_c" 1>&6 - echo "configure:3632: checking for gnome-pilot environment" >&5 --if eval "test \"`echo '$''{'gnome_cv_pilot_found'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- -- if test "x$GNOME_CONFIG" = "xno"; then - gnome_cv_pilot_found=no -- else -- # gnome-config doesn't return a useful error status, -- # so we check if it outputs anything to stderr -- if test "x`$GNOME_CONFIG gpilot 2>&1 > /dev/null`" = "x"; then -- gnome_cv_pilot_found=yes -- else -- gnome_cv_pilot_found=no -- fi -- fi -- --fi - - echo "$ac_t""$gnome_cv_pilot_found" 1>&6 - diff --git a/deskutils/gnome-pim/files/patch-ab b/deskutils/gnome-pim/files/patch-ab index a64463dc909a..9471fee3c802 100644 --- a/deskutils/gnome-pim/files/patch-ab +++ b/deskutils/gnome-pim/files/patch-ab @@ -1,11 +1,11 @@ ---- gncal/Makefile.in.orig Sat May 20 20:52:50 2000 -+++ gncal/Makefile.in Wed Aug 2 10:27:30 2000 -@@ -143,3 +143,3 @@ +--- gncal/Makefile.in.orig Tue Feb 27 16:56:32 2001 ++++ gncal/Makefile.in Tue Feb 27 16:56:49 2001 +@@ -139,3 +139,3 @@ -help_base = $(datadir)/help/cal +help_base = $(datadir)/help/gnomecal -@@ -174,3 +174,3 @@ +@@ -170,3 +170,3 @@ -libcalendar_conduit_la_LDFLAGS = -rpath $(libdir) +libcalendar_conduit_la_LDFLAGS = -rpath $(libdir) -avoid-version diff --git a/deskutils/gnome-pim/files/patch-ae b/deskutils/gnome-pim/files/patch-ae new file mode 100644 index 000000000000..d717eba3f5d7 --- /dev/null +++ b/deskutils/gnome-pim/files/patch-ae @@ -0,0 +1,28 @@ +--- configure.orig Mon Feb 26 00:15:55 2001 ++++ configure Tue Feb 27 16:58:50 2001 +@@ -3632,23 +3632,5 @@ + +- echo $ac_n "checking for gnome-pilot environment""... $ac_c" 1>&6 +-echo "configure:3635: checking for gnome-pilot environment" >&5 +-if eval "test \"`echo '$''{'gnome_cv_pilot_found'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&6 +-else +- +- if test "x$GNOME_CONFIG" = "xno"; then ++ echo "ignoring gnome-pilot environment""... $ac_c" 1>&6 ++echo "configure:3635: ignoring gnome-pilot environment" >&5 + gnome_cv_pilot_found=no +- else +- # gnome-config doesn't return a useful error status, +- # so we check if it outputs anything to stderr +- if test "x`$GNOME_CONFIG gpilot 2>&1 > /dev/null`" = "x"; then +- gnome_cv_pilot_found=yes +- else +- gnome_cv_pilot_found=no +- fi +- fi +- +-fi +- +-echo "$ac_t""$gnome_cv_pilot_found" 1>&6 + diff --git a/deskutils/gnome-pim/pkg-plist b/deskutils/gnome-pim/pkg-plist index ad35d9235e36..13b989f665b7 100644 --- a/deskutils/gnome-pim/pkg-plist +++ b/deskutils/gnome-pim/pkg-plist @@ -1,40 +1,21 @@ -%%GNOMEPILOT:%%bin/address-conduit-capplet -%%GNOMEPILOT:%%bin/calendar-conduit-control-applet -%%GNOMEPILOT:%%bin/calendar-pilot-sync bin/gnomecal bin/gnomecard etc/CORBA/servers/gnomecal.gnorba etc/CORBA/servers/gnomecard.gnorba -%%GNOMEPILOT:%%lib/gnome-pilot/conduits/libaddress_conduit.so -%%GNOMEPILOT:%%lib/gnome-pilot/conduits/libcalendar_conduit.so share/gnome/apps/Applications/gncal.desktop share/gnome/apps/Applications/gnomecard.desktop -%%GNOMEPILOT:%%share/gnome/apps/Settings/Peripherals/Conduits/address-conduit-capplet.desktop -%%GNOMEPILOT:%%share/gnome/apps/Settings/Peripherals/Conduits/calendar-conduit-control-applet.desktop -%%GNOMEPILOT:%%share/gnome/control-center/Peripherals/Conduits/address-conduit-capplet.desktop -%%GNOMEPILOT:%%share/gnome/control-center/Peripherals/Conduits/calendar-conduit-control-applet.desktop -%%GNOMEPILOT:%%share/gnome/gnome-pilot/conduits/gnomecal.conduit -%%GNOMEPILOT:%%share/gnome/gnome-pilot/conduits/gnomecard.conduit -share/gnome/help/gnomecal/C/calappoint.html -share/gnome/help/gnomecal/C/calsetup.html -share/gnome/help/gnomecal/C/caluse.html -share/gnome/help/gnomecal/C/cmdline.html -share/gnome/help/gnomecal/C/docbook.css -share/gnome/help/gnomecal/C/gcal.html -share/gnome/help/gnomecal/C/gnomecal.html share/gnome/help/gnomecal/C/images/cal-props.gif share/gnome/help/gnomecal/C/images/calday.gif share/gnome/help/gnomecal/C/images/calmonth.gif share/gnome/help/gnomecal/C/images/calweek.gif share/gnome/help/gnomecal/C/images/calyear.gif -share/gnome/help/gnomecal/C/ln20.html -share/gnome/help/gnomecal/C/tech.html.html share/gnome/help/gnomecal/C/topic.dat share/gnome/idl/GnomeCal.idl share/gnome/idl/gnome-pim.idl share/gnome/mime-info/gnome-pim.keys share/gnome/pixmaps/gnome-calendar-conduit.png share/gnome/pixmaps/gnome-gnomecard.png +share/locale/az/LC_MESSAGES/gnome-pim.mo share/locale/ca/LC_MESSAGES/gnome-pim.mo share/locale/cs/LC_MESSAGES/gnome-pim.mo share/locale/cy/LC_MESSAGES/gnome-pim.mo @@ -62,7 +43,10 @@ share/locale/pl/LC_MESSAGES/gnome-pim.mo share/locale/pt/LC_MESSAGES/gnome-pim.mo share/locale/pt_BR/LC_MESSAGES/gnome-pim.mo share/locale/ru/LC_MESSAGES/gnome-pim.mo +share/locale/sk/LC_MESSAGES/gnome-pim.mo +share/locale/sl/LC_MESSAGES/gnome-pim.mo share/locale/sv/LC_MESSAGES/gnome-pim.mo +share/locale/tr/LC_MESSAGES/gnome-pim.mo share/locale/uk/LC_MESSAGES/gnome-pim.mo share/locale/wa/LC_MESSAGES/gnome-pim.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-pim.mo diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 255eb9d58b55..92118a1c2b87 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeutils -PORTVERSION= 1.2.1 +PORTVERSION= 1.4.0 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-utils @@ -14,9 +14,7 @@ DISTNAME= gnome-utils-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ - guile.9:${PORTSDIR}/lang/guile \ - glade.4:${PORTSDIR}/devel/libglade +LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/deskutils/gnome-utils/distinfo b/deskutils/gnome-utils/distinfo index 185a3c2a3804..41e0220bab21 100644 --- a/deskutils/gnome-utils/distinfo +++ b/deskutils/gnome-utils/distinfo @@ -1 +1 @@ -MD5 (gnome-utils-1.2.1.tar.gz) = d95a0a6d43b62075c7f5dbe6c81101c0 +MD5 (gnome-utils-1.4.0.tar.gz) = 4931aae4c0d92cdf8c2da57fe56c1e99 diff --git a/deskutils/gnome-utils/files/patch-aa b/deskutils/gnome-utils/files/patch-aa deleted file mode 100644 index 6f97cad1373c..000000000000 --- a/deskutils/gnome-utils/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.orig Fri May 19 14:49:06 2000 -+++ configure Tue May 30 13:31:24 2000 -@@ -6350,17 +6350,13 @@ - if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - build_gfloppy=true -+ subdirs="gfloppy" - else -+ build_gfloppy=false - echo "$ac_t""no" 1>&6 - echo "configure: warning: *** gfloppy will not be built." 1>&2 - fi - --if $build_gfloppy; then -- subdirs="gfloppy" -- --fi -- -- - if test "$build_gfloppy" = true; then - BUILD_GFLOPPY_TRUE= - BUILD_GFLOPPY_FALSE='#' -@@ -8453,7 +8449,7 @@ - esac - done - -- for ac_config_dir in gfloppy; do -+ for ac_config_dir in $subdirs ; do - - # Do not complain, so a configure script can configure whichever - # parts of a large source tree are present. diff --git a/deskutils/gnome-utils/files/patch-ai b/deskutils/gnome-utils/files/patch-ai new file mode 100644 index 000000000000..e0ad30299780 --- /dev/null +++ b/deskutils/gnome-utils/files/patch-ai @@ -0,0 +1,6 @@ +--- app-docs.make.orig Fri Feb 9 23:12:23 2001 ++++ app-docs.make Tue Feb 27 16:18:16 2001 +@@ -1,2 +1,2 @@ +-helpdir = $(datadir)/gnome/help/$(app)/$(lang) ++helpdir = $(datadir)/help/$(app)/$(lang) + help_DATA = \ diff --git a/deskutils/gnome-utils/pkg-plist b/deskutils/gnome-utils/pkg-plist index 294fdbe5556c..19083e224545 100644 --- a/deskutils/gnome-utils/pkg-plist +++ b/deskutils/gnome-utils/pkg-plist @@ -8,17 +8,16 @@ bin/gfontsel bin/gless bin/gsearchtool bin/gshutdown -bin/gstripchart -bin/gstripchart_applet bin/gtt bin/guname bin/gw bin/logview bin/splac bin/splash +bin/stripchart +bin/stripchart-applet etc/CORBA/servers/gdict.gnorba -etc/CORBA/servers/gstripchart_applet.gnorba -share/gnome/applets/Monitors/gstripchart_applet.desktop +share/gnome/applets/Monitors/stripchart-applet.desktop share/gnome/applets/Utility/gdict.desktop share/gnome/apps/Applications/gtt.desktop share/gnome/apps/System/gdiskfree.desktop @@ -33,11 +32,13 @@ share/gnome/apps/Utilities/gcolorsel.desktop share/gnome/apps/Utilities/gfontsel.desktop share/gnome/apps/Utilities/gless.desktop share/gnome/apps/Utilities/gsearchtool.desktop -share/gnome/apps/Utilities/gstripchart.desktop +share/gnome/apps/Utilities/stripchart.desktop share/gnome/gcolorsel/glade/dialog-new-doc.glade share/gnome/gcolorsel/glade/dialog-new-doc.glade.h share/gnome/gcolorsel/glade/dialog-new-view.glade share/gnome/gcolorsel/glade/dialog-new-view.glade.h +share/gnome/gcolorsel/glade/dialog-prefs.glade +share/gnome/gcolorsel/glade/dialog-prefs.glade.h share/gnome/gcolorsel/glade/mdi-color-file-properties.glade share/gnome/gcolorsel/glade/mdi-color-file-properties.glade.h share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade @@ -50,20 +51,56 @@ share/gnome/gcolorsel/glade/view-color-grid-properties.glade share/gnome/gcolorsel/glade/view-color-grid-properties.glade.h share/gnome/gcolorsel/glade/view-color-list-properties.glade share/gnome/gcolorsel/glade/view-color-list-properties.glade.h -share/gnome/gstripchart/gstripchart.conf share/gnome/help/gcalc/C/authors.html share/gnome/help/gcalc/C/bugs.html -share/gnome/help/gcalc/C/gcalc-main.png +share/gnome/help/gcalc/C/docbook.css +share/gnome/help/gcalc/C/figures/gcalc-main.png +share/gnome/help/gcalc/C/gcalc.sgml share/gnome/help/gcalc/C/index.html share/gnome/help/gcalc/C/license.html share/gnome/help/gcalc/C/ln7.html +share/gnome/help/gcalc/C/stylesheet-images/caution.gif +share/gnome/help/gcalc/C/stylesheet-images/home.gif +share/gnome/help/gcalc/C/stylesheet-images/important.gif +share/gnome/help/gcalc/C/stylesheet-images/next.gif +share/gnome/help/gcalc/C/stylesheet-images/note.gif +share/gnome/help/gcalc/C/stylesheet-images/prev.gif +share/gnome/help/gcalc/C/stylesheet-images/tip.gif +share/gnome/help/gcalc/C/stylesheet-images/toc-blank.gif +share/gnome/help/gcalc/C/stylesheet-images/toc-minus.gif +share/gnome/help/gcalc/C/stylesheet-images/toc-plus.gif +share/gnome/help/gcalc/C/stylesheet-images/up.gif +share/gnome/help/gcalc/C/stylesheet-images/warning.gif share/gnome/help/gcalc/C/topic.dat share/gnome/help/gcalc/C/usage.html +share/gnome/help/gcalc/it/authors.html +share/gnome/help/gcalc/it/bugs.html +share/gnome/help/gcalc/it/docbook.css +share/gnome/help/gcalc/it/figures/gcalc-main.png +share/gnome/help/gcalc/it/gcalc.sgml +share/gnome/help/gcalc/it/index.html +share/gnome/help/gcalc/it/license.html +share/gnome/help/gcalc/it/ln10.html +share/gnome/help/gcalc/it/stylesheet-images/caution.gif +share/gnome/help/gcalc/it/stylesheet-images/home.gif +share/gnome/help/gcalc/it/stylesheet-images/important.gif +share/gnome/help/gcalc/it/stylesheet-images/next.gif +share/gnome/help/gcalc/it/stylesheet-images/note.gif +share/gnome/help/gcalc/it/stylesheet-images/prev.gif +share/gnome/help/gcalc/it/stylesheet-images/tip.gif +share/gnome/help/gcalc/it/stylesheet-images/toc-blank.gif +share/gnome/help/gcalc/it/stylesheet-images/toc-minus.gif +share/gnome/help/gcalc/it/stylesheet-images/toc-plus.gif +share/gnome/help/gcalc/it/stylesheet-images/up.gif +share/gnome/help/gcalc/it/stylesheet-images/warning.gif +share/gnome/help/gcalc/it/topic.dat +share/gnome/help/gcalc/it/usage.html share/gnome/help/gcharmap/C/authors.html share/gnome/help/gcharmap/C/bugs.html share/gnome/help/gcharmap/C/docbook.css -share/gnome/help/gcharmap/C/images/gcharmap.png -share/gnome/help/gcharmap/C/images/gcharmap_insertascii.png +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/index.html share/gnome/help/gcharmap/C/license.html share/gnome/help/gcharmap/C/ln7.html @@ -85,17 +122,18 @@ share/gnome/help/gcolorsel/C/authors.html share/gnome/help/gcolorsel/C/bugs.html share/gnome/help/gcolorsel/C/docbook.css share/gnome/help/gcolorsel/C/documents.html -share/gnome/help/gcolorsel/C/favorites.png -share/gnome/help/gcolorsel/C/grid.png +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/index.html share/gnome/help/gcolorsel/C/license.html -share/gnome/help/gcolorsel/C/list.png 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/search.png share/gnome/help/gcolorsel/C/simple.html -share/gnome/help/gcolorsel/C/simple.png share/gnome/help/gcolorsel/C/stylesheet-images/caution.gif share/gnome/help/gcolorsel/C/stylesheet-images/home.gif share/gnome/help/gcolorsel/C/stylesheet-images/important.gif @@ -113,9 +151,10 @@ share/gnome/help/gcolorsel/C/usage.html share/gnome/help/gcolorsel/C/xcolors.html share/gnome/help/gdict/C/authors.html share/gnome/help/gdict/C/docbook.css -share/gnome/help/gdict/C/gdict-prefs.png -share/gnome/help/gdict/C/gdict-spell.png -share/gnome/help/gdict/C/gdictmain.png +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/index.html share/gnome/help/gdict/C/license.html share/gnome/help/gdict/C/ln7.html @@ -136,8 +175,9 @@ share/gnome/help/gdict/C/topic.dat share/gnome/help/gdict/C/usage.html share/gnome/help/gdiskfree/C/authors.html share/gnome/help/gdiskfree/C/docbook.css -share/gnome/help/gdiskfree/C/gdiskfree-prefs.png -share/gnome/help/gdiskfree/C/gdiskfree.png +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/index.html share/gnome/help/gdiskfree/C/ln7.html share/gnome/help/gdiskfree/C/prefs.html @@ -157,8 +197,9 @@ share/gnome/help/gdiskfree/C/topic.dat share/gnome/help/gdiskfree/C/usage.html share/gnome/help/gdiskfree/es/authors.html share/gnome/help/gdiskfree/es/docbook.css -share/gnome/help/gdiskfree/es/gdiskfree-prefs.png -share/gnome/help/gdiskfree/es/gdiskfree.png +share/gnome/help/gdiskfree/es/figures/gdiskfree-prefs.png +share/gnome/help/gdiskfree/es/figures/gdiskfree.png +share/gnome/help/gdiskfree/es/gdiskfree.sgml share/gnome/help/gdiskfree/es/index.html share/gnome/help/gdiskfree/es/ln10.html share/gnome/help/gdiskfree/es/prefs.html @@ -176,15 +217,38 @@ share/gnome/help/gdiskfree/es/stylesheet-images/up.gif share/gnome/help/gdiskfree/es/stylesheet-images/warning.gif share/gnome/help/gdiskfree/es/topic.dat share/gnome/help/gdiskfree/es/usage.html +share/gnome/help/gdiskfree/it/authors.html +share/gnome/help/gdiskfree/it/docbook.css +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/index.html +share/gnome/help/gdiskfree/it/ln10.html +share/gnome/help/gdiskfree/it/prefs.html +share/gnome/help/gdiskfree/it/stylesheet-images/caution.gif +share/gnome/help/gdiskfree/it/stylesheet-images/home.gif +share/gnome/help/gdiskfree/it/stylesheet-images/important.gif +share/gnome/help/gdiskfree/it/stylesheet-images/next.gif +share/gnome/help/gdiskfree/it/stylesheet-images/note.gif +share/gnome/help/gdiskfree/it/stylesheet-images/prev.gif +share/gnome/help/gdiskfree/it/stylesheet-images/tip.gif +share/gnome/help/gdiskfree/it/stylesheet-images/toc-blank.gif +share/gnome/help/gdiskfree/it/stylesheet-images/toc-minus.gif +share/gnome/help/gdiskfree/it/stylesheet-images/toc-plus.gif +share/gnome/help/gdiskfree/it/stylesheet-images/up.gif +share/gnome/help/gdiskfree/it/stylesheet-images/warning.gif +share/gnome/help/gdiskfree/it/topic.dat +share/gnome/help/gdiskfree/it/usage.html share/gnome/help/gfontsel/C/authors.html share/gnome/help/gfontsel/C/docbook.css +share/gnome/help/gfontsel/C/figures/filterwin.png +share/gnome/help/gfontsel/C/figures/mainshot.png share/gnome/help/gfontsel/C/filter.html -share/gnome/help/gfontsel/C/filterwin.png share/gnome/help/gfontsel/C/fontinfo.html +share/gnome/help/gfontsel/C/gfontsel.sgml share/gnome/help/gfontsel/C/index.html share/gnome/help/gfontsel/C/license.html share/gnome/help/gfontsel/C/ln7.html -share/gnome/help/gfontsel/C/mainshot.png share/gnome/help/gfontsel/C/mainwin.html share/gnome/help/gfontsel/C/stylesheet-images/caution.gif share/gnome/help/gfontsel/C/stylesheet-images/home.gif @@ -202,12 +266,13 @@ share/gnome/help/gfontsel/C/topic.dat share/gnome/help/gfontsel/C/xlfd.html share/gnome/help/gfontsel/es/authors.html share/gnome/help/gfontsel/es/docbook.css +share/gnome/help/gfontsel/es/figures/filterwin.png +share/gnome/help/gfontsel/es/figures/mainshot.png share/gnome/help/gfontsel/es/filter.html -share/gnome/help/gfontsel/es/filterwin.png share/gnome/help/gfontsel/es/fontinfo.html +share/gnome/help/gfontsel/es/gfontsel.sgml share/gnome/help/gfontsel/es/index.html share/gnome/help/gfontsel/es/ln10.html -share/gnome/help/gfontsel/es/mainshot.png share/gnome/help/gfontsel/es/mainwin.html share/gnome/help/gfontsel/es/stylesheet-images/caution.gif share/gnome/help/gfontsel/es/stylesheet-images/home.gif @@ -225,7 +290,8 @@ share/gnome/help/gfontsel/es/topic.dat share/gnome/help/gfontsel/es/xlfd.html share/gnome/help/gless/C/authors.html share/gnome/help/gless/C/docbook.css -share/gnome/help/gless/C/gless-main.png +share/gnome/help/gless/C/figures/gless-main.png +share/gnome/help/gless/C/gless.sgml share/gnome/help/gless/C/index.html share/gnome/help/gless/C/ln7.html share/gnome/help/gless/C/stylesheet-images/caution.gif @@ -245,56 +311,110 @@ share/gnome/help/gless/C/usage.html share/gnome/help/gsearchtool/C/authors.html share/gnome/help/gsearchtool/C/criteria.html share/gnome/help/gsearchtool/C/docbook.css -share/gnome/help/gsearchtool/C/gsearch.png +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/index.html share/gnome/help/gsearchtool/C/license.html share/gnome/help/gsearchtool/C/ln7.html share/gnome/help/gsearchtool/C/locate.html -share/gnome/help/gsearchtool/C/locate.png -share/gnome/help/gsearchtool/C/mainwin.png -share/gnome/help/gsearchtool/C/results.png +share/gnome/help/gsearchtool/C/stylesheet-images/caution.gif +share/gnome/help/gsearchtool/C/stylesheet-images/home.gif +share/gnome/help/gsearchtool/C/stylesheet-images/important.gif +share/gnome/help/gsearchtool/C/stylesheet-images/next.gif +share/gnome/help/gsearchtool/C/stylesheet-images/note.gif +share/gnome/help/gsearchtool/C/stylesheet-images/prev.gif +share/gnome/help/gsearchtool/C/stylesheet-images/tip.gif +share/gnome/help/gsearchtool/C/stylesheet-images/toc-blank.gif +share/gnome/help/gsearchtool/C/stylesheet-images/toc-minus.gif +share/gnome/help/gsearchtool/C/stylesheet-images/toc-plus.gif +share/gnome/help/gsearchtool/C/stylesheet-images/up.gif +share/gnome/help/gsearchtool/C/stylesheet-images/warning.gif share/gnome/help/gsearchtool/C/topic.dat share/gnome/help/gsearchtool/C/usage.html +share/gnome/help/gsearchtool/es/authors.html +share/gnome/help/gsearchtool/es/criteria.html +share/gnome/help/gsearchtool/es/docbook.css +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/index.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/stylesheet-images/caution.gif +share/gnome/help/gsearchtool/es/stylesheet-images/home.gif +share/gnome/help/gsearchtool/es/stylesheet-images/important.gif +share/gnome/help/gsearchtool/es/stylesheet-images/next.gif +share/gnome/help/gsearchtool/es/stylesheet-images/note.gif +share/gnome/help/gsearchtool/es/stylesheet-images/prev.gif +share/gnome/help/gsearchtool/es/stylesheet-images/tip.gif +share/gnome/help/gsearchtool/es/stylesheet-images/toc-blank.gif +share/gnome/help/gsearchtool/es/stylesheet-images/toc-minus.gif +share/gnome/help/gsearchtool/es/stylesheet-images/toc-plus.gif +share/gnome/help/gsearchtool/es/stylesheet-images/up.gif +share/gnome/help/gsearchtool/es/stylesheet-images/warning.gif +share/gnome/help/gsearchtool/es/topic.dat +share/gnome/help/gsearchtool/es/usage.html +share/gnome/help/gsearchtool/it/authors.html +share/gnome/help/gsearchtool/it/criteria.html +share/gnome/help/gsearchtool/it/docbook.css +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/index.html +share/gnome/help/gsearchtool/it/license.html +share/gnome/help/gsearchtool/it/ln10.html +share/gnome/help/gsearchtool/it/locate.html +share/gnome/help/gsearchtool/it/stylesheet-images/caution.gif +share/gnome/help/gsearchtool/it/stylesheet-images/home.gif +share/gnome/help/gsearchtool/it/stylesheet-images/important.gif +share/gnome/help/gsearchtool/it/stylesheet-images/next.gif +share/gnome/help/gsearchtool/it/stylesheet-images/note.gif +share/gnome/help/gsearchtool/it/stylesheet-images/prev.gif +share/gnome/help/gsearchtool/it/stylesheet-images/tip.gif +share/gnome/help/gsearchtool/it/stylesheet-images/toc-blank.gif +share/gnome/help/gsearchtool/it/stylesheet-images/toc-minus.gif +share/gnome/help/gsearchtool/it/stylesheet-images/toc-plus.gif +share/gnome/help/gsearchtool/it/stylesheet-images/up.gif +share/gnome/help/gsearchtool/it/stylesheet-images/warning.gif +share/gnome/help/gsearchtool/it/topic.dat +share/gnome/help/gsearchtool/it/usage.html share/gnome/help/gshutdown/C/authors.html share/gnome/help/gshutdown/C/docbook.css -share/gnome/help/gshutdown/C/gshutdown-advanced.png -share/gnome/help/gshutdown/C/gshutdown-preferences.png -share/gnome/help/gshutdown/C/gshutdown.png +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/index.html share/gnome/help/gshutdown/C/ln7.html +share/gnome/help/gshutdown/C/stylesheet-images/caution.gif +share/gnome/help/gshutdown/C/stylesheet-images/home.gif +share/gnome/help/gshutdown/C/stylesheet-images/important.gif +share/gnome/help/gshutdown/C/stylesheet-images/next.gif +share/gnome/help/gshutdown/C/stylesheet-images/note.gif +share/gnome/help/gshutdown/C/stylesheet-images/prev.gif +share/gnome/help/gshutdown/C/stylesheet-images/tip.gif +share/gnome/help/gshutdown/C/stylesheet-images/toc-blank.gif +share/gnome/help/gshutdown/C/stylesheet-images/toc-minus.gif +share/gnome/help/gshutdown/C/stylesheet-images/toc-plus.gif +share/gnome/help/gshutdown/C/stylesheet-images/up.gif +share/gnome/help/gshutdown/C/stylesheet-images/warning.gif share/gnome/help/gshutdown/C/topic.dat share/gnome/help/gshutdown/C/usage.html -share/gnome/help/gstripchart/C/authors.html -share/gnome/help/gstripchart/C/bugs.html -share/gnome/help/gstripchart/C/docbook.css -share/gnome/help/gstripchart/C/index.html -share/gnome/help/gstripchart/C/license.html -share/gnome/help/gstripchart/C/ln7.html -share/gnome/help/gstripchart/C/main.png -share/gnome/help/gstripchart/C/menu.png -share/gnome/help/gstripchart/C/param.png -share/gnome/help/gstripchart/C/prefs.html -share/gnome/help/gstripchart/C/stylesheet-images/caution.gif -share/gnome/help/gstripchart/C/stylesheet-images/home.gif -share/gnome/help/gstripchart/C/stylesheet-images/important.gif -share/gnome/help/gstripchart/C/stylesheet-images/next.gif -share/gnome/help/gstripchart/C/stylesheet-images/note.gif -share/gnome/help/gstripchart/C/stylesheet-images/prev.gif -share/gnome/help/gstripchart/C/stylesheet-images/tip.gif -share/gnome/help/gstripchart/C/stylesheet-images/toc-blank.gif -share/gnome/help/gstripchart/C/stylesheet-images/toc-minus.gif -share/gnome/help/gstripchart/C/stylesheet-images/toc-plus.gif -share/gnome/help/gstripchart/C/stylesheet-images/up.gif -share/gnome/help/gstripchart/C/stylesheet-images/warning.gif -share/gnome/help/gstripchart/C/text.png -share/gnome/help/gstripchart/C/topic.dat -share/gnome/help/gstripchart/C/usage.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/docbook.css -share/gnome/help/gtt/C/gtt_mainwin.png -share/gnome/help/gtt/C/gtt_prefswin.png +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/index.html share/gnome/help/gtt/C/license.html share/gnome/help/gtt/C/ln10.html @@ -315,13 +435,14 @@ share/gnome/help/gtt/C/topic.dat share/gnome/help/gtt/C/usage.html share/gnome/help/guname/C/authors.html share/gnome/help/guname/C/docbook.css -share/gnome/help/guname/C/guname-cpuinfo.png -share/gnome/help/guname/C/guname-diskinfo.png -share/gnome/help/guname/C/guname-main.png -share/gnome/help/guname/C/guname-memoryinfo.png +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/index.html -share/gnome/help/guname/C/ln7.html share/gnome/help/guname/C/license.html +share/gnome/help/guname/C/ln7.html share/gnome/help/guname/C/stylesheet-images/caution.gif share/gnome/help/guname/C/stylesheet-images/home.gif share/gnome/help/guname/C/stylesheet-images/important.gif @@ -339,8 +460,9 @@ share/gnome/help/guname/C/usage.html share/gnome/help/gw/C/authors.html share/gnome/help/gw/C/bugs.html share/gnome/help/gw/C/docbook.css -share/gnome/help/gw/C/gw-main.png -share/gnome/help/gw/C/gw-menuitems.png +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/index.html share/gnome/help/gw/C/license.html share/gnome/help/gw/C/ln7.html @@ -359,10 +481,63 @@ share/gnome/help/gw/C/stylesheet-images/up.gif share/gnome/help/gw/C/stylesheet-images/warning.gif share/gnome/help/gw/C/topic.dat share/gnome/help/gw/C/usage.html +share/gnome/help/stripchart/C/authors.html +share/gnome/help/stripchart/C/bugs.html +share/gnome/help/stripchart/C/docbook.css +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/files.html +share/gnome/help/stripchart/C/index.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/stripchart.sgml +share/gnome/help/stripchart/C/stylesheet-images/caution.gif +share/gnome/help/stripchart/C/stylesheet-images/home.gif +share/gnome/help/stripchart/C/stylesheet-images/important.gif +share/gnome/help/stripchart/C/stylesheet-images/next.gif +share/gnome/help/stripchart/C/stylesheet-images/note.gif +share/gnome/help/stripchart/C/stylesheet-images/prev.gif +share/gnome/help/stripchart/C/stylesheet-images/tip.gif +share/gnome/help/stripchart/C/stylesheet-images/toc-blank.gif +share/gnome/help/stripchart/C/stylesheet-images/toc-minus.gif +share/gnome/help/stripchart/C/stylesheet-images/toc-plus.gif +share/gnome/help/stripchart/C/stylesheet-images/up.gif +share/gnome/help/stripchart/C/stylesheet-images/warning.gif +share/gnome/help/stripchart/C/topic.dat +share/gnome/help/stripchart/C/usage.html share/gnome/idl/gsu.idl share/gnome/logview/logview-actions.db share/gnome/logview/logview-descript.db share/gnome/logview/logview-regexp.db +share/gnome/omf/gnome-utils/gcalc-C.omf +share/gnome/omf/gnome-utils/gcalc-it.omf +share/gnome/omf/gnome-utils/gcharmap-C.omf +share/gnome/omf/gnome-utils/gcolorsel-C.omf +share/gnome/omf/gnome-utils/gdict-C.omf +share/gnome/omf/gnome-utils/gdiskfree-C.omf +share/gnome/omf/gnome-utils/gdiskfree-es.omf +share/gnome/omf/gnome-utils/gdiskfree-it.omf +share/gnome/omf/gnome-utils/gfontsel-C.omf +share/gnome/omf/gnome-utils/gfontsel-es.omf +share/gnome/omf/gnome-utils/gless-C.omf +share/gnome/omf/gnome-utils/gsearchtool-C.omf +share/gnome/omf/gnome-utils/gsearchtool-es.omf +share/gnome/omf/gnome-utils/gsearchtool-it.omf +share/gnome/omf/gnome-utils/gshutdown-C.omf +share/gnome/omf/gnome-utils/gtt-C.omf +share/gnome/omf/gnome-utils/guname-C.omf +share/gnome/omf/gnome-utils/gw-C.omf +share/gnome/omf/gnome-utils/stripchart-C.omf +share/gnome/pixmaps/gcharmap-logo.png +share/gnome/pixmaps/gcharmap-map-16.xpm +share/gnome/pixmaps/gcharmap-map-big.xpm share/gnome/pixmaps/gdict.png share/gnome/pixmaps/gnome-fontsel.png share/gnome/pixmaps/gnome-searchtool.png @@ -370,6 +545,9 @@ share/gnome/pixmaps/gnome-shutdown.png share/gnome/pixmaps/gnome-stripchart.png share/gnome/pixmaps/gnome-who.png share/gnome/pixmaps/logview/logview.xpm +share/gnome/stripchart/stripchart.conf +share/gnome/stripchart/stripchart.params +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 @@ -394,6 +572,7 @@ 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/tr/LC_MESSAGES/gnome-utils.mo @@ -401,52 +580,79 @@ share/locale/uk/LC_MESSAGES/gnome-utils.mo share/locale/wa/LC_MESSAGES/gnome-utils.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-utils.mo share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo +@dirrm share/gnome/stripchart @dirrm share/gnome/pixmaps/logview +@dirrm share/gnome/omf/gnome-utils @dirrm share/gnome/logview +@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 @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 @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 @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 -@dirrm share/gnome/help/gstripchart/C/stylesheet-images -@dirrm share/gnome/help/gstripchart/C/images -@dirrm share/gnome/help/gstripchart/C -@dirrm share/gnome/help/gstripchart -@dirrm share/gnome/help/gshutdown/C/images +@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 -@dirrm share/gnome/help/gsearchtool/C/images +@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/es/stylesheet-images +@dirrm share/gnome/help/gsearchtool/es/figures +@dirrm share/gnome/help/gsearchtool/es +@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 @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 @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/C/stylesheet-images +@dirrm share/gnome/help/gfontsel/C/figures @dirrm share/gnome/help/gfontsel/C @dirrm share/gnome/help/gfontsel +@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/es/stylesheet-images +@dirrm share/gnome/help/gdiskfree/es/figures @dirrm share/gnome/help/gdiskfree/es @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 @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 @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 @dirrm share/gnome/help/gcharmap/C/stylesheet-images -@dirrm share/gnome/help/gcharmap/C/images +@dirrm share/gnome/help/gcharmap/C/figures @dirrm share/gnome/help/gcharmap/C @dirrm share/gnome/help/gcharmap +@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/C/stylesheet-images +@dirrm share/gnome/help/gcalc/C/figures @dirrm share/gnome/help/gcalc/C @dirrm share/gnome/help/gcalc -@dirrm share/gnome/gstripchart @dirrm share/gnome/gcolorsel/glade @dirrm share/gnome/gcolorsel diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index b688bc0ac521..bdcd06e47671 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomepim -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.0 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-pim @@ -14,28 +14,13 @@ DISTNAME= gnome-pim-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -.if defined(WITH_GNOMEPILOT) -LIB_DEPENDS+= gpilotd.0:${PORTSDIR}/palm/gnomepilot -PILOTINC= "-I${LOCALBASE}/pilot/include" -PILOTLIB= "-L${LOCALBASE}/pilot/lib" -PLIST_SUB+= GNOMEPILOT:="" -.else -CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nopilot -PLIST_SUB+= GNOMEPILOT:="@comment " -.endif - USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PILOTINC}" \ - LIBS="-L${LOCALBASE}/lib ${PILOTLIB}" - -.if !defined(WITH_GNOMEPILOT) -pre-extract: - @${ECHO} "You can add gnomepilot support by defining WITH_GNOMEPILOT" -.endif +CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ diff --git a/deskutils/gnomepim/distinfo b/deskutils/gnomepim/distinfo index 277f4e65d5f2..6daa3d5c1631 100644 --- a/deskutils/gnomepim/distinfo +++ b/deskutils/gnomepim/distinfo @@ -1 +1 @@ -MD5 (gnome-pim-1.2.0.tar.gz) = d0af4da54851fa996b59d4f738ff2920 +MD5 (gnome-pim-1.4.0.tar.gz) = 177daf8b1e15be906fb41dca94a00e76 diff --git a/deskutils/gnomepim/files/extra-patch-nopilot b/deskutils/gnomepim/files/extra-patch-nopilot index 546fad85c5a5..e69de29bb2d1 100644 --- a/deskutils/gnomepim/files/extra-patch-nopilot +++ b/deskutils/gnomepim/files/extra-patch-nopilot @@ -1,26 +0,0 @@ ---- configure.orig Fri Jun 2 12:19:04 2000 -+++ configure Fri Jun 2 12:19:38 2000 -@@ -3629,23 +3629,7 @@ - - echo $ac_n "checking for gnome-pilot environment""... $ac_c" 1>&6 - echo "configure:3632: checking for gnome-pilot environment" >&5 --if eval "test \"`echo '$''{'gnome_cv_pilot_found'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- -- if test "x$GNOME_CONFIG" = "xno"; then - gnome_cv_pilot_found=no -- else -- # gnome-config doesn't return a useful error status, -- # so we check if it outputs anything to stderr -- if test "x`$GNOME_CONFIG gpilot 2>&1 > /dev/null`" = "x"; then -- gnome_cv_pilot_found=yes -- else -- gnome_cv_pilot_found=no -- fi -- fi -- --fi - - echo "$ac_t""$gnome_cv_pilot_found" 1>&6 - diff --git a/deskutils/gnomepim/files/patch-ab b/deskutils/gnomepim/files/patch-ab index a64463dc909a..9471fee3c802 100644 --- a/deskutils/gnomepim/files/patch-ab +++ b/deskutils/gnomepim/files/patch-ab @@ -1,11 +1,11 @@ ---- gncal/Makefile.in.orig Sat May 20 20:52:50 2000 -+++ gncal/Makefile.in Wed Aug 2 10:27:30 2000 -@@ -143,3 +143,3 @@ +--- gncal/Makefile.in.orig Tue Feb 27 16:56:32 2001 ++++ gncal/Makefile.in Tue Feb 27 16:56:49 2001 +@@ -139,3 +139,3 @@ -help_base = $(datadir)/help/cal +help_base = $(datadir)/help/gnomecal -@@ -174,3 +174,3 @@ +@@ -170,3 +170,3 @@ -libcalendar_conduit_la_LDFLAGS = -rpath $(libdir) +libcalendar_conduit_la_LDFLAGS = -rpath $(libdir) -avoid-version diff --git a/deskutils/gnomepim/files/patch-ae b/deskutils/gnomepim/files/patch-ae new file mode 100644 index 000000000000..d717eba3f5d7 --- /dev/null +++ b/deskutils/gnomepim/files/patch-ae @@ -0,0 +1,28 @@ +--- configure.orig Mon Feb 26 00:15:55 2001 ++++ configure Tue Feb 27 16:58:50 2001 +@@ -3632,23 +3632,5 @@ + +- echo $ac_n "checking for gnome-pilot environment""... $ac_c" 1>&6 +-echo "configure:3635: checking for gnome-pilot environment" >&5 +-if eval "test \"`echo '$''{'gnome_cv_pilot_found'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&6 +-else +- +- if test "x$GNOME_CONFIG" = "xno"; then ++ echo "ignoring gnome-pilot environment""... $ac_c" 1>&6 ++echo "configure:3635: ignoring gnome-pilot environment" >&5 + gnome_cv_pilot_found=no +- else +- # gnome-config doesn't return a useful error status, +- # so we check if it outputs anything to stderr +- if test "x`$GNOME_CONFIG gpilot 2>&1 > /dev/null`" = "x"; then +- gnome_cv_pilot_found=yes +- else +- gnome_cv_pilot_found=no +- fi +- fi +- +-fi +- +-echo "$ac_t""$gnome_cv_pilot_found" 1>&6 + diff --git a/deskutils/gnomepim/pkg-plist b/deskutils/gnomepim/pkg-plist index ad35d9235e36..13b989f665b7 100644 --- a/deskutils/gnomepim/pkg-plist +++ b/deskutils/gnomepim/pkg-plist @@ -1,40 +1,21 @@ -%%GNOMEPILOT:%%bin/address-conduit-capplet -%%GNOMEPILOT:%%bin/calendar-conduit-control-applet -%%GNOMEPILOT:%%bin/calendar-pilot-sync bin/gnomecal bin/gnomecard etc/CORBA/servers/gnomecal.gnorba etc/CORBA/servers/gnomecard.gnorba -%%GNOMEPILOT:%%lib/gnome-pilot/conduits/libaddress_conduit.so -%%GNOMEPILOT:%%lib/gnome-pilot/conduits/libcalendar_conduit.so share/gnome/apps/Applications/gncal.desktop share/gnome/apps/Applications/gnomecard.desktop -%%GNOMEPILOT:%%share/gnome/apps/Settings/Peripherals/Conduits/address-conduit-capplet.desktop -%%GNOMEPILOT:%%share/gnome/apps/Settings/Peripherals/Conduits/calendar-conduit-control-applet.desktop -%%GNOMEPILOT:%%share/gnome/control-center/Peripherals/Conduits/address-conduit-capplet.desktop -%%GNOMEPILOT:%%share/gnome/control-center/Peripherals/Conduits/calendar-conduit-control-applet.desktop -%%GNOMEPILOT:%%share/gnome/gnome-pilot/conduits/gnomecal.conduit -%%GNOMEPILOT:%%share/gnome/gnome-pilot/conduits/gnomecard.conduit -share/gnome/help/gnomecal/C/calappoint.html -share/gnome/help/gnomecal/C/calsetup.html -share/gnome/help/gnomecal/C/caluse.html -share/gnome/help/gnomecal/C/cmdline.html -share/gnome/help/gnomecal/C/docbook.css -share/gnome/help/gnomecal/C/gcal.html -share/gnome/help/gnomecal/C/gnomecal.html share/gnome/help/gnomecal/C/images/cal-props.gif share/gnome/help/gnomecal/C/images/calday.gif share/gnome/help/gnomecal/C/images/calmonth.gif share/gnome/help/gnomecal/C/images/calweek.gif share/gnome/help/gnomecal/C/images/calyear.gif -share/gnome/help/gnomecal/C/ln20.html -share/gnome/help/gnomecal/C/tech.html.html share/gnome/help/gnomecal/C/topic.dat share/gnome/idl/GnomeCal.idl share/gnome/idl/gnome-pim.idl share/gnome/mime-info/gnome-pim.keys share/gnome/pixmaps/gnome-calendar-conduit.png share/gnome/pixmaps/gnome-gnomecard.png +share/locale/az/LC_MESSAGES/gnome-pim.mo share/locale/ca/LC_MESSAGES/gnome-pim.mo share/locale/cs/LC_MESSAGES/gnome-pim.mo share/locale/cy/LC_MESSAGES/gnome-pim.mo @@ -62,7 +43,10 @@ share/locale/pl/LC_MESSAGES/gnome-pim.mo share/locale/pt/LC_MESSAGES/gnome-pim.mo share/locale/pt_BR/LC_MESSAGES/gnome-pim.mo share/locale/ru/LC_MESSAGES/gnome-pim.mo +share/locale/sk/LC_MESSAGES/gnome-pim.mo +share/locale/sl/LC_MESSAGES/gnome-pim.mo share/locale/sv/LC_MESSAGES/gnome-pim.mo +share/locale/tr/LC_MESSAGES/gnome-pim.mo share/locale/uk/LC_MESSAGES/gnome-pim.mo share/locale/wa/LC_MESSAGES/gnome-pim.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-pim.mo diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile index 255eb9d58b55..92118a1c2b87 100644 --- a/deskutils/gnomeutils2/Makefile +++ b/deskutils/gnomeutils2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeutils -PORTVERSION= 1.2.1 +PORTVERSION= 1.4.0 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-utils @@ -14,9 +14,7 @@ DISTNAME= gnome-utils-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ - guile.9:${PORTSDIR}/lang/guile \ - glade.4:${PORTSDIR}/devel/libglade +LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/deskutils/gnomeutils2/distinfo b/deskutils/gnomeutils2/distinfo index 185a3c2a3804..41e0220bab21 100644 --- a/deskutils/gnomeutils2/distinfo +++ b/deskutils/gnomeutils2/distinfo @@ -1 +1 @@ -MD5 (gnome-utils-1.2.1.tar.gz) = d95a0a6d43b62075c7f5dbe6c81101c0 +MD5 (gnome-utils-1.4.0.tar.gz) = 4931aae4c0d92cdf8c2da57fe56c1e99 diff --git a/deskutils/gnomeutils2/files/patch-aa b/deskutils/gnomeutils2/files/patch-aa deleted file mode 100644 index 6f97cad1373c..000000000000 --- a/deskutils/gnomeutils2/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.orig Fri May 19 14:49:06 2000 -+++ configure Tue May 30 13:31:24 2000 -@@ -6350,17 +6350,13 @@ - if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - build_gfloppy=true -+ subdirs="gfloppy" - else -+ build_gfloppy=false - echo "$ac_t""no" 1>&6 - echo "configure: warning: *** gfloppy will not be built." 1>&2 - fi - --if $build_gfloppy; then -- subdirs="gfloppy" -- --fi -- -- - if test "$build_gfloppy" = true; then - BUILD_GFLOPPY_TRUE= - BUILD_GFLOPPY_FALSE='#' -@@ -8453,7 +8449,7 @@ - esac - done - -- for ac_config_dir in gfloppy; do -+ for ac_config_dir in $subdirs ; do - - # Do not complain, so a configure script can configure whichever - # parts of a large source tree are present. diff --git a/deskutils/gnomeutils2/files/patch-ai b/deskutils/gnomeutils2/files/patch-ai new file mode 100644 index 000000000000..e0ad30299780 --- /dev/null +++ b/deskutils/gnomeutils2/files/patch-ai @@ -0,0 +1,6 @@ +--- app-docs.make.orig Fri Feb 9 23:12:23 2001 ++++ app-docs.make Tue Feb 27 16:18:16 2001 +@@ -1,2 +1,2 @@ +-helpdir = $(datadir)/gnome/help/$(app)/$(lang) ++helpdir = $(datadir)/help/$(app)/$(lang) + help_DATA = \ diff --git a/deskutils/gnomeutils2/pkg-plist b/deskutils/gnomeutils2/pkg-plist index 294fdbe5556c..19083e224545 100644 --- a/deskutils/gnomeutils2/pkg-plist +++ b/deskutils/gnomeutils2/pkg-plist @@ -8,17 +8,16 @@ bin/gfontsel bin/gless bin/gsearchtool bin/gshutdown -bin/gstripchart -bin/gstripchart_applet bin/gtt bin/guname bin/gw bin/logview bin/splac bin/splash +bin/stripchart +bin/stripchart-applet etc/CORBA/servers/gdict.gnorba -etc/CORBA/servers/gstripchart_applet.gnorba -share/gnome/applets/Monitors/gstripchart_applet.desktop +share/gnome/applets/Monitors/stripchart-applet.desktop share/gnome/applets/Utility/gdict.desktop share/gnome/apps/Applications/gtt.desktop share/gnome/apps/System/gdiskfree.desktop @@ -33,11 +32,13 @@ share/gnome/apps/Utilities/gcolorsel.desktop share/gnome/apps/Utilities/gfontsel.desktop share/gnome/apps/Utilities/gless.desktop share/gnome/apps/Utilities/gsearchtool.desktop -share/gnome/apps/Utilities/gstripchart.desktop +share/gnome/apps/Utilities/stripchart.desktop share/gnome/gcolorsel/glade/dialog-new-doc.glade share/gnome/gcolorsel/glade/dialog-new-doc.glade.h share/gnome/gcolorsel/glade/dialog-new-view.glade share/gnome/gcolorsel/glade/dialog-new-view.glade.h +share/gnome/gcolorsel/glade/dialog-prefs.glade +share/gnome/gcolorsel/glade/dialog-prefs.glade.h share/gnome/gcolorsel/glade/mdi-color-file-properties.glade share/gnome/gcolorsel/glade/mdi-color-file-properties.glade.h share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade @@ -50,20 +51,56 @@ share/gnome/gcolorsel/glade/view-color-grid-properties.glade share/gnome/gcolorsel/glade/view-color-grid-properties.glade.h share/gnome/gcolorsel/glade/view-color-list-properties.glade share/gnome/gcolorsel/glade/view-color-list-properties.glade.h -share/gnome/gstripchart/gstripchart.conf share/gnome/help/gcalc/C/authors.html share/gnome/help/gcalc/C/bugs.html -share/gnome/help/gcalc/C/gcalc-main.png +share/gnome/help/gcalc/C/docbook.css +share/gnome/help/gcalc/C/figures/gcalc-main.png +share/gnome/help/gcalc/C/gcalc.sgml share/gnome/help/gcalc/C/index.html share/gnome/help/gcalc/C/license.html share/gnome/help/gcalc/C/ln7.html +share/gnome/help/gcalc/C/stylesheet-images/caution.gif +share/gnome/help/gcalc/C/stylesheet-images/home.gif +share/gnome/help/gcalc/C/stylesheet-images/important.gif +share/gnome/help/gcalc/C/stylesheet-images/next.gif +share/gnome/help/gcalc/C/stylesheet-images/note.gif +share/gnome/help/gcalc/C/stylesheet-images/prev.gif +share/gnome/help/gcalc/C/stylesheet-images/tip.gif +share/gnome/help/gcalc/C/stylesheet-images/toc-blank.gif +share/gnome/help/gcalc/C/stylesheet-images/toc-minus.gif +share/gnome/help/gcalc/C/stylesheet-images/toc-plus.gif +share/gnome/help/gcalc/C/stylesheet-images/up.gif +share/gnome/help/gcalc/C/stylesheet-images/warning.gif share/gnome/help/gcalc/C/topic.dat share/gnome/help/gcalc/C/usage.html +share/gnome/help/gcalc/it/authors.html +share/gnome/help/gcalc/it/bugs.html +share/gnome/help/gcalc/it/docbook.css +share/gnome/help/gcalc/it/figures/gcalc-main.png +share/gnome/help/gcalc/it/gcalc.sgml +share/gnome/help/gcalc/it/index.html +share/gnome/help/gcalc/it/license.html +share/gnome/help/gcalc/it/ln10.html +share/gnome/help/gcalc/it/stylesheet-images/caution.gif +share/gnome/help/gcalc/it/stylesheet-images/home.gif +share/gnome/help/gcalc/it/stylesheet-images/important.gif +share/gnome/help/gcalc/it/stylesheet-images/next.gif +share/gnome/help/gcalc/it/stylesheet-images/note.gif +share/gnome/help/gcalc/it/stylesheet-images/prev.gif +share/gnome/help/gcalc/it/stylesheet-images/tip.gif +share/gnome/help/gcalc/it/stylesheet-images/toc-blank.gif +share/gnome/help/gcalc/it/stylesheet-images/toc-minus.gif +share/gnome/help/gcalc/it/stylesheet-images/toc-plus.gif +share/gnome/help/gcalc/it/stylesheet-images/up.gif +share/gnome/help/gcalc/it/stylesheet-images/warning.gif +share/gnome/help/gcalc/it/topic.dat +share/gnome/help/gcalc/it/usage.html share/gnome/help/gcharmap/C/authors.html share/gnome/help/gcharmap/C/bugs.html share/gnome/help/gcharmap/C/docbook.css -share/gnome/help/gcharmap/C/images/gcharmap.png -share/gnome/help/gcharmap/C/images/gcharmap_insertascii.png +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/index.html share/gnome/help/gcharmap/C/license.html share/gnome/help/gcharmap/C/ln7.html @@ -85,17 +122,18 @@ share/gnome/help/gcolorsel/C/authors.html share/gnome/help/gcolorsel/C/bugs.html share/gnome/help/gcolorsel/C/docbook.css share/gnome/help/gcolorsel/C/documents.html -share/gnome/help/gcolorsel/C/favorites.png -share/gnome/help/gcolorsel/C/grid.png +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/index.html share/gnome/help/gcolorsel/C/license.html -share/gnome/help/gcolorsel/C/list.png 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/search.png share/gnome/help/gcolorsel/C/simple.html -share/gnome/help/gcolorsel/C/simple.png share/gnome/help/gcolorsel/C/stylesheet-images/caution.gif share/gnome/help/gcolorsel/C/stylesheet-images/home.gif share/gnome/help/gcolorsel/C/stylesheet-images/important.gif @@ -113,9 +151,10 @@ share/gnome/help/gcolorsel/C/usage.html share/gnome/help/gcolorsel/C/xcolors.html share/gnome/help/gdict/C/authors.html share/gnome/help/gdict/C/docbook.css -share/gnome/help/gdict/C/gdict-prefs.png -share/gnome/help/gdict/C/gdict-spell.png -share/gnome/help/gdict/C/gdictmain.png +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/index.html share/gnome/help/gdict/C/license.html share/gnome/help/gdict/C/ln7.html @@ -136,8 +175,9 @@ share/gnome/help/gdict/C/topic.dat share/gnome/help/gdict/C/usage.html share/gnome/help/gdiskfree/C/authors.html share/gnome/help/gdiskfree/C/docbook.css -share/gnome/help/gdiskfree/C/gdiskfree-prefs.png -share/gnome/help/gdiskfree/C/gdiskfree.png +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/index.html share/gnome/help/gdiskfree/C/ln7.html share/gnome/help/gdiskfree/C/prefs.html @@ -157,8 +197,9 @@ share/gnome/help/gdiskfree/C/topic.dat share/gnome/help/gdiskfree/C/usage.html share/gnome/help/gdiskfree/es/authors.html share/gnome/help/gdiskfree/es/docbook.css -share/gnome/help/gdiskfree/es/gdiskfree-prefs.png -share/gnome/help/gdiskfree/es/gdiskfree.png +share/gnome/help/gdiskfree/es/figures/gdiskfree-prefs.png +share/gnome/help/gdiskfree/es/figures/gdiskfree.png +share/gnome/help/gdiskfree/es/gdiskfree.sgml share/gnome/help/gdiskfree/es/index.html share/gnome/help/gdiskfree/es/ln10.html share/gnome/help/gdiskfree/es/prefs.html @@ -176,15 +217,38 @@ share/gnome/help/gdiskfree/es/stylesheet-images/up.gif share/gnome/help/gdiskfree/es/stylesheet-images/warning.gif share/gnome/help/gdiskfree/es/topic.dat share/gnome/help/gdiskfree/es/usage.html +share/gnome/help/gdiskfree/it/authors.html +share/gnome/help/gdiskfree/it/docbook.css +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/index.html +share/gnome/help/gdiskfree/it/ln10.html +share/gnome/help/gdiskfree/it/prefs.html +share/gnome/help/gdiskfree/it/stylesheet-images/caution.gif +share/gnome/help/gdiskfree/it/stylesheet-images/home.gif +share/gnome/help/gdiskfree/it/stylesheet-images/important.gif +share/gnome/help/gdiskfree/it/stylesheet-images/next.gif +share/gnome/help/gdiskfree/it/stylesheet-images/note.gif +share/gnome/help/gdiskfree/it/stylesheet-images/prev.gif +share/gnome/help/gdiskfree/it/stylesheet-images/tip.gif +share/gnome/help/gdiskfree/it/stylesheet-images/toc-blank.gif +share/gnome/help/gdiskfree/it/stylesheet-images/toc-minus.gif +share/gnome/help/gdiskfree/it/stylesheet-images/toc-plus.gif +share/gnome/help/gdiskfree/it/stylesheet-images/up.gif +share/gnome/help/gdiskfree/it/stylesheet-images/warning.gif +share/gnome/help/gdiskfree/it/topic.dat +share/gnome/help/gdiskfree/it/usage.html share/gnome/help/gfontsel/C/authors.html share/gnome/help/gfontsel/C/docbook.css +share/gnome/help/gfontsel/C/figures/filterwin.png +share/gnome/help/gfontsel/C/figures/mainshot.png share/gnome/help/gfontsel/C/filter.html -share/gnome/help/gfontsel/C/filterwin.png share/gnome/help/gfontsel/C/fontinfo.html +share/gnome/help/gfontsel/C/gfontsel.sgml share/gnome/help/gfontsel/C/index.html share/gnome/help/gfontsel/C/license.html share/gnome/help/gfontsel/C/ln7.html -share/gnome/help/gfontsel/C/mainshot.png share/gnome/help/gfontsel/C/mainwin.html share/gnome/help/gfontsel/C/stylesheet-images/caution.gif share/gnome/help/gfontsel/C/stylesheet-images/home.gif @@ -202,12 +266,13 @@ share/gnome/help/gfontsel/C/topic.dat share/gnome/help/gfontsel/C/xlfd.html share/gnome/help/gfontsel/es/authors.html share/gnome/help/gfontsel/es/docbook.css +share/gnome/help/gfontsel/es/figures/filterwin.png +share/gnome/help/gfontsel/es/figures/mainshot.png share/gnome/help/gfontsel/es/filter.html -share/gnome/help/gfontsel/es/filterwin.png share/gnome/help/gfontsel/es/fontinfo.html +share/gnome/help/gfontsel/es/gfontsel.sgml share/gnome/help/gfontsel/es/index.html share/gnome/help/gfontsel/es/ln10.html -share/gnome/help/gfontsel/es/mainshot.png share/gnome/help/gfontsel/es/mainwin.html share/gnome/help/gfontsel/es/stylesheet-images/caution.gif share/gnome/help/gfontsel/es/stylesheet-images/home.gif @@ -225,7 +290,8 @@ share/gnome/help/gfontsel/es/topic.dat share/gnome/help/gfontsel/es/xlfd.html share/gnome/help/gless/C/authors.html share/gnome/help/gless/C/docbook.css -share/gnome/help/gless/C/gless-main.png +share/gnome/help/gless/C/figures/gless-main.png +share/gnome/help/gless/C/gless.sgml share/gnome/help/gless/C/index.html share/gnome/help/gless/C/ln7.html share/gnome/help/gless/C/stylesheet-images/caution.gif @@ -245,56 +311,110 @@ share/gnome/help/gless/C/usage.html share/gnome/help/gsearchtool/C/authors.html share/gnome/help/gsearchtool/C/criteria.html share/gnome/help/gsearchtool/C/docbook.css -share/gnome/help/gsearchtool/C/gsearch.png +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/index.html share/gnome/help/gsearchtool/C/license.html share/gnome/help/gsearchtool/C/ln7.html share/gnome/help/gsearchtool/C/locate.html -share/gnome/help/gsearchtool/C/locate.png -share/gnome/help/gsearchtool/C/mainwin.png -share/gnome/help/gsearchtool/C/results.png +share/gnome/help/gsearchtool/C/stylesheet-images/caution.gif +share/gnome/help/gsearchtool/C/stylesheet-images/home.gif +share/gnome/help/gsearchtool/C/stylesheet-images/important.gif +share/gnome/help/gsearchtool/C/stylesheet-images/next.gif +share/gnome/help/gsearchtool/C/stylesheet-images/note.gif +share/gnome/help/gsearchtool/C/stylesheet-images/prev.gif +share/gnome/help/gsearchtool/C/stylesheet-images/tip.gif +share/gnome/help/gsearchtool/C/stylesheet-images/toc-blank.gif +share/gnome/help/gsearchtool/C/stylesheet-images/toc-minus.gif +share/gnome/help/gsearchtool/C/stylesheet-images/toc-plus.gif +share/gnome/help/gsearchtool/C/stylesheet-images/up.gif +share/gnome/help/gsearchtool/C/stylesheet-images/warning.gif share/gnome/help/gsearchtool/C/topic.dat share/gnome/help/gsearchtool/C/usage.html +share/gnome/help/gsearchtool/es/authors.html +share/gnome/help/gsearchtool/es/criteria.html +share/gnome/help/gsearchtool/es/docbook.css +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/index.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/stylesheet-images/caution.gif +share/gnome/help/gsearchtool/es/stylesheet-images/home.gif +share/gnome/help/gsearchtool/es/stylesheet-images/important.gif +share/gnome/help/gsearchtool/es/stylesheet-images/next.gif +share/gnome/help/gsearchtool/es/stylesheet-images/note.gif +share/gnome/help/gsearchtool/es/stylesheet-images/prev.gif +share/gnome/help/gsearchtool/es/stylesheet-images/tip.gif +share/gnome/help/gsearchtool/es/stylesheet-images/toc-blank.gif +share/gnome/help/gsearchtool/es/stylesheet-images/toc-minus.gif +share/gnome/help/gsearchtool/es/stylesheet-images/toc-plus.gif +share/gnome/help/gsearchtool/es/stylesheet-images/up.gif +share/gnome/help/gsearchtool/es/stylesheet-images/warning.gif +share/gnome/help/gsearchtool/es/topic.dat +share/gnome/help/gsearchtool/es/usage.html +share/gnome/help/gsearchtool/it/authors.html +share/gnome/help/gsearchtool/it/criteria.html +share/gnome/help/gsearchtool/it/docbook.css +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/index.html +share/gnome/help/gsearchtool/it/license.html +share/gnome/help/gsearchtool/it/ln10.html +share/gnome/help/gsearchtool/it/locate.html +share/gnome/help/gsearchtool/it/stylesheet-images/caution.gif +share/gnome/help/gsearchtool/it/stylesheet-images/home.gif +share/gnome/help/gsearchtool/it/stylesheet-images/important.gif +share/gnome/help/gsearchtool/it/stylesheet-images/next.gif +share/gnome/help/gsearchtool/it/stylesheet-images/note.gif +share/gnome/help/gsearchtool/it/stylesheet-images/prev.gif +share/gnome/help/gsearchtool/it/stylesheet-images/tip.gif +share/gnome/help/gsearchtool/it/stylesheet-images/toc-blank.gif +share/gnome/help/gsearchtool/it/stylesheet-images/toc-minus.gif +share/gnome/help/gsearchtool/it/stylesheet-images/toc-plus.gif +share/gnome/help/gsearchtool/it/stylesheet-images/up.gif +share/gnome/help/gsearchtool/it/stylesheet-images/warning.gif +share/gnome/help/gsearchtool/it/topic.dat +share/gnome/help/gsearchtool/it/usage.html share/gnome/help/gshutdown/C/authors.html share/gnome/help/gshutdown/C/docbook.css -share/gnome/help/gshutdown/C/gshutdown-advanced.png -share/gnome/help/gshutdown/C/gshutdown-preferences.png -share/gnome/help/gshutdown/C/gshutdown.png +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/index.html share/gnome/help/gshutdown/C/ln7.html +share/gnome/help/gshutdown/C/stylesheet-images/caution.gif +share/gnome/help/gshutdown/C/stylesheet-images/home.gif +share/gnome/help/gshutdown/C/stylesheet-images/important.gif +share/gnome/help/gshutdown/C/stylesheet-images/next.gif +share/gnome/help/gshutdown/C/stylesheet-images/note.gif +share/gnome/help/gshutdown/C/stylesheet-images/prev.gif +share/gnome/help/gshutdown/C/stylesheet-images/tip.gif +share/gnome/help/gshutdown/C/stylesheet-images/toc-blank.gif +share/gnome/help/gshutdown/C/stylesheet-images/toc-minus.gif +share/gnome/help/gshutdown/C/stylesheet-images/toc-plus.gif +share/gnome/help/gshutdown/C/stylesheet-images/up.gif +share/gnome/help/gshutdown/C/stylesheet-images/warning.gif share/gnome/help/gshutdown/C/topic.dat share/gnome/help/gshutdown/C/usage.html -share/gnome/help/gstripchart/C/authors.html -share/gnome/help/gstripchart/C/bugs.html -share/gnome/help/gstripchart/C/docbook.css -share/gnome/help/gstripchart/C/index.html -share/gnome/help/gstripchart/C/license.html -share/gnome/help/gstripchart/C/ln7.html -share/gnome/help/gstripchart/C/main.png -share/gnome/help/gstripchart/C/menu.png -share/gnome/help/gstripchart/C/param.png -share/gnome/help/gstripchart/C/prefs.html -share/gnome/help/gstripchart/C/stylesheet-images/caution.gif -share/gnome/help/gstripchart/C/stylesheet-images/home.gif -share/gnome/help/gstripchart/C/stylesheet-images/important.gif -share/gnome/help/gstripchart/C/stylesheet-images/next.gif -share/gnome/help/gstripchart/C/stylesheet-images/note.gif -share/gnome/help/gstripchart/C/stylesheet-images/prev.gif -share/gnome/help/gstripchart/C/stylesheet-images/tip.gif -share/gnome/help/gstripchart/C/stylesheet-images/toc-blank.gif -share/gnome/help/gstripchart/C/stylesheet-images/toc-minus.gif -share/gnome/help/gstripchart/C/stylesheet-images/toc-plus.gif -share/gnome/help/gstripchart/C/stylesheet-images/up.gif -share/gnome/help/gstripchart/C/stylesheet-images/warning.gif -share/gnome/help/gstripchart/C/text.png -share/gnome/help/gstripchart/C/topic.dat -share/gnome/help/gstripchart/C/usage.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/docbook.css -share/gnome/help/gtt/C/gtt_mainwin.png -share/gnome/help/gtt/C/gtt_prefswin.png +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/index.html share/gnome/help/gtt/C/license.html share/gnome/help/gtt/C/ln10.html @@ -315,13 +435,14 @@ share/gnome/help/gtt/C/topic.dat share/gnome/help/gtt/C/usage.html share/gnome/help/guname/C/authors.html share/gnome/help/guname/C/docbook.css -share/gnome/help/guname/C/guname-cpuinfo.png -share/gnome/help/guname/C/guname-diskinfo.png -share/gnome/help/guname/C/guname-main.png -share/gnome/help/guname/C/guname-memoryinfo.png +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/index.html -share/gnome/help/guname/C/ln7.html share/gnome/help/guname/C/license.html +share/gnome/help/guname/C/ln7.html share/gnome/help/guname/C/stylesheet-images/caution.gif share/gnome/help/guname/C/stylesheet-images/home.gif share/gnome/help/guname/C/stylesheet-images/important.gif @@ -339,8 +460,9 @@ share/gnome/help/guname/C/usage.html share/gnome/help/gw/C/authors.html share/gnome/help/gw/C/bugs.html share/gnome/help/gw/C/docbook.css -share/gnome/help/gw/C/gw-main.png -share/gnome/help/gw/C/gw-menuitems.png +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/index.html share/gnome/help/gw/C/license.html share/gnome/help/gw/C/ln7.html @@ -359,10 +481,63 @@ share/gnome/help/gw/C/stylesheet-images/up.gif share/gnome/help/gw/C/stylesheet-images/warning.gif share/gnome/help/gw/C/topic.dat share/gnome/help/gw/C/usage.html +share/gnome/help/stripchart/C/authors.html +share/gnome/help/stripchart/C/bugs.html +share/gnome/help/stripchart/C/docbook.css +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/files.html +share/gnome/help/stripchart/C/index.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/stripchart.sgml +share/gnome/help/stripchart/C/stylesheet-images/caution.gif +share/gnome/help/stripchart/C/stylesheet-images/home.gif +share/gnome/help/stripchart/C/stylesheet-images/important.gif +share/gnome/help/stripchart/C/stylesheet-images/next.gif +share/gnome/help/stripchart/C/stylesheet-images/note.gif +share/gnome/help/stripchart/C/stylesheet-images/prev.gif +share/gnome/help/stripchart/C/stylesheet-images/tip.gif +share/gnome/help/stripchart/C/stylesheet-images/toc-blank.gif +share/gnome/help/stripchart/C/stylesheet-images/toc-minus.gif +share/gnome/help/stripchart/C/stylesheet-images/toc-plus.gif +share/gnome/help/stripchart/C/stylesheet-images/up.gif +share/gnome/help/stripchart/C/stylesheet-images/warning.gif +share/gnome/help/stripchart/C/topic.dat +share/gnome/help/stripchart/C/usage.html share/gnome/idl/gsu.idl share/gnome/logview/logview-actions.db share/gnome/logview/logview-descript.db share/gnome/logview/logview-regexp.db +share/gnome/omf/gnome-utils/gcalc-C.omf +share/gnome/omf/gnome-utils/gcalc-it.omf +share/gnome/omf/gnome-utils/gcharmap-C.omf +share/gnome/omf/gnome-utils/gcolorsel-C.omf +share/gnome/omf/gnome-utils/gdict-C.omf +share/gnome/omf/gnome-utils/gdiskfree-C.omf +share/gnome/omf/gnome-utils/gdiskfree-es.omf +share/gnome/omf/gnome-utils/gdiskfree-it.omf +share/gnome/omf/gnome-utils/gfontsel-C.omf +share/gnome/omf/gnome-utils/gfontsel-es.omf +share/gnome/omf/gnome-utils/gless-C.omf +share/gnome/omf/gnome-utils/gsearchtool-C.omf +share/gnome/omf/gnome-utils/gsearchtool-es.omf +share/gnome/omf/gnome-utils/gsearchtool-it.omf +share/gnome/omf/gnome-utils/gshutdown-C.omf +share/gnome/omf/gnome-utils/gtt-C.omf +share/gnome/omf/gnome-utils/guname-C.omf +share/gnome/omf/gnome-utils/gw-C.omf +share/gnome/omf/gnome-utils/stripchart-C.omf +share/gnome/pixmaps/gcharmap-logo.png +share/gnome/pixmaps/gcharmap-map-16.xpm +share/gnome/pixmaps/gcharmap-map-big.xpm share/gnome/pixmaps/gdict.png share/gnome/pixmaps/gnome-fontsel.png share/gnome/pixmaps/gnome-searchtool.png @@ -370,6 +545,9 @@ share/gnome/pixmaps/gnome-shutdown.png share/gnome/pixmaps/gnome-stripchart.png share/gnome/pixmaps/gnome-who.png share/gnome/pixmaps/logview/logview.xpm +share/gnome/stripchart/stripchart.conf +share/gnome/stripchart/stripchart.params +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 @@ -394,6 +572,7 @@ 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/tr/LC_MESSAGES/gnome-utils.mo @@ -401,52 +580,79 @@ share/locale/uk/LC_MESSAGES/gnome-utils.mo share/locale/wa/LC_MESSAGES/gnome-utils.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-utils.mo share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo +@dirrm share/gnome/stripchart @dirrm share/gnome/pixmaps/logview +@dirrm share/gnome/omf/gnome-utils @dirrm share/gnome/logview +@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 @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 @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 @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 -@dirrm share/gnome/help/gstripchart/C/stylesheet-images -@dirrm share/gnome/help/gstripchart/C/images -@dirrm share/gnome/help/gstripchart/C -@dirrm share/gnome/help/gstripchart -@dirrm share/gnome/help/gshutdown/C/images +@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 -@dirrm share/gnome/help/gsearchtool/C/images +@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/es/stylesheet-images +@dirrm share/gnome/help/gsearchtool/es/figures +@dirrm share/gnome/help/gsearchtool/es +@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 @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 @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/C/stylesheet-images +@dirrm share/gnome/help/gfontsel/C/figures @dirrm share/gnome/help/gfontsel/C @dirrm share/gnome/help/gfontsel +@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/es/stylesheet-images +@dirrm share/gnome/help/gdiskfree/es/figures @dirrm share/gnome/help/gdiskfree/es @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 @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 @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 @dirrm share/gnome/help/gcharmap/C/stylesheet-images -@dirrm share/gnome/help/gcharmap/C/images +@dirrm share/gnome/help/gcharmap/C/figures @dirrm share/gnome/help/gcharmap/C @dirrm share/gnome/help/gcharmap +@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/C/stylesheet-images +@dirrm share/gnome/help/gcalc/C/figures @dirrm share/gnome/help/gcalc/C @dirrm share/gnome/help/gcalc -@dirrm share/gnome/gstripchart @dirrm share/gnome/gcolorsel/glade @dirrm share/gnome/gcolorsel |