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 | |
parent | - Fix on python2.1; (diff) |
Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
Notes
Notes:
svn path=/head/; revision=42257
342 files changed, 12941 insertions, 5040 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index ddbbab61dece..1f5fdcc55136 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -186,11 +186,24 @@ pre-everything:: # USE_GNOMECTRL - Says that the port uses the GNOME control center. # USE_GNOME - Says that the port uses the GNOME desktop environment. -# Ports outside of the offical GNOME distribution should probably not be -# using USE_GNOMELIBS or USE_GNOMECTRL, unless they have a very good reason. -# Most GNOME ports require USE_GNOME for the correct remove of directories -# in ${X11BASE}/share/gnome. Ports using GNOME should also have -# USE_X_PREFIX defined. +# These are the only "entry points" into the GNOME distribution that will +# be supported. If you need to use a port that is (say) part of +# the controlcenter metaport, then simply request USE_GNOMECTRL=YES. +# +# Any explicit depends on any of the ports that make up the x11/gnome +# metaport will be periodically eradicated by marking the port BROKEN. +# Please use the guidelines above to help everybody maintain a cohesive +# FreeBSD/GNOME environment. +# +# Unless you're experienced with the GNOME system, we highly recommend +# simply using USE_GNOME=yes if you have GNOME related ports you wish +# to commit. This will certainly be a *guaranteed* interface that won't +# be broken without significant warning. Practically all of your target +# audience will already have the x11/gnome metaport installed, so there +# will be minimal inconvenience in terms of excessive downloads. +# +# Ports using GNOME should also have USE_X_PREFIX defined. +# (Perhaps we should add it?? XXX: aDe) .if defined(USE_GNOME) USE_GNOMECTRL= yes @@ -274,7 +287,7 @@ CONFIGURE_ARGS+=--localstatedir=${PREFIX}/share/gnome .if !defined(HAVE_GNOME) || ${CONFIGURE_ARGS:S/--datadir=//} == ${CONFIGURE_ARGS} CONFIGURE_ARGS+=--datadir=${PREFIX}/share/gnome .endif -LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS+= gnome.5:${PORTSDIR}/x11/gnomelibs GNOME_CONFIG?= ${X11BASE}/bin/gnome-config CONFIGURE_ENV+= GNOME_CONFIG="${GNOME_CONFIG}" MAKE_ENV+= GNOME_CONFIG="${GNOME_CONFIG}" @@ -286,10 +299,10 @@ PLIST_SUB+= GNOME:="" NOGNOME:="@comment " DATADIR="share/gnome" .endif .endif .if defined(USE_GNOMECTRL) -LIB_DEPENDS+= capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter +LIB_DEPENDS+= capplet.5:${PORTSDIR}/sysutils/gnomecontrolcenter .endif .if defined(USE_GNOME) -LIB_DEPENDS+= panel_applet.4:${PORTSDIR}/x11/gnomecore +LIB_DEPENDS+= panel_applet.5:${PORTSDIR}/x11/gnomecore .endif .if defined(WANT_GNOME) && !defined(HAVE_GNOME) PLIST_SUB+= GNOME:="@comment " NOGNOME:="" DATADIR="share" diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile index 522e80bc8c0d..bc708d871cce 100644 --- a/audio/gnome-audio/Makefile +++ b/audio/gnome-audio/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeaudio -PORTVERSION= 1.0.0 +PORTVERSION= 1.4.0 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-audio @@ -15,11 +15,8 @@ DISTNAME= gnome-audio-${PORTVERSION} MAINTAINER= ade@FreeBSD.org USE_X_PREFIX= yes -USE_GMAKE= yes USE_GNOMELIBS= yes NO_BUILD= yes - -post-extract: - @${RM} -fr ${WRKSRC}/sounds/sounds +WRKSRC= ${WRKDIR}/${DISTNAME}/sounds .include <bsd.port.mk> diff --git a/audio/gnome-audio/distinfo b/audio/gnome-audio/distinfo index b6a971e4403e..ee448b39664d 100644 --- a/audio/gnome-audio/distinfo +++ b/audio/gnome-audio/distinfo @@ -1 +1 @@ -MD5 (gnome-audio-1.0.0.tar.gz) = 3ae217dfa20fc8fbb67595a32d6beeec +MD5 (gnome-audio-1.4.0.tar.gz) = 412f279a4741b2b14227f1cc36a06d18 diff --git a/audio/gnome-audio/files/patch-aa b/audio/gnome-audio/files/patch-aa index 13a86220f234..f5556e24f16d 100644 --- a/audio/gnome-audio/files/patch-aa +++ b/audio/gnome-audio/files/patch-aa @@ -1,22 +1,19 @@ ---- sounds/Makefile.orig Wed Feb 24 14:19:09 1999 -+++ sounds/Makefile Mon Jul 12 11:24:27 1999 -@@ -1,15 +1,13 @@ +--- Makefile.orig Thu Feb 15 14:40:33 2001 ++++ Makefile Mon Feb 26 19:24:22 2001 +@@ -1,3 +1 @@ -prefix=$(shell gnome-config --prefix) - - all: - - install: install-files install-default-links - - install-files: - for I in $(shell find . -name '*.wav'); do \ -- install -d $(prefix)/share/sounds/`dirname $$I`; \ -- install -m444 $$I $(prefix)/share/sounds/$$I; \ -+ mkdir -p $(PREFIX)/share/gnome/sounds/`dirname $$I`; \ -+ ${BSD_INSTALL_DATA} $$I $(PREFIX)/share/gnome/sounds/$$I; \ + LN_S=ln -sf +@@ -14,4 +12,4 @@ + for I in *.wav */*.wav ; do \ +- $(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \ +- $(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \ ++ $(MKINSTALLDIRS) $(PREFIX)/share/gnome/sounds/`dirname $$I`; \ ++ $(INSTALL_DATA) $$I $(PREFIX)/share/gnome/sounds/$$I; \ done - +@@ -19,3 +17,3 @@ install-default-links: -- ln -sf startup3.wav $(prefix)/share/sounds/login.wav -- ln -sf shutdown1.wav $(prefix)/share/sounds/logout.wav -+ ln -sf startup3.wav $(PREFIX)/share/gnome/sounds/startup.wav -+ ln -sf shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav +- $(LN_S) startup3.wav $(prefix)/share/sounds/login.wav +- $(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav ++ $(LN_S) startup3.wav $(PREFIX)/share/gnome/sounds/login.wav ++ $(LN_S) shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav diff --git a/audio/gnome-audio/pkg-plist b/audio/gnome-audio/pkg-plist index 806f9647d5cd..e6c26480223f 100644 --- a/audio/gnome-audio/pkg-plist +++ b/audio/gnome-audio/pkg-plist @@ -1,16 +1,18 @@ share/gnome/sounds/card_shuffle.wav +share/gnome/sounds/email.wav +share/gnome/sounds/error.wav +share/gnome/sounds/generic.wav share/gnome/sounds/gtk-events/activate.wav share/gnome/sounds/gtk-events/clicked.wav share/gnome/sounds/gtk-events/toggled.wav +share/gnome/sounds/info.wav share/gnome/sounds/login.wav share/gnome/sounds/logout.wav share/gnome/sounds/panel/slide.wav share/gnome/sounds/phone.wav share/gnome/sounds/shutdown1.wav -share/gnome/sounds/startup.wav -share/gnome/sounds/startup1.wav -share/gnome/sounds/startup2.wav share/gnome/sounds/startup3.wav +share/gnome/sounds/warning.wav @dirrm share/gnome/sounds/gtk-events @dirrm share/gnome/sounds/panel @dirrm share/gnome/sounds diff --git a/audio/gnomeaudio/Makefile b/audio/gnomeaudio/Makefile index 522e80bc8c0d..bc708d871cce 100644 --- a/audio/gnomeaudio/Makefile +++ b/audio/gnomeaudio/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeaudio -PORTVERSION= 1.0.0 +PORTVERSION= 1.4.0 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-audio @@ -15,11 +15,8 @@ DISTNAME= gnome-audio-${PORTVERSION} MAINTAINER= ade@FreeBSD.org USE_X_PREFIX= yes -USE_GMAKE= yes USE_GNOMELIBS= yes NO_BUILD= yes - -post-extract: - @${RM} -fr ${WRKSRC}/sounds/sounds +WRKSRC= ${WRKDIR}/${DISTNAME}/sounds .include <bsd.port.mk> diff --git a/audio/gnomeaudio/distinfo b/audio/gnomeaudio/distinfo index b6a971e4403e..ee448b39664d 100644 --- a/audio/gnomeaudio/distinfo +++ b/audio/gnomeaudio/distinfo @@ -1 +1 @@ -MD5 (gnome-audio-1.0.0.tar.gz) = 3ae217dfa20fc8fbb67595a32d6beeec +MD5 (gnome-audio-1.4.0.tar.gz) = 412f279a4741b2b14227f1cc36a06d18 diff --git a/audio/gnomeaudio/files/patch-aa b/audio/gnomeaudio/files/patch-aa index 13a86220f234..f5556e24f16d 100644 --- a/audio/gnomeaudio/files/patch-aa +++ b/audio/gnomeaudio/files/patch-aa @@ -1,22 +1,19 @@ ---- sounds/Makefile.orig Wed Feb 24 14:19:09 1999 -+++ sounds/Makefile Mon Jul 12 11:24:27 1999 -@@ -1,15 +1,13 @@ +--- Makefile.orig Thu Feb 15 14:40:33 2001 ++++ Makefile Mon Feb 26 19:24:22 2001 +@@ -1,3 +1 @@ -prefix=$(shell gnome-config --prefix) - - all: - - install: install-files install-default-links - - install-files: - for I in $(shell find . -name '*.wav'); do \ -- install -d $(prefix)/share/sounds/`dirname $$I`; \ -- install -m444 $$I $(prefix)/share/sounds/$$I; \ -+ mkdir -p $(PREFIX)/share/gnome/sounds/`dirname $$I`; \ -+ ${BSD_INSTALL_DATA} $$I $(PREFIX)/share/gnome/sounds/$$I; \ + LN_S=ln -sf +@@ -14,4 +12,4 @@ + for I in *.wav */*.wav ; do \ +- $(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \ +- $(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \ ++ $(MKINSTALLDIRS) $(PREFIX)/share/gnome/sounds/`dirname $$I`; \ ++ $(INSTALL_DATA) $$I $(PREFIX)/share/gnome/sounds/$$I; \ done - +@@ -19,3 +17,3 @@ install-default-links: -- ln -sf startup3.wav $(prefix)/share/sounds/login.wav -- ln -sf shutdown1.wav $(prefix)/share/sounds/logout.wav -+ ln -sf startup3.wav $(PREFIX)/share/gnome/sounds/startup.wav -+ ln -sf shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav +- $(LN_S) startup3.wav $(prefix)/share/sounds/login.wav +- $(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav ++ $(LN_S) startup3.wav $(PREFIX)/share/gnome/sounds/login.wav ++ $(LN_S) shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav diff --git a/audio/gnomeaudio/pkg-plist b/audio/gnomeaudio/pkg-plist index 806f9647d5cd..e6c26480223f 100644 --- a/audio/gnomeaudio/pkg-plist +++ b/audio/gnomeaudio/pkg-plist @@ -1,16 +1,18 @@ share/gnome/sounds/card_shuffle.wav +share/gnome/sounds/email.wav +share/gnome/sounds/error.wav +share/gnome/sounds/generic.wav share/gnome/sounds/gtk-events/activate.wav share/gnome/sounds/gtk-events/clicked.wav share/gnome/sounds/gtk-events/toggled.wav +share/gnome/sounds/info.wav share/gnome/sounds/login.wav share/gnome/sounds/logout.wav share/gnome/sounds/panel/slide.wav share/gnome/sounds/phone.wav share/gnome/sounds/shutdown1.wav -share/gnome/sounds/startup.wav -share/gnome/sounds/startup1.wav -share/gnome/sounds/startup2.wav share/gnome/sounds/startup3.wav +share/gnome/sounds/warning.wav @dirrm share/gnome/sounds/gtk-events @dirrm share/gnome/sounds/panel @dirrm share/gnome/sounds diff --git a/audio/gnomeaudio2/Makefile b/audio/gnomeaudio2/Makefile index 522e80bc8c0d..bc708d871cce 100644 --- a/audio/gnomeaudio2/Makefile +++ b/audio/gnomeaudio2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeaudio -PORTVERSION= 1.0.0 +PORTVERSION= 1.4.0 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-audio @@ -15,11 +15,8 @@ DISTNAME= gnome-audio-${PORTVERSION} MAINTAINER= ade@FreeBSD.org USE_X_PREFIX= yes -USE_GMAKE= yes USE_GNOMELIBS= yes NO_BUILD= yes - -post-extract: - @${RM} -fr ${WRKSRC}/sounds/sounds +WRKSRC= ${WRKDIR}/${DISTNAME}/sounds .include <bsd.port.mk> diff --git a/audio/gnomeaudio2/distinfo b/audio/gnomeaudio2/distinfo index b6a971e4403e..ee448b39664d 100644 --- a/audio/gnomeaudio2/distinfo +++ b/audio/gnomeaudio2/distinfo @@ -1 +1 @@ -MD5 (gnome-audio-1.0.0.tar.gz) = 3ae217dfa20fc8fbb67595a32d6beeec +MD5 (gnome-audio-1.4.0.tar.gz) = 412f279a4741b2b14227f1cc36a06d18 diff --git a/audio/gnomeaudio2/files/patch-aa b/audio/gnomeaudio2/files/patch-aa index 13a86220f234..f5556e24f16d 100644 --- a/audio/gnomeaudio2/files/patch-aa +++ b/audio/gnomeaudio2/files/patch-aa @@ -1,22 +1,19 @@ ---- sounds/Makefile.orig Wed Feb 24 14:19:09 1999 -+++ sounds/Makefile Mon Jul 12 11:24:27 1999 -@@ -1,15 +1,13 @@ +--- Makefile.orig Thu Feb 15 14:40:33 2001 ++++ Makefile Mon Feb 26 19:24:22 2001 +@@ -1,3 +1 @@ -prefix=$(shell gnome-config --prefix) - - all: - - install: install-files install-default-links - - install-files: - for I in $(shell find . -name '*.wav'); do \ -- install -d $(prefix)/share/sounds/`dirname $$I`; \ -- install -m444 $$I $(prefix)/share/sounds/$$I; \ -+ mkdir -p $(PREFIX)/share/gnome/sounds/`dirname $$I`; \ -+ ${BSD_INSTALL_DATA} $$I $(PREFIX)/share/gnome/sounds/$$I; \ + LN_S=ln -sf +@@ -14,4 +12,4 @@ + for I in *.wav */*.wav ; do \ +- $(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \ +- $(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \ ++ $(MKINSTALLDIRS) $(PREFIX)/share/gnome/sounds/`dirname $$I`; \ ++ $(INSTALL_DATA) $$I $(PREFIX)/share/gnome/sounds/$$I; \ done - +@@ -19,3 +17,3 @@ install-default-links: -- ln -sf startup3.wav $(prefix)/share/sounds/login.wav -- ln -sf shutdown1.wav $(prefix)/share/sounds/logout.wav -+ ln -sf startup3.wav $(PREFIX)/share/gnome/sounds/startup.wav -+ ln -sf shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav +- $(LN_S) startup3.wav $(prefix)/share/sounds/login.wav +- $(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav ++ $(LN_S) startup3.wav $(PREFIX)/share/gnome/sounds/login.wav ++ $(LN_S) shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav diff --git a/audio/gnomeaudio2/pkg-plist b/audio/gnomeaudio2/pkg-plist index 806f9647d5cd..e6c26480223f 100644 --- a/audio/gnomeaudio2/pkg-plist +++ b/audio/gnomeaudio2/pkg-plist @@ -1,16 +1,18 @@ share/gnome/sounds/card_shuffle.wav +share/gnome/sounds/email.wav +share/gnome/sounds/error.wav +share/gnome/sounds/generic.wav share/gnome/sounds/gtk-events/activate.wav share/gnome/sounds/gtk-events/clicked.wav share/gnome/sounds/gtk-events/toggled.wav +share/gnome/sounds/info.wav share/gnome/sounds/login.wav share/gnome/sounds/logout.wav share/gnome/sounds/panel/slide.wav share/gnome/sounds/phone.wav share/gnome/sounds/shutdown1.wav -share/gnome/sounds/startup.wav -share/gnome/sounds/startup1.wav -share/gnome/sounds/startup2.wav share/gnome/sounds/startup3.wav +share/gnome/sounds/warning.wav @dirrm share/gnome/sounds/gtk-events @dirrm share/gnome/sounds/panel @dirrm share/gnome/sounds diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 58e2f20a388d..082dd9cf2c3a 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -9,8 +9,7 @@ PORTNAME= libaudiofile PORTVERSION= 0.2.1 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= ftp://oss.sgi.com/projects/audiofile/download/ \ - ${MASTER_SITE_GNOME} +MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/audiofile DISTNAME= audiofile-${PORTVERSION} 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 diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index daad8b7fd0a9..ac53d8c412dc 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -7,6 +7,7 @@ PORTNAME= ORBit PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ORBit diff --git a/devel/ORBit/files/patch-ac b/devel/ORBit/files/patch-ac index f8f88a5fd61d..8844d91f0bd5 100644 --- a/devel/ORBit/files/patch-ac +++ b/devel/ORBit/files/patch-ac @@ -20,17 +20,18 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = ---- src/orb/Makefile.in.orig Mon Feb 15 12:59:59 1999 -+++ src/orb/Makefile.in Thu Feb 18 22:36:39 1999 -@@ -106,7 +106,7 @@ - IDL = $(top_builddir)/src/idl-compiler/orbit-idl - IRIDL = $(top_srcdir)/src/daemons/interface_repository/interface_repository.idl +--- src/orb/Makefile.in.orig Tue Jan 30 14:56:07 2001 ++++ src/orb/Makefile.in Thu Mar 8 11:16:44 2001 +@@ -113,3 +113,3 @@ -libORBit_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) +libORBit_la_LDFLAGS = -version-info 2:0:0 libORBit_la_LIBADD = $(GLIB_LIBS) -lm +@@ -121,3 +121,3 @@ - BUILT_SOURCES = interface_repository.h interface_repository-common.c interface_repository-stubs.c +-CFLAGS = -g -O0 ++CFLAGS = @CFLAGS@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs --- src/services/name/Makefile.in.orig Thu Oct 12 11:07:08 2000 +++ src/services/name/Makefile.in Thu Oct 12 13:11:55 2000 @@ -109,3 +109,3 @@ diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index daad8b7fd0a9..ac53d8c412dc 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -7,6 +7,7 @@ PORTNAME= ORBit PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ORBit diff --git a/devel/ORBit2/files/patch-ac b/devel/ORBit2/files/patch-ac index f8f88a5fd61d..8844d91f0bd5 100644 --- a/devel/ORBit2/files/patch-ac +++ b/devel/ORBit2/files/patch-ac @@ -20,17 +20,18 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = ---- src/orb/Makefile.in.orig Mon Feb 15 12:59:59 1999 -+++ src/orb/Makefile.in Thu Feb 18 22:36:39 1999 -@@ -106,7 +106,7 @@ - IDL = $(top_builddir)/src/idl-compiler/orbit-idl - IRIDL = $(top_srcdir)/src/daemons/interface_repository/interface_repository.idl +--- src/orb/Makefile.in.orig Tue Jan 30 14:56:07 2001 ++++ src/orb/Makefile.in Thu Mar 8 11:16:44 2001 +@@ -113,3 +113,3 @@ -libORBit_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) +libORBit_la_LDFLAGS = -version-info 2:0:0 libORBit_la_LIBADD = $(GLIB_LIBS) -lm +@@ -121,3 +121,3 @@ - BUILT_SOURCES = interface_repository.h interface_repository-common.c interface_repository-stubs.c +-CFLAGS = -g -O0 ++CFLAGS = @CFLAGS@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs --- src/services/name/Makefile.in.orig Thu Oct 12 11:07:08 2000 +++ src/services/name/Makefile.in Thu Oct 12 13:11:55 2000 @@ -109,3 +109,3 @@ diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 10e4f37e1873..d16b5de35886 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -6,20 +6,19 @@ # PORTNAME= bonobo -PORTVERSION= 0.37 +PORTVERSION= 1.0.3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= unstable/sources/bonobo +MASTER_SITE_SUBDIR= stable/sources/bonobo MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \ - oaf.0:${PORTSDIR}/devel/oaf +LIB_DEPENDS= gnomeprint.16:${PORTSDIR}/print/gnomeprint USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= yes +USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFILES= configure libefs/configure @@ -33,4 +32,9 @@ pre-patch: 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' +# XXX: hack - will be fixed in next release - say hi to +# GNOME release engineering :) +post-patch: + @find ${WRKSRC} -name '*.idl' | xargs touch + .include <bsd.port.mk> diff --git a/devel/bonobo/distinfo b/devel/bonobo/distinfo index 27f0975945f5..962a390ba86e 100644 --- a/devel/bonobo/distinfo +++ b/devel/bonobo/distinfo @@ -1 +1 @@ -MD5 (bonobo-0.37.tar.gz) = 9055c40397c74c9a6bc0edfcd5a1610f +MD5 (bonobo-1.0.3.tar.gz) = 9dd2ed10a4614fc9c11559ad5c152b72 diff --git a/devel/bonobo/pkg-plist b/devel/bonobo/pkg-plist index 3c791a08810c..106e61f8e37d 100644 --- a/devel/bonobo/pkg-plist +++ b/devel/bonobo/pkg-plist @@ -26,7 +26,6 @@ include/bonobo/bonobo-async.h include/bonobo/bonobo-canvas-component.h include/bonobo/bonobo-canvas-item.h include/bonobo/bonobo-client-site.h -include/bonobo/bonobo-component-io.h include/bonobo/bonobo-context.h include/bonobo/bonobo-control-frame.h include/bonobo/bonobo-control.h @@ -114,8 +113,8 @@ share/gnome/bonobo/html/bonobo-sections.txt share/gnome/bonobo/html/bonobo.hierarchy share/gnome/bonobo/html/bonobo.signals share/gnome/bonobo/html/bonobo.types -share/gnome/bonobo/html/bonobo/bonobo-bonobo-activation-context.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-arg.html +share/gnome/bonobo/html/bonobo/bonobo-bonobo-async.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-canvas-component.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-canvas-item.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-client-site.html @@ -132,7 +131,8 @@ share/gnome/bonobo/html/bonobo/bonobo-bonobo-item-container.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-item-handler.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-listener.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-main.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-moniker-async.html +share/gnome/bonobo/html/bonobo/bonobo-bonobo-moniker-extender.html +share/gnome/bonobo/html/bonobo/bonobo-bonobo-moniker-simple.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-moniker-util.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-moniker.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-object-client.html @@ -150,8 +150,6 @@ share/gnome/bonobo/html/bonobo/bonobo-bonobo-property-bag-client.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-property-bag-xml.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-property-bag.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-property-control.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-property-listener.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-property-types.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-property.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-selector.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-socket.html @@ -163,7 +161,9 @@ share/gnome/bonobo/html/bonobo/bonobo-bonobo-stream.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-transient.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-component.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-container.html +share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-engine.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-node.html +share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-sync.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-toolbar-button-item.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-toolbar-icon.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-toolbar-item.html @@ -175,10 +175,13 @@ share/gnome/bonobo/html/bonobo/bonobo-bonobo-view.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-widget.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-win.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-wrapper.html +share/gnome/bonobo/html/bonobo/bonobo-bonobo-xobject.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-zoomable-frame.html share/gnome/bonobo/html/bonobo/bonobo-bonobo-zoomable.html +share/gnome/bonobo/html/bonobo/bonobo-controls.html share/gnome/bonobo/html/bonobo/bonobo-core.html share/gnome/bonobo/html/bonobo/bonobo-documents-widgets.html +share/gnome/bonobo/html/bonobo/bonobo-documents.html share/gnome/bonobo/html/bonobo/bonobo-moniker-handlers.html share/gnome/bonobo/html/bonobo/bonobo-notification.html share/gnome/bonobo/html/bonobo/bonobo-object-activation.html @@ -186,10 +189,27 @@ share/gnome/bonobo/html/bonobo/bonobo-print.html share/gnome/bonobo/html/bonobo/bonobo-properties.html share/gnome/bonobo/html/bonobo/bonobo-storage.html share/gnome/bonobo/html/bonobo/bonobo-support-utilities.html +share/gnome/bonobo/html/bonobo/bonobo-ugly.html share/gnome/bonobo/html/bonobo/bonobo-ui.html +share/gnome/bonobo/html/bonobo/bonobo-useful-widgets.html +share/gnome/bonobo/html/bonobo/bonobo-view.html share/gnome/bonobo/html/bonobo/book1.html -share/gnome/bonobo/html/bonobo/x11340.html -share/gnome/bonobo/html/bonobo/x11347.html +share/gnome/bonobo/html/bonobo/misc-ugly.html +share/gnome/bonobo/html/bonobo/x10104.html +share/gnome/bonobo/html/bonobo/x10146.html +share/gnome/bonobo/html/bonobo/x10147.html +share/gnome/bonobo/html/bonobo/x10189.html +share/gnome/bonobo/html/bonobo/x10996.html +share/gnome/bonobo/html/bonobo/x11010.html +share/gnome/bonobo/html/bonobo/x11207.html +share/gnome/bonobo/html/bonobo/x11335.html +share/gnome/bonobo/html/bonobo/x11349.html +share/gnome/bonobo/html/bonobo/x11351.html +share/gnome/bonobo/html/bonobo/x11391.html +share/gnome/bonobo/html/bonobo/x11418.html +share/gnome/bonobo/html/bonobo/x11419.html +share/gnome/bonobo/html/bonobo/x11421.html +share/gnome/bonobo/html/bonobo/x11462.html share/gnome/idl/Bonobo.idl share/gnome/idl/Bonobo_Advise.idl share/gnome/idl/Bonobo_Canvas.idl @@ -211,7 +231,6 @@ share/gnome/idl/Bonobo_Storage.idl share/gnome/idl/Bonobo_UI.idl share/gnome/idl/Bonobo_Unknown.idl share/gnome/idl/Bonobo_Zoomable.idl -share/gnome/mime-info/bonobo.keys share/gnome/oaf/Bonobo_Moniker_gzip.oaf share/gnome/oaf/Bonobo_Moniker_http.oaf share/gnome/oaf/Bonobo_Moniker_std.oaf @@ -240,6 +259,7 @@ share/locale/hu/LC_MESSAGES/bonobo.mo share/locale/it/LC_MESSAGES/bonobo.mo share/locale/ja/LC_MESSAGES/bonobo.mo share/locale/ko/LC_MESSAGES/bonobo.mo +share/locale/lt/LC_MESSAGES/bonobo.mo share/locale/nl/LC_MESSAGES/bonobo.mo share/locale/no/LC_MESSAGES/bonobo.mo share/locale/pl/LC_MESSAGES/bonobo.mo diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile index ce11bef4d952..426cdbbd1d43 100644 --- a/devel/bug-buddy/Makefile +++ b/devel/bug-buddy/Makefile @@ -6,16 +6,14 @@ # PORTNAME= bugbuddy -PORTVERSION= 1.2 +PORTVERSION= 2.0.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/bug-buddy +MASTER_SITE_SUBDIR= unstable/sources/bug-buddy DISTNAME= bug-buddy-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade - USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes diff --git a/devel/bug-buddy/distinfo b/devel/bug-buddy/distinfo index 1e7a6bccc534..858e61d70425 100644 --- a/devel/bug-buddy/distinfo +++ b/devel/bug-buddy/distinfo @@ -1 +1 @@ -MD5 (bug-buddy-1.2.tar.gz) = b166326ebf19fd23ea8ec4385ec13d7d +MD5 (bug-buddy-2.0.1.tar.gz) = e70f4e0be3ee08ae34190c20d89bf16e diff --git a/devel/bug-buddy/pkg-plist b/devel/bug-buddy/pkg-plist index 85e477b3c002..308f091254e8 100644 --- a/devel/bug-buddy/pkg-plist +++ b/devel/bug-buddy/pkg-plist @@ -4,10 +4,14 @@ share/gnome/bug-buddy/bug-anim.png share/gnome/bug-buddy/bug-buddy.glade share/gnome/bug-buddy/bug-core.png share/gnome/bug-buddy/bug-flower.png +share/gnome/bug-buddy/bugzilla/gnome.bugzilla +share/gnome/bug-buddy/bugzilla/gnome/config +share/gnome/bug-buddy/bugzilla/gnome/products share/gnome/bug-buddy/debian-packages share/gnome/bug-buddy/gdb-cmd share/gnome/bug-buddy/gnome-packages share/gnome/bug-buddy/gnome.appmap +share/gnome/bug-buddy/gnome.png share/gnome/bug-buddy/helix-packages share/gnome/bug-buddy/kde-packages share/gnome/bug-buddy/xml/Debian.bts @@ -17,14 +21,15 @@ share/gnome/bug-buddy/xml/Independent_Project.bts share/gnome/bug-buddy/xml/KDE.bts share/gnome/help/bug-buddy/C/authors.html share/gnome/help/bug-buddy/C/bugs.html -share/gnome/help/bug-buddy/C/collect-debug-info.html +share/gnome/help/bug-buddy/C/component.html share/gnome/help/bug-buddy/C/contact-info.html share/gnome/help/bug-buddy/C/debug-info.html share/gnome/help/bug-buddy/C/description.html share/gnome/help/bug-buddy/C/docbook.css share/gnome/help/bug-buddy/C/index.html +share/gnome/help/bug-buddy/C/license.html share/gnome/help/bug-buddy/C/ln10.html -share/gnome/help/bug-buddy/C/report-info.html +share/gnome/help/bug-buddy/C/product.html share/gnome/help/bug-buddy/C/stylesheet-images/caution.png share/gnome/help/bug-buddy/C/stylesheet-images/important.png share/gnome/help/bug-buddy/C/stylesheet-images/note.png @@ -32,14 +37,13 @@ share/gnome/help/bug-buddy/C/stylesheet-images/tip.png share/gnome/help/bug-buddy/C/stylesheet-images/warning.png share/gnome/help/bug-buddy/C/submit-report.html share/gnome/help/bug-buddy/C/summary.html -share/gnome/help/bug-buddy/C/system-config.html +share/gnome/help/bug-buddy/C/updating.html share/gnome/help/bug-buddy/it/authors.html share/gnome/help/bug-buddy/it/bugs.html share/gnome/help/bug-buddy/it/collect-debug-info.html share/gnome/help/bug-buddy/it/contact-info.html share/gnome/help/bug-buddy/it/debug-info.html share/gnome/help/bug-buddy/it/description.html -share/gnome/help/bug-buddy/it/docbook.css share/gnome/help/bug-buddy/it/index.html share/gnome/help/bug-buddy/it/ln13.html share/gnome/help/bug-buddy/it/report-info.html @@ -54,9 +58,9 @@ share/gnome/help/bug-buddy/it/system-config.html share/gnome/mime-info/bug-buddy.keys share/gnome/mime-info/bug-buddy.mime share/gnome/pixmaps/bug-buddy.png +share/locale/az/LC_MESSAGES/bug-buddy.mo share/locale/ca/LC_MESSAGES/bug-buddy.mo share/locale/cs/LC_MESSAGES/bug-buddy.mo -share/locale/da/LC_MESSAGES/bug-buddy.mo share/locale/de/LC_MESSAGES/bug-buddy.mo share/locale/el/LC_MESSAGES/bug-buddy.mo share/locale/en_AU/LC_MESSAGES/bug-buddy.mo @@ -70,7 +74,9 @@ share/locale/hu/LC_MESSAGES/bug-buddy.mo share/locale/it/LC_MESSAGES/bug-buddy.mo share/locale/ja/LC_MESSAGES/bug-buddy.mo share/locale/ko/LC_MESSAGES/bug-buddy.mo +share/locale/lt/LC_MESSAGES/bug-buddy.mo share/locale/nl/LC_MESSAGES/bug-buddy.mo +share/locale/nn/LC_MESSAGES/bug-buddy.mo share/locale/no/LC_MESSAGES/bug-buddy.mo share/locale/pl/LC_MESSAGES/bug-buddy.mo share/locale/pt_BR/LC_MESSAGES/bug-buddy.mo @@ -81,6 +87,7 @@ share/locale/sl/LC_MESSAGES/bug-buddy.mo share/locale/sv/LC_MESSAGES/bug-buddy.mo share/locale/tr/LC_MESSAGES/bug-buddy.mo share/locale/uk/LC_MESSAGES/bug-buddy.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/bug-buddy.mo @dirrm share/gnome/help/bug-buddy/it/stylesheet-images @dirrm share/gnome/help/bug-buddy/it/figures @dirrm share/gnome/help/bug-buddy/it @@ -89,4 +96,6 @@ share/locale/uk/LC_MESSAGES/bug-buddy.mo @dirrm share/gnome/help/bug-buddy/C @dirrm share/gnome/help/bug-buddy @dirrm share/gnome/bug-buddy/xml +@dirrm share/gnome/bug-buddy/bugzilla/gnome +@dirrm share/gnome/bug-buddy/bugzilla @dirrm share/gnome/bug-buddy diff --git a/devel/bugbuddy/Makefile b/devel/bugbuddy/Makefile index ce11bef4d952..426cdbbd1d43 100644 --- a/devel/bugbuddy/Makefile +++ b/devel/bugbuddy/Makefile @@ -6,16 +6,14 @@ # PORTNAME= bugbuddy -PORTVERSION= 1.2 +PORTVERSION= 2.0.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/bug-buddy +MASTER_SITE_SUBDIR= unstable/sources/bug-buddy DISTNAME= bug-buddy-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade - USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes diff --git a/devel/bugbuddy/distinfo b/devel/bugbuddy/distinfo index 1e7a6bccc534..858e61d70425 100644 --- a/devel/bugbuddy/distinfo +++ b/devel/bugbuddy/distinfo @@ -1 +1 @@ -MD5 (bug-buddy-1.2.tar.gz) = b166326ebf19fd23ea8ec4385ec13d7d +MD5 (bug-buddy-2.0.1.tar.gz) = e70f4e0be3ee08ae34190c20d89bf16e diff --git a/devel/bugbuddy/pkg-plist b/devel/bugbuddy/pkg-plist index 85e477b3c002..308f091254e8 100644 --- a/devel/bugbuddy/pkg-plist +++ b/devel/bugbuddy/pkg-plist @@ -4,10 +4,14 @@ share/gnome/bug-buddy/bug-anim.png share/gnome/bug-buddy/bug-buddy.glade share/gnome/bug-buddy/bug-core.png share/gnome/bug-buddy/bug-flower.png +share/gnome/bug-buddy/bugzilla/gnome.bugzilla +share/gnome/bug-buddy/bugzilla/gnome/config +share/gnome/bug-buddy/bugzilla/gnome/products share/gnome/bug-buddy/debian-packages share/gnome/bug-buddy/gdb-cmd share/gnome/bug-buddy/gnome-packages share/gnome/bug-buddy/gnome.appmap +share/gnome/bug-buddy/gnome.png share/gnome/bug-buddy/helix-packages share/gnome/bug-buddy/kde-packages share/gnome/bug-buddy/xml/Debian.bts @@ -17,14 +21,15 @@ share/gnome/bug-buddy/xml/Independent_Project.bts share/gnome/bug-buddy/xml/KDE.bts share/gnome/help/bug-buddy/C/authors.html share/gnome/help/bug-buddy/C/bugs.html -share/gnome/help/bug-buddy/C/collect-debug-info.html +share/gnome/help/bug-buddy/C/component.html share/gnome/help/bug-buddy/C/contact-info.html share/gnome/help/bug-buddy/C/debug-info.html share/gnome/help/bug-buddy/C/description.html share/gnome/help/bug-buddy/C/docbook.css share/gnome/help/bug-buddy/C/index.html +share/gnome/help/bug-buddy/C/license.html share/gnome/help/bug-buddy/C/ln10.html -share/gnome/help/bug-buddy/C/report-info.html +share/gnome/help/bug-buddy/C/product.html share/gnome/help/bug-buddy/C/stylesheet-images/caution.png share/gnome/help/bug-buddy/C/stylesheet-images/important.png share/gnome/help/bug-buddy/C/stylesheet-images/note.png @@ -32,14 +37,13 @@ share/gnome/help/bug-buddy/C/stylesheet-images/tip.png share/gnome/help/bug-buddy/C/stylesheet-images/warning.png share/gnome/help/bug-buddy/C/submit-report.html share/gnome/help/bug-buddy/C/summary.html -share/gnome/help/bug-buddy/C/system-config.html +share/gnome/help/bug-buddy/C/updating.html share/gnome/help/bug-buddy/it/authors.html share/gnome/help/bug-buddy/it/bugs.html share/gnome/help/bug-buddy/it/collect-debug-info.html share/gnome/help/bug-buddy/it/contact-info.html share/gnome/help/bug-buddy/it/debug-info.html share/gnome/help/bug-buddy/it/description.html -share/gnome/help/bug-buddy/it/docbook.css share/gnome/help/bug-buddy/it/index.html share/gnome/help/bug-buddy/it/ln13.html share/gnome/help/bug-buddy/it/report-info.html @@ -54,9 +58,9 @@ share/gnome/help/bug-buddy/it/system-config.html share/gnome/mime-info/bug-buddy.keys share/gnome/mime-info/bug-buddy.mime share/gnome/pixmaps/bug-buddy.png +share/locale/az/LC_MESSAGES/bug-buddy.mo share/locale/ca/LC_MESSAGES/bug-buddy.mo share/locale/cs/LC_MESSAGES/bug-buddy.mo -share/locale/da/LC_MESSAGES/bug-buddy.mo share/locale/de/LC_MESSAGES/bug-buddy.mo share/locale/el/LC_MESSAGES/bug-buddy.mo share/locale/en_AU/LC_MESSAGES/bug-buddy.mo @@ -70,7 +74,9 @@ share/locale/hu/LC_MESSAGES/bug-buddy.mo share/locale/it/LC_MESSAGES/bug-buddy.mo share/locale/ja/LC_MESSAGES/bug-buddy.mo share/locale/ko/LC_MESSAGES/bug-buddy.mo +share/locale/lt/LC_MESSAGES/bug-buddy.mo share/locale/nl/LC_MESSAGES/bug-buddy.mo +share/locale/nn/LC_MESSAGES/bug-buddy.mo share/locale/no/LC_MESSAGES/bug-buddy.mo share/locale/pl/LC_MESSAGES/bug-buddy.mo share/locale/pt_BR/LC_MESSAGES/bug-buddy.mo @@ -81,6 +87,7 @@ share/locale/sl/LC_MESSAGES/bug-buddy.mo share/locale/sv/LC_MESSAGES/bug-buddy.mo share/locale/tr/LC_MESSAGES/bug-buddy.mo share/locale/uk/LC_MESSAGES/bug-buddy.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/bug-buddy.mo @dirrm share/gnome/help/bug-buddy/it/stylesheet-images @dirrm share/gnome/help/bug-buddy/it/figures @dirrm share/gnome/help/bug-buddy/it @@ -89,4 +96,6 @@ share/locale/uk/LC_MESSAGES/bug-buddy.mo @dirrm share/gnome/help/bug-buddy/C @dirrm share/gnome/help/bug-buddy @dirrm share/gnome/bug-buddy/xml +@dirrm share/gnome/bug-buddy/bugzilla/gnome +@dirrm share/gnome/bug-buddy/bugzilla @dirrm share/gnome/bug-buddy diff --git a/devel/bugbuddy2/Makefile b/devel/bugbuddy2/Makefile index ce11bef4d952..426cdbbd1d43 100644 --- a/devel/bugbuddy2/Makefile +++ b/devel/bugbuddy2/Makefile @@ -6,16 +6,14 @@ # PORTNAME= bugbuddy -PORTVERSION= 1.2 +PORTVERSION= 2.0.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/bug-buddy +MASTER_SITE_SUBDIR= unstable/sources/bug-buddy DISTNAME= bug-buddy-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade - USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes diff --git a/devel/bugbuddy2/distinfo b/devel/bugbuddy2/distinfo index 1e7a6bccc534..858e61d70425 100644 --- a/devel/bugbuddy2/distinfo +++ b/devel/bugbuddy2/distinfo @@ -1 +1 @@ -MD5 (bug-buddy-1.2.tar.gz) = b166326ebf19fd23ea8ec4385ec13d7d +MD5 (bug-buddy-2.0.1.tar.gz) = e70f4e0be3ee08ae34190c20d89bf16e diff --git a/devel/bugbuddy2/pkg-plist b/devel/bugbuddy2/pkg-plist index 85e477b3c002..308f091254e8 100644 --- a/devel/bugbuddy2/pkg-plist +++ b/devel/bugbuddy2/pkg-plist @@ -4,10 +4,14 @@ share/gnome/bug-buddy/bug-anim.png share/gnome/bug-buddy/bug-buddy.glade share/gnome/bug-buddy/bug-core.png share/gnome/bug-buddy/bug-flower.png +share/gnome/bug-buddy/bugzilla/gnome.bugzilla +share/gnome/bug-buddy/bugzilla/gnome/config +share/gnome/bug-buddy/bugzilla/gnome/products share/gnome/bug-buddy/debian-packages share/gnome/bug-buddy/gdb-cmd share/gnome/bug-buddy/gnome-packages share/gnome/bug-buddy/gnome.appmap +share/gnome/bug-buddy/gnome.png share/gnome/bug-buddy/helix-packages share/gnome/bug-buddy/kde-packages share/gnome/bug-buddy/xml/Debian.bts @@ -17,14 +21,15 @@ share/gnome/bug-buddy/xml/Independent_Project.bts share/gnome/bug-buddy/xml/KDE.bts share/gnome/help/bug-buddy/C/authors.html share/gnome/help/bug-buddy/C/bugs.html -share/gnome/help/bug-buddy/C/collect-debug-info.html +share/gnome/help/bug-buddy/C/component.html share/gnome/help/bug-buddy/C/contact-info.html share/gnome/help/bug-buddy/C/debug-info.html share/gnome/help/bug-buddy/C/description.html share/gnome/help/bug-buddy/C/docbook.css share/gnome/help/bug-buddy/C/index.html +share/gnome/help/bug-buddy/C/license.html share/gnome/help/bug-buddy/C/ln10.html -share/gnome/help/bug-buddy/C/report-info.html +share/gnome/help/bug-buddy/C/product.html share/gnome/help/bug-buddy/C/stylesheet-images/caution.png share/gnome/help/bug-buddy/C/stylesheet-images/important.png share/gnome/help/bug-buddy/C/stylesheet-images/note.png @@ -32,14 +37,13 @@ share/gnome/help/bug-buddy/C/stylesheet-images/tip.png share/gnome/help/bug-buddy/C/stylesheet-images/warning.png share/gnome/help/bug-buddy/C/submit-report.html share/gnome/help/bug-buddy/C/summary.html -share/gnome/help/bug-buddy/C/system-config.html +share/gnome/help/bug-buddy/C/updating.html share/gnome/help/bug-buddy/it/authors.html share/gnome/help/bug-buddy/it/bugs.html share/gnome/help/bug-buddy/it/collect-debug-info.html share/gnome/help/bug-buddy/it/contact-info.html share/gnome/help/bug-buddy/it/debug-info.html share/gnome/help/bug-buddy/it/description.html -share/gnome/help/bug-buddy/it/docbook.css share/gnome/help/bug-buddy/it/index.html share/gnome/help/bug-buddy/it/ln13.html share/gnome/help/bug-buddy/it/report-info.html @@ -54,9 +58,9 @@ share/gnome/help/bug-buddy/it/system-config.html share/gnome/mime-info/bug-buddy.keys share/gnome/mime-info/bug-buddy.mime share/gnome/pixmaps/bug-buddy.png +share/locale/az/LC_MESSAGES/bug-buddy.mo share/locale/ca/LC_MESSAGES/bug-buddy.mo share/locale/cs/LC_MESSAGES/bug-buddy.mo -share/locale/da/LC_MESSAGES/bug-buddy.mo share/locale/de/LC_MESSAGES/bug-buddy.mo share/locale/el/LC_MESSAGES/bug-buddy.mo share/locale/en_AU/LC_MESSAGES/bug-buddy.mo @@ -70,7 +74,9 @@ share/locale/hu/LC_MESSAGES/bug-buddy.mo share/locale/it/LC_MESSAGES/bug-buddy.mo share/locale/ja/LC_MESSAGES/bug-buddy.mo share/locale/ko/LC_MESSAGES/bug-buddy.mo +share/locale/lt/LC_MESSAGES/bug-buddy.mo share/locale/nl/LC_MESSAGES/bug-buddy.mo +share/locale/nn/LC_MESSAGES/bug-buddy.mo share/locale/no/LC_MESSAGES/bug-buddy.mo share/locale/pl/LC_MESSAGES/bug-buddy.mo share/locale/pt_BR/LC_MESSAGES/bug-buddy.mo @@ -81,6 +87,7 @@ share/locale/sl/LC_MESSAGES/bug-buddy.mo share/locale/sv/LC_MESSAGES/bug-buddy.mo share/locale/tr/LC_MESSAGES/bug-buddy.mo share/locale/uk/LC_MESSAGES/bug-buddy.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/bug-buddy.mo @dirrm share/gnome/help/bug-buddy/it/stylesheet-images @dirrm share/gnome/help/bug-buddy/it/figures @dirrm share/gnome/help/bug-buddy/it @@ -89,4 +96,6 @@ share/locale/uk/LC_MESSAGES/bug-buddy.mo @dirrm share/gnome/help/bug-buddy/C @dirrm share/gnome/help/bug-buddy @dirrm share/gnome/bug-buddy/xml +@dirrm share/gnome/bug-buddy/bugzilla/gnome +@dirrm share/gnome/bug-buddy/bugzilla @dirrm share/gnome/bug-buddy diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index 670f4c2671c0..46afdd1972f5 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gconf -PORTVERSION= 0.12 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/GConf @@ -15,14 +14,13 @@ DISTNAME= GConf-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - guile.9:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ oaf.0:${PORTSDIR}/devel/oaf USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes -USE_GNOME= yes +USE_GNOMELIBS= yes INSTALL_SHLIBS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/gconf/distinfo b/devel/gconf/distinfo index 4ec565cc899c..bbbf84e7f6e5 100644 --- a/devel/gconf/distinfo +++ b/devel/gconf/distinfo @@ -1 +1 @@ -MD5 (GConf-0.12.tar.gz) = 5a95d5e6cb1984d086210d2ca66e7420 +MD5 (GConf-1.0.0.tar.gz) = cdd363895dbc3d56412cb40ee1c2999b diff --git a/devel/gconf/pkg-plist b/devel/gconf/pkg-plist index 80bc8f2e23e4..9de2e64bd4ca 100644 --- a/devel/gconf/pkg-plist +++ b/devel/gconf/pkg-plist @@ -25,20 +25,26 @@ lib/libgconf-gtk-1.so lib/libgconf-gtk-1.so.1 share/aclocal/gconf-1.m4 share/gnome/oaf/gconfd-1.oafinfo +share/locale/az/LC_MESSAGES/GConf.mo share/locale/ca/LC_MESSAGES/GConf.mo share/locale/cs/LC_MESSAGES/GConf.mo share/locale/da/LC_MESSAGES/GConf.mo share/locale/de/LC_MESSAGES/GConf.mo share/locale/el/LC_MESSAGES/GConf.mo +share/locale/es/LC_MESSAGES/GConf.mo share/locale/fi/LC_MESSAGES/GConf.mo share/locale/fr/LC_MESSAGES/GConf.mo share/locale/ga/LC_MESSAGES/GConf.mo +share/locale/hu/LC_MESSAGES/GConf.mo +share/locale/it/LC_MESSAGES/GConf.mo share/locale/ja/LC_MESSAGES/GConf.mo share/locale/ko/LC_MESSAGES/GConf.mo share/locale/nl/LC_MESSAGES/GConf.mo share/locale/no/LC_MESSAGES/GConf.mo share/locale/pt_BR/LC_MESSAGES/GConf.mo share/locale/ru/LC_MESSAGES/GConf.mo +share/locale/sk/LC_MESSAGES/GConf.mo +share/locale/sl/LC_MESSAGES/GConf.mo share/locale/sv/LC_MESSAGES/GConf.mo share/locale/tr/LC_MESSAGES/GConf.mo share/locale/uk/LC_MESSAGES/GConf.mo diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 670f4c2671c0..46afdd1972f5 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gconf -PORTVERSION= 0.12 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/GConf @@ -15,14 +14,13 @@ DISTNAME= GConf-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - guile.9:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ oaf.0:${PORTSDIR}/devel/oaf USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes -USE_GNOME= yes +USE_GNOMELIBS= yes INSTALL_SHLIBS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo index 4ec565cc899c..bbbf84e7f6e5 100644 --- a/devel/gconf2/distinfo +++ b/devel/gconf2/distinfo @@ -1 +1 @@ -MD5 (GConf-0.12.tar.gz) = 5a95d5e6cb1984d086210d2ca66e7420 +MD5 (GConf-1.0.0.tar.gz) = cdd363895dbc3d56412cb40ee1c2999b diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist index 80bc8f2e23e4..9de2e64bd4ca 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -25,20 +25,26 @@ lib/libgconf-gtk-1.so lib/libgconf-gtk-1.so.1 share/aclocal/gconf-1.m4 share/gnome/oaf/gconfd-1.oafinfo +share/locale/az/LC_MESSAGES/GConf.mo share/locale/ca/LC_MESSAGES/GConf.mo share/locale/cs/LC_MESSAGES/GConf.mo share/locale/da/LC_MESSAGES/GConf.mo share/locale/de/LC_MESSAGES/GConf.mo share/locale/el/LC_MESSAGES/GConf.mo +share/locale/es/LC_MESSAGES/GConf.mo share/locale/fi/LC_MESSAGES/GConf.mo share/locale/fr/LC_MESSAGES/GConf.mo share/locale/ga/LC_MESSAGES/GConf.mo +share/locale/hu/LC_MESSAGES/GConf.mo +share/locale/it/LC_MESSAGES/GConf.mo share/locale/ja/LC_MESSAGES/GConf.mo share/locale/ko/LC_MESSAGES/GConf.mo share/locale/nl/LC_MESSAGES/GConf.mo share/locale/no/LC_MESSAGES/GConf.mo share/locale/pt_BR/LC_MESSAGES/GConf.mo share/locale/ru/LC_MESSAGES/GConf.mo +share/locale/sk/LC_MESSAGES/GConf.mo +share/locale/sl/LC_MESSAGES/GConf.mo share/locale/sv/LC_MESSAGES/GConf.mo share/locale/tr/LC_MESSAGES/GConf.mo share/locale/uk/LC_MESSAGES/GConf.mo diff --git a/devel/glade/Makefile b/devel/glade/Makefile index ea47aa04f408..0551a5bccbf6 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glade -PORTVERSION= 0.5.11 +PORTVERSION= 0.6.2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/glade @@ -16,6 +16,7 @@ MAINTAINER= ade@FreeBSD.org USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/libs" diff --git a/devel/glade/distinfo b/devel/glade/distinfo index ef97c01e8ee3..2c8c82ce8f60 100644 --- a/devel/glade/distinfo +++ b/devel/glade/distinfo @@ -1 +1 @@ -MD5 (glade-0.5.11.tar.gz) = 23d063133cbbfd331e3ee0f694efa610 +MD5 (glade-0.6.2.tar.gz) = 261c9a48441d2a884654b11a79c220ee diff --git a/devel/glade/pkg-plist b/devel/glade/pkg-plist index 53a8cf085a6a..c022bb36d2cd 100644 --- a/devel/glade/pkg-plist +++ b/devel/glade/pkg-plist @@ -8,6 +8,7 @@ share/gnome/glade/gnome/curses.m4 share/gnome/glade/gnome/gnome-bonobo-check.m4 share/gnome/glade/gnome/gnome-common.m4 share/gnome/glade/gnome/gnome-fileutils.m4 +share/gnome/glade/gnome/gnome-gettext.m4 share/gnome/glade/gnome/gnome-ghttp-check.m4 share/gnome/glade/gnome/gnome-gnorba-check.m4 share/gnome/glade/gnome/gnome-guile-checks.m4 @@ -28,6 +29,7 @@ share/gnome/glade/gnome/need-declaration.m4 share/gnome/glade/gtk/autogen.sh share/gnome/help/glade/C/faq/docbook.css share/gnome/help/glade/C/faq/index.html +share/gnome/help/glade/C/faq/faq.sgml share/gnome/help/glade/C/faq/ln7.html share/gnome/help/glade/C/faq/stylesheet-images/caution.gif share/gnome/help/glade/C/faq/stylesheet-images/home.gif @@ -57,6 +59,7 @@ share/gnome/help/glade/C/turbo-start/stylesheet-images/toc-minus.gif share/gnome/help/glade/C/turbo-start/stylesheet-images/toc-plus.gif share/gnome/help/glade/C/turbo-start/stylesheet-images/up.gif share/gnome/help/glade/C/turbo-start/stylesheet-images/warning.gif +share/gnome/help/glade/C/turbo-start/turbo-start.sgml share/gnome/help/glade/C/user-guide/authors.html share/gnome/help/glade/C/user-guide/docbook.css share/gnome/help/glade/C/user-guide/edit-menu.html @@ -84,6 +87,7 @@ share/gnome/help/glade/C/user-guide/stylesheet-images/toc-plus.gif share/gnome/help/glade/C/user-guide/stylesheet-images/up.gif share/gnome/help/glade/C/user-guide/stylesheet-images/warning.gif share/gnome/help/glade/C/user-guide/toolbar.html +share/gnome/help/glade/C/user-guide/user-guide.sgml share/gnome/help/glade/C/user-guide/user-guide-images/edit-menu.png share/gnome/help/glade/C/user-guide/user-guide-images/file-menu.png share/gnome/help/glade/C/user-guide/user-guide-images/grid-options.png @@ -109,8 +113,28 @@ share/gnome/help/glade/C/user-guide/windows-tree.html share/gnome/help/glade/C/user-guide/windows.html share/gnome/help/glade/C/user-guide/x225.html share/gnome/help/glade/C/user-guide/x324.html +share/gnome/help/glade/it/faq/docbook.css +share/gnome/help/glade/it/faq/index.html +share/gnome/help/glade/it/faq/ln10.html +share/gnome/help/glade/it/faq/stylesheet-images/caution.gif +share/gnome/help/glade/it/faq/stylesheet-images/home.gif +share/gnome/help/glade/it/faq/stylesheet-images/important.gif +share/gnome/help/glade/it/faq/stylesheet-images/next.gif +share/gnome/help/glade/it/faq/stylesheet-images/note.gif +share/gnome/help/glade/it/faq/stylesheet-images/prev.gif +share/gnome/help/glade/it/faq/stylesheet-images/tip.gif +share/gnome/help/glade/it/faq/stylesheet-images/toc-blank.gif +share/gnome/help/glade/it/faq/stylesheet-images/toc-minus.gif +share/gnome/help/glade/it/faq/stylesheet-images/toc-plus.gif +share/gnome/help/glade/it/faq/stylesheet-images/up.gif +share/gnome/help/glade/it/faq/stylesheet-images/warning.gif +share/gnome/help/glade/it/topic.dat +share/gnome/omf/glade/faq-C.omf +share/gnome/omf/glade/turbo-start-C.omf +share/gnome/omf/glade/user-guide-C.omf share/gnome/pixmaps/glade.png share/gnome/pixmaps/glade/glade_logo.png +share/locale/az/LC_MESSAGES/glade.mo share/locale/ca/LC_MESSAGES/glade.mo share/locale/cs/LC_MESSAGES/glade.mo share/locale/da/LC_MESSAGES/glade.mo @@ -121,6 +145,7 @@ share/locale/es/LC_MESSAGES/glade.mo share/locale/fr/LC_MESSAGES/glade.mo share/locale/ga/LC_MESSAGES/glade.mo share/locale/gl/LC_MESSAGES/glade.mo +share/locale/hu/LC_MESSAGES/glade.mo share/locale/it/LC_MESSAGES/glade.mo share/locale/ja/LC_MESSAGES/glade.mo share/locale/ko/LC_MESSAGES/glade.mo @@ -128,15 +153,20 @@ share/locale/no/LC_MESSAGES/glade.mo share/locale/pl/LC_MESSAGES/glade.mo share/locale/pt_BR/LC_MESSAGES/glade.mo share/locale/ru/LC_MESSAGES/glade.mo +share/locale/sk/LC_MESSAGES/glade.mo share/locale/sv/LC_MESSAGES/glade.mo share/locale/tr/LC_MESSAGES/glade.mo share/locale/uk/LC_MESSAGES/glade.mo @dirrm share/gnome/pixmaps/glade +@dirrm share/gnome/omf/glade @dirrm share/gnome/help/glade/C/user-guide/user-guide-images @dirrm share/gnome/help/glade/C/user-guide/stylesheet-images @dirrm share/gnome/help/glade/C/user-guide @dirrm share/gnome/help/glade/C/turbo-start/stylesheet-images @dirrm share/gnome/help/glade/C/turbo-start +@dirrm share/gnome/help/glade/it/faq/stylesheet-images +@dirrm share/gnome/help/glade/it/faq +@dirrm share/gnome/help/glade/it @dirrm share/gnome/help/glade/C/faq/stylesheet-images @dirrm share/gnome/help/glade/C/faq @dirrm share/gnome/help/glade/C diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile index ea47aa04f408..0551a5bccbf6 100644 --- a/devel/glade2/Makefile +++ b/devel/glade2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glade -PORTVERSION= 0.5.11 +PORTVERSION= 0.6.2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/glade @@ -16,6 +16,7 @@ MAINTAINER= ade@FreeBSD.org USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/libs" diff --git a/devel/glade2/distinfo b/devel/glade2/distinfo index ef97c01e8ee3..2c8c82ce8f60 100644 --- a/devel/glade2/distinfo +++ b/devel/glade2/distinfo @@ -1 +1 @@ -MD5 (glade-0.5.11.tar.gz) = 23d063133cbbfd331e3ee0f694efa610 +MD5 (glade-0.6.2.tar.gz) = 261c9a48441d2a884654b11a79c220ee diff --git a/devel/glade2/pkg-plist b/devel/glade2/pkg-plist index 53a8cf085a6a..c022bb36d2cd 100644 --- a/devel/glade2/pkg-plist +++ b/devel/glade2/pkg-plist @@ -8,6 +8,7 @@ share/gnome/glade/gnome/curses.m4 share/gnome/glade/gnome/gnome-bonobo-check.m4 share/gnome/glade/gnome/gnome-common.m4 share/gnome/glade/gnome/gnome-fileutils.m4 +share/gnome/glade/gnome/gnome-gettext.m4 share/gnome/glade/gnome/gnome-ghttp-check.m4 share/gnome/glade/gnome/gnome-gnorba-check.m4 share/gnome/glade/gnome/gnome-guile-checks.m4 @@ -28,6 +29,7 @@ share/gnome/glade/gnome/need-declaration.m4 share/gnome/glade/gtk/autogen.sh share/gnome/help/glade/C/faq/docbook.css share/gnome/help/glade/C/faq/index.html +share/gnome/help/glade/C/faq/faq.sgml share/gnome/help/glade/C/faq/ln7.html share/gnome/help/glade/C/faq/stylesheet-images/caution.gif share/gnome/help/glade/C/faq/stylesheet-images/home.gif @@ -57,6 +59,7 @@ share/gnome/help/glade/C/turbo-start/stylesheet-images/toc-minus.gif share/gnome/help/glade/C/turbo-start/stylesheet-images/toc-plus.gif share/gnome/help/glade/C/turbo-start/stylesheet-images/up.gif share/gnome/help/glade/C/turbo-start/stylesheet-images/warning.gif +share/gnome/help/glade/C/turbo-start/turbo-start.sgml share/gnome/help/glade/C/user-guide/authors.html share/gnome/help/glade/C/user-guide/docbook.css share/gnome/help/glade/C/user-guide/edit-menu.html @@ -84,6 +87,7 @@ share/gnome/help/glade/C/user-guide/stylesheet-images/toc-plus.gif share/gnome/help/glade/C/user-guide/stylesheet-images/up.gif share/gnome/help/glade/C/user-guide/stylesheet-images/warning.gif share/gnome/help/glade/C/user-guide/toolbar.html +share/gnome/help/glade/C/user-guide/user-guide.sgml share/gnome/help/glade/C/user-guide/user-guide-images/edit-menu.png share/gnome/help/glade/C/user-guide/user-guide-images/file-menu.png share/gnome/help/glade/C/user-guide/user-guide-images/grid-options.png @@ -109,8 +113,28 @@ share/gnome/help/glade/C/user-guide/windows-tree.html share/gnome/help/glade/C/user-guide/windows.html share/gnome/help/glade/C/user-guide/x225.html share/gnome/help/glade/C/user-guide/x324.html +share/gnome/help/glade/it/faq/docbook.css +share/gnome/help/glade/it/faq/index.html +share/gnome/help/glade/it/faq/ln10.html +share/gnome/help/glade/it/faq/stylesheet-images/caution.gif +share/gnome/help/glade/it/faq/stylesheet-images/home.gif +share/gnome/help/glade/it/faq/stylesheet-images/important.gif +share/gnome/help/glade/it/faq/stylesheet-images/next.gif +share/gnome/help/glade/it/faq/stylesheet-images/note.gif +share/gnome/help/glade/it/faq/stylesheet-images/prev.gif +share/gnome/help/glade/it/faq/stylesheet-images/tip.gif +share/gnome/help/glade/it/faq/stylesheet-images/toc-blank.gif +share/gnome/help/glade/it/faq/stylesheet-images/toc-minus.gif +share/gnome/help/glade/it/faq/stylesheet-images/toc-plus.gif +share/gnome/help/glade/it/faq/stylesheet-images/up.gif +share/gnome/help/glade/it/faq/stylesheet-images/warning.gif +share/gnome/help/glade/it/topic.dat +share/gnome/omf/glade/faq-C.omf +share/gnome/omf/glade/turbo-start-C.omf +share/gnome/omf/glade/user-guide-C.omf share/gnome/pixmaps/glade.png share/gnome/pixmaps/glade/glade_logo.png +share/locale/az/LC_MESSAGES/glade.mo share/locale/ca/LC_MESSAGES/glade.mo share/locale/cs/LC_MESSAGES/glade.mo share/locale/da/LC_MESSAGES/glade.mo @@ -121,6 +145,7 @@ share/locale/es/LC_MESSAGES/glade.mo share/locale/fr/LC_MESSAGES/glade.mo share/locale/ga/LC_MESSAGES/glade.mo share/locale/gl/LC_MESSAGES/glade.mo +share/locale/hu/LC_MESSAGES/glade.mo share/locale/it/LC_MESSAGES/glade.mo share/locale/ja/LC_MESSAGES/glade.mo share/locale/ko/LC_MESSAGES/glade.mo @@ -128,15 +153,20 @@ share/locale/no/LC_MESSAGES/glade.mo share/locale/pl/LC_MESSAGES/glade.mo share/locale/pt_BR/LC_MESSAGES/glade.mo share/locale/ru/LC_MESSAGES/glade.mo +share/locale/sk/LC_MESSAGES/glade.mo share/locale/sv/LC_MESSAGES/glade.mo share/locale/tr/LC_MESSAGES/glade.mo share/locale/uk/LC_MESSAGES/glade.mo @dirrm share/gnome/pixmaps/glade +@dirrm share/gnome/omf/glade @dirrm share/gnome/help/glade/C/user-guide/user-guide-images @dirrm share/gnome/help/glade/C/user-guide/stylesheet-images @dirrm share/gnome/help/glade/C/user-guide @dirrm share/gnome/help/glade/C/turbo-start/stylesheet-images @dirrm share/gnome/help/glade/C/turbo-start +@dirrm share/gnome/help/glade/it/faq/stylesheet-images +@dirrm share/gnome/help/glade/it/faq +@dirrm share/gnome/help/glade/it @dirrm share/gnome/help/glade/C/faq/stylesheet-images @dirrm share/gnome/help/glade/C/faq @dirrm share/gnome/help/glade/C diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index e10c3bff11d8..c834266d6a60 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomevfs -PORTVERSION= 0.5 +PORTVERSION= 1.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs @@ -14,16 +14,14 @@ DISTNAME= gnome-vfs-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ - gconf-1.1:${PORTSDIR}/devel/gconf \ +LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf \ bz2.1:${PORTSDIR}/archivers/bzip2 USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOMELIBS= yes USE_LIBTOOL= yes INSTALL_SHLIBS= yes -#CONFIGURE_ARGS= --disable-gconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo index fe36b7b329e5..b3ac5fdb1674 100644 --- a/devel/gnome-vfs/distinfo +++ b/devel/gnome-vfs/distinfo @@ -1 +1 @@ -MD5 (gnome-vfs-0.5.tar.gz) = 7cdadc7943349bd36cb8370654937774 +MD5 (gnome-vfs-1.0.tar.gz) = 2ddec52e27f5e8f4939f37e9b34c0732 diff --git a/devel/gnome-vfs/files/patch-aa b/devel/gnome-vfs/files/patch-aa index 98bb9e5f2b8d..b709bbd7cb5b 100644 --- a/devel/gnome-vfs/files/patch-aa +++ b/devel/gnome-vfs/files/patch-aa @@ -1,7 +1,23 @@ ---- configure.orig Thu Nov 2 17:44:34 2000 -+++ configure Fri Nov 3 10:22:49 2000 -@@ -2196,3 +2196,3 @@ +--- configure.orig Mon Mar 12 19:26:12 2001 ++++ configure Thu Mar 15 20:33:39 2001 +@@ -2280,3 +2280,3 @@ VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" - VFS_GLIB_CONFIG="glib-config" + VFS_GLIB_CONFIG="$GLIB_CONFIG" else +@@ -6930,4 +6930,4 @@ + +-echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 +-echo "configure:6933: checking for bzCompressInit in -lbz2" >&5 ++echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 ++echo "configure:6933: checking for BZ2_bzCompressInit in -lbz2" >&5 + ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` +@@ -6944,6 +6944,6 @@ + builtin and then its argument prototype would still apply. */ +-char bzCompressInit(); ++char BZ2_bzCompressInit(); + + int main() { +-bzCompressInit() ++BZ2_bzCompressInit() + ; return 0; } diff --git a/devel/gnome-vfs/files/patch-ab b/devel/gnome-vfs/files/patch-ab index 0b8cc0137d1e..1f9e2c80cbab 100644 --- a/devel/gnome-vfs/files/patch-ab +++ b/devel/gnome-vfs/files/patch-ab @@ -1,31 +1,16 @@ ---- Makefile.in.orig Wed Nov 29 15:02:07 2000 -+++ Makefile.in Wed Nov 29 15:04:28 2000 -@@ -169,9 +169,9 @@ - @USING_OAF_TRUE@SUBDIRS_OAF = libgnomevfs-corba - @USING_OAF_FALSE@SUBDIRS_OAF = - @PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = --@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = test mime-type-capplet -+@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = mime-type-capplet +--- Makefile.in.orig Mon Mar 12 19:28:26 2001 ++++ Makefile.in Thu Mar 15 20:25:50 2001 +@@ -174,3 +174,3 @@ --SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po -+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po +-SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po macros ++SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po macros - - EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in vfscorbaConf.sh.in vfspthreadConf.sh.in gnome-vfs-config.in -@@ -179,7 +179,7 @@ - - bin_SCRIPTS = $(top_builddir)/gnome-vfs-config +@@ -182,3 +182,3 @@ -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh - - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -539,6 +539,7 @@ - - gnome-vfs-config: gnome-vfs-config.in Makefile +@@ -542,2 +542,3 @@ sed -e 's?\@LIBDIR\@?$(libdir)?g' \ + -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \ -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ - -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ - -e 's?\@VERSION\@?$(VERSION)?g' \ diff --git a/devel/gnome-vfs/files/patch-ae b/devel/gnome-vfs/files/patch-ae deleted file mode 100644 index 736b9b64d1cb..000000000000 --- a/devel/gnome-vfs/files/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ ---- mime-type-capplet/nautilus-mime-type-capplet.c.orig Thu Nov 2 02:37:45 2000 -+++ mime-type-capplet/nautilus-mime-type-capplet.c Fri Nov 3 10:27:38 2000 -@@ -32,3 +32,7 @@ - #include <sys/types.h> -+#ifdef __FreeBSD__ -+#include <gnuregex.h> -+#else - #include <regex.h> -+#endif - #include <string.h> diff --git a/devel/gnome-vfs/files/patch-ah b/devel/gnome-vfs/files/patch-ah deleted file mode 100644 index 66ce9c74c5aa..000000000000 --- a/devel/gnome-vfs/files/patch-ah +++ /dev/null @@ -1,139 +0,0 @@ ---- libgnomevfs-pthread/gnome-vfs-thread-pool.c.orig Tue Jan 16 15:46:59 2001 -+++ libgnomevfs-pthread/gnome-vfs-thread-pool.c Mon Jan 29 11:04:11 2001 -@@ -45,3 +45,7 @@ - -+#ifdef __FreeBSD__ -+static pthread_mutex_t thread_list_lock; -+#else - static pthread_mutex_t thread_list_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; -+#endif - -@@ -176,2 +180,19 @@ - GnomeVFSThreadState *available_thread; -+ -+#ifdef __FreeBSD__ -+ static int init = 0; -+ -+ if (init == 0) { -+ pthread_mutexattr_t attr; -+ -+ if (pthread_mutexattr_init(&attr) < 0) -+ return -1; -+ if (pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) < 0) -+ return -1; -+ if (pthread_mutex_init(&thread_list_lock, &attr) < 0) -+ return -1; -+ -+ init = 1; -+ } -+#endif - ---- libgnomevfs-pthread/gnome-vfs-async-job-map.c.orig Fri Jan 19 12:10:09 2001 -+++ libgnomevfs-pthread/gnome-vfs-async-job-map.c Mon Jan 29 11:19:10 2001 -@@ -33,3 +33,7 @@ - static guint async_job_map_next_id; -+#ifdef __FreeBSD__ -+static pthread_mutex_t async_job_map_lock; -+#else - static pthread_mutex_t async_job_map_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; -+#endif - gboolean async_job_map_locked; -@@ -148,2 +152,28 @@ - -+#ifdef __FreeBSD__ -+static void lock_and_load(pthread_mutex_t *mtx) -+{ -+ static int init = 0; -+ int rc; -+ -+ if (init == 0) { -+ pthread_mutexattr_t attr; -+ -+ rc = pthread_mutexattr_init(&attr); -+ g_assert(rc == 0); -+ -+ rc = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); -+ g_assert(rc == 0); -+ -+ rc = pthread_mutex_init(mtx, &attr); -+ g_assert(rc == 0); -+ -+ init = 1; -+ } -+ -+ rc = pthread_mutex_lock(mtx); -+ g_assert(rc == 0); -+} -+#endif -+ - void -@@ -151,3 +181,7 @@ - { -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_map_lock); -+#else - pthread_mutex_lock (&async_job_map_lock); -+#endif - async_job_map_locked = TRUE; -@@ -180,3 +214,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - -@@ -209,3 +247,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_insert (async_job_callback_map, GUINT_TO_POINTER (notify_result->callback_id), -@@ -221,3 +263,7 @@ - JOB_DEBUG (("removing callback %d ", callback_id)); -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_remove (async_job_callback_map, GUINT_TO_POINTER (callback_id)); -@@ -250,3 +296,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_foreach (async_job_callback_map, -@@ -261,3 +311,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_destroy (async_job_callback_map); ---- modules/ftp-method.c.orig Tue Jan 9 13:54:02 2001 -+++ modules/ftp-method.c Mon Jan 29 11:42:30 2001 -@@ -39,2 +39,3 @@ - -+#include <sys/types.h> - #include <ctype.h> /* for isspace */ ---- modules/nfs-method.c.orig Sat Dec 30 09:50:36 2000 -+++ modules/nfs-method.c Mon Jan 29 11:44:59 2001 -@@ -127,2 +127,3 @@ - break; -+#ifndef __FreeBSD__ - } else if (*success == ECOMM) { -@@ -136,2 +137,3 @@ - */ -+#endif - } else if ((rv == RPC_CANTSEND) || /* can't send */ -@@ -140,3 +142,5 @@ - (rv == RPC_SYSTEMERROR) || /* generic other problem at server */ -+#ifndef __FreeBSD__ - (rv == RPC_RPCBFAILURE) || /* portmapper failed in its call */ -+#endif - (rv == RPC_CANTDECODEARGS) || /* can't decode arguments */ diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist index 5210efe36233..0140524794c2 100644 --- a/devel/gnome-vfs/pkg-plist +++ b/devel/gnome-vfs/pkg-plist @@ -1,6 +1,5 @@ bin/gnome-vfs-config bin/gnome-vfs-slave -bin/nautilus-mime-type-capplet etc/gnome-vfs-mime-magic etc/vfs/modules/default-modules.conf etc/vfsConf.sh @@ -15,7 +14,6 @@ include/libgnomevfs/gnome-vfs-configuration.h include/libgnomevfs/gnome-vfs-constants.h include/libgnomevfs/gnome-vfs-context.h include/libgnomevfs/gnome-vfs-directory-filter.h -include/libgnomevfs/gnome-vfs-directory-list.h include/libgnomevfs/gnome-vfs-directory.h include/libgnomevfs/gnome-vfs-file-info.h include/libgnomevfs/gnome-vfs-file-size.h @@ -31,7 +29,6 @@ include/libgnomevfs/gnome-vfs-mime-handlers.h include/libgnomevfs/gnome-vfs-mime-info.h include/libgnomevfs/gnome-vfs-mime-magic.h include/libgnomevfs/gnome-vfs-mime-monitor.h -include/libgnomevfs/gnome-vfs-mime-sniff-buffer-private.h include/libgnomevfs/gnome-vfs-mime-sniff-buffer.h include/libgnomevfs/gnome-vfs-mime.h include/libgnomevfs/gnome-vfs-module-shared.h @@ -41,7 +38,6 @@ include/libgnomevfs/gnome-vfs-parse-ls.h include/libgnomevfs/gnome-vfs-private-types.h include/libgnomevfs/gnome-vfs-private-utils.h include/libgnomevfs/gnome-vfs-private.h -include/libgnomevfs/gnome-vfs-process.h include/libgnomevfs/gnome-vfs-regexp-filter.h include/libgnomevfs/gnome-vfs-result.h include/libgnomevfs/gnome-vfs-seekable.h @@ -85,19 +81,18 @@ lib/vfs/modules/libftp.so lib/vfs/modules/libgconf.so lib/vfs/modules/libgzip.so lib/vfs/modules/libhttp.so -lib/vfs/modules/libnfs.so lib/vfs/modules/libvfs-pipe.so lib/vfs/modules/libvfs-test.so lib/vfs/modules/libvfs-translate.so share/gnome/application-registry/gnome-vfs.applications -share/gnome/apps/Settings/nautilus-mime-type.desktop -share/gnome/control-center/nautilus-mime-type.desktop share/gnome/mime-info/gnome-vfs.keys share/gnome/mime-info/gnome-vfs.mime +share/locale/az/LC_MESSAGES/gnome-vfs.mo share/locale/ca/LC_MESSAGES/gnome-vfs.mo share/locale/da/LC_MESSAGES/gnome-vfs.mo share/locale/de/LC_MESSAGES/gnome-vfs.mo share/locale/el/LC_MESSAGES/gnome-vfs.mo +share/locale/es/LC_MESSAGES/gnome-vfs.mo share/locale/fi/LC_MESSAGES/gnome-vfs.mo share/locale/fr/LC_MESSAGES/gnome-vfs.mo share/locale/ga/LC_MESSAGES/gnome-vfs.mo @@ -108,15 +103,18 @@ share/locale/ja/LC_MESSAGES/gnome-vfs.mo share/locale/ko/LC_MESSAGES/gnome-vfs.mo share/locale/lt/LC_MESSAGES/gnome-vfs.mo share/locale/nl/LC_MESSAGES/gnome-vfs.mo +share/locale/nn/LC_MESSAGES/gnome-vfs.mo share/locale/no/LC_MESSAGES/gnome-vfs.mo share/locale/pl/LC_MESSAGES/gnome-vfs.mo share/locale/pt_BR/LC_MESSAGES/gnome-vfs.mo +share/locale/ro/LC_MESSAGES/gnome-vfs.mo share/locale/ru/LC_MESSAGES/gnome-vfs.mo share/locale/sk/LC_MESSAGES/gnome-vfs.mo share/locale/sl/LC_MESSAGES/gnome-vfs.mo share/locale/sv/LC_MESSAGES/gnome-vfs.mo share/locale/tr/LC_MESSAGES/gnome-vfs.mo share/locale/uk/LC_MESSAGES/gnome-vfs.mo +share/locale/wa/LC_MESSAGES/gnome-vfs.mo @dirrm share/gnome/application-registry @dirrm lib/vfs/modules @dirrm lib/vfs/include diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile index e10c3bff11d8..c834266d6a60 100644 --- a/devel/gnome-vfs1/Makefile +++ b/devel/gnome-vfs1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomevfs -PORTVERSION= 0.5 +PORTVERSION= 1.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs @@ -14,16 +14,14 @@ DISTNAME= gnome-vfs-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ - gconf-1.1:${PORTSDIR}/devel/gconf \ +LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf \ bz2.1:${PORTSDIR}/archivers/bzip2 USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOMELIBS= yes USE_LIBTOOL= yes INSTALL_SHLIBS= yes -#CONFIGURE_ARGS= --disable-gconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/gnome-vfs1/distinfo b/devel/gnome-vfs1/distinfo index fe36b7b329e5..b3ac5fdb1674 100644 --- a/devel/gnome-vfs1/distinfo +++ b/devel/gnome-vfs1/distinfo @@ -1 +1 @@ -MD5 (gnome-vfs-0.5.tar.gz) = 7cdadc7943349bd36cb8370654937774 +MD5 (gnome-vfs-1.0.tar.gz) = 2ddec52e27f5e8f4939f37e9b34c0732 diff --git a/devel/gnome-vfs1/files/patch-aa b/devel/gnome-vfs1/files/patch-aa index 98bb9e5f2b8d..b709bbd7cb5b 100644 --- a/devel/gnome-vfs1/files/patch-aa +++ b/devel/gnome-vfs1/files/patch-aa @@ -1,7 +1,23 @@ ---- configure.orig Thu Nov 2 17:44:34 2000 -+++ configure Fri Nov 3 10:22:49 2000 -@@ -2196,3 +2196,3 @@ +--- configure.orig Mon Mar 12 19:26:12 2001 ++++ configure Thu Mar 15 20:33:39 2001 +@@ -2280,3 +2280,3 @@ VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" - VFS_GLIB_CONFIG="glib-config" + VFS_GLIB_CONFIG="$GLIB_CONFIG" else +@@ -6930,4 +6930,4 @@ + +-echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 +-echo "configure:6933: checking for bzCompressInit in -lbz2" >&5 ++echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 ++echo "configure:6933: checking for BZ2_bzCompressInit in -lbz2" >&5 + ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` +@@ -6944,6 +6944,6 @@ + builtin and then its argument prototype would still apply. */ +-char bzCompressInit(); ++char BZ2_bzCompressInit(); + + int main() { +-bzCompressInit() ++BZ2_bzCompressInit() + ; return 0; } diff --git a/devel/gnome-vfs1/files/patch-ab b/devel/gnome-vfs1/files/patch-ab index 0b8cc0137d1e..1f9e2c80cbab 100644 --- a/devel/gnome-vfs1/files/patch-ab +++ b/devel/gnome-vfs1/files/patch-ab @@ -1,31 +1,16 @@ ---- Makefile.in.orig Wed Nov 29 15:02:07 2000 -+++ Makefile.in Wed Nov 29 15:04:28 2000 -@@ -169,9 +169,9 @@ - @USING_OAF_TRUE@SUBDIRS_OAF = libgnomevfs-corba - @USING_OAF_FALSE@SUBDIRS_OAF = - @PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = --@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = test mime-type-capplet -+@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = mime-type-capplet +--- Makefile.in.orig Mon Mar 12 19:28:26 2001 ++++ Makefile.in Thu Mar 15 20:25:50 2001 +@@ -174,3 +174,3 @@ --SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po -+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po +-SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po macros ++SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po macros - - EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in vfscorbaConf.sh.in vfspthreadConf.sh.in gnome-vfs-config.in -@@ -179,7 +179,7 @@ - - bin_SCRIPTS = $(top_builddir)/gnome-vfs-config +@@ -182,3 +182,3 @@ -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh - - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -539,6 +539,7 @@ - - gnome-vfs-config: gnome-vfs-config.in Makefile +@@ -542,2 +542,3 @@ sed -e 's?\@LIBDIR\@?$(libdir)?g' \ + -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \ -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ - -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ - -e 's?\@VERSION\@?$(VERSION)?g' \ diff --git a/devel/gnome-vfs1/files/patch-ae b/devel/gnome-vfs1/files/patch-ae deleted file mode 100644 index 736b9b64d1cb..000000000000 --- a/devel/gnome-vfs1/files/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ ---- mime-type-capplet/nautilus-mime-type-capplet.c.orig Thu Nov 2 02:37:45 2000 -+++ mime-type-capplet/nautilus-mime-type-capplet.c Fri Nov 3 10:27:38 2000 -@@ -32,3 +32,7 @@ - #include <sys/types.h> -+#ifdef __FreeBSD__ -+#include <gnuregex.h> -+#else - #include <regex.h> -+#endif - #include <string.h> diff --git a/devel/gnome-vfs1/files/patch-ah b/devel/gnome-vfs1/files/patch-ah deleted file mode 100644 index 66ce9c74c5aa..000000000000 --- a/devel/gnome-vfs1/files/patch-ah +++ /dev/null @@ -1,139 +0,0 @@ ---- libgnomevfs-pthread/gnome-vfs-thread-pool.c.orig Tue Jan 16 15:46:59 2001 -+++ libgnomevfs-pthread/gnome-vfs-thread-pool.c Mon Jan 29 11:04:11 2001 -@@ -45,3 +45,7 @@ - -+#ifdef __FreeBSD__ -+static pthread_mutex_t thread_list_lock; -+#else - static pthread_mutex_t thread_list_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; -+#endif - -@@ -176,2 +180,19 @@ - GnomeVFSThreadState *available_thread; -+ -+#ifdef __FreeBSD__ -+ static int init = 0; -+ -+ if (init == 0) { -+ pthread_mutexattr_t attr; -+ -+ if (pthread_mutexattr_init(&attr) < 0) -+ return -1; -+ if (pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) < 0) -+ return -1; -+ if (pthread_mutex_init(&thread_list_lock, &attr) < 0) -+ return -1; -+ -+ init = 1; -+ } -+#endif - ---- libgnomevfs-pthread/gnome-vfs-async-job-map.c.orig Fri Jan 19 12:10:09 2001 -+++ libgnomevfs-pthread/gnome-vfs-async-job-map.c Mon Jan 29 11:19:10 2001 -@@ -33,3 +33,7 @@ - static guint async_job_map_next_id; -+#ifdef __FreeBSD__ -+static pthread_mutex_t async_job_map_lock; -+#else - static pthread_mutex_t async_job_map_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; -+#endif - gboolean async_job_map_locked; -@@ -148,2 +152,28 @@ - -+#ifdef __FreeBSD__ -+static void lock_and_load(pthread_mutex_t *mtx) -+{ -+ static int init = 0; -+ int rc; -+ -+ if (init == 0) { -+ pthread_mutexattr_t attr; -+ -+ rc = pthread_mutexattr_init(&attr); -+ g_assert(rc == 0); -+ -+ rc = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); -+ g_assert(rc == 0); -+ -+ rc = pthread_mutex_init(mtx, &attr); -+ g_assert(rc == 0); -+ -+ init = 1; -+ } -+ -+ rc = pthread_mutex_lock(mtx); -+ g_assert(rc == 0); -+} -+#endif -+ - void -@@ -151,3 +181,7 @@ - { -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_map_lock); -+#else - pthread_mutex_lock (&async_job_map_lock); -+#endif - async_job_map_locked = TRUE; -@@ -180,3 +214,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - -@@ -209,3 +247,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_insert (async_job_callback_map, GUINT_TO_POINTER (notify_result->callback_id), -@@ -221,3 +263,7 @@ - JOB_DEBUG (("removing callback %d ", callback_id)); -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_remove (async_job_callback_map, GUINT_TO_POINTER (callback_id)); -@@ -250,3 +296,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_foreach (async_job_callback_map, -@@ -261,3 +311,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_destroy (async_job_callback_map); ---- modules/ftp-method.c.orig Tue Jan 9 13:54:02 2001 -+++ modules/ftp-method.c Mon Jan 29 11:42:30 2001 -@@ -39,2 +39,3 @@ - -+#include <sys/types.h> - #include <ctype.h> /* for isspace */ ---- modules/nfs-method.c.orig Sat Dec 30 09:50:36 2000 -+++ modules/nfs-method.c Mon Jan 29 11:44:59 2001 -@@ -127,2 +127,3 @@ - break; -+#ifndef __FreeBSD__ - } else if (*success == ECOMM) { -@@ -136,2 +137,3 @@ - */ -+#endif - } else if ((rv == RPC_CANTSEND) || /* can't send */ -@@ -140,3 +142,5 @@ - (rv == RPC_SYSTEMERROR) || /* generic other problem at server */ -+#ifndef __FreeBSD__ - (rv == RPC_RPCBFAILURE) || /* portmapper failed in its call */ -+#endif - (rv == RPC_CANTDECODEARGS) || /* can't decode arguments */ diff --git a/devel/gnome-vfs1/pkg-plist b/devel/gnome-vfs1/pkg-plist index 5210efe36233..0140524794c2 100644 --- a/devel/gnome-vfs1/pkg-plist +++ b/devel/gnome-vfs1/pkg-plist @@ -1,6 +1,5 @@ bin/gnome-vfs-config bin/gnome-vfs-slave -bin/nautilus-mime-type-capplet etc/gnome-vfs-mime-magic etc/vfs/modules/default-modules.conf etc/vfsConf.sh @@ -15,7 +14,6 @@ include/libgnomevfs/gnome-vfs-configuration.h include/libgnomevfs/gnome-vfs-constants.h include/libgnomevfs/gnome-vfs-context.h include/libgnomevfs/gnome-vfs-directory-filter.h -include/libgnomevfs/gnome-vfs-directory-list.h include/libgnomevfs/gnome-vfs-directory.h include/libgnomevfs/gnome-vfs-file-info.h include/libgnomevfs/gnome-vfs-file-size.h @@ -31,7 +29,6 @@ include/libgnomevfs/gnome-vfs-mime-handlers.h include/libgnomevfs/gnome-vfs-mime-info.h include/libgnomevfs/gnome-vfs-mime-magic.h include/libgnomevfs/gnome-vfs-mime-monitor.h -include/libgnomevfs/gnome-vfs-mime-sniff-buffer-private.h include/libgnomevfs/gnome-vfs-mime-sniff-buffer.h include/libgnomevfs/gnome-vfs-mime.h include/libgnomevfs/gnome-vfs-module-shared.h @@ -41,7 +38,6 @@ include/libgnomevfs/gnome-vfs-parse-ls.h include/libgnomevfs/gnome-vfs-private-types.h include/libgnomevfs/gnome-vfs-private-utils.h include/libgnomevfs/gnome-vfs-private.h -include/libgnomevfs/gnome-vfs-process.h include/libgnomevfs/gnome-vfs-regexp-filter.h include/libgnomevfs/gnome-vfs-result.h include/libgnomevfs/gnome-vfs-seekable.h @@ -85,19 +81,18 @@ lib/vfs/modules/libftp.so lib/vfs/modules/libgconf.so lib/vfs/modules/libgzip.so lib/vfs/modules/libhttp.so -lib/vfs/modules/libnfs.so lib/vfs/modules/libvfs-pipe.so lib/vfs/modules/libvfs-test.so lib/vfs/modules/libvfs-translate.so share/gnome/application-registry/gnome-vfs.applications -share/gnome/apps/Settings/nautilus-mime-type.desktop -share/gnome/control-center/nautilus-mime-type.desktop share/gnome/mime-info/gnome-vfs.keys share/gnome/mime-info/gnome-vfs.mime +share/locale/az/LC_MESSAGES/gnome-vfs.mo share/locale/ca/LC_MESSAGES/gnome-vfs.mo share/locale/da/LC_MESSAGES/gnome-vfs.mo share/locale/de/LC_MESSAGES/gnome-vfs.mo share/locale/el/LC_MESSAGES/gnome-vfs.mo +share/locale/es/LC_MESSAGES/gnome-vfs.mo share/locale/fi/LC_MESSAGES/gnome-vfs.mo share/locale/fr/LC_MESSAGES/gnome-vfs.mo share/locale/ga/LC_MESSAGES/gnome-vfs.mo @@ -108,15 +103,18 @@ share/locale/ja/LC_MESSAGES/gnome-vfs.mo share/locale/ko/LC_MESSAGES/gnome-vfs.mo share/locale/lt/LC_MESSAGES/gnome-vfs.mo share/locale/nl/LC_MESSAGES/gnome-vfs.mo +share/locale/nn/LC_MESSAGES/gnome-vfs.mo share/locale/no/LC_MESSAGES/gnome-vfs.mo share/locale/pl/LC_MESSAGES/gnome-vfs.mo share/locale/pt_BR/LC_MESSAGES/gnome-vfs.mo +share/locale/ro/LC_MESSAGES/gnome-vfs.mo share/locale/ru/LC_MESSAGES/gnome-vfs.mo share/locale/sk/LC_MESSAGES/gnome-vfs.mo share/locale/sl/LC_MESSAGES/gnome-vfs.mo share/locale/sv/LC_MESSAGES/gnome-vfs.mo share/locale/tr/LC_MESSAGES/gnome-vfs.mo share/locale/uk/LC_MESSAGES/gnome-vfs.mo +share/locale/wa/LC_MESSAGES/gnome-vfs.mo @dirrm share/gnome/application-registry @dirrm lib/vfs/modules @dirrm lib/vfs/include diff --git a/devel/gnomevfs/Makefile b/devel/gnomevfs/Makefile index e10c3bff11d8..c834266d6a60 100644 --- a/devel/gnomevfs/Makefile +++ b/devel/gnomevfs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomevfs -PORTVERSION= 0.5 +PORTVERSION= 1.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs @@ -14,16 +14,14 @@ DISTNAME= gnome-vfs-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ - gconf-1.1:${PORTSDIR}/devel/gconf \ +LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf \ bz2.1:${PORTSDIR}/archivers/bzip2 USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOMELIBS= yes USE_LIBTOOL= yes INSTALL_SHLIBS= yes -#CONFIGURE_ARGS= --disable-gconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/gnomevfs/distinfo b/devel/gnomevfs/distinfo index fe36b7b329e5..b3ac5fdb1674 100644 --- a/devel/gnomevfs/distinfo +++ b/devel/gnomevfs/distinfo @@ -1 +1 @@ -MD5 (gnome-vfs-0.5.tar.gz) = 7cdadc7943349bd36cb8370654937774 +MD5 (gnome-vfs-1.0.tar.gz) = 2ddec52e27f5e8f4939f37e9b34c0732 diff --git a/devel/gnomevfs/files/patch-aa b/devel/gnomevfs/files/patch-aa index 98bb9e5f2b8d..b709bbd7cb5b 100644 --- a/devel/gnomevfs/files/patch-aa +++ b/devel/gnomevfs/files/patch-aa @@ -1,7 +1,23 @@ ---- configure.orig Thu Nov 2 17:44:34 2000 -+++ configure Fri Nov 3 10:22:49 2000 -@@ -2196,3 +2196,3 @@ +--- configure.orig Mon Mar 12 19:26:12 2001 ++++ configure Thu Mar 15 20:33:39 2001 +@@ -2280,3 +2280,3 @@ VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" - VFS_GLIB_CONFIG="glib-config" + VFS_GLIB_CONFIG="$GLIB_CONFIG" else +@@ -6930,4 +6930,4 @@ + +-echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 +-echo "configure:6933: checking for bzCompressInit in -lbz2" >&5 ++echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 ++echo "configure:6933: checking for BZ2_bzCompressInit in -lbz2" >&5 + ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` +@@ -6944,6 +6944,6 @@ + builtin and then its argument prototype would still apply. */ +-char bzCompressInit(); ++char BZ2_bzCompressInit(); + + int main() { +-bzCompressInit() ++BZ2_bzCompressInit() + ; return 0; } diff --git a/devel/gnomevfs/files/patch-ab b/devel/gnomevfs/files/patch-ab index 0b8cc0137d1e..1f9e2c80cbab 100644 --- a/devel/gnomevfs/files/patch-ab +++ b/devel/gnomevfs/files/patch-ab @@ -1,31 +1,16 @@ ---- Makefile.in.orig Wed Nov 29 15:02:07 2000 -+++ Makefile.in Wed Nov 29 15:04:28 2000 -@@ -169,9 +169,9 @@ - @USING_OAF_TRUE@SUBDIRS_OAF = libgnomevfs-corba - @USING_OAF_FALSE@SUBDIRS_OAF = - @PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = --@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = test mime-type-capplet -+@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = mime-type-capplet +--- Makefile.in.orig Mon Mar 12 19:28:26 2001 ++++ Makefile.in Thu Mar 15 20:25:50 2001 +@@ -174,3 +174,3 @@ --SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po -+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po +-SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po macros ++SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po macros - - EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in vfscorbaConf.sh.in vfspthreadConf.sh.in gnome-vfs-config.in -@@ -179,7 +179,7 @@ - - bin_SCRIPTS = $(top_builddir)/gnome-vfs-config +@@ -182,3 +182,3 @@ -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh - - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -539,6 +539,7 @@ - - gnome-vfs-config: gnome-vfs-config.in Makefile +@@ -542,2 +542,3 @@ sed -e 's?\@LIBDIR\@?$(libdir)?g' \ + -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \ -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ - -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ - -e 's?\@VERSION\@?$(VERSION)?g' \ diff --git a/devel/gnomevfs/files/patch-ae b/devel/gnomevfs/files/patch-ae deleted file mode 100644 index 736b9b64d1cb..000000000000 --- a/devel/gnomevfs/files/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ ---- mime-type-capplet/nautilus-mime-type-capplet.c.orig Thu Nov 2 02:37:45 2000 -+++ mime-type-capplet/nautilus-mime-type-capplet.c Fri Nov 3 10:27:38 2000 -@@ -32,3 +32,7 @@ - #include <sys/types.h> -+#ifdef __FreeBSD__ -+#include <gnuregex.h> -+#else - #include <regex.h> -+#endif - #include <string.h> diff --git a/devel/gnomevfs/files/patch-ah b/devel/gnomevfs/files/patch-ah deleted file mode 100644 index 66ce9c74c5aa..000000000000 --- a/devel/gnomevfs/files/patch-ah +++ /dev/null @@ -1,139 +0,0 @@ ---- libgnomevfs-pthread/gnome-vfs-thread-pool.c.orig Tue Jan 16 15:46:59 2001 -+++ libgnomevfs-pthread/gnome-vfs-thread-pool.c Mon Jan 29 11:04:11 2001 -@@ -45,3 +45,7 @@ - -+#ifdef __FreeBSD__ -+static pthread_mutex_t thread_list_lock; -+#else - static pthread_mutex_t thread_list_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; -+#endif - -@@ -176,2 +180,19 @@ - GnomeVFSThreadState *available_thread; -+ -+#ifdef __FreeBSD__ -+ static int init = 0; -+ -+ if (init == 0) { -+ pthread_mutexattr_t attr; -+ -+ if (pthread_mutexattr_init(&attr) < 0) -+ return -1; -+ if (pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) < 0) -+ return -1; -+ if (pthread_mutex_init(&thread_list_lock, &attr) < 0) -+ return -1; -+ -+ init = 1; -+ } -+#endif - ---- libgnomevfs-pthread/gnome-vfs-async-job-map.c.orig Fri Jan 19 12:10:09 2001 -+++ libgnomevfs-pthread/gnome-vfs-async-job-map.c Mon Jan 29 11:19:10 2001 -@@ -33,3 +33,7 @@ - static guint async_job_map_next_id; -+#ifdef __FreeBSD__ -+static pthread_mutex_t async_job_map_lock; -+#else - static pthread_mutex_t async_job_map_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; -+#endif - gboolean async_job_map_locked; -@@ -148,2 +152,28 @@ - -+#ifdef __FreeBSD__ -+static void lock_and_load(pthread_mutex_t *mtx) -+{ -+ static int init = 0; -+ int rc; -+ -+ if (init == 0) { -+ pthread_mutexattr_t attr; -+ -+ rc = pthread_mutexattr_init(&attr); -+ g_assert(rc == 0); -+ -+ rc = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); -+ g_assert(rc == 0); -+ -+ rc = pthread_mutex_init(mtx, &attr); -+ g_assert(rc == 0); -+ -+ init = 1; -+ } -+ -+ rc = pthread_mutex_lock(mtx); -+ g_assert(rc == 0); -+} -+#endif -+ - void -@@ -151,3 +181,7 @@ - { -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_map_lock); -+#else - pthread_mutex_lock (&async_job_map_lock); -+#endif - async_job_map_locked = TRUE; -@@ -180,3 +214,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - -@@ -209,3 +247,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_insert (async_job_callback_map, GUINT_TO_POINTER (notify_result->callback_id), -@@ -221,3 +263,7 @@ - JOB_DEBUG (("removing callback %d ", callback_id)); -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_remove (async_job_callback_map, GUINT_TO_POINTER (callback_id)); -@@ -250,3 +296,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_foreach (async_job_callback_map, -@@ -261,3 +311,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_destroy (async_job_callback_map); ---- modules/ftp-method.c.orig Tue Jan 9 13:54:02 2001 -+++ modules/ftp-method.c Mon Jan 29 11:42:30 2001 -@@ -39,2 +39,3 @@ - -+#include <sys/types.h> - #include <ctype.h> /* for isspace */ ---- modules/nfs-method.c.orig Sat Dec 30 09:50:36 2000 -+++ modules/nfs-method.c Mon Jan 29 11:44:59 2001 -@@ -127,2 +127,3 @@ - break; -+#ifndef __FreeBSD__ - } else if (*success == ECOMM) { -@@ -136,2 +137,3 @@ - */ -+#endif - } else if ((rv == RPC_CANTSEND) || /* can't send */ -@@ -140,3 +142,5 @@ - (rv == RPC_SYSTEMERROR) || /* generic other problem at server */ -+#ifndef __FreeBSD__ - (rv == RPC_RPCBFAILURE) || /* portmapper failed in its call */ -+#endif - (rv == RPC_CANTDECODEARGS) || /* can't decode arguments */ diff --git a/devel/gnomevfs/pkg-plist b/devel/gnomevfs/pkg-plist index 5210efe36233..0140524794c2 100644 --- a/devel/gnomevfs/pkg-plist +++ b/devel/gnomevfs/pkg-plist @@ -1,6 +1,5 @@ bin/gnome-vfs-config bin/gnome-vfs-slave -bin/nautilus-mime-type-capplet etc/gnome-vfs-mime-magic etc/vfs/modules/default-modules.conf etc/vfsConf.sh @@ -15,7 +14,6 @@ include/libgnomevfs/gnome-vfs-configuration.h include/libgnomevfs/gnome-vfs-constants.h include/libgnomevfs/gnome-vfs-context.h include/libgnomevfs/gnome-vfs-directory-filter.h -include/libgnomevfs/gnome-vfs-directory-list.h include/libgnomevfs/gnome-vfs-directory.h include/libgnomevfs/gnome-vfs-file-info.h include/libgnomevfs/gnome-vfs-file-size.h @@ -31,7 +29,6 @@ include/libgnomevfs/gnome-vfs-mime-handlers.h include/libgnomevfs/gnome-vfs-mime-info.h include/libgnomevfs/gnome-vfs-mime-magic.h include/libgnomevfs/gnome-vfs-mime-monitor.h -include/libgnomevfs/gnome-vfs-mime-sniff-buffer-private.h include/libgnomevfs/gnome-vfs-mime-sniff-buffer.h include/libgnomevfs/gnome-vfs-mime.h include/libgnomevfs/gnome-vfs-module-shared.h @@ -41,7 +38,6 @@ include/libgnomevfs/gnome-vfs-parse-ls.h include/libgnomevfs/gnome-vfs-private-types.h include/libgnomevfs/gnome-vfs-private-utils.h include/libgnomevfs/gnome-vfs-private.h -include/libgnomevfs/gnome-vfs-process.h include/libgnomevfs/gnome-vfs-regexp-filter.h include/libgnomevfs/gnome-vfs-result.h include/libgnomevfs/gnome-vfs-seekable.h @@ -85,19 +81,18 @@ lib/vfs/modules/libftp.so lib/vfs/modules/libgconf.so lib/vfs/modules/libgzip.so lib/vfs/modules/libhttp.so -lib/vfs/modules/libnfs.so lib/vfs/modules/libvfs-pipe.so lib/vfs/modules/libvfs-test.so lib/vfs/modules/libvfs-translate.so share/gnome/application-registry/gnome-vfs.applications -share/gnome/apps/Settings/nautilus-mime-type.desktop -share/gnome/control-center/nautilus-mime-type.desktop share/gnome/mime-info/gnome-vfs.keys share/gnome/mime-info/gnome-vfs.mime +share/locale/az/LC_MESSAGES/gnome-vfs.mo share/locale/ca/LC_MESSAGES/gnome-vfs.mo share/locale/da/LC_MESSAGES/gnome-vfs.mo share/locale/de/LC_MESSAGES/gnome-vfs.mo share/locale/el/LC_MESSAGES/gnome-vfs.mo +share/locale/es/LC_MESSAGES/gnome-vfs.mo share/locale/fi/LC_MESSAGES/gnome-vfs.mo share/locale/fr/LC_MESSAGES/gnome-vfs.mo share/locale/ga/LC_MESSAGES/gnome-vfs.mo @@ -108,15 +103,18 @@ share/locale/ja/LC_MESSAGES/gnome-vfs.mo share/locale/ko/LC_MESSAGES/gnome-vfs.mo share/locale/lt/LC_MESSAGES/gnome-vfs.mo share/locale/nl/LC_MESSAGES/gnome-vfs.mo +share/locale/nn/LC_MESSAGES/gnome-vfs.mo share/locale/no/LC_MESSAGES/gnome-vfs.mo share/locale/pl/LC_MESSAGES/gnome-vfs.mo share/locale/pt_BR/LC_MESSAGES/gnome-vfs.mo +share/locale/ro/LC_MESSAGES/gnome-vfs.mo share/locale/ru/LC_MESSAGES/gnome-vfs.mo share/locale/sk/LC_MESSAGES/gnome-vfs.mo share/locale/sl/LC_MESSAGES/gnome-vfs.mo share/locale/sv/LC_MESSAGES/gnome-vfs.mo share/locale/tr/LC_MESSAGES/gnome-vfs.mo share/locale/uk/LC_MESSAGES/gnome-vfs.mo +share/locale/wa/LC_MESSAGES/gnome-vfs.mo @dirrm share/gnome/application-registry @dirrm lib/vfs/modules @dirrm lib/vfs/include diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index e10c3bff11d8..c834266d6a60 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomevfs -PORTVERSION= 0.5 +PORTVERSION= 1.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs @@ -14,16 +14,14 @@ DISTNAME= gnome-vfs-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ - gconf-1.1:${PORTSDIR}/devel/gconf \ +LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf \ bz2.1:${PORTSDIR}/archivers/bzip2 USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= yes +USE_GNOMELIBS= yes USE_LIBTOOL= yes INSTALL_SHLIBS= yes -#CONFIGURE_ARGS= --disable-gconf CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/gnomevfs2/distinfo b/devel/gnomevfs2/distinfo index fe36b7b329e5..b3ac5fdb1674 100644 --- a/devel/gnomevfs2/distinfo +++ b/devel/gnomevfs2/distinfo @@ -1 +1 @@ -MD5 (gnome-vfs-0.5.tar.gz) = 7cdadc7943349bd36cb8370654937774 +MD5 (gnome-vfs-1.0.tar.gz) = 2ddec52e27f5e8f4939f37e9b34c0732 diff --git a/devel/gnomevfs2/files/patch-aa b/devel/gnomevfs2/files/patch-aa index 98bb9e5f2b8d..b709bbd7cb5b 100644 --- a/devel/gnomevfs2/files/patch-aa +++ b/devel/gnomevfs2/files/patch-aa @@ -1,7 +1,23 @@ ---- configure.orig Thu Nov 2 17:44:34 2000 -+++ configure Fri Nov 3 10:22:49 2000 -@@ -2196,3 +2196,3 @@ +--- configure.orig Mon Mar 12 19:26:12 2001 ++++ configure Thu Mar 15 20:33:39 2001 +@@ -2280,3 +2280,3 @@ VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" - VFS_GLIB_CONFIG="glib-config" + VFS_GLIB_CONFIG="$GLIB_CONFIG" else +@@ -6930,4 +6930,4 @@ + +-echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 +-echo "configure:6933: checking for bzCompressInit in -lbz2" >&5 ++echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 ++echo "configure:6933: checking for BZ2_bzCompressInit in -lbz2" >&5 + ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` +@@ -6944,6 +6944,6 @@ + builtin and then its argument prototype would still apply. */ +-char bzCompressInit(); ++char BZ2_bzCompressInit(); + + int main() { +-bzCompressInit() ++BZ2_bzCompressInit() + ; return 0; } diff --git a/devel/gnomevfs2/files/patch-ab b/devel/gnomevfs2/files/patch-ab index 0b8cc0137d1e..1f9e2c80cbab 100644 --- a/devel/gnomevfs2/files/patch-ab +++ b/devel/gnomevfs2/files/patch-ab @@ -1,31 +1,16 @@ ---- Makefile.in.orig Wed Nov 29 15:02:07 2000 -+++ Makefile.in Wed Nov 29 15:04:28 2000 -@@ -169,9 +169,9 @@ - @USING_OAF_TRUE@SUBDIRS_OAF = libgnomevfs-corba - @USING_OAF_FALSE@SUBDIRS_OAF = - @PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = --@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = test mime-type-capplet -+@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = mime-type-capplet +--- Makefile.in.orig Mon Mar 12 19:28:26 2001 ++++ Makefile.in Thu Mar 15 20:25:50 2001 +@@ -174,3 +174,3 @@ --SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po -+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po +-SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po macros ++SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po macros - - EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in vfscorbaConf.sh.in vfspthreadConf.sh.in gnome-vfs-config.in -@@ -179,7 +179,7 @@ - - bin_SCRIPTS = $(top_builddir)/gnome-vfs-config +@@ -182,3 +182,3 @@ -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh - - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -539,6 +539,7 @@ - - gnome-vfs-config: gnome-vfs-config.in Makefile +@@ -542,2 +542,3 @@ sed -e 's?\@LIBDIR\@?$(libdir)?g' \ + -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \ -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ - -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ - -e 's?\@VERSION\@?$(VERSION)?g' \ diff --git a/devel/gnomevfs2/files/patch-ae b/devel/gnomevfs2/files/patch-ae deleted file mode 100644 index 736b9b64d1cb..000000000000 --- a/devel/gnomevfs2/files/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ ---- mime-type-capplet/nautilus-mime-type-capplet.c.orig Thu Nov 2 02:37:45 2000 -+++ mime-type-capplet/nautilus-mime-type-capplet.c Fri Nov 3 10:27:38 2000 -@@ -32,3 +32,7 @@ - #include <sys/types.h> -+#ifdef __FreeBSD__ -+#include <gnuregex.h> -+#else - #include <regex.h> -+#endif - #include <string.h> diff --git a/devel/gnomevfs2/files/patch-ah b/devel/gnomevfs2/files/patch-ah deleted file mode 100644 index 66ce9c74c5aa..000000000000 --- a/devel/gnomevfs2/files/patch-ah +++ /dev/null @@ -1,139 +0,0 @@ ---- libgnomevfs-pthread/gnome-vfs-thread-pool.c.orig Tue Jan 16 15:46:59 2001 -+++ libgnomevfs-pthread/gnome-vfs-thread-pool.c Mon Jan 29 11:04:11 2001 -@@ -45,3 +45,7 @@ - -+#ifdef __FreeBSD__ -+static pthread_mutex_t thread_list_lock; -+#else - static pthread_mutex_t thread_list_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; -+#endif - -@@ -176,2 +180,19 @@ - GnomeVFSThreadState *available_thread; -+ -+#ifdef __FreeBSD__ -+ static int init = 0; -+ -+ if (init == 0) { -+ pthread_mutexattr_t attr; -+ -+ if (pthread_mutexattr_init(&attr) < 0) -+ return -1; -+ if (pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) < 0) -+ return -1; -+ if (pthread_mutex_init(&thread_list_lock, &attr) < 0) -+ return -1; -+ -+ init = 1; -+ } -+#endif - ---- libgnomevfs-pthread/gnome-vfs-async-job-map.c.orig Fri Jan 19 12:10:09 2001 -+++ libgnomevfs-pthread/gnome-vfs-async-job-map.c Mon Jan 29 11:19:10 2001 -@@ -33,3 +33,7 @@ - static guint async_job_map_next_id; -+#ifdef __FreeBSD__ -+static pthread_mutex_t async_job_map_lock; -+#else - static pthread_mutex_t async_job_map_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; -+#endif - gboolean async_job_map_locked; -@@ -148,2 +152,28 @@ - -+#ifdef __FreeBSD__ -+static void lock_and_load(pthread_mutex_t *mtx) -+{ -+ static int init = 0; -+ int rc; -+ -+ if (init == 0) { -+ pthread_mutexattr_t attr; -+ -+ rc = pthread_mutexattr_init(&attr); -+ g_assert(rc == 0); -+ -+ rc = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); -+ g_assert(rc == 0); -+ -+ rc = pthread_mutex_init(mtx, &attr); -+ g_assert(rc == 0); -+ -+ init = 1; -+ } -+ -+ rc = pthread_mutex_lock(mtx); -+ g_assert(rc == 0); -+} -+#endif -+ - void -@@ -151,3 +181,7 @@ - { -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_map_lock); -+#else - pthread_mutex_lock (&async_job_map_lock); -+#endif - async_job_map_locked = TRUE; -@@ -180,3 +214,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - -@@ -209,3 +247,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_insert (async_job_callback_map, GUINT_TO_POINTER (notify_result->callback_id), -@@ -221,3 +263,7 @@ - JOB_DEBUG (("removing callback %d ", callback_id)); -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_remove (async_job_callback_map, GUINT_TO_POINTER (callback_id)); -@@ -250,3 +296,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_foreach (async_job_callback_map, -@@ -261,3 +311,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_destroy (async_job_callback_map); ---- modules/ftp-method.c.orig Tue Jan 9 13:54:02 2001 -+++ modules/ftp-method.c Mon Jan 29 11:42:30 2001 -@@ -39,2 +39,3 @@ - -+#include <sys/types.h> - #include <ctype.h> /* for isspace */ ---- modules/nfs-method.c.orig Sat Dec 30 09:50:36 2000 -+++ modules/nfs-method.c Mon Jan 29 11:44:59 2001 -@@ -127,2 +127,3 @@ - break; -+#ifndef __FreeBSD__ - } else if (*success == ECOMM) { -@@ -136,2 +137,3 @@ - */ -+#endif - } else if ((rv == RPC_CANTSEND) || /* can't send */ -@@ -140,3 +142,5 @@ - (rv == RPC_SYSTEMERROR) || /* generic other problem at server */ -+#ifndef __FreeBSD__ - (rv == RPC_RPCBFAILURE) || /* portmapper failed in its call */ -+#endif - (rv == RPC_CANTDECODEARGS) || /* can't decode arguments */ diff --git a/devel/gnomevfs2/pkg-plist b/devel/gnomevfs2/pkg-plist index 5210efe36233..0140524794c2 100644 --- a/devel/gnomevfs2/pkg-plist +++ b/devel/gnomevfs2/pkg-plist @@ -1,6 +1,5 @@ bin/gnome-vfs-config bin/gnome-vfs-slave -bin/nautilus-mime-type-capplet etc/gnome-vfs-mime-magic etc/vfs/modules/default-modules.conf etc/vfsConf.sh @@ -15,7 +14,6 @@ include/libgnomevfs/gnome-vfs-configuration.h include/libgnomevfs/gnome-vfs-constants.h include/libgnomevfs/gnome-vfs-context.h include/libgnomevfs/gnome-vfs-directory-filter.h -include/libgnomevfs/gnome-vfs-directory-list.h include/libgnomevfs/gnome-vfs-directory.h include/libgnomevfs/gnome-vfs-file-info.h include/libgnomevfs/gnome-vfs-file-size.h @@ -31,7 +29,6 @@ include/libgnomevfs/gnome-vfs-mime-handlers.h include/libgnomevfs/gnome-vfs-mime-info.h include/libgnomevfs/gnome-vfs-mime-magic.h include/libgnomevfs/gnome-vfs-mime-monitor.h -include/libgnomevfs/gnome-vfs-mime-sniff-buffer-private.h include/libgnomevfs/gnome-vfs-mime-sniff-buffer.h include/libgnomevfs/gnome-vfs-mime.h include/libgnomevfs/gnome-vfs-module-shared.h @@ -41,7 +38,6 @@ include/libgnomevfs/gnome-vfs-parse-ls.h include/libgnomevfs/gnome-vfs-private-types.h include/libgnomevfs/gnome-vfs-private-utils.h include/libgnomevfs/gnome-vfs-private.h -include/libgnomevfs/gnome-vfs-process.h include/libgnomevfs/gnome-vfs-regexp-filter.h include/libgnomevfs/gnome-vfs-result.h include/libgnomevfs/gnome-vfs-seekable.h @@ -85,19 +81,18 @@ lib/vfs/modules/libftp.so lib/vfs/modules/libgconf.so lib/vfs/modules/libgzip.so lib/vfs/modules/libhttp.so -lib/vfs/modules/libnfs.so lib/vfs/modules/libvfs-pipe.so lib/vfs/modules/libvfs-test.so lib/vfs/modules/libvfs-translate.so share/gnome/application-registry/gnome-vfs.applications -share/gnome/apps/Settings/nautilus-mime-type.desktop -share/gnome/control-center/nautilus-mime-type.desktop share/gnome/mime-info/gnome-vfs.keys share/gnome/mime-info/gnome-vfs.mime +share/locale/az/LC_MESSAGES/gnome-vfs.mo share/locale/ca/LC_MESSAGES/gnome-vfs.mo share/locale/da/LC_MESSAGES/gnome-vfs.mo share/locale/de/LC_MESSAGES/gnome-vfs.mo share/locale/el/LC_MESSAGES/gnome-vfs.mo +share/locale/es/LC_MESSAGES/gnome-vfs.mo share/locale/fi/LC_MESSAGES/gnome-vfs.mo share/locale/fr/LC_MESSAGES/gnome-vfs.mo share/locale/ga/LC_MESSAGES/gnome-vfs.mo @@ -108,15 +103,18 @@ share/locale/ja/LC_MESSAGES/gnome-vfs.mo share/locale/ko/LC_MESSAGES/gnome-vfs.mo share/locale/lt/LC_MESSAGES/gnome-vfs.mo share/locale/nl/LC_MESSAGES/gnome-vfs.mo +share/locale/nn/LC_MESSAGES/gnome-vfs.mo share/locale/no/LC_MESSAGES/gnome-vfs.mo share/locale/pl/LC_MESSAGES/gnome-vfs.mo share/locale/pt_BR/LC_MESSAGES/gnome-vfs.mo +share/locale/ro/LC_MESSAGES/gnome-vfs.mo share/locale/ru/LC_MESSAGES/gnome-vfs.mo share/locale/sk/LC_MESSAGES/gnome-vfs.mo share/locale/sl/LC_MESSAGES/gnome-vfs.mo share/locale/sv/LC_MESSAGES/gnome-vfs.mo share/locale/tr/LC_MESSAGES/gnome-vfs.mo share/locale/uk/LC_MESSAGES/gnome-vfs.mo +share/locale/wa/LC_MESSAGES/gnome-vfs.mo @dirrm share/gnome/application-registry @dirrm lib/vfs/modules @dirrm lib/vfs/include diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 929b8e8d5b94..8947cb293170 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -7,19 +7,21 @@ PORTNAME= libglade PORTVERSION= 0.16 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libglade MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo USE_PERL5= yes USE_GMAKE= yes -USE_GNOMELIBS= yes +USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/libglade/files/patch-aa b/devel/libglade/files/patch-aa deleted file mode 100644 index 2d4586de78fd..000000000000 --- a/devel/libglade/files/patch-aa +++ /dev/null @@ -1,9 +0,0 @@ ---- configure.orig Mon Jul 10 10:37:02 2000 -+++ configure Thu Aug 24 15:31:47 2000 -@@ -2801,4 +2801,4 @@ - if test "x$no_bonobo" = x ; then -- echo "$ac_t""yes" 1>&6 -- have_bonobo=true -+ echo "$ac_t""yes - but I'm ignoring it" 1>&6 -+ have_bonobo=false - else diff --git a/devel/libglade/pkg-plist b/devel/libglade/pkg-plist index 00c92fab3162..e13fdefbe04b 100644 --- a/devel/libglade/pkg-plist +++ b/devel/libglade/pkg-plist @@ -8,6 +8,9 @@ include/glade/glade-widget-tree.h lib/libglade.a lib/libglade.so lib/libglade.so.4 +lib/libglade-bonobo.a +lib/libglade-bonobo.so +lib/libglade-bonobo.so.4 lib/libglade-gnome.a lib/libglade-gnome.so lib/libglade-gnome.so.4 diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 929b8e8d5b94..8947cb293170 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -7,19 +7,21 @@ PORTNAME= libglade PORTVERSION= 0.16 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libglade MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo USE_PERL5= yes USE_GMAKE= yes -USE_GNOMELIBS= yes +USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/devel/libglade2/files/patch-aa b/devel/libglade2/files/patch-aa deleted file mode 100644 index 2d4586de78fd..000000000000 --- a/devel/libglade2/files/patch-aa +++ /dev/null @@ -1,9 +0,0 @@ ---- configure.orig Mon Jul 10 10:37:02 2000 -+++ configure Thu Aug 24 15:31:47 2000 -@@ -2801,4 +2801,4 @@ - if test "x$no_bonobo" = x ; then -- echo "$ac_t""yes" 1>&6 -- have_bonobo=true -+ echo "$ac_t""yes - but I'm ignoring it" 1>&6 -+ have_bonobo=false - else diff --git a/devel/libglade2/pkg-plist b/devel/libglade2/pkg-plist index 00c92fab3162..e13fdefbe04b 100644 --- a/devel/libglade2/pkg-plist +++ b/devel/libglade2/pkg-plist @@ -8,6 +8,9 @@ include/glade/glade-widget-tree.h lib/libglade.a lib/libglade.so lib/libglade.so.4 +lib/libglade-bonobo.a +lib/libglade-bonobo.so +lib/libglade-bonobo.so.4 lib/libglade-gnome.a lib/libglade-gnome.so lib/libglade-gnome.so.4 diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 75269fc7e812..5c175d80bcbe 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgtop -PORTVERSION= 1.0.11 +PORTVERSION= 1.0.12 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libgtop diff --git a/devel/libgtop/distinfo b/devel/libgtop/distinfo index 18aa9ec1e84d..d3030c0e1e50 100644 --- a/devel/libgtop/distinfo +++ b/devel/libgtop/distinfo @@ -1 +1 @@ -MD5 (libgtop-1.0.11.tar.gz) = 29f349af7494882b15c4de805534d778 +MD5 (libgtop-1.0.12.tar.gz) = ac2cbd0245845dc13bfe262fd6a5577a diff --git a/devel/libgtop/files/patch-ah b/devel/libgtop/files/patch-ah index 6fd7e96d00c5..3fa66d354b33 100644 --- a/devel/libgtop/files/patch-ah +++ b/devel/libgtop/files/patch-ah @@ -1,5 +1,5 @@ --- sysdeps/freebsd/procmap.c.orig Thu May 27 13:56:48 1999 -+++ sysdeps/freebsd/procmap.c Wed Dec 27 10:51:50 2000 ++++ sysdeps/freebsd/procmap.c Thu Mar 1 17:29:02 2001 @@ -35,3 +35,7 @@ #include <vm/vm_object.h> +#if (__FreeBSD_version >= 400011) @@ -14,7 +14,7 @@ #endif @@ -116,3 +119,7 @@ if (kvm_read (server->machine.kd, -+#if __FreeBSD_version >= 500013 ++#if (__FreeBSD_version >= 500013) + (unsigned long) pinfo [0].ki_vmspace, +#else (unsigned long) pinfo [0].kp_proc.p_vmspace, @@ -28,25 +28,3 @@ - &mount, sizeof (mount)) != sizeof (mount)) - glibtop_error_io_r (server, "kvm_read (mount)"); ---- sysdeps/freebsd/sem_limits.c.orig Sun Jan 2 16:32:20 2000 -+++ sysdeps/freebsd/sem_limits.c Sun Jan 2 16:35:00 2000 -@@ -46,7 +46,7 @@ - - /* #define KERNEL to get declaration of `struct seminfo'. */ - --#if defined(__FreeBSD__) || defined(__bsdi__) -+#if defined(__bsdi__) || (__FreeBSD_version < 400011) - #define KERNEL 1 - #else - #define _KERNEL 1 ---- sysdeps/freebsd/shm_limits.c.orig Sun Jan 2 16:27:59 2000 -+++ sysdeps/freebsd/shm_limits.c Sun Jan 2 16:35:18 2000 -@@ -46,7 +46,7 @@ - - /* #define KERNEL to get declaration of `struct shminfo'. */ - --#if defined(__FreeBSD__) || defined(__bsdi__) -+#if defined(__bsdi__) || (__FreeBSD_version < 400011) - #define KERNEL 1 - #else - #define _KERNEL 1 diff --git a/devel/libgtop/files/patch-ai b/devel/libgtop/files/patch-ai deleted file mode 100644 index 5a8d660e3aff..000000000000 --- a/devel/libgtop/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- sysdeps/freebsd/msg_limits.c.orig Sun Feb 13 09:47:58 2000 -+++ sysdeps/freebsd/msg_limits.c Fri May 26 13:36:23 2000 -@@ -46,7 +46,7 @@ - - /* #define KERNEL to get declaration of `struct msginfo'. */ - --#if (defined __FreeBSD__) || (defined __bsdi__) -+#if ((defined __FreeBSD__) && (__FreeBSD_version < 410000)) || (defined __bsdi__) - #define KERNEL 1 - #else - #define _KERNEL 1 diff --git a/devel/libgtop/pkg-plist b/devel/libgtop/pkg-plist index bb47391746ec..fde69f134d3c 100644 --- a/devel/libgtop/pkg-plist +++ b/devel/libgtop/pkg-plist @@ -77,6 +77,7 @@ lib/libgtop_sysdeps_suid.so.1 share/locale/az/LC_MESSAGES/libgtop.mo share/locale/da/LC_MESSAGES/libgtop.mo share/locale/de/LC_MESSAGES/libgtop.mo +share/locale/el/LC_MESSAGES/libgtop.mo share/locale/es/LC_MESSAGES/libgtop.mo share/locale/es_DO/LC_MESSAGES/libgtop.mo share/locale/es_GT/LC_MESSAGES/libgtop.mo diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 75269fc7e812..5c175d80bcbe 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgtop -PORTVERSION= 1.0.11 +PORTVERSION= 1.0.12 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libgtop diff --git a/devel/libgtop2/distinfo b/devel/libgtop2/distinfo index 18aa9ec1e84d..d3030c0e1e50 100644 --- a/devel/libgtop2/distinfo +++ b/devel/libgtop2/distinfo @@ -1 +1 @@ -MD5 (libgtop-1.0.11.tar.gz) = 29f349af7494882b15c4de805534d778 +MD5 (libgtop-1.0.12.tar.gz) = ac2cbd0245845dc13bfe262fd6a5577a diff --git a/devel/libgtop2/files/patch-ah b/devel/libgtop2/files/patch-ah index 6fd7e96d00c5..3fa66d354b33 100644 --- a/devel/libgtop2/files/patch-ah +++ b/devel/libgtop2/files/patch-ah @@ -1,5 +1,5 @@ --- sysdeps/freebsd/procmap.c.orig Thu May 27 13:56:48 1999 -+++ sysdeps/freebsd/procmap.c Wed Dec 27 10:51:50 2000 ++++ sysdeps/freebsd/procmap.c Thu Mar 1 17:29:02 2001 @@ -35,3 +35,7 @@ #include <vm/vm_object.h> +#if (__FreeBSD_version >= 400011) @@ -14,7 +14,7 @@ #endif @@ -116,3 +119,7 @@ if (kvm_read (server->machine.kd, -+#if __FreeBSD_version >= 500013 ++#if (__FreeBSD_version >= 500013) + (unsigned long) pinfo [0].ki_vmspace, +#else (unsigned long) pinfo [0].kp_proc.p_vmspace, @@ -28,25 +28,3 @@ - &mount, sizeof (mount)) != sizeof (mount)) - glibtop_error_io_r (server, "kvm_read (mount)"); ---- sysdeps/freebsd/sem_limits.c.orig Sun Jan 2 16:32:20 2000 -+++ sysdeps/freebsd/sem_limits.c Sun Jan 2 16:35:00 2000 -@@ -46,7 +46,7 @@ - - /* #define KERNEL to get declaration of `struct seminfo'. */ - --#if defined(__FreeBSD__) || defined(__bsdi__) -+#if defined(__bsdi__) || (__FreeBSD_version < 400011) - #define KERNEL 1 - #else - #define _KERNEL 1 ---- sysdeps/freebsd/shm_limits.c.orig Sun Jan 2 16:27:59 2000 -+++ sysdeps/freebsd/shm_limits.c Sun Jan 2 16:35:18 2000 -@@ -46,7 +46,7 @@ - - /* #define KERNEL to get declaration of `struct shminfo'. */ - --#if defined(__FreeBSD__) || defined(__bsdi__) -+#if defined(__bsdi__) || (__FreeBSD_version < 400011) - #define KERNEL 1 - #else - #define _KERNEL 1 diff --git a/devel/libgtop2/files/patch-ai b/devel/libgtop2/files/patch-ai deleted file mode 100644 index 5a8d660e3aff..000000000000 --- a/devel/libgtop2/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- sysdeps/freebsd/msg_limits.c.orig Sun Feb 13 09:47:58 2000 -+++ sysdeps/freebsd/msg_limits.c Fri May 26 13:36:23 2000 -@@ -46,7 +46,7 @@ - - /* #define KERNEL to get declaration of `struct msginfo'. */ - --#if (defined __FreeBSD__) || (defined __bsdi__) -+#if ((defined __FreeBSD__) && (__FreeBSD_version < 410000)) || (defined __bsdi__) - #define KERNEL 1 - #else - #define _KERNEL 1 diff --git a/devel/libgtop2/pkg-plist b/devel/libgtop2/pkg-plist index bb47391746ec..fde69f134d3c 100644 --- a/devel/libgtop2/pkg-plist +++ b/devel/libgtop2/pkg-plist @@ -77,6 +77,7 @@ lib/libgtop_sysdeps_suid.so.1 share/locale/az/LC_MESSAGES/libgtop.mo share/locale/da/LC_MESSAGES/libgtop.mo share/locale/de/LC_MESSAGES/libgtop.mo +share/locale/el/LC_MESSAGES/libgtop.mo share/locale/es/LC_MESSAGES/libgtop.mo share/locale/es_DO/LC_MESSAGES/libgtop.mo share/locale/es_GT/LC_MESSAGES/libgtop.mo diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index 01ff250097d7..231a7229273a 100644 --- a/devel/libsigc++/Makefile +++ b/devel/libsigc++/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsigc++ -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= libsigc diff --git a/devel/libsigc++/distinfo b/devel/libsigc++/distinfo index bd60b776316a..03c129d6a76a 100644 --- a/devel/libsigc++/distinfo +++ b/devel/libsigc++/distinfo @@ -1 +1 @@ -MD5 (libsigc++-1.0.1.tar.gz) = 69cc92bbece1c8085dce4e9a466404b3 +MD5 (libsigc++-1.0.3.tar.gz) = a7e0f529bc49fdcc097108a48c55796d diff --git a/devel/libsigc++12/Makefile b/devel/libsigc++12/Makefile index 01ff250097d7..231a7229273a 100644 --- a/devel/libsigc++12/Makefile +++ b/devel/libsigc++12/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsigc++ -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= libsigc diff --git a/devel/libsigc++12/distinfo b/devel/libsigc++12/distinfo index bd60b776316a..03c129d6a76a 100644 --- a/devel/libsigc++12/distinfo +++ b/devel/libsigc++12/distinfo @@ -1 +1 @@ -MD5 (libsigc++-1.0.1.tar.gz) = 69cc92bbece1c8085dce4e9a466404b3 +MD5 (libsigc++-1.0.3.tar.gz) = a7e0f529bc49fdcc097108a48c55796d diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile index 01ff250097d7..231a7229273a 100644 --- a/devel/libsigc++20/Makefile +++ b/devel/libsigc++20/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsigc++ -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= libsigc diff --git a/devel/libsigc++20/distinfo b/devel/libsigc++20/distinfo index bd60b776316a..03c129d6a76a 100644 --- a/devel/libsigc++20/distinfo +++ b/devel/libsigc++20/distinfo @@ -1 +1 @@ -MD5 (libsigc++-1.0.1.tar.gz) = 69cc92bbece1c8085dce4e9a466404b3 +MD5 (libsigc++-1.0.3.tar.gz) = a7e0f529bc49fdcc097108a48c55796d diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index 82e5c6894f2b..71cf9c7eea6c 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -6,25 +6,22 @@ # PORTNAME= oaf -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.5 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/oaf MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ - popt.0:${PORTSDIR}/devel/popt \ - xml.5:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_X_PREFIX= yes USE_GMAKE= yes USE_GLIB= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --enable-static --enable-shared \ +USE_GNOMELIBS= yes +CONFIGURE_ARGS= --enable-static --enable-shared \ --disable-more-warnings CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" diff --git a/devel/oaf/distinfo b/devel/oaf/distinfo index 084164cf72be..eaafaed028d4 100644 --- a/devel/oaf/distinfo +++ b/devel/oaf/distinfo @@ -1 +1 @@ -MD5 (oaf-0.6.2.tar.gz) = 2c0817a5e34a3ad266d9a18b092bc9d8 +MD5 (oaf-0.6.5.tar.gz) = 23bfa9046d8d745d7cd17ad75fb08aed diff --git a/devel/oaf/pkg-plist b/devel/oaf/pkg-plist index 9cc6d567669b..2050f8663a7b 100644 --- a/devel/oaf/pkg-plist +++ b/devel/oaf/pkg-plist @@ -41,6 +41,8 @@ share/locale/ja/LC_MESSAGES/oaf.mo share/locale/ko/LC_MESSAGES/oaf.mo share/locale/no/LC_MESSAGES/oaf.mo share/locale/pl/LC_MESSAGES/oaf.mo +share/locale/pt_BR/LC_MESSAGES/oaf.mo +share/locale/ro/LC_MESSAGES/oaf.mo share/locale/ru/LC_MESSAGES/oaf.mo share/locale/sk/LC_MESSAGES/oaf.mo share/locale/sl/LC_MESSAGES/oaf.mo diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 115052f36b39..5a805297c008 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -6,15 +6,13 @@ # PORTNAME= ghex -PORTVERSION= 1.1.4 +PORTVERSION= 1.2 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ghex MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint - USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes diff --git a/editors/ghex/distinfo b/editors/ghex/distinfo index fc9918d3cf22..8a6459df4f51 100644 --- a/editors/ghex/distinfo +++ b/editors/ghex/distinfo @@ -1 +1 @@ -MD5 (ghex-1.1.4.tar.gz) = 2692b54d31511e7d1eb3f979a94e48ed +MD5 (ghex-1.2.tar.gz) = a7902cfefc81f68aab60624edb4e5a92 diff --git a/editors/ghex/files/patch-aa b/editors/ghex/files/patch-aa new file mode 100644 index 000000000000..cf9e1505241c --- /dev/null +++ b/editors/ghex/files/patch-aa @@ -0,0 +1,6 @@ +--- app-docs.make.orig Sun Mar 4 04:18:34 2001 ++++ app-docs.make Sat Apr 14 08:55:37 2001 +@@ -1,2 +1,2 @@ +-helpdir = $(datadir)/gnome/help/$(app)/$(lang) ++helpdir = $(datadir)/help/$(app)/$(lang) + help_DATA = \ diff --git a/editors/ghex/pkg-plist b/editors/ghex/pkg-plist index b5270b41dfe4..dcd073bd069e 100644 --- a/editors/ghex/pkg-plist +++ b/editors/ghex/pkg-plist @@ -1,13 +1,33 @@ bin/ghex share/gnome/apps/Applications/ghex.desktop +share/gnome/help/ghex/C/docbook.css +share/gnome/help/ghex/C/ghex.sgml +share/gnome/help/ghex/C/ghexconverter.png +share/gnome/help/ghex/C/ghexdisplaypref.png +share/gnome/help/ghex/C/ghexfind.png +share/gnome/help/ghex/C/ghexfindreplace.png +share/gnome/help/ghex/C/ghexfullwindow.png +share/gnome/help/ghex/C/ghexmdiprefs.png +share/gnome/help/ghex/C/ghexmenubar.png +share/gnome/help/ghex/C/ghexmenues.html +share/gnome/help/ghex/C/ghexprefedit.png +share/gnome/help/ghex/C/ghexprintprefs.png share/gnome/help/ghex/C/index.html +share/gnome/help/ghex/C/stylesheet-images/caution.gif +share/gnome/help/ghex/C/stylesheet-images/home.gif +share/gnome/help/ghex/C/stylesheet-images/important.gif +share/gnome/help/ghex/C/stylesheet-images/next.gif +share/gnome/help/ghex/C/stylesheet-images/note.gif +share/gnome/help/ghex/C/stylesheet-images/prev.gif +share/gnome/help/ghex/C/stylesheet-images/tip.gif +share/gnome/help/ghex/C/stylesheet-images/toc-blank.gif +share/gnome/help/ghex/C/stylesheet-images/toc-minus.gif +share/gnome/help/ghex/C/stylesheet-images/toc-plus.gif +share/gnome/help/ghex/C/stylesheet-images/up.gif +share/gnome/help/ghex/C/stylesheet-images/warning.gif share/gnome/help/ghex/C/topic.dat -share/gnome/help/ghex/es/index.html -share/gnome/help/ghex/es/topic.dat -share/gnome/help/ghex/ja/index.html -share/gnome/help/ghex/ja/topic.dat -share/gnome/help/ghex/sv/index.html -share/gnome/help/ghex/sv/topic.dat +share/gnome/help/ghex/C/usage.html +share/gnome/omf/ghex/ghex-C.omf share/gnome/pixmaps/gnome-ghex.png share/locale/ca/LC_MESSAGES/ghex.mo share/locale/cs/LC_MESSAGES/ghex.mo @@ -32,14 +52,15 @@ share/locale/pt/LC_MESSAGES/ghex.mo share/locale/pt_BR/LC_MESSAGES/ghex.mo share/locale/ro/LC_MESSAGES/ghex.mo share/locale/ru/LC_MESSAGES/ghex.mo +share/locale/sk/LC_MESSAGES/ghex.mo share/locale/sl/LC_MESSAGES/ghex.mo share/locale/sv/LC_MESSAGES/ghex.mo +share/locale/tr/LC_MESSAGES/ghex.mo share/locale/uk/LC_MESSAGES/ghex.mo share/locale/wa/LC_MESSAGES/ghex.mo share/locale/zh_CN.GB2312/LC_MESSAGES/ghex.mo share/locale/zh_TW.Big5/LC_MESSAGES/ghex.mo -@dirrm share/gnome/help/ghex/sv -@dirrm share/gnome/help/ghex/ja -@dirrm share/gnome/help/ghex/es +@dirrm share/gnome/omf/ghex +@dirrm share/gnome/help/ghex/C/stylesheet-images @dirrm share/gnome/help/ghex/C @dirrm share/gnome/help/ghex diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile index 115052f36b39..5a805297c008 100644 --- a/editors/ghex2/Makefile +++ b/editors/ghex2/Makefile @@ -6,15 +6,13 @@ # PORTNAME= ghex -PORTVERSION= 1.1.4 +PORTVERSION= 1.2 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ghex MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint - USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes diff --git a/editors/ghex2/distinfo b/editors/ghex2/distinfo index fc9918d3cf22..8a6459df4f51 100644 --- a/editors/ghex2/distinfo +++ b/editors/ghex2/distinfo @@ -1 +1 @@ -MD5 (ghex-1.1.4.tar.gz) = 2692b54d31511e7d1eb3f979a94e48ed +MD5 (ghex-1.2.tar.gz) = a7902cfefc81f68aab60624edb4e5a92 diff --git a/editors/ghex2/files/patch-aa b/editors/ghex2/files/patch-aa new file mode 100644 index 000000000000..cf9e1505241c --- /dev/null +++ b/editors/ghex2/files/patch-aa @@ -0,0 +1,6 @@ +--- app-docs.make.orig Sun Mar 4 04:18:34 2001 ++++ app-docs.make Sat Apr 14 08:55:37 2001 +@@ -1,2 +1,2 @@ +-helpdir = $(datadir)/gnome/help/$(app)/$(lang) ++helpdir = $(datadir)/help/$(app)/$(lang) + help_DATA = \ diff --git a/editors/ghex2/pkg-plist b/editors/ghex2/pkg-plist index b5270b41dfe4..dcd073bd069e 100644 --- a/editors/ghex2/pkg-plist +++ b/editors/ghex2/pkg-plist @@ -1,13 +1,33 @@ bin/ghex share/gnome/apps/Applications/ghex.desktop +share/gnome/help/ghex/C/docbook.css +share/gnome/help/ghex/C/ghex.sgml +share/gnome/help/ghex/C/ghexconverter.png +share/gnome/help/ghex/C/ghexdisplaypref.png +share/gnome/help/ghex/C/ghexfind.png +share/gnome/help/ghex/C/ghexfindreplace.png +share/gnome/help/ghex/C/ghexfullwindow.png +share/gnome/help/ghex/C/ghexmdiprefs.png +share/gnome/help/ghex/C/ghexmenubar.png +share/gnome/help/ghex/C/ghexmenues.html +share/gnome/help/ghex/C/ghexprefedit.png +share/gnome/help/ghex/C/ghexprintprefs.png share/gnome/help/ghex/C/index.html +share/gnome/help/ghex/C/stylesheet-images/caution.gif +share/gnome/help/ghex/C/stylesheet-images/home.gif +share/gnome/help/ghex/C/stylesheet-images/important.gif +share/gnome/help/ghex/C/stylesheet-images/next.gif +share/gnome/help/ghex/C/stylesheet-images/note.gif +share/gnome/help/ghex/C/stylesheet-images/prev.gif +share/gnome/help/ghex/C/stylesheet-images/tip.gif +share/gnome/help/ghex/C/stylesheet-images/toc-blank.gif +share/gnome/help/ghex/C/stylesheet-images/toc-minus.gif +share/gnome/help/ghex/C/stylesheet-images/toc-plus.gif +share/gnome/help/ghex/C/stylesheet-images/up.gif +share/gnome/help/ghex/C/stylesheet-images/warning.gif share/gnome/help/ghex/C/topic.dat -share/gnome/help/ghex/es/index.html -share/gnome/help/ghex/es/topic.dat -share/gnome/help/ghex/ja/index.html -share/gnome/help/ghex/ja/topic.dat -share/gnome/help/ghex/sv/index.html -share/gnome/help/ghex/sv/topic.dat +share/gnome/help/ghex/C/usage.html +share/gnome/omf/ghex/ghex-C.omf share/gnome/pixmaps/gnome-ghex.png share/locale/ca/LC_MESSAGES/ghex.mo share/locale/cs/LC_MESSAGES/ghex.mo @@ -32,14 +52,15 @@ share/locale/pt/LC_MESSAGES/ghex.mo share/locale/pt_BR/LC_MESSAGES/ghex.mo share/locale/ro/LC_MESSAGES/ghex.mo share/locale/ru/LC_MESSAGES/ghex.mo +share/locale/sk/LC_MESSAGES/ghex.mo share/locale/sl/LC_MESSAGES/ghex.mo share/locale/sv/LC_MESSAGES/ghex.mo +share/locale/tr/LC_MESSAGES/ghex.mo share/locale/uk/LC_MESSAGES/ghex.mo share/locale/wa/LC_MESSAGES/ghex.mo share/locale/zh_CN.GB2312/LC_MESSAGES/ghex.mo share/locale/zh_TW.Big5/LC_MESSAGES/ghex.mo -@dirrm share/gnome/help/ghex/sv -@dirrm share/gnome/help/ghex/ja -@dirrm share/gnome/help/ghex/es +@dirrm share/gnome/omf/ghex +@dirrm share/gnome/help/ghex/C/stylesheet-images @dirrm share/gnome/help/ghex/C @dirrm share/gnome/help/ghex diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 3fc21bbd6026..136cae88ae18 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomegames -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.0.1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-games diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo index 7c72f3010138..bfa6cfd0670d 100644 --- a/games/gnome-games/distinfo +++ b/games/gnome-games/distinfo @@ -1 +1 @@ -MD5 (gnome-games-1.2.0.tar.gz) = 681f8c880daa8e4e4a264039e6e8cb3c +MD5 (gnome-games-1.4.0.1.tar.gz) = ebc520dc5f149d2e6de88f8fdb119e13 diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist index 771528aec855..48e881ae3c41 100644 --- a/games/gnome-games/pkg-plist +++ b/games/gnome-games/pkg-plist @@ -150,100 +150,530 @@ share/gnome/gturing/examples/bin2dec.tur share/gnome/gturing/examples/dashnumbers.tur share/gnome/gturing/examples/dec2bin.tur share/gnome/gturing/examples/subst.tur +share/gnome/help/aisleriot/C/agnes.html +share/gnome/help/aisleriot/C/agnes.sgml +share/gnome/help/aisleriot/C/aisleriot.sgml share/gnome/help/aisleriot/C/auld-lang-syne.html +share/gnome/help/aisleriot/C/auld_lang_syne.sgml +share/gnome/help/aisleriot/C/bakers-dozen.html +share/gnome/help/aisleriot/C/bakers-game.html +share/gnome/help/aisleriot/C/bakers_dozen.sgml +share/gnome/help/aisleriot/C/bakers_game.sgml share/gnome/help/aisleriot/C/beleaguered-castle.html +share/gnome/help/aisleriot/C/beleaguered_castle.sgml +share/gnome/help/aisleriot/C/block-ten.html +share/gnome/help/aisleriot/C/block_ten.sgml share/gnome/help/aisleriot/C/bristol.html -share/gnome/help/aisleriot/C/camelot-goal.gif +share/gnome/help/aisleriot/C/bristol.sgml share/gnome/help/aisleriot/C/camelot.html +share/gnome/help/aisleriot/C/camelot.sgml share/gnome/help/aisleriot/C/canfield.html -share/gnome/help/aisleriot/C/clock-rules.gif +share/gnome/help/aisleriot/C/canfield.sgml share/gnome/help/aisleriot/C/clock.html +share/gnome/help/aisleriot/C/clock.sgml +share/gnome/help/aisleriot/C/cover.html +share/gnome/help/aisleriot/C/cover.sgml +share/gnome/help/aisleriot/C/definitions.sgml +share/gnome/help/aisleriot/C/diamond-mine.html +share/gnome/help/aisleriot/C/diamond_mine.sgml share/gnome/help/aisleriot/C/docbook.css share/gnome/help/aisleriot/C/doublets.html +share/gnome/help/aisleriot/C/doublets.sgml share/gnome/help/aisleriot/C/eagle-wing.html +share/gnome/help/aisleriot/C/eagle-wing.sgml +share/gnome/help/aisleriot/C/easthaven.html +share/gnome/help/aisleriot/C/easthaven.sgml +share/gnome/help/aisleriot/C/eight-off.html +share/gnome/help/aisleriot/C/eight_off.sgml share/gnome/help/aisleriot/C/elevator.html +share/gnome/help/aisleriot/C/elevator.sgml +share/gnome/help/aisleriot/C/escalator.html +share/gnome/help/aisleriot/C/escalator.sgml +share/gnome/help/aisleriot/C/figures/camelot-goal.png +share/gnome/help/aisleriot/C/figures/clock-rules.png share/gnome/help/aisleriot/C/first-law.html +share/gnome/help/aisleriot/C/first_law.sgml +share/gnome/help/aisleriot/C/fortress.html +share/gnome/help/aisleriot/C/fortress.sgml share/gnome/help/aisleriot/C/fortunes.html +share/gnome/help/aisleriot/C/fortunes.sgml share/gnome/help/aisleriot/C/fourteen.html +share/gnome/help/aisleriot/C/fourteen.sgml share/gnome/help/aisleriot/C/freecell.html +share/gnome/help/aisleriot/C/freecell.sgml +share/gnome/help/aisleriot/C/gay-gordons.html +share/gnome/help/aisleriot/C/gay_gordons.sgml +share/gnome/help/aisleriot/C/glenwood.html +share/gnome/help/aisleriot/C/glenwood.sgml share/gnome/help/aisleriot/C/glossary.html -share/gnome/help/aisleriot/C/gpl.html +share/gnome/help/aisleriot/C/golf.html +share/gnome/help/aisleriot/C/golf.sgml +share/gnome/help/aisleriot/C/gypsy.html +share/gnome/help/aisleriot/C/gypsy.sgml +share/gnome/help/aisleriot/C/helsinki.html +share/gnome/help/aisleriot/C/helsinki.sgml share/gnome/help/aisleriot/C/hopscotch.html +share/gnome/help/aisleriot/C/hopscotch.sgml share/gnome/help/aisleriot/C/index.html share/gnome/help/aisleriot/C/intro.html +share/gnome/help/aisleriot/C/isabel.html +share/gnome/help/aisleriot/C/isabel.sgml +share/gnome/help/aisleriot/C/jamestown.html +share/gnome/help/aisleriot/C/jamestown.sgml +share/gnome/help/aisleriot/C/jumbo.html +share/gnome/help/aisleriot/C/jumbo.sgml share/gnome/help/aisleriot/C/kansas.html +share/gnome/help/aisleriot/C/kansas.sgml +share/gnome/help/aisleriot/C/king-albert.html +share/gnome/help/aisleriot/C/king_albert.sgml share/gnome/help/aisleriot/C/klondike.html +share/gnome/help/aisleriot/C/klondike.sgml +share/gnome/help/aisleriot/C/labyrinth.html +share/gnome/help/aisleriot/C/labyrinth.sgml share/gnome/help/aisleriot/C/lady-jane.html +share/gnome/help/aisleriot/C/lady_jane.sgml +share/gnome/help/aisleriot/C/maze.html +share/gnome/help/aisleriot/C/maze.sgml +share/gnome/help/aisleriot/C/monte-carlo.html +share/gnome/help/aisleriot/C/monte_carlo.sgml share/gnome/help/aisleriot/C/neighbor.html +share/gnome/help/aisleriot/C/neighbor.sgml share/gnome/help/aisleriot/C/odessa.html +share/gnome/help/aisleriot/C/odessa.sgml share/gnome/help/aisleriot/C/osmosis.html +share/gnome/help/aisleriot/C/osmosis.sgml +share/gnome/help/aisleriot/C/peek.html +share/gnome/help/aisleriot/C/peek.sgml share/gnome/help/aisleriot/C/pileon.html +share/gnome/help/aisleriot/C/pileon.sgml +share/gnome/help/aisleriot/C/poker.html +share/gnome/help/aisleriot/C/poker.sgml +share/gnome/help/aisleriot/C/quatorze.html +share/gnome/help/aisleriot/C/quatorze.sgml share/gnome/help/aisleriot/C/royal-east.html +share/gnome/help/aisleriot/C/royal_east.sgml share/gnome/help/aisleriot/C/scorpion.html +share/gnome/help/aisleriot/C/scorpion.sgml +share/gnome/help/aisleriot/C/scuffle.html +share/gnome/help/aisleriot/C/scuffle.sgml +share/gnome/help/aisleriot/C/seahaven.html +share/gnome/help/aisleriot/C/seahaven.sgml +share/gnome/help/aisleriot/C/sir-tommy.html +share/gnome/help/aisleriot/C/sir_tommy.sgml share/gnome/help/aisleriot/C/spider.html +share/gnome/help/aisleriot/C/spider.sgml +share/gnome/help/aisleriot/C/spiderette.html +share/gnome/help/aisleriot/C/spiderette.sgml share/gnome/help/aisleriot/C/straight-up.html +share/gnome/help/aisleriot/C/straight_up.sgml +share/gnome/help/aisleriot/C/streets-and-alleys.html +share/gnome/help/aisleriot/C/streets_and_alleys.sgml +share/gnome/help/aisleriot/C/stylesheet-images/caution.gif +share/gnome/help/aisleriot/C/stylesheet-images/home.gif +share/gnome/help/aisleriot/C/stylesheet-images/important.gif +share/gnome/help/aisleriot/C/stylesheet-images/next.gif +share/gnome/help/aisleriot/C/stylesheet-images/note.gif +share/gnome/help/aisleriot/C/stylesheet-images/prev.gif +share/gnome/help/aisleriot/C/stylesheet-images/tip.gif +share/gnome/help/aisleriot/C/stylesheet-images/toc-blank.gif +share/gnome/help/aisleriot/C/stylesheet-images/toc-minus.gif +share/gnome/help/aisleriot/C/stylesheet-images/toc-plus.gif +share/gnome/help/aisleriot/C/stylesheet-images/up.gif +share/gnome/help/aisleriot/C/stylesheet-images/warning.gif share/gnome/help/aisleriot/C/thieves.html +share/gnome/help/aisleriot/C/thieves.sgml share/gnome/help/aisleriot/C/thirteen.html +share/gnome/help/aisleriot/C/thirteen.sgml share/gnome/help/aisleriot/C/thumb-and-pouch.html +share/gnome/help/aisleriot/C/thumb_and_pouch.sgml share/gnome/help/aisleriot/C/topic.dat +share/gnome/help/aisleriot/C/treize.html +share/gnome/help/aisleriot/C/treize.sgml share/gnome/help/aisleriot/C/union-square.html +share/gnome/help/aisleriot/C/union_square.sgml +share/gnome/help/aisleriot/C/valentine.html +share/gnome/help/aisleriot/C/valentine.sgml share/gnome/help/aisleriot/C/westhaven.html +share/gnome/help/aisleriot/C/westhaven.sgml +share/gnome/help/aisleriot/C/whitehead.html +share/gnome/help/aisleriot/C/whitehead.sgml +share/gnome/help/aisleriot/C/will-o-the-wisp.html +share/gnome/help/aisleriot/C/will_o_the_wisp.sgml +share/gnome/help/aisleriot/C/yield.html +share/gnome/help/aisleriot/C/yield.sgml share/gnome/help/aisleriot/C/yukon.html +share/gnome/help/aisleriot/C/yukon.sgml share/gnome/help/aisleriot/C/zebra.html +share/gnome/help/aisleriot/C/zebra.sgml +share/gnome/help/gataxx/C/authors.html +share/gnome/help/gataxx/C/bugs.html +share/gnome/help/gataxx/C/docbook.css +share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png +share/gnome/help/gataxx/C/figures/gataxx-prefs.png +share/gnome/help/gataxx/C/figures/gataxx-startgame.png +share/gnome/help/gataxx/C/gataxx.sgml +share/gnome/help/gataxx/C/index.html +share/gnome/help/gataxx/C/license.html +share/gnome/help/gataxx/C/prefs.html +share/gnome/help/gataxx/C/stylesheet-images/caution.gif +share/gnome/help/gataxx/C/stylesheet-images/home.gif +share/gnome/help/gataxx/C/stylesheet-images/important.gif +share/gnome/help/gataxx/C/stylesheet-images/next.gif +share/gnome/help/gataxx/C/stylesheet-images/note.gif +share/gnome/help/gataxx/C/stylesheet-images/prev.gif +share/gnome/help/gataxx/C/stylesheet-images/tip.gif +share/gnome/help/gataxx/C/stylesheet-images/toc-blank.gif +share/gnome/help/gataxx/C/stylesheet-images/toc-minus.gif +share/gnome/help/gataxx/C/stylesheet-images/toc-plus.gif +share/gnome/help/gataxx/C/stylesheet-images/up.gif +share/gnome/help/gataxx/C/stylesheet-images/warning.gif +share/gnome/help/gataxx/C/topic.dat +share/gnome/help/gataxx/C/usage.html +share/gnome/help/gnibbles/C/authors.html +share/gnome/help/gnibbles/C/bugs.html +share/gnome/help/gnibbles/C/docbook.css +share/gnome/help/gnibbles/C/figures/game.png +share/gnome/help/gnibbles/C/figures/graphics.png +share/gnome/help/gnibbles/C/figures/intro.png +share/gnome/help/gnibbles/C/figures/playing.png +share/gnome/help/gnibbles/C/figures/worm_op.png +share/gnome/help/gnibbles/C/gnibbles.sgml +share/gnome/help/gnibbles/C/index.html +share/gnome/help/gnibbles/C/license.html +share/gnome/help/gnibbles/C/objective.html +share/gnome/help/gnibbles/C/prefs.html +share/gnome/help/gnibbles/C/stylesheet-images/caution.gif +share/gnome/help/gnibbles/C/stylesheet-images/home.gif +share/gnome/help/gnibbles/C/stylesheet-images/important.gif +share/gnome/help/gnibbles/C/stylesheet-images/next.gif +share/gnome/help/gnibbles/C/stylesheet-images/note.gif +share/gnome/help/gnibbles/C/stylesheet-images/prev.gif +share/gnome/help/gnibbles/C/stylesheet-images/tip.gif +share/gnome/help/gnibbles/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnibbles/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnibbles/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnibbles/C/stylesheet-images/up.gif +share/gnome/help/gnibbles/C/stylesheet-images/warning.gif +share/gnome/help/gnibbles/C/topic.dat +share/gnome/help/gnibbles/C/usage.html +share/gnome/help/gnobots2/C/authors.html +share/gnome/help/gnobots2/C/bugs.html +share/gnome/help/gnobots2/C/customization.html +share/gnome/help/gnobots2/C/docbook.css +share/gnome/help/gnobots2/C/figures/gnobots2-main.png +share/gnome/help/gnobots2/C/gnobots2.sgml share/gnome/help/gnobots2/C/index.html +share/gnome/help/gnobots2/C/keyboard.html +share/gnome/help/gnobots2/C/license.html +share/gnome/help/gnobots2/C/menubar.html +share/gnome/help/gnobots2/C/objective.html +share/gnome/help/gnobots2/C/stylesheet-images/caution.gif +share/gnome/help/gnobots2/C/stylesheet-images/home.gif +share/gnome/help/gnobots2/C/stylesheet-images/important.gif +share/gnome/help/gnobots2/C/stylesheet-images/next.gif +share/gnome/help/gnobots2/C/stylesheet-images/note.gif +share/gnome/help/gnobots2/C/stylesheet-images/prev.gif +share/gnome/help/gnobots2/C/stylesheet-images/tip.gif +share/gnome/help/gnobots2/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnobots2/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnobots2/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnobots2/C/stylesheet-images/up.gif +share/gnome/help/gnobots2/C/stylesheet-images/warning.gif share/gnome/help/gnobots2/C/topic.dat +share/gnome/help/gnobots2/C/usage.html share/gnome/help/gnobots2/da/index.html share/gnome/help/gnobots2/da/topic.dat share/gnome/help/gnobots2/es/index.html share/gnome/help/gnobots2/es/topic.dat share/gnome/help/gnobots2/it/index.html share/gnome/help/gnobots2/it/topic.dat +share/gnome/help/gnome-mines/C/authors.html +share/gnome/help/gnome-mines/C/bugs.html +share/gnome/help/gnome-mines/C/docbook.css +share/gnome/help/gnome-mines/C/figures/advanced_121_a.png +share/gnome/help/gnome-mines/C/figures/advanced_121_b.png +share/gnome/help/gnome-mines/C/figures/advanced_121_c.png +share/gnome/help/gnome-mines/C/figures/basic-corner.png +share/gnome/help/gnome-mines/C/figures/basic-flat3.png +share/gnome/help/gnome-mines/C/figures/basic-wall.png +share/gnome/help/gnome-mines/C/figures/gnomine-begin-play.png +share/gnome/help/gnome-mines/C/figures/gnomine-fail.png +share/gnome/help/gnome-mines/C/figures/gnomine-fresh.png +share/gnome/help/gnome-mines/C/figures/gnomine-preferences.png +share/gnome/help/gnome-mines/C/figures/gnomine-won.png +share/gnome/help/gnome-mines/C/gnome-mines.sgml +share/gnome/help/gnome-mines/C/index.html +share/gnome/help/gnome-mines/C/license.html +share/gnome/help/gnome-mines/C/menubar.html +share/gnome/help/gnome-mines/C/objective.html +share/gnome/help/gnome-mines/C/stylesheet-images/caution.gif +share/gnome/help/gnome-mines/C/stylesheet-images/home.gif +share/gnome/help/gnome-mines/C/stylesheet-images/important.gif +share/gnome/help/gnome-mines/C/stylesheet-images/next.gif +share/gnome/help/gnome-mines/C/stylesheet-images/note.gif +share/gnome/help/gnome-mines/C/stylesheet-images/prev.gif +share/gnome/help/gnome-mines/C/stylesheet-images/tip.gif +share/gnome/help/gnome-mines/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-mines/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-mines/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-mines/C/stylesheet-images/up.gif +share/gnome/help/gnome-mines/C/stylesheet-images/warning.gif +share/gnome/help/gnome-mines/C/topic.dat +share/gnome/help/gnome-mines/C/usage.html +share/gnome/help/gnome-stones/C/authors.html +share/gnome/help/gnome-stones/C/bugs.html +share/gnome/help/gnome-stones/C/docbook.css +share/gnome/help/gnome-stones/C/figures/main-game.png +share/gnome/help/gnome-stones/C/figures/main-start.png +share/gnome/help/gnome-stones/C/figures/preferences-joystick.png +share/gnome/help/gnome-stones/C/figures/preferences-main.png +share/gnome/help/gnome-stones/C/gamescenarios.html +share/gnome/help/gnome-stones/C/gnome-stones.sgml +share/gnome/help/gnome-stones/C/index.html +share/gnome/help/gnome-stones/C/license.html +share/gnome/help/gnome-stones/C/prefs.html +share/gnome/help/gnome-stones/C/stylesheet-images/caution.gif +share/gnome/help/gnome-stones/C/stylesheet-images/home.gif +share/gnome/help/gnome-stones/C/stylesheet-images/important.gif +share/gnome/help/gnome-stones/C/stylesheet-images/next.gif +share/gnome/help/gnome-stones/C/stylesheet-images/note.gif +share/gnome/help/gnome-stones/C/stylesheet-images/prev.gif +share/gnome/help/gnome-stones/C/stylesheet-images/tip.gif +share/gnome/help/gnome-stones/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-stones/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-stones/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-stones/C/stylesheet-images/up.gif +share/gnome/help/gnome-stones/C/stylesheet-images/warning.gif +share/gnome/help/gnome-stones/C/usage.html +share/gnome/help/gnotravex/C/authors.html +share/gnome/help/gnotravex/C/bugs.html +share/gnome/help/gnotravex/C/docbook.css +share/gnome/help/gnotravex/C/figures/gnotravex_game.png +share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png +share/gnome/help/gnotravex/C/gnotravex.sgml +share/gnome/help/gnotravex/C/index.html +share/gnome/help/gnotravex/C/license.html +share/gnome/help/gnotravex/C/prefs.html +share/gnome/help/gnotravex/C/stylesheet-images/caution.gif +share/gnome/help/gnotravex/C/stylesheet-images/home.gif +share/gnome/help/gnotravex/C/stylesheet-images/important.gif +share/gnome/help/gnotravex/C/stylesheet-images/next.gif +share/gnome/help/gnotravex/C/stylesheet-images/note.gif +share/gnome/help/gnotravex/C/stylesheet-images/prev.gif +share/gnome/help/gnotravex/C/stylesheet-images/tip.gif +share/gnome/help/gnotravex/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnotravex/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnotravex/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnotravex/C/stylesheet-images/up.gif +share/gnome/help/gnotravex/C/stylesheet-images/warning.gif +share/gnome/help/gnotravex/C/topic.dat +share/gnome/help/gnotravex/C/usage.html +share/gnome/help/gtali/C/authors.html +share/gnome/help/gtali/C/bugs.html +share/gnome/help/gtali/C/docbook.css +share/gnome/help/gtali/C/figures/mainwindow.png +share/gnome/help/gtali/C/figures/preferences.png +share/gnome/help/gtali/C/gtali.sgml share/gnome/help/gtali/C/index.html +share/gnome/help/gtali/C/license.html +share/gnome/help/gtali/C/options.html +share/gnome/help/gtali/C/playing.html +share/gnome/help/gtali/C/strategy.html +share/gnome/help/gtali/C/stylesheet-images/caution.gif +share/gnome/help/gtali/C/stylesheet-images/home.gif +share/gnome/help/gtali/C/stylesheet-images/important.gif +share/gnome/help/gtali/C/stylesheet-images/next.gif +share/gnome/help/gtali/C/stylesheet-images/note.gif +share/gnome/help/gtali/C/stylesheet-images/prev.gif +share/gnome/help/gtali/C/stylesheet-images/tip.gif +share/gnome/help/gtali/C/stylesheet-images/toc-blank.gif +share/gnome/help/gtali/C/stylesheet-images/toc-minus.gif +share/gnome/help/gtali/C/stylesheet-images/toc-plus.gif +share/gnome/help/gtali/C/stylesheet-images/up.gif +share/gnome/help/gtali/C/stylesheet-images/warning.gif share/gnome/help/gtali/C/topic.dat share/gnome/help/gtali/da/index.html share/gnome/help/gtali/da/topic.dat +share/gnome/help/gturing/C/authors.html +share/gnome/help/gturing/C/docbook.css +share/gnome/help/gturing/C/figures/mainwin.png +share/gnome/help/gturing/C/gturing.sgml +share/gnome/help/gturing/C/index.html +share/gnome/help/gturing/C/license.html +share/gnome/help/gturing/C/prgfmt.html +share/gnome/help/gturing/C/stylesheet-images/caution.gif +share/gnome/help/gturing/C/stylesheet-images/home.gif +share/gnome/help/gturing/C/stylesheet-images/important.gif +share/gnome/help/gturing/C/stylesheet-images/next.gif +share/gnome/help/gturing/C/stylesheet-images/note.gif +share/gnome/help/gturing/C/stylesheet-images/prev.gif +share/gnome/help/gturing/C/stylesheet-images/tip.gif +share/gnome/help/gturing/C/stylesheet-images/toc-blank.gif +share/gnome/help/gturing/C/stylesheet-images/toc-minus.gif +share/gnome/help/gturing/C/stylesheet-images/toc-plus.gif +share/gnome/help/gturing/C/stylesheet-images/up.gif +share/gnome/help/gturing/C/stylesheet-images/warning.gif share/gnome/help/gturing/C/topic.dat +share/gnome/help/gturing/C/turingmachine.html +share/gnome/help/gturing/C/using.html +share/gnome/help/gturing/it/description.html +share/gnome/help/gturing/it/dialogs.html +share/gnome/help/gturing/it/display.html +share/gnome/help/gturing/it/docbook.css +share/gnome/help/gturing/it/figures/mainwin.png +share/gnome/help/gturing/it/gturing.sgml +share/gnome/help/gturing/it/index.html +share/gnome/help/gturing/it/ln10.html +share/gnome/help/gturing/it/prgfmt.html +share/gnome/help/gturing/it/stylesheet-images/caution.gif +share/gnome/help/gturing/it/stylesheet-images/home.gif +share/gnome/help/gturing/it/stylesheet-images/important.gif +share/gnome/help/gturing/it/stylesheet-images/next.gif +share/gnome/help/gturing/it/stylesheet-images/note.gif +share/gnome/help/gturing/it/stylesheet-images/prev.gif +share/gnome/help/gturing/it/stylesheet-images/tip.gif +share/gnome/help/gturing/it/stylesheet-images/toc-blank.gif +share/gnome/help/gturing/it/stylesheet-images/toc-minus.gif +share/gnome/help/gturing/it/stylesheet-images/toc-plus.gif +share/gnome/help/gturing/it/stylesheet-images/up.gif +share/gnome/help/gturing/it/stylesheet-images/warning.gif +share/gnome/help/gturing/it/toolbar.html share/gnome/help/gturing/it/topic.dat -share/gnome/help/iagno/C/ANIMATION.png -share/gnome/help/iagno/C/BLOCK.png -share/gnome/help/iagno/C/FIRST.png -share/gnome/help/iagno/C/PLAYER.png -share/gnome/help/iagno/C/START.png share/gnome/help/iagno/C/animations.html share/gnome/help/iagno/C/bugs.html share/gnome/help/iagno/C/credits.html share/gnome/help/iagno/C/docbook.css +share/gnome/help/iagno/C/figures/ANIMATION.png +share/gnome/help/iagno/C/figures/BLOCK.png +share/gnome/help/iagno/C/figures/FIRST.png +share/gnome/help/iagno/C/figures/PLAYER.png +share/gnome/help/iagno/C/figures/START.png +share/gnome/help/iagno/C/iagno.sgml share/gnome/help/iagno/C/index.html share/gnome/help/iagno/C/license.html -share/gnome/help/iagno/C/ln7.html share/gnome/help/iagno/C/playing.html share/gnome/help/iagno/C/settings.html -share/gnome/help/iagno/C/stylesheet-images/caution.png -share/gnome/help/iagno/C/stylesheet-images/important.png -share/gnome/help/iagno/C/stylesheet-images/note.png -share/gnome/help/iagno/C/stylesheet-images/tip.png -share/gnome/help/iagno/C/stylesheet-images/warning.png +share/gnome/help/iagno/C/stylesheet-images/caution.gif +share/gnome/help/iagno/C/stylesheet-images/home.gif +share/gnome/help/iagno/C/stylesheet-images/important.gif +share/gnome/help/iagno/C/stylesheet-images/next.gif +share/gnome/help/iagno/C/stylesheet-images/note.gif +share/gnome/help/iagno/C/stylesheet-images/prev.gif +share/gnome/help/iagno/C/stylesheet-images/tip.gif +share/gnome/help/iagno/C/stylesheet-images/toc-blank.gif +share/gnome/help/iagno/C/stylesheet-images/toc-minus.gif +share/gnome/help/iagno/C/stylesheet-images/toc-plus.gif +share/gnome/help/iagno/C/stylesheet-images/up.gif +share/gnome/help/iagno/C/stylesheet-images/warning.gif share/gnome/help/iagno/C/topic.dat -share/gnome/help/samegnome/C/authors.html -share/gnome/help/samegnome/C/book1.html -share/gnome/help/samegnome/C/bugs.html -share/gnome/help/samegnome/C/c11.html -share/gnome/help/samegnome/C/docbook.css -share/gnome/help/samegnome/C/index.html -share/gnome/help/samegnome/C/ln9.html -share/gnome/help/samegnome/C/newthemes.html -share/gnome/help/samegnome/C/topic.dat -share/gnome/help/samegnome/ru/authors.html -share/gnome/help/samegnome/ru/book1.html -share/gnome/help/samegnome/ru/bugs.html -share/gnome/help/samegnome/ru/c11.html -share/gnome/help/samegnome/ru/docbook.css -share/gnome/help/samegnome/ru/index.html -share/gnome/help/samegnome/ru/ln9.html -share/gnome/help/samegnome/ru/newthemes.html -share/gnome/help/samegnome/ru/topic.dat +share/gnome/help/iagno/it/animations.html +share/gnome/help/iagno/it/bugs.html +share/gnome/help/iagno/it/credits.html +share/gnome/help/iagno/it/docbook.css +share/gnome/help/iagno/it/figures/ANIMATION.png +share/gnome/help/iagno/it/figures/BLOCK.png +share/gnome/help/iagno/it/figures/FIRST.png +share/gnome/help/iagno/it/figures/PLAYER.png +share/gnome/help/iagno/it/figures/START.png +share/gnome/help/iagno/it/iagno.sgml +share/gnome/help/iagno/it/index.html +share/gnome/help/iagno/it/license.html +share/gnome/help/iagno/it/playing.html +share/gnome/help/iagno/it/settings.html +share/gnome/help/iagno/it/stylesheet-images/caution.gif +share/gnome/help/iagno/it/stylesheet-images/home.gif +share/gnome/help/iagno/it/stylesheet-images/important.gif +share/gnome/help/iagno/it/stylesheet-images/next.gif +share/gnome/help/iagno/it/stylesheet-images/note.gif +share/gnome/help/iagno/it/stylesheet-images/prev.gif +share/gnome/help/iagno/it/stylesheet-images/tip.gif +share/gnome/help/iagno/it/stylesheet-images/toc-blank.gif +share/gnome/help/iagno/it/stylesheet-images/toc-minus.gif +share/gnome/help/iagno/it/stylesheet-images/toc-plus.gif +share/gnome/help/iagno/it/stylesheet-images/up.gif +share/gnome/help/iagno/it/stylesheet-images/warning.gif +share/gnome/help/iagno/it/topic.dat +share/gnome/help/mahjongg/C/authors.html +share/gnome/help/mahjongg/C/bugs.html +share/gnome/help/mahjongg/C/docbook.css +share/gnome/help/mahjongg/C/figures/color.png +share/gnome/help/mahjongg/C/figures/confirm.png +share/gnome/help/mahjongg/C/figures/mahjongg.png +share/gnome/help/mahjongg/C/figures/no-match.png +share/gnome/help/mahjongg/C/figures/no-move.png +share/gnome/help/mahjongg/C/figures/preferences.png +share/gnome/help/mahjongg/C/figures/scores.png +share/gnome/help/mahjongg/C/figures/seed.png +share/gnome/help/mahjongg/C/figures/toolbar.png +share/gnome/help/mahjongg/C/index.html +share/gnome/help/mahjongg/C/license.html +share/gnome/help/mahjongg/C/mahjongg.sgml +share/gnome/help/mahjongg/C/prefs.html +share/gnome/help/mahjongg/C/stylesheet-images/caution.gif +share/gnome/help/mahjongg/C/stylesheet-images/home.gif +share/gnome/help/mahjongg/C/stylesheet-images/important.gif +share/gnome/help/mahjongg/C/stylesheet-images/next.gif +share/gnome/help/mahjongg/C/stylesheet-images/note.gif +share/gnome/help/mahjongg/C/stylesheet-images/prev.gif +share/gnome/help/mahjongg/C/stylesheet-images/tip.gif +share/gnome/help/mahjongg/C/stylesheet-images/toc-blank.gif +share/gnome/help/mahjongg/C/stylesheet-images/toc-minus.gif +share/gnome/help/mahjongg/C/stylesheet-images/toc-plus.gif +share/gnome/help/mahjongg/C/stylesheet-images/up.gif +share/gnome/help/mahjongg/C/stylesheet-images/warning.gif +share/gnome/help/mahjongg/C/topic.dat +share/gnome/help/mahjongg/C/usage.html +share/gnome/help/same-gnome/C/docbook.css +share/gnome/help/same-gnome/C/index.html +share/gnome/help/same-gnome/C/newthemes.html +share/gnome/help/same-gnome/C/same-gnome.sgml +share/gnome/help/same-gnome/C/stylesheet-images/caution.gif +share/gnome/help/same-gnome/C/stylesheet-images/home.gif +share/gnome/help/same-gnome/C/stylesheet-images/important.gif +share/gnome/help/same-gnome/C/stylesheet-images/next.gif +share/gnome/help/same-gnome/C/stylesheet-images/note.gif +share/gnome/help/same-gnome/C/stylesheet-images/prev.gif +share/gnome/help/same-gnome/C/stylesheet-images/tip.gif +share/gnome/help/same-gnome/C/stylesheet-images/toc-blank.gif +share/gnome/help/same-gnome/C/stylesheet-images/toc-minus.gif +share/gnome/help/same-gnome/C/stylesheet-images/toc-plus.gif +share/gnome/help/same-gnome/C/stylesheet-images/up.gif +share/gnome/help/same-gnome/C/stylesheet-images/warning.gif +share/gnome/help/same-gnome/C/topic.dat +share/gnome/help/same-gnome/ru/docbook.css +share/gnome/help/same-gnome/ru/index.html +share/gnome/help/same-gnome/ru/newthemes.html +share/gnome/help/same-gnome/ru/same-gnome.sgml +share/gnome/help/same-gnome/ru/stylesheet-images/caution.gif +share/gnome/help/same-gnome/ru/stylesheet-images/home.gif +share/gnome/help/same-gnome/ru/stylesheet-images/important.gif +share/gnome/help/same-gnome/ru/stylesheet-images/next.gif +share/gnome/help/same-gnome/ru/stylesheet-images/note.gif +share/gnome/help/same-gnome/ru/stylesheet-images/prev.gif +share/gnome/help/same-gnome/ru/stylesheet-images/tip.gif +share/gnome/help/same-gnome/ru/stylesheet-images/toc-blank.gif +share/gnome/help/same-gnome/ru/stylesheet-images/toc-minus.gif +share/gnome/help/same-gnome/ru/stylesheet-images/toc-plus.gif +share/gnome/help/same-gnome/ru/stylesheet-images/up.gif +share/gnome/help/same-gnome/ru/stylesheet-images/warning.gif +share/gnome/help/same-gnome/ru/topic.dat share/gnome/mime-info/gnome-stones.keys share/gnome/mime-info/gnome-stones.mime +share/gnome/omf/gnome-games/aisleriot-C.omf +share/gnome/omf/gnome-games/gataxx-C.omf +share/gnome/omf/gnome-games/gnibbles-C.omf +share/gnome/omf/gnome-games/gnobots2-C.omf +share/gnome/omf/gnome-games/gnome-mines-C.omf +share/gnome/omf/gnome-games/gnome-stones-C.omf +share/gnome/omf/gnome-games/gnotravex-C.omf +share/gnome/omf/gnome-games/gtali-C.omf +share/gnome/omf/gnome-games/gturing-C.omf +share/gnome/omf/gnome-games/gturing-it.omf +share/gnome/omf/gnome-games/iagno-C.omf +share/gnome/omf/gnome-games/iagno-it.omf +share/gnome/omf/gnome-games/mahjongg-C.omf +share/gnome/omf/gnome-games/same-gnome-C.omf +share/gnome/omf/gnome-games/same-gnome-ru.omf share/gnome/pixmaps/cards/backs/beige.png share/gnome/pixmaps/cards/backs/face.png share/gnome/pixmaps/cards/backs/grey.png @@ -283,9 +713,14 @@ share/gnome/pixmaps/gataxx/metal.png share/gnome/pixmaps/gataxx/metal2.png share/gnome/pixmaps/gataxx/shrink.png share/gnome/pixmaps/gataxx/woodtrim.png -share/gnome/pixmaps/glines.xpm -share/gnome/pixmaps/glines/ball.xpm -share/gnome/pixmaps/glines/box.xpm +share/gnome/pixmaps/glines.png +share/gnome/pixmaps/glines/ball.png +share/gnome/pixmaps/glines/black.xpm +share/gnome/pixmaps/glines/classic.png +share/gnome/pixmaps/glines/dots.png +share/gnome/pixmaps/glines/gray.xpm +share/gnome/pixmaps/glines/pulse.png +share/gnome/pixmaps/glines/woody.xpm share/gnome/pixmaps/gnibbles/gnibbles-logo.png share/gnome/pixmaps/gnibbles/gnibbles.png share/gnome/pixmaps/gnobots2/aieee.png @@ -301,6 +736,7 @@ share/gnome/pixmaps/gnome-aisleriot.png share/gnome/pixmaps/gnome-gnobots2.png share/gnome/pixmaps/gnome-gtali.png share/gnome/pixmaps/gnome-gtetris.png +share/gnome/pixmaps/gnome-gturing.png share/gnome/pixmaps/gnome-mahjongg.png share/gnome/pixmaps/gnome-nibbles.png share/gnome/pixmaps/gnome-stones-file.png @@ -351,43 +787,78 @@ share/gnome/pixmaps/mahjongg/bg/bg4.png share/gnome/pixmaps/mahjongg/default.png share/gnome/pixmaps/mahjongg/seta.png share/gnome/pixmaps/same-gnome/blink-sync.png +share/gnome/pixmaps/same-gnome/glass.png share/gnome/pixmaps/same-gnome/marbles.png share/gnome/pixmaps/same-gnome/planets.png share/gnome/pixmaps/same-gnome/rotate.png share/gnome/pixmaps/same-gnome/stones.png share/gnome/pixmaps/xbill.png +share/gnome/sol-games/agnes.scm share/gnome/sol-games/auld_lang_syne.scm +share/gnome/sol-games/bakers_dozen.scm +share/gnome/sol-games/bakers_game.scm share/gnome/sol-games/beleaguered_castle.scm +share/gnome/sol-games/block_ten.scm share/gnome/sol-games/bristol.scm share/gnome/sol-games/camelot.scm share/gnome/sol-games/canfield.scm share/gnome/sol-games/clock.scm +share/gnome/sol-games/cover.scm +share/gnome/sol-games/diamond_mine.scm share/gnome/sol-games/doublets.scm share/gnome/sol-games/eagle_wing.scm +share/gnome/sol-games/easthaven.scm +share/gnome/sol-games/eight_off.scm share/gnome/sol-games/elevator.scm +share/gnome/sol-games/escalator.scm share/gnome/sol-games/first_law.scm +share/gnome/sol-games/fortress.scm share/gnome/sol-games/fortunes.scm share/gnome/sol-games/fourteen.scm share/gnome/sol-games/freecell.scm +share/gnome/sol-games/gay_gordons.scm +share/gnome/sol-games/glenwood.scm +share/gnome/sol-games/golf.scm +share/gnome/sol-games/gypsy.scm +share/gnome/sol-games/helsinki.scm share/gnome/sol-games/hopscotch.scm +share/gnome/sol-games/isabel.scm +share/gnome/sol-games/jamestown.scm +share/gnome/sol-games/jumbo.scm share/gnome/sol-games/kansas.scm +share/gnome/sol-games/king_albert.scm share/gnome/sol-games/klondike.scm +share/gnome/sol-games/labyrinth.scm share/gnome/sol-games/lady_jane.scm share/gnome/sol-games/maze.scm +share/gnome/sol-games/monte_carlo.scm share/gnome/sol-games/neighbor.scm share/gnome/sol-games/odessa.scm share/gnome/sol-games/osmosis.scm +share/gnome/sol-games/peek.scm share/gnome/sol-games/pileon.scm +share/gnome/sol-games/poker.scm +share/gnome/sol-games/quatorze.scm share/gnome/sol-games/royal_east.scm share/gnome/sol-games/scorpion.scm +share/gnome/sol-games/scuffle.scm +share/gnome/sol-games/seahaven.scm +share/gnome/sol-games/sir_tommy.scm share/gnome/sol-games/sol.scm share/gnome/sol-games/spider.scm +share/gnome/sol-games/spiderette.scm share/gnome/sol-games/straight_up.scm +share/gnome/sol-games/streets_and_alleys.scm share/gnome/sol-games/thieves.scm share/gnome/sol-games/thirteen.scm share/gnome/sol-games/thumb_and_pouch.scm +share/gnome/sol-games/treize.scm share/gnome/sol-games/union_square.scm +share/gnome/sol-games/valentine.scm share/gnome/sol-games/westhaven.scm +share/gnome/sol-games/whitehead.scm +share/gnome/sol-games/will_o_the_wisp.scm +share/gnome/sol-games/yield.scm share/gnome/sol-games/yukon.scm share/gnome/sol-games/zebra.scm share/gnome/sounds/gataxx/flip-piece.wav @@ -504,7 +975,9 @@ share/locale/pl/LC_MESSAGES/gnome-games.mo share/locale/pt/LC_MESSAGES/gnome-games.mo share/locale/pt_BR/LC_MESSAGES/gnome-games.mo share/locale/ru/LC_MESSAGES/gnome-games.mo +share/locale/sk/LC_MESSAGES/gnome-games.mo share/locale/sv/LC_MESSAGES/gnome-games.mo +share/locale/tr/LC_MESSAGES/gnome-games.mo share/locale/uk/LC_MESSAGES/gnome-games.mo share/locale/wa/LC_MESSAGES/gnome-games.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-games.mo @@ -539,23 +1012,66 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/pixmaps/cards/honors @dirrm share/gnome/pixmaps/cards/backs @dirrm share/gnome/pixmaps/cards -@dirrm share/gnome/help/samegnome/ru -@dirrm share/gnome/help/samegnome/C -@dirrm share/gnome/help/samegnome +@dirrm share/gnome/omf/gnome-games +@dirrm share/gnome/help/same-gnome/ru/stylesheet-images +@dirrm share/gnome/help/same-gnome/ru/figures +@dirrm share/gnome/help/same-gnome/ru +@dirrm share/gnome/help/same-gnome/C/stylesheet-images +@dirrm share/gnome/help/same-gnome/C/figures +@dirrm share/gnome/help/same-gnome/C +@dirrm share/gnome/help/same-gnome +@dirrm share/gnome/help/mahjongg/C/stylesheet-images +@dirrm share/gnome/help/mahjongg/C/figures +@dirrm share/gnome/help/mahjongg/C +@dirrm share/gnome/help/mahjongg +@dirrm share/gnome/help/iagno/it/stylesheet-images +@dirrm share/gnome/help/iagno/it/figures +@dirrm share/gnome/help/iagno/it @dirrm share/gnome/help/iagno/C/stylesheet-images +@dirrm share/gnome/help/iagno/C/figures @dirrm share/gnome/help/iagno/C @dirrm share/gnome/help/iagno +@dirrm share/gnome/help/gturing/it/stylesheet-images +@dirrm share/gnome/help/gturing/it/figures @dirrm share/gnome/help/gturing/it +@dirrm share/gnome/help/gturing/C/stylesheet-images +@dirrm share/gnome/help/gturing/C/figures @dirrm share/gnome/help/gturing/C @dirrm share/gnome/help/gturing @dirrm share/gnome/help/gtali/da +@dirrm share/gnome/help/gtali/C/stylesheet-images +@dirrm share/gnome/help/gtali/C/figures @dirrm share/gnome/help/gtali/C @dirrm share/gnome/help/gtali +@dirrm share/gnome/help/gnotravex/C/stylesheet-images +@dirrm share/gnome/help/gnotravex/C/figures +@dirrm share/gnome/help/gnotravex/C +@dirrm share/gnome/help/gnotravex +@dirrm share/gnome/help/gnome-stones/C/stylesheet-images +@dirrm share/gnome/help/gnome-stones/C/figures +@dirrm share/gnome/help/gnome-stones/C +@dirrm share/gnome/help/gnome-stones +@dirrm share/gnome/help/gnome-mines/C/stylesheet-images +@dirrm share/gnome/help/gnome-mines/C/figures +@dirrm share/gnome/help/gnome-mines/C +@dirrm share/gnome/help/gnome-mines @dirrm share/gnome/help/gnobots2/it @dirrm share/gnome/help/gnobots2/es @dirrm share/gnome/help/gnobots2/da +@dirrm share/gnome/help/gnobots2/C/stylesheet-images +@dirrm share/gnome/help/gnobots2/C/figures @dirrm share/gnome/help/gnobots2/C @dirrm share/gnome/help/gnobots2 +@dirrm share/gnome/help/gnibbles/C/stylesheet-images +@dirrm share/gnome/help/gnibbles/C/figures +@dirrm share/gnome/help/gnibbles/C +@dirrm share/gnome/help/gnibbles +@dirrm share/gnome/help/gataxx/C/stylesheet-images +@dirrm share/gnome/help/gataxx/C/figures +@dirrm share/gnome/help/gataxx/C +@dirrm share/gnome/help/gataxx +@dirrm share/gnome/help/aisleriot/C/stylesheet-images +@dirrm share/gnome/help/aisleriot/C/figures @dirrm share/gnome/help/aisleriot/C @dirrm share/gnome/help/aisleriot @dirrm share/gnome/gturing/examples diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index 3fc21bbd6026..136cae88ae18 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomegames -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.0.1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-games diff --git a/games/gnomegames/distinfo b/games/gnomegames/distinfo index 7c72f3010138..bfa6cfd0670d 100644 --- a/games/gnomegames/distinfo +++ b/games/gnomegames/distinfo @@ -1 +1 @@ -MD5 (gnome-games-1.2.0.tar.gz) = 681f8c880daa8e4e4a264039e6e8cb3c +MD5 (gnome-games-1.4.0.1.tar.gz) = ebc520dc5f149d2e6de88f8fdb119e13 diff --git a/games/gnomegames/pkg-plist b/games/gnomegames/pkg-plist index 771528aec855..48e881ae3c41 100644 --- a/games/gnomegames/pkg-plist +++ b/games/gnomegames/pkg-plist @@ -150,100 +150,530 @@ share/gnome/gturing/examples/bin2dec.tur share/gnome/gturing/examples/dashnumbers.tur share/gnome/gturing/examples/dec2bin.tur share/gnome/gturing/examples/subst.tur +share/gnome/help/aisleriot/C/agnes.html +share/gnome/help/aisleriot/C/agnes.sgml +share/gnome/help/aisleriot/C/aisleriot.sgml share/gnome/help/aisleriot/C/auld-lang-syne.html +share/gnome/help/aisleriot/C/auld_lang_syne.sgml +share/gnome/help/aisleriot/C/bakers-dozen.html +share/gnome/help/aisleriot/C/bakers-game.html +share/gnome/help/aisleriot/C/bakers_dozen.sgml +share/gnome/help/aisleriot/C/bakers_game.sgml share/gnome/help/aisleriot/C/beleaguered-castle.html +share/gnome/help/aisleriot/C/beleaguered_castle.sgml +share/gnome/help/aisleriot/C/block-ten.html +share/gnome/help/aisleriot/C/block_ten.sgml share/gnome/help/aisleriot/C/bristol.html -share/gnome/help/aisleriot/C/camelot-goal.gif +share/gnome/help/aisleriot/C/bristol.sgml share/gnome/help/aisleriot/C/camelot.html +share/gnome/help/aisleriot/C/camelot.sgml share/gnome/help/aisleriot/C/canfield.html -share/gnome/help/aisleriot/C/clock-rules.gif +share/gnome/help/aisleriot/C/canfield.sgml share/gnome/help/aisleriot/C/clock.html +share/gnome/help/aisleriot/C/clock.sgml +share/gnome/help/aisleriot/C/cover.html +share/gnome/help/aisleriot/C/cover.sgml +share/gnome/help/aisleriot/C/definitions.sgml +share/gnome/help/aisleriot/C/diamond-mine.html +share/gnome/help/aisleriot/C/diamond_mine.sgml share/gnome/help/aisleriot/C/docbook.css share/gnome/help/aisleriot/C/doublets.html +share/gnome/help/aisleriot/C/doublets.sgml share/gnome/help/aisleriot/C/eagle-wing.html +share/gnome/help/aisleriot/C/eagle-wing.sgml +share/gnome/help/aisleriot/C/easthaven.html +share/gnome/help/aisleriot/C/easthaven.sgml +share/gnome/help/aisleriot/C/eight-off.html +share/gnome/help/aisleriot/C/eight_off.sgml share/gnome/help/aisleriot/C/elevator.html +share/gnome/help/aisleriot/C/elevator.sgml +share/gnome/help/aisleriot/C/escalator.html +share/gnome/help/aisleriot/C/escalator.sgml +share/gnome/help/aisleriot/C/figures/camelot-goal.png +share/gnome/help/aisleriot/C/figures/clock-rules.png share/gnome/help/aisleriot/C/first-law.html +share/gnome/help/aisleriot/C/first_law.sgml +share/gnome/help/aisleriot/C/fortress.html +share/gnome/help/aisleriot/C/fortress.sgml share/gnome/help/aisleriot/C/fortunes.html +share/gnome/help/aisleriot/C/fortunes.sgml share/gnome/help/aisleriot/C/fourteen.html +share/gnome/help/aisleriot/C/fourteen.sgml share/gnome/help/aisleriot/C/freecell.html +share/gnome/help/aisleriot/C/freecell.sgml +share/gnome/help/aisleriot/C/gay-gordons.html +share/gnome/help/aisleriot/C/gay_gordons.sgml +share/gnome/help/aisleriot/C/glenwood.html +share/gnome/help/aisleriot/C/glenwood.sgml share/gnome/help/aisleriot/C/glossary.html -share/gnome/help/aisleriot/C/gpl.html +share/gnome/help/aisleriot/C/golf.html +share/gnome/help/aisleriot/C/golf.sgml +share/gnome/help/aisleriot/C/gypsy.html +share/gnome/help/aisleriot/C/gypsy.sgml +share/gnome/help/aisleriot/C/helsinki.html +share/gnome/help/aisleriot/C/helsinki.sgml share/gnome/help/aisleriot/C/hopscotch.html +share/gnome/help/aisleriot/C/hopscotch.sgml share/gnome/help/aisleriot/C/index.html share/gnome/help/aisleriot/C/intro.html +share/gnome/help/aisleriot/C/isabel.html +share/gnome/help/aisleriot/C/isabel.sgml +share/gnome/help/aisleriot/C/jamestown.html +share/gnome/help/aisleriot/C/jamestown.sgml +share/gnome/help/aisleriot/C/jumbo.html +share/gnome/help/aisleriot/C/jumbo.sgml share/gnome/help/aisleriot/C/kansas.html +share/gnome/help/aisleriot/C/kansas.sgml +share/gnome/help/aisleriot/C/king-albert.html +share/gnome/help/aisleriot/C/king_albert.sgml share/gnome/help/aisleriot/C/klondike.html +share/gnome/help/aisleriot/C/klondike.sgml +share/gnome/help/aisleriot/C/labyrinth.html +share/gnome/help/aisleriot/C/labyrinth.sgml share/gnome/help/aisleriot/C/lady-jane.html +share/gnome/help/aisleriot/C/lady_jane.sgml +share/gnome/help/aisleriot/C/maze.html +share/gnome/help/aisleriot/C/maze.sgml +share/gnome/help/aisleriot/C/monte-carlo.html +share/gnome/help/aisleriot/C/monte_carlo.sgml share/gnome/help/aisleriot/C/neighbor.html +share/gnome/help/aisleriot/C/neighbor.sgml share/gnome/help/aisleriot/C/odessa.html +share/gnome/help/aisleriot/C/odessa.sgml share/gnome/help/aisleriot/C/osmosis.html +share/gnome/help/aisleriot/C/osmosis.sgml +share/gnome/help/aisleriot/C/peek.html +share/gnome/help/aisleriot/C/peek.sgml share/gnome/help/aisleriot/C/pileon.html +share/gnome/help/aisleriot/C/pileon.sgml +share/gnome/help/aisleriot/C/poker.html +share/gnome/help/aisleriot/C/poker.sgml +share/gnome/help/aisleriot/C/quatorze.html +share/gnome/help/aisleriot/C/quatorze.sgml share/gnome/help/aisleriot/C/royal-east.html +share/gnome/help/aisleriot/C/royal_east.sgml share/gnome/help/aisleriot/C/scorpion.html +share/gnome/help/aisleriot/C/scorpion.sgml +share/gnome/help/aisleriot/C/scuffle.html +share/gnome/help/aisleriot/C/scuffle.sgml +share/gnome/help/aisleriot/C/seahaven.html +share/gnome/help/aisleriot/C/seahaven.sgml +share/gnome/help/aisleriot/C/sir-tommy.html +share/gnome/help/aisleriot/C/sir_tommy.sgml share/gnome/help/aisleriot/C/spider.html +share/gnome/help/aisleriot/C/spider.sgml +share/gnome/help/aisleriot/C/spiderette.html +share/gnome/help/aisleriot/C/spiderette.sgml share/gnome/help/aisleriot/C/straight-up.html +share/gnome/help/aisleriot/C/straight_up.sgml +share/gnome/help/aisleriot/C/streets-and-alleys.html +share/gnome/help/aisleriot/C/streets_and_alleys.sgml +share/gnome/help/aisleriot/C/stylesheet-images/caution.gif +share/gnome/help/aisleriot/C/stylesheet-images/home.gif +share/gnome/help/aisleriot/C/stylesheet-images/important.gif +share/gnome/help/aisleriot/C/stylesheet-images/next.gif +share/gnome/help/aisleriot/C/stylesheet-images/note.gif +share/gnome/help/aisleriot/C/stylesheet-images/prev.gif +share/gnome/help/aisleriot/C/stylesheet-images/tip.gif +share/gnome/help/aisleriot/C/stylesheet-images/toc-blank.gif +share/gnome/help/aisleriot/C/stylesheet-images/toc-minus.gif +share/gnome/help/aisleriot/C/stylesheet-images/toc-plus.gif +share/gnome/help/aisleriot/C/stylesheet-images/up.gif +share/gnome/help/aisleriot/C/stylesheet-images/warning.gif share/gnome/help/aisleriot/C/thieves.html +share/gnome/help/aisleriot/C/thieves.sgml share/gnome/help/aisleriot/C/thirteen.html +share/gnome/help/aisleriot/C/thirteen.sgml share/gnome/help/aisleriot/C/thumb-and-pouch.html +share/gnome/help/aisleriot/C/thumb_and_pouch.sgml share/gnome/help/aisleriot/C/topic.dat +share/gnome/help/aisleriot/C/treize.html +share/gnome/help/aisleriot/C/treize.sgml share/gnome/help/aisleriot/C/union-square.html +share/gnome/help/aisleriot/C/union_square.sgml +share/gnome/help/aisleriot/C/valentine.html +share/gnome/help/aisleriot/C/valentine.sgml share/gnome/help/aisleriot/C/westhaven.html +share/gnome/help/aisleriot/C/westhaven.sgml +share/gnome/help/aisleriot/C/whitehead.html +share/gnome/help/aisleriot/C/whitehead.sgml +share/gnome/help/aisleriot/C/will-o-the-wisp.html +share/gnome/help/aisleriot/C/will_o_the_wisp.sgml +share/gnome/help/aisleriot/C/yield.html +share/gnome/help/aisleriot/C/yield.sgml share/gnome/help/aisleriot/C/yukon.html +share/gnome/help/aisleriot/C/yukon.sgml share/gnome/help/aisleriot/C/zebra.html +share/gnome/help/aisleriot/C/zebra.sgml +share/gnome/help/gataxx/C/authors.html +share/gnome/help/gataxx/C/bugs.html +share/gnome/help/gataxx/C/docbook.css +share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png +share/gnome/help/gataxx/C/figures/gataxx-prefs.png +share/gnome/help/gataxx/C/figures/gataxx-startgame.png +share/gnome/help/gataxx/C/gataxx.sgml +share/gnome/help/gataxx/C/index.html +share/gnome/help/gataxx/C/license.html +share/gnome/help/gataxx/C/prefs.html +share/gnome/help/gataxx/C/stylesheet-images/caution.gif +share/gnome/help/gataxx/C/stylesheet-images/home.gif +share/gnome/help/gataxx/C/stylesheet-images/important.gif +share/gnome/help/gataxx/C/stylesheet-images/next.gif +share/gnome/help/gataxx/C/stylesheet-images/note.gif +share/gnome/help/gataxx/C/stylesheet-images/prev.gif +share/gnome/help/gataxx/C/stylesheet-images/tip.gif +share/gnome/help/gataxx/C/stylesheet-images/toc-blank.gif +share/gnome/help/gataxx/C/stylesheet-images/toc-minus.gif +share/gnome/help/gataxx/C/stylesheet-images/toc-plus.gif +share/gnome/help/gataxx/C/stylesheet-images/up.gif +share/gnome/help/gataxx/C/stylesheet-images/warning.gif +share/gnome/help/gataxx/C/topic.dat +share/gnome/help/gataxx/C/usage.html +share/gnome/help/gnibbles/C/authors.html +share/gnome/help/gnibbles/C/bugs.html +share/gnome/help/gnibbles/C/docbook.css +share/gnome/help/gnibbles/C/figures/game.png +share/gnome/help/gnibbles/C/figures/graphics.png +share/gnome/help/gnibbles/C/figures/intro.png +share/gnome/help/gnibbles/C/figures/playing.png +share/gnome/help/gnibbles/C/figures/worm_op.png +share/gnome/help/gnibbles/C/gnibbles.sgml +share/gnome/help/gnibbles/C/index.html +share/gnome/help/gnibbles/C/license.html +share/gnome/help/gnibbles/C/objective.html +share/gnome/help/gnibbles/C/prefs.html +share/gnome/help/gnibbles/C/stylesheet-images/caution.gif +share/gnome/help/gnibbles/C/stylesheet-images/home.gif +share/gnome/help/gnibbles/C/stylesheet-images/important.gif +share/gnome/help/gnibbles/C/stylesheet-images/next.gif +share/gnome/help/gnibbles/C/stylesheet-images/note.gif +share/gnome/help/gnibbles/C/stylesheet-images/prev.gif +share/gnome/help/gnibbles/C/stylesheet-images/tip.gif +share/gnome/help/gnibbles/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnibbles/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnibbles/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnibbles/C/stylesheet-images/up.gif +share/gnome/help/gnibbles/C/stylesheet-images/warning.gif +share/gnome/help/gnibbles/C/topic.dat +share/gnome/help/gnibbles/C/usage.html +share/gnome/help/gnobots2/C/authors.html +share/gnome/help/gnobots2/C/bugs.html +share/gnome/help/gnobots2/C/customization.html +share/gnome/help/gnobots2/C/docbook.css +share/gnome/help/gnobots2/C/figures/gnobots2-main.png +share/gnome/help/gnobots2/C/gnobots2.sgml share/gnome/help/gnobots2/C/index.html +share/gnome/help/gnobots2/C/keyboard.html +share/gnome/help/gnobots2/C/license.html +share/gnome/help/gnobots2/C/menubar.html +share/gnome/help/gnobots2/C/objective.html +share/gnome/help/gnobots2/C/stylesheet-images/caution.gif +share/gnome/help/gnobots2/C/stylesheet-images/home.gif +share/gnome/help/gnobots2/C/stylesheet-images/important.gif +share/gnome/help/gnobots2/C/stylesheet-images/next.gif +share/gnome/help/gnobots2/C/stylesheet-images/note.gif +share/gnome/help/gnobots2/C/stylesheet-images/prev.gif +share/gnome/help/gnobots2/C/stylesheet-images/tip.gif +share/gnome/help/gnobots2/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnobots2/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnobots2/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnobots2/C/stylesheet-images/up.gif +share/gnome/help/gnobots2/C/stylesheet-images/warning.gif share/gnome/help/gnobots2/C/topic.dat +share/gnome/help/gnobots2/C/usage.html share/gnome/help/gnobots2/da/index.html share/gnome/help/gnobots2/da/topic.dat share/gnome/help/gnobots2/es/index.html share/gnome/help/gnobots2/es/topic.dat share/gnome/help/gnobots2/it/index.html share/gnome/help/gnobots2/it/topic.dat +share/gnome/help/gnome-mines/C/authors.html +share/gnome/help/gnome-mines/C/bugs.html +share/gnome/help/gnome-mines/C/docbook.css +share/gnome/help/gnome-mines/C/figures/advanced_121_a.png +share/gnome/help/gnome-mines/C/figures/advanced_121_b.png +share/gnome/help/gnome-mines/C/figures/advanced_121_c.png +share/gnome/help/gnome-mines/C/figures/basic-corner.png +share/gnome/help/gnome-mines/C/figures/basic-flat3.png +share/gnome/help/gnome-mines/C/figures/basic-wall.png +share/gnome/help/gnome-mines/C/figures/gnomine-begin-play.png +share/gnome/help/gnome-mines/C/figures/gnomine-fail.png +share/gnome/help/gnome-mines/C/figures/gnomine-fresh.png +share/gnome/help/gnome-mines/C/figures/gnomine-preferences.png +share/gnome/help/gnome-mines/C/figures/gnomine-won.png +share/gnome/help/gnome-mines/C/gnome-mines.sgml +share/gnome/help/gnome-mines/C/index.html +share/gnome/help/gnome-mines/C/license.html +share/gnome/help/gnome-mines/C/menubar.html +share/gnome/help/gnome-mines/C/objective.html +share/gnome/help/gnome-mines/C/stylesheet-images/caution.gif +share/gnome/help/gnome-mines/C/stylesheet-images/home.gif +share/gnome/help/gnome-mines/C/stylesheet-images/important.gif +share/gnome/help/gnome-mines/C/stylesheet-images/next.gif +share/gnome/help/gnome-mines/C/stylesheet-images/note.gif +share/gnome/help/gnome-mines/C/stylesheet-images/prev.gif +share/gnome/help/gnome-mines/C/stylesheet-images/tip.gif +share/gnome/help/gnome-mines/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-mines/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-mines/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-mines/C/stylesheet-images/up.gif +share/gnome/help/gnome-mines/C/stylesheet-images/warning.gif +share/gnome/help/gnome-mines/C/topic.dat +share/gnome/help/gnome-mines/C/usage.html +share/gnome/help/gnome-stones/C/authors.html +share/gnome/help/gnome-stones/C/bugs.html +share/gnome/help/gnome-stones/C/docbook.css +share/gnome/help/gnome-stones/C/figures/main-game.png +share/gnome/help/gnome-stones/C/figures/main-start.png +share/gnome/help/gnome-stones/C/figures/preferences-joystick.png +share/gnome/help/gnome-stones/C/figures/preferences-main.png +share/gnome/help/gnome-stones/C/gamescenarios.html +share/gnome/help/gnome-stones/C/gnome-stones.sgml +share/gnome/help/gnome-stones/C/index.html +share/gnome/help/gnome-stones/C/license.html +share/gnome/help/gnome-stones/C/prefs.html +share/gnome/help/gnome-stones/C/stylesheet-images/caution.gif +share/gnome/help/gnome-stones/C/stylesheet-images/home.gif +share/gnome/help/gnome-stones/C/stylesheet-images/important.gif +share/gnome/help/gnome-stones/C/stylesheet-images/next.gif +share/gnome/help/gnome-stones/C/stylesheet-images/note.gif +share/gnome/help/gnome-stones/C/stylesheet-images/prev.gif +share/gnome/help/gnome-stones/C/stylesheet-images/tip.gif +share/gnome/help/gnome-stones/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-stones/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-stones/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-stones/C/stylesheet-images/up.gif +share/gnome/help/gnome-stones/C/stylesheet-images/warning.gif +share/gnome/help/gnome-stones/C/usage.html +share/gnome/help/gnotravex/C/authors.html +share/gnome/help/gnotravex/C/bugs.html +share/gnome/help/gnotravex/C/docbook.css +share/gnome/help/gnotravex/C/figures/gnotravex_game.png +share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png +share/gnome/help/gnotravex/C/gnotravex.sgml +share/gnome/help/gnotravex/C/index.html +share/gnome/help/gnotravex/C/license.html +share/gnome/help/gnotravex/C/prefs.html +share/gnome/help/gnotravex/C/stylesheet-images/caution.gif +share/gnome/help/gnotravex/C/stylesheet-images/home.gif +share/gnome/help/gnotravex/C/stylesheet-images/important.gif +share/gnome/help/gnotravex/C/stylesheet-images/next.gif +share/gnome/help/gnotravex/C/stylesheet-images/note.gif +share/gnome/help/gnotravex/C/stylesheet-images/prev.gif +share/gnome/help/gnotravex/C/stylesheet-images/tip.gif +share/gnome/help/gnotravex/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnotravex/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnotravex/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnotravex/C/stylesheet-images/up.gif +share/gnome/help/gnotravex/C/stylesheet-images/warning.gif +share/gnome/help/gnotravex/C/topic.dat +share/gnome/help/gnotravex/C/usage.html +share/gnome/help/gtali/C/authors.html +share/gnome/help/gtali/C/bugs.html +share/gnome/help/gtali/C/docbook.css +share/gnome/help/gtali/C/figures/mainwindow.png +share/gnome/help/gtali/C/figures/preferences.png +share/gnome/help/gtali/C/gtali.sgml share/gnome/help/gtali/C/index.html +share/gnome/help/gtali/C/license.html +share/gnome/help/gtali/C/options.html +share/gnome/help/gtali/C/playing.html +share/gnome/help/gtali/C/strategy.html +share/gnome/help/gtali/C/stylesheet-images/caution.gif +share/gnome/help/gtali/C/stylesheet-images/home.gif +share/gnome/help/gtali/C/stylesheet-images/important.gif +share/gnome/help/gtali/C/stylesheet-images/next.gif +share/gnome/help/gtali/C/stylesheet-images/note.gif +share/gnome/help/gtali/C/stylesheet-images/prev.gif +share/gnome/help/gtali/C/stylesheet-images/tip.gif +share/gnome/help/gtali/C/stylesheet-images/toc-blank.gif +share/gnome/help/gtali/C/stylesheet-images/toc-minus.gif +share/gnome/help/gtali/C/stylesheet-images/toc-plus.gif +share/gnome/help/gtali/C/stylesheet-images/up.gif +share/gnome/help/gtali/C/stylesheet-images/warning.gif share/gnome/help/gtali/C/topic.dat share/gnome/help/gtali/da/index.html share/gnome/help/gtali/da/topic.dat +share/gnome/help/gturing/C/authors.html +share/gnome/help/gturing/C/docbook.css +share/gnome/help/gturing/C/figures/mainwin.png +share/gnome/help/gturing/C/gturing.sgml +share/gnome/help/gturing/C/index.html +share/gnome/help/gturing/C/license.html +share/gnome/help/gturing/C/prgfmt.html +share/gnome/help/gturing/C/stylesheet-images/caution.gif +share/gnome/help/gturing/C/stylesheet-images/home.gif +share/gnome/help/gturing/C/stylesheet-images/important.gif +share/gnome/help/gturing/C/stylesheet-images/next.gif +share/gnome/help/gturing/C/stylesheet-images/note.gif +share/gnome/help/gturing/C/stylesheet-images/prev.gif +share/gnome/help/gturing/C/stylesheet-images/tip.gif +share/gnome/help/gturing/C/stylesheet-images/toc-blank.gif +share/gnome/help/gturing/C/stylesheet-images/toc-minus.gif +share/gnome/help/gturing/C/stylesheet-images/toc-plus.gif +share/gnome/help/gturing/C/stylesheet-images/up.gif +share/gnome/help/gturing/C/stylesheet-images/warning.gif share/gnome/help/gturing/C/topic.dat +share/gnome/help/gturing/C/turingmachine.html +share/gnome/help/gturing/C/using.html +share/gnome/help/gturing/it/description.html +share/gnome/help/gturing/it/dialogs.html +share/gnome/help/gturing/it/display.html +share/gnome/help/gturing/it/docbook.css +share/gnome/help/gturing/it/figures/mainwin.png +share/gnome/help/gturing/it/gturing.sgml +share/gnome/help/gturing/it/index.html +share/gnome/help/gturing/it/ln10.html +share/gnome/help/gturing/it/prgfmt.html +share/gnome/help/gturing/it/stylesheet-images/caution.gif +share/gnome/help/gturing/it/stylesheet-images/home.gif +share/gnome/help/gturing/it/stylesheet-images/important.gif +share/gnome/help/gturing/it/stylesheet-images/next.gif +share/gnome/help/gturing/it/stylesheet-images/note.gif +share/gnome/help/gturing/it/stylesheet-images/prev.gif +share/gnome/help/gturing/it/stylesheet-images/tip.gif +share/gnome/help/gturing/it/stylesheet-images/toc-blank.gif +share/gnome/help/gturing/it/stylesheet-images/toc-minus.gif +share/gnome/help/gturing/it/stylesheet-images/toc-plus.gif +share/gnome/help/gturing/it/stylesheet-images/up.gif +share/gnome/help/gturing/it/stylesheet-images/warning.gif +share/gnome/help/gturing/it/toolbar.html share/gnome/help/gturing/it/topic.dat -share/gnome/help/iagno/C/ANIMATION.png -share/gnome/help/iagno/C/BLOCK.png -share/gnome/help/iagno/C/FIRST.png -share/gnome/help/iagno/C/PLAYER.png -share/gnome/help/iagno/C/START.png share/gnome/help/iagno/C/animations.html share/gnome/help/iagno/C/bugs.html share/gnome/help/iagno/C/credits.html share/gnome/help/iagno/C/docbook.css +share/gnome/help/iagno/C/figures/ANIMATION.png +share/gnome/help/iagno/C/figures/BLOCK.png +share/gnome/help/iagno/C/figures/FIRST.png +share/gnome/help/iagno/C/figures/PLAYER.png +share/gnome/help/iagno/C/figures/START.png +share/gnome/help/iagno/C/iagno.sgml share/gnome/help/iagno/C/index.html share/gnome/help/iagno/C/license.html -share/gnome/help/iagno/C/ln7.html share/gnome/help/iagno/C/playing.html share/gnome/help/iagno/C/settings.html -share/gnome/help/iagno/C/stylesheet-images/caution.png -share/gnome/help/iagno/C/stylesheet-images/important.png -share/gnome/help/iagno/C/stylesheet-images/note.png -share/gnome/help/iagno/C/stylesheet-images/tip.png -share/gnome/help/iagno/C/stylesheet-images/warning.png +share/gnome/help/iagno/C/stylesheet-images/caution.gif +share/gnome/help/iagno/C/stylesheet-images/home.gif +share/gnome/help/iagno/C/stylesheet-images/important.gif +share/gnome/help/iagno/C/stylesheet-images/next.gif +share/gnome/help/iagno/C/stylesheet-images/note.gif +share/gnome/help/iagno/C/stylesheet-images/prev.gif +share/gnome/help/iagno/C/stylesheet-images/tip.gif +share/gnome/help/iagno/C/stylesheet-images/toc-blank.gif +share/gnome/help/iagno/C/stylesheet-images/toc-minus.gif +share/gnome/help/iagno/C/stylesheet-images/toc-plus.gif +share/gnome/help/iagno/C/stylesheet-images/up.gif +share/gnome/help/iagno/C/stylesheet-images/warning.gif share/gnome/help/iagno/C/topic.dat -share/gnome/help/samegnome/C/authors.html -share/gnome/help/samegnome/C/book1.html -share/gnome/help/samegnome/C/bugs.html -share/gnome/help/samegnome/C/c11.html -share/gnome/help/samegnome/C/docbook.css -share/gnome/help/samegnome/C/index.html -share/gnome/help/samegnome/C/ln9.html -share/gnome/help/samegnome/C/newthemes.html -share/gnome/help/samegnome/C/topic.dat -share/gnome/help/samegnome/ru/authors.html -share/gnome/help/samegnome/ru/book1.html -share/gnome/help/samegnome/ru/bugs.html -share/gnome/help/samegnome/ru/c11.html -share/gnome/help/samegnome/ru/docbook.css -share/gnome/help/samegnome/ru/index.html -share/gnome/help/samegnome/ru/ln9.html -share/gnome/help/samegnome/ru/newthemes.html -share/gnome/help/samegnome/ru/topic.dat +share/gnome/help/iagno/it/animations.html +share/gnome/help/iagno/it/bugs.html +share/gnome/help/iagno/it/credits.html +share/gnome/help/iagno/it/docbook.css +share/gnome/help/iagno/it/figures/ANIMATION.png +share/gnome/help/iagno/it/figures/BLOCK.png +share/gnome/help/iagno/it/figures/FIRST.png +share/gnome/help/iagno/it/figures/PLAYER.png +share/gnome/help/iagno/it/figures/START.png +share/gnome/help/iagno/it/iagno.sgml +share/gnome/help/iagno/it/index.html +share/gnome/help/iagno/it/license.html +share/gnome/help/iagno/it/playing.html +share/gnome/help/iagno/it/settings.html +share/gnome/help/iagno/it/stylesheet-images/caution.gif +share/gnome/help/iagno/it/stylesheet-images/home.gif +share/gnome/help/iagno/it/stylesheet-images/important.gif +share/gnome/help/iagno/it/stylesheet-images/next.gif +share/gnome/help/iagno/it/stylesheet-images/note.gif +share/gnome/help/iagno/it/stylesheet-images/prev.gif +share/gnome/help/iagno/it/stylesheet-images/tip.gif +share/gnome/help/iagno/it/stylesheet-images/toc-blank.gif +share/gnome/help/iagno/it/stylesheet-images/toc-minus.gif +share/gnome/help/iagno/it/stylesheet-images/toc-plus.gif +share/gnome/help/iagno/it/stylesheet-images/up.gif +share/gnome/help/iagno/it/stylesheet-images/warning.gif +share/gnome/help/iagno/it/topic.dat +share/gnome/help/mahjongg/C/authors.html +share/gnome/help/mahjongg/C/bugs.html +share/gnome/help/mahjongg/C/docbook.css +share/gnome/help/mahjongg/C/figures/color.png +share/gnome/help/mahjongg/C/figures/confirm.png +share/gnome/help/mahjongg/C/figures/mahjongg.png +share/gnome/help/mahjongg/C/figures/no-match.png +share/gnome/help/mahjongg/C/figures/no-move.png +share/gnome/help/mahjongg/C/figures/preferences.png +share/gnome/help/mahjongg/C/figures/scores.png +share/gnome/help/mahjongg/C/figures/seed.png +share/gnome/help/mahjongg/C/figures/toolbar.png +share/gnome/help/mahjongg/C/index.html +share/gnome/help/mahjongg/C/license.html +share/gnome/help/mahjongg/C/mahjongg.sgml +share/gnome/help/mahjongg/C/prefs.html +share/gnome/help/mahjongg/C/stylesheet-images/caution.gif +share/gnome/help/mahjongg/C/stylesheet-images/home.gif +share/gnome/help/mahjongg/C/stylesheet-images/important.gif +share/gnome/help/mahjongg/C/stylesheet-images/next.gif +share/gnome/help/mahjongg/C/stylesheet-images/note.gif +share/gnome/help/mahjongg/C/stylesheet-images/prev.gif +share/gnome/help/mahjongg/C/stylesheet-images/tip.gif +share/gnome/help/mahjongg/C/stylesheet-images/toc-blank.gif +share/gnome/help/mahjongg/C/stylesheet-images/toc-minus.gif +share/gnome/help/mahjongg/C/stylesheet-images/toc-plus.gif +share/gnome/help/mahjongg/C/stylesheet-images/up.gif +share/gnome/help/mahjongg/C/stylesheet-images/warning.gif +share/gnome/help/mahjongg/C/topic.dat +share/gnome/help/mahjongg/C/usage.html +share/gnome/help/same-gnome/C/docbook.css +share/gnome/help/same-gnome/C/index.html +share/gnome/help/same-gnome/C/newthemes.html +share/gnome/help/same-gnome/C/same-gnome.sgml +share/gnome/help/same-gnome/C/stylesheet-images/caution.gif +share/gnome/help/same-gnome/C/stylesheet-images/home.gif +share/gnome/help/same-gnome/C/stylesheet-images/important.gif +share/gnome/help/same-gnome/C/stylesheet-images/next.gif +share/gnome/help/same-gnome/C/stylesheet-images/note.gif +share/gnome/help/same-gnome/C/stylesheet-images/prev.gif +share/gnome/help/same-gnome/C/stylesheet-images/tip.gif +share/gnome/help/same-gnome/C/stylesheet-images/toc-blank.gif +share/gnome/help/same-gnome/C/stylesheet-images/toc-minus.gif +share/gnome/help/same-gnome/C/stylesheet-images/toc-plus.gif +share/gnome/help/same-gnome/C/stylesheet-images/up.gif +share/gnome/help/same-gnome/C/stylesheet-images/warning.gif +share/gnome/help/same-gnome/C/topic.dat +share/gnome/help/same-gnome/ru/docbook.css +share/gnome/help/same-gnome/ru/index.html +share/gnome/help/same-gnome/ru/newthemes.html +share/gnome/help/same-gnome/ru/same-gnome.sgml +share/gnome/help/same-gnome/ru/stylesheet-images/caution.gif +share/gnome/help/same-gnome/ru/stylesheet-images/home.gif +share/gnome/help/same-gnome/ru/stylesheet-images/important.gif +share/gnome/help/same-gnome/ru/stylesheet-images/next.gif +share/gnome/help/same-gnome/ru/stylesheet-images/note.gif +share/gnome/help/same-gnome/ru/stylesheet-images/prev.gif +share/gnome/help/same-gnome/ru/stylesheet-images/tip.gif +share/gnome/help/same-gnome/ru/stylesheet-images/toc-blank.gif +share/gnome/help/same-gnome/ru/stylesheet-images/toc-minus.gif +share/gnome/help/same-gnome/ru/stylesheet-images/toc-plus.gif +share/gnome/help/same-gnome/ru/stylesheet-images/up.gif +share/gnome/help/same-gnome/ru/stylesheet-images/warning.gif +share/gnome/help/same-gnome/ru/topic.dat share/gnome/mime-info/gnome-stones.keys share/gnome/mime-info/gnome-stones.mime +share/gnome/omf/gnome-games/aisleriot-C.omf +share/gnome/omf/gnome-games/gataxx-C.omf +share/gnome/omf/gnome-games/gnibbles-C.omf +share/gnome/omf/gnome-games/gnobots2-C.omf +share/gnome/omf/gnome-games/gnome-mines-C.omf +share/gnome/omf/gnome-games/gnome-stones-C.omf +share/gnome/omf/gnome-games/gnotravex-C.omf +share/gnome/omf/gnome-games/gtali-C.omf +share/gnome/omf/gnome-games/gturing-C.omf +share/gnome/omf/gnome-games/gturing-it.omf +share/gnome/omf/gnome-games/iagno-C.omf +share/gnome/omf/gnome-games/iagno-it.omf +share/gnome/omf/gnome-games/mahjongg-C.omf +share/gnome/omf/gnome-games/same-gnome-C.omf +share/gnome/omf/gnome-games/same-gnome-ru.omf share/gnome/pixmaps/cards/backs/beige.png share/gnome/pixmaps/cards/backs/face.png share/gnome/pixmaps/cards/backs/grey.png @@ -283,9 +713,14 @@ share/gnome/pixmaps/gataxx/metal.png share/gnome/pixmaps/gataxx/metal2.png share/gnome/pixmaps/gataxx/shrink.png share/gnome/pixmaps/gataxx/woodtrim.png -share/gnome/pixmaps/glines.xpm -share/gnome/pixmaps/glines/ball.xpm -share/gnome/pixmaps/glines/box.xpm +share/gnome/pixmaps/glines.png +share/gnome/pixmaps/glines/ball.png +share/gnome/pixmaps/glines/black.xpm +share/gnome/pixmaps/glines/classic.png +share/gnome/pixmaps/glines/dots.png +share/gnome/pixmaps/glines/gray.xpm +share/gnome/pixmaps/glines/pulse.png +share/gnome/pixmaps/glines/woody.xpm share/gnome/pixmaps/gnibbles/gnibbles-logo.png share/gnome/pixmaps/gnibbles/gnibbles.png share/gnome/pixmaps/gnobots2/aieee.png @@ -301,6 +736,7 @@ share/gnome/pixmaps/gnome-aisleriot.png share/gnome/pixmaps/gnome-gnobots2.png share/gnome/pixmaps/gnome-gtali.png share/gnome/pixmaps/gnome-gtetris.png +share/gnome/pixmaps/gnome-gturing.png share/gnome/pixmaps/gnome-mahjongg.png share/gnome/pixmaps/gnome-nibbles.png share/gnome/pixmaps/gnome-stones-file.png @@ -351,43 +787,78 @@ share/gnome/pixmaps/mahjongg/bg/bg4.png share/gnome/pixmaps/mahjongg/default.png share/gnome/pixmaps/mahjongg/seta.png share/gnome/pixmaps/same-gnome/blink-sync.png +share/gnome/pixmaps/same-gnome/glass.png share/gnome/pixmaps/same-gnome/marbles.png share/gnome/pixmaps/same-gnome/planets.png share/gnome/pixmaps/same-gnome/rotate.png share/gnome/pixmaps/same-gnome/stones.png share/gnome/pixmaps/xbill.png +share/gnome/sol-games/agnes.scm share/gnome/sol-games/auld_lang_syne.scm +share/gnome/sol-games/bakers_dozen.scm +share/gnome/sol-games/bakers_game.scm share/gnome/sol-games/beleaguered_castle.scm +share/gnome/sol-games/block_ten.scm share/gnome/sol-games/bristol.scm share/gnome/sol-games/camelot.scm share/gnome/sol-games/canfield.scm share/gnome/sol-games/clock.scm +share/gnome/sol-games/cover.scm +share/gnome/sol-games/diamond_mine.scm share/gnome/sol-games/doublets.scm share/gnome/sol-games/eagle_wing.scm +share/gnome/sol-games/easthaven.scm +share/gnome/sol-games/eight_off.scm share/gnome/sol-games/elevator.scm +share/gnome/sol-games/escalator.scm share/gnome/sol-games/first_law.scm +share/gnome/sol-games/fortress.scm share/gnome/sol-games/fortunes.scm share/gnome/sol-games/fourteen.scm share/gnome/sol-games/freecell.scm +share/gnome/sol-games/gay_gordons.scm +share/gnome/sol-games/glenwood.scm +share/gnome/sol-games/golf.scm +share/gnome/sol-games/gypsy.scm +share/gnome/sol-games/helsinki.scm share/gnome/sol-games/hopscotch.scm +share/gnome/sol-games/isabel.scm +share/gnome/sol-games/jamestown.scm +share/gnome/sol-games/jumbo.scm share/gnome/sol-games/kansas.scm +share/gnome/sol-games/king_albert.scm share/gnome/sol-games/klondike.scm +share/gnome/sol-games/labyrinth.scm share/gnome/sol-games/lady_jane.scm share/gnome/sol-games/maze.scm +share/gnome/sol-games/monte_carlo.scm share/gnome/sol-games/neighbor.scm share/gnome/sol-games/odessa.scm share/gnome/sol-games/osmosis.scm +share/gnome/sol-games/peek.scm share/gnome/sol-games/pileon.scm +share/gnome/sol-games/poker.scm +share/gnome/sol-games/quatorze.scm share/gnome/sol-games/royal_east.scm share/gnome/sol-games/scorpion.scm +share/gnome/sol-games/scuffle.scm +share/gnome/sol-games/seahaven.scm +share/gnome/sol-games/sir_tommy.scm share/gnome/sol-games/sol.scm share/gnome/sol-games/spider.scm +share/gnome/sol-games/spiderette.scm share/gnome/sol-games/straight_up.scm +share/gnome/sol-games/streets_and_alleys.scm share/gnome/sol-games/thieves.scm share/gnome/sol-games/thirteen.scm share/gnome/sol-games/thumb_and_pouch.scm +share/gnome/sol-games/treize.scm share/gnome/sol-games/union_square.scm +share/gnome/sol-games/valentine.scm share/gnome/sol-games/westhaven.scm +share/gnome/sol-games/whitehead.scm +share/gnome/sol-games/will_o_the_wisp.scm +share/gnome/sol-games/yield.scm share/gnome/sol-games/yukon.scm share/gnome/sol-games/zebra.scm share/gnome/sounds/gataxx/flip-piece.wav @@ -504,7 +975,9 @@ share/locale/pl/LC_MESSAGES/gnome-games.mo share/locale/pt/LC_MESSAGES/gnome-games.mo share/locale/pt_BR/LC_MESSAGES/gnome-games.mo share/locale/ru/LC_MESSAGES/gnome-games.mo +share/locale/sk/LC_MESSAGES/gnome-games.mo share/locale/sv/LC_MESSAGES/gnome-games.mo +share/locale/tr/LC_MESSAGES/gnome-games.mo share/locale/uk/LC_MESSAGES/gnome-games.mo share/locale/wa/LC_MESSAGES/gnome-games.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-games.mo @@ -539,23 +1012,66 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/pixmaps/cards/honors @dirrm share/gnome/pixmaps/cards/backs @dirrm share/gnome/pixmaps/cards -@dirrm share/gnome/help/samegnome/ru -@dirrm share/gnome/help/samegnome/C -@dirrm share/gnome/help/samegnome +@dirrm share/gnome/omf/gnome-games +@dirrm share/gnome/help/same-gnome/ru/stylesheet-images +@dirrm share/gnome/help/same-gnome/ru/figures +@dirrm share/gnome/help/same-gnome/ru +@dirrm share/gnome/help/same-gnome/C/stylesheet-images +@dirrm share/gnome/help/same-gnome/C/figures +@dirrm share/gnome/help/same-gnome/C +@dirrm share/gnome/help/same-gnome +@dirrm share/gnome/help/mahjongg/C/stylesheet-images +@dirrm share/gnome/help/mahjongg/C/figures +@dirrm share/gnome/help/mahjongg/C +@dirrm share/gnome/help/mahjongg +@dirrm share/gnome/help/iagno/it/stylesheet-images +@dirrm share/gnome/help/iagno/it/figures +@dirrm share/gnome/help/iagno/it @dirrm share/gnome/help/iagno/C/stylesheet-images +@dirrm share/gnome/help/iagno/C/figures @dirrm share/gnome/help/iagno/C @dirrm share/gnome/help/iagno +@dirrm share/gnome/help/gturing/it/stylesheet-images +@dirrm share/gnome/help/gturing/it/figures @dirrm share/gnome/help/gturing/it +@dirrm share/gnome/help/gturing/C/stylesheet-images +@dirrm share/gnome/help/gturing/C/figures @dirrm share/gnome/help/gturing/C @dirrm share/gnome/help/gturing @dirrm share/gnome/help/gtali/da +@dirrm share/gnome/help/gtali/C/stylesheet-images +@dirrm share/gnome/help/gtali/C/figures @dirrm share/gnome/help/gtali/C @dirrm share/gnome/help/gtali +@dirrm share/gnome/help/gnotravex/C/stylesheet-images +@dirrm share/gnome/help/gnotravex/C/figures +@dirrm share/gnome/help/gnotravex/C +@dirrm share/gnome/help/gnotravex +@dirrm share/gnome/help/gnome-stones/C/stylesheet-images +@dirrm share/gnome/help/gnome-stones/C/figures +@dirrm share/gnome/help/gnome-stones/C +@dirrm share/gnome/help/gnome-stones +@dirrm share/gnome/help/gnome-mines/C/stylesheet-images +@dirrm share/gnome/help/gnome-mines/C/figures +@dirrm share/gnome/help/gnome-mines/C +@dirrm share/gnome/help/gnome-mines @dirrm share/gnome/help/gnobots2/it @dirrm share/gnome/help/gnobots2/es @dirrm share/gnome/help/gnobots2/da +@dirrm share/gnome/help/gnobots2/C/stylesheet-images +@dirrm share/gnome/help/gnobots2/C/figures @dirrm share/gnome/help/gnobots2/C @dirrm share/gnome/help/gnobots2 +@dirrm share/gnome/help/gnibbles/C/stylesheet-images +@dirrm share/gnome/help/gnibbles/C/figures +@dirrm share/gnome/help/gnibbles/C +@dirrm share/gnome/help/gnibbles +@dirrm share/gnome/help/gataxx/C/stylesheet-images +@dirrm share/gnome/help/gataxx/C/figures +@dirrm share/gnome/help/gataxx/C +@dirrm share/gnome/help/gataxx +@dirrm share/gnome/help/aisleriot/C/stylesheet-images +@dirrm share/gnome/help/aisleriot/C/figures @dirrm share/gnome/help/aisleriot/C @dirrm share/gnome/help/aisleriot @dirrm share/gnome/gturing/examples diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index 3fc21bbd6026..136cae88ae18 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomegames -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.0.1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-games diff --git a/games/gnomegames2/distinfo b/games/gnomegames2/distinfo index 7c72f3010138..bfa6cfd0670d 100644 --- a/games/gnomegames2/distinfo +++ b/games/gnomegames2/distinfo @@ -1 +1 @@ -MD5 (gnome-games-1.2.0.tar.gz) = 681f8c880daa8e4e4a264039e6e8cb3c +MD5 (gnome-games-1.4.0.1.tar.gz) = ebc520dc5f149d2e6de88f8fdb119e13 diff --git a/games/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist index 771528aec855..48e881ae3c41 100644 --- a/games/gnomegames2/pkg-plist +++ b/games/gnomegames2/pkg-plist @@ -150,100 +150,530 @@ share/gnome/gturing/examples/bin2dec.tur share/gnome/gturing/examples/dashnumbers.tur share/gnome/gturing/examples/dec2bin.tur share/gnome/gturing/examples/subst.tur +share/gnome/help/aisleriot/C/agnes.html +share/gnome/help/aisleriot/C/agnes.sgml +share/gnome/help/aisleriot/C/aisleriot.sgml share/gnome/help/aisleriot/C/auld-lang-syne.html +share/gnome/help/aisleriot/C/auld_lang_syne.sgml +share/gnome/help/aisleriot/C/bakers-dozen.html +share/gnome/help/aisleriot/C/bakers-game.html +share/gnome/help/aisleriot/C/bakers_dozen.sgml +share/gnome/help/aisleriot/C/bakers_game.sgml share/gnome/help/aisleriot/C/beleaguered-castle.html +share/gnome/help/aisleriot/C/beleaguered_castle.sgml +share/gnome/help/aisleriot/C/block-ten.html +share/gnome/help/aisleriot/C/block_ten.sgml share/gnome/help/aisleriot/C/bristol.html -share/gnome/help/aisleriot/C/camelot-goal.gif +share/gnome/help/aisleriot/C/bristol.sgml share/gnome/help/aisleriot/C/camelot.html +share/gnome/help/aisleriot/C/camelot.sgml share/gnome/help/aisleriot/C/canfield.html -share/gnome/help/aisleriot/C/clock-rules.gif +share/gnome/help/aisleriot/C/canfield.sgml share/gnome/help/aisleriot/C/clock.html +share/gnome/help/aisleriot/C/clock.sgml +share/gnome/help/aisleriot/C/cover.html +share/gnome/help/aisleriot/C/cover.sgml +share/gnome/help/aisleriot/C/definitions.sgml +share/gnome/help/aisleriot/C/diamond-mine.html +share/gnome/help/aisleriot/C/diamond_mine.sgml share/gnome/help/aisleriot/C/docbook.css share/gnome/help/aisleriot/C/doublets.html +share/gnome/help/aisleriot/C/doublets.sgml share/gnome/help/aisleriot/C/eagle-wing.html +share/gnome/help/aisleriot/C/eagle-wing.sgml +share/gnome/help/aisleriot/C/easthaven.html +share/gnome/help/aisleriot/C/easthaven.sgml +share/gnome/help/aisleriot/C/eight-off.html +share/gnome/help/aisleriot/C/eight_off.sgml share/gnome/help/aisleriot/C/elevator.html +share/gnome/help/aisleriot/C/elevator.sgml +share/gnome/help/aisleriot/C/escalator.html +share/gnome/help/aisleriot/C/escalator.sgml +share/gnome/help/aisleriot/C/figures/camelot-goal.png +share/gnome/help/aisleriot/C/figures/clock-rules.png share/gnome/help/aisleriot/C/first-law.html +share/gnome/help/aisleriot/C/first_law.sgml +share/gnome/help/aisleriot/C/fortress.html +share/gnome/help/aisleriot/C/fortress.sgml share/gnome/help/aisleriot/C/fortunes.html +share/gnome/help/aisleriot/C/fortunes.sgml share/gnome/help/aisleriot/C/fourteen.html +share/gnome/help/aisleriot/C/fourteen.sgml share/gnome/help/aisleriot/C/freecell.html +share/gnome/help/aisleriot/C/freecell.sgml +share/gnome/help/aisleriot/C/gay-gordons.html +share/gnome/help/aisleriot/C/gay_gordons.sgml +share/gnome/help/aisleriot/C/glenwood.html +share/gnome/help/aisleriot/C/glenwood.sgml share/gnome/help/aisleriot/C/glossary.html -share/gnome/help/aisleriot/C/gpl.html +share/gnome/help/aisleriot/C/golf.html +share/gnome/help/aisleriot/C/golf.sgml +share/gnome/help/aisleriot/C/gypsy.html +share/gnome/help/aisleriot/C/gypsy.sgml +share/gnome/help/aisleriot/C/helsinki.html +share/gnome/help/aisleriot/C/helsinki.sgml share/gnome/help/aisleriot/C/hopscotch.html +share/gnome/help/aisleriot/C/hopscotch.sgml share/gnome/help/aisleriot/C/index.html share/gnome/help/aisleriot/C/intro.html +share/gnome/help/aisleriot/C/isabel.html +share/gnome/help/aisleriot/C/isabel.sgml +share/gnome/help/aisleriot/C/jamestown.html +share/gnome/help/aisleriot/C/jamestown.sgml +share/gnome/help/aisleriot/C/jumbo.html +share/gnome/help/aisleriot/C/jumbo.sgml share/gnome/help/aisleriot/C/kansas.html +share/gnome/help/aisleriot/C/kansas.sgml +share/gnome/help/aisleriot/C/king-albert.html +share/gnome/help/aisleriot/C/king_albert.sgml share/gnome/help/aisleriot/C/klondike.html +share/gnome/help/aisleriot/C/klondike.sgml +share/gnome/help/aisleriot/C/labyrinth.html +share/gnome/help/aisleriot/C/labyrinth.sgml share/gnome/help/aisleriot/C/lady-jane.html +share/gnome/help/aisleriot/C/lady_jane.sgml +share/gnome/help/aisleriot/C/maze.html +share/gnome/help/aisleriot/C/maze.sgml +share/gnome/help/aisleriot/C/monte-carlo.html +share/gnome/help/aisleriot/C/monte_carlo.sgml share/gnome/help/aisleriot/C/neighbor.html +share/gnome/help/aisleriot/C/neighbor.sgml share/gnome/help/aisleriot/C/odessa.html +share/gnome/help/aisleriot/C/odessa.sgml share/gnome/help/aisleriot/C/osmosis.html +share/gnome/help/aisleriot/C/osmosis.sgml +share/gnome/help/aisleriot/C/peek.html +share/gnome/help/aisleriot/C/peek.sgml share/gnome/help/aisleriot/C/pileon.html +share/gnome/help/aisleriot/C/pileon.sgml +share/gnome/help/aisleriot/C/poker.html +share/gnome/help/aisleriot/C/poker.sgml +share/gnome/help/aisleriot/C/quatorze.html +share/gnome/help/aisleriot/C/quatorze.sgml share/gnome/help/aisleriot/C/royal-east.html +share/gnome/help/aisleriot/C/royal_east.sgml share/gnome/help/aisleriot/C/scorpion.html +share/gnome/help/aisleriot/C/scorpion.sgml +share/gnome/help/aisleriot/C/scuffle.html +share/gnome/help/aisleriot/C/scuffle.sgml +share/gnome/help/aisleriot/C/seahaven.html +share/gnome/help/aisleriot/C/seahaven.sgml +share/gnome/help/aisleriot/C/sir-tommy.html +share/gnome/help/aisleriot/C/sir_tommy.sgml share/gnome/help/aisleriot/C/spider.html +share/gnome/help/aisleriot/C/spider.sgml +share/gnome/help/aisleriot/C/spiderette.html +share/gnome/help/aisleriot/C/spiderette.sgml share/gnome/help/aisleriot/C/straight-up.html +share/gnome/help/aisleriot/C/straight_up.sgml +share/gnome/help/aisleriot/C/streets-and-alleys.html +share/gnome/help/aisleriot/C/streets_and_alleys.sgml +share/gnome/help/aisleriot/C/stylesheet-images/caution.gif +share/gnome/help/aisleriot/C/stylesheet-images/home.gif +share/gnome/help/aisleriot/C/stylesheet-images/important.gif +share/gnome/help/aisleriot/C/stylesheet-images/next.gif +share/gnome/help/aisleriot/C/stylesheet-images/note.gif +share/gnome/help/aisleriot/C/stylesheet-images/prev.gif +share/gnome/help/aisleriot/C/stylesheet-images/tip.gif +share/gnome/help/aisleriot/C/stylesheet-images/toc-blank.gif +share/gnome/help/aisleriot/C/stylesheet-images/toc-minus.gif +share/gnome/help/aisleriot/C/stylesheet-images/toc-plus.gif +share/gnome/help/aisleriot/C/stylesheet-images/up.gif +share/gnome/help/aisleriot/C/stylesheet-images/warning.gif share/gnome/help/aisleriot/C/thieves.html +share/gnome/help/aisleriot/C/thieves.sgml share/gnome/help/aisleriot/C/thirteen.html +share/gnome/help/aisleriot/C/thirteen.sgml share/gnome/help/aisleriot/C/thumb-and-pouch.html +share/gnome/help/aisleriot/C/thumb_and_pouch.sgml share/gnome/help/aisleriot/C/topic.dat +share/gnome/help/aisleriot/C/treize.html +share/gnome/help/aisleriot/C/treize.sgml share/gnome/help/aisleriot/C/union-square.html +share/gnome/help/aisleriot/C/union_square.sgml +share/gnome/help/aisleriot/C/valentine.html +share/gnome/help/aisleriot/C/valentine.sgml share/gnome/help/aisleriot/C/westhaven.html +share/gnome/help/aisleriot/C/westhaven.sgml +share/gnome/help/aisleriot/C/whitehead.html +share/gnome/help/aisleriot/C/whitehead.sgml +share/gnome/help/aisleriot/C/will-o-the-wisp.html +share/gnome/help/aisleriot/C/will_o_the_wisp.sgml +share/gnome/help/aisleriot/C/yield.html +share/gnome/help/aisleriot/C/yield.sgml share/gnome/help/aisleriot/C/yukon.html +share/gnome/help/aisleriot/C/yukon.sgml share/gnome/help/aisleriot/C/zebra.html +share/gnome/help/aisleriot/C/zebra.sgml +share/gnome/help/gataxx/C/authors.html +share/gnome/help/gataxx/C/bugs.html +share/gnome/help/gataxx/C/docbook.css +share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png +share/gnome/help/gataxx/C/figures/gataxx-prefs.png +share/gnome/help/gataxx/C/figures/gataxx-startgame.png +share/gnome/help/gataxx/C/gataxx.sgml +share/gnome/help/gataxx/C/index.html +share/gnome/help/gataxx/C/license.html +share/gnome/help/gataxx/C/prefs.html +share/gnome/help/gataxx/C/stylesheet-images/caution.gif +share/gnome/help/gataxx/C/stylesheet-images/home.gif +share/gnome/help/gataxx/C/stylesheet-images/important.gif +share/gnome/help/gataxx/C/stylesheet-images/next.gif +share/gnome/help/gataxx/C/stylesheet-images/note.gif +share/gnome/help/gataxx/C/stylesheet-images/prev.gif +share/gnome/help/gataxx/C/stylesheet-images/tip.gif +share/gnome/help/gataxx/C/stylesheet-images/toc-blank.gif +share/gnome/help/gataxx/C/stylesheet-images/toc-minus.gif +share/gnome/help/gataxx/C/stylesheet-images/toc-plus.gif +share/gnome/help/gataxx/C/stylesheet-images/up.gif +share/gnome/help/gataxx/C/stylesheet-images/warning.gif +share/gnome/help/gataxx/C/topic.dat +share/gnome/help/gataxx/C/usage.html +share/gnome/help/gnibbles/C/authors.html +share/gnome/help/gnibbles/C/bugs.html +share/gnome/help/gnibbles/C/docbook.css +share/gnome/help/gnibbles/C/figures/game.png +share/gnome/help/gnibbles/C/figures/graphics.png +share/gnome/help/gnibbles/C/figures/intro.png +share/gnome/help/gnibbles/C/figures/playing.png +share/gnome/help/gnibbles/C/figures/worm_op.png +share/gnome/help/gnibbles/C/gnibbles.sgml +share/gnome/help/gnibbles/C/index.html +share/gnome/help/gnibbles/C/license.html +share/gnome/help/gnibbles/C/objective.html +share/gnome/help/gnibbles/C/prefs.html +share/gnome/help/gnibbles/C/stylesheet-images/caution.gif +share/gnome/help/gnibbles/C/stylesheet-images/home.gif +share/gnome/help/gnibbles/C/stylesheet-images/important.gif +share/gnome/help/gnibbles/C/stylesheet-images/next.gif +share/gnome/help/gnibbles/C/stylesheet-images/note.gif +share/gnome/help/gnibbles/C/stylesheet-images/prev.gif +share/gnome/help/gnibbles/C/stylesheet-images/tip.gif +share/gnome/help/gnibbles/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnibbles/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnibbles/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnibbles/C/stylesheet-images/up.gif +share/gnome/help/gnibbles/C/stylesheet-images/warning.gif +share/gnome/help/gnibbles/C/topic.dat +share/gnome/help/gnibbles/C/usage.html +share/gnome/help/gnobots2/C/authors.html +share/gnome/help/gnobots2/C/bugs.html +share/gnome/help/gnobots2/C/customization.html +share/gnome/help/gnobots2/C/docbook.css +share/gnome/help/gnobots2/C/figures/gnobots2-main.png +share/gnome/help/gnobots2/C/gnobots2.sgml share/gnome/help/gnobots2/C/index.html +share/gnome/help/gnobots2/C/keyboard.html +share/gnome/help/gnobots2/C/license.html +share/gnome/help/gnobots2/C/menubar.html +share/gnome/help/gnobots2/C/objective.html +share/gnome/help/gnobots2/C/stylesheet-images/caution.gif +share/gnome/help/gnobots2/C/stylesheet-images/home.gif +share/gnome/help/gnobots2/C/stylesheet-images/important.gif +share/gnome/help/gnobots2/C/stylesheet-images/next.gif +share/gnome/help/gnobots2/C/stylesheet-images/note.gif +share/gnome/help/gnobots2/C/stylesheet-images/prev.gif +share/gnome/help/gnobots2/C/stylesheet-images/tip.gif +share/gnome/help/gnobots2/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnobots2/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnobots2/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnobots2/C/stylesheet-images/up.gif +share/gnome/help/gnobots2/C/stylesheet-images/warning.gif share/gnome/help/gnobots2/C/topic.dat +share/gnome/help/gnobots2/C/usage.html share/gnome/help/gnobots2/da/index.html share/gnome/help/gnobots2/da/topic.dat share/gnome/help/gnobots2/es/index.html share/gnome/help/gnobots2/es/topic.dat share/gnome/help/gnobots2/it/index.html share/gnome/help/gnobots2/it/topic.dat +share/gnome/help/gnome-mines/C/authors.html +share/gnome/help/gnome-mines/C/bugs.html +share/gnome/help/gnome-mines/C/docbook.css +share/gnome/help/gnome-mines/C/figures/advanced_121_a.png +share/gnome/help/gnome-mines/C/figures/advanced_121_b.png +share/gnome/help/gnome-mines/C/figures/advanced_121_c.png +share/gnome/help/gnome-mines/C/figures/basic-corner.png +share/gnome/help/gnome-mines/C/figures/basic-flat3.png +share/gnome/help/gnome-mines/C/figures/basic-wall.png +share/gnome/help/gnome-mines/C/figures/gnomine-begin-play.png +share/gnome/help/gnome-mines/C/figures/gnomine-fail.png +share/gnome/help/gnome-mines/C/figures/gnomine-fresh.png +share/gnome/help/gnome-mines/C/figures/gnomine-preferences.png +share/gnome/help/gnome-mines/C/figures/gnomine-won.png +share/gnome/help/gnome-mines/C/gnome-mines.sgml +share/gnome/help/gnome-mines/C/index.html +share/gnome/help/gnome-mines/C/license.html +share/gnome/help/gnome-mines/C/menubar.html +share/gnome/help/gnome-mines/C/objective.html +share/gnome/help/gnome-mines/C/stylesheet-images/caution.gif +share/gnome/help/gnome-mines/C/stylesheet-images/home.gif +share/gnome/help/gnome-mines/C/stylesheet-images/important.gif +share/gnome/help/gnome-mines/C/stylesheet-images/next.gif +share/gnome/help/gnome-mines/C/stylesheet-images/note.gif +share/gnome/help/gnome-mines/C/stylesheet-images/prev.gif +share/gnome/help/gnome-mines/C/stylesheet-images/tip.gif +share/gnome/help/gnome-mines/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-mines/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-mines/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-mines/C/stylesheet-images/up.gif +share/gnome/help/gnome-mines/C/stylesheet-images/warning.gif +share/gnome/help/gnome-mines/C/topic.dat +share/gnome/help/gnome-mines/C/usage.html +share/gnome/help/gnome-stones/C/authors.html +share/gnome/help/gnome-stones/C/bugs.html +share/gnome/help/gnome-stones/C/docbook.css +share/gnome/help/gnome-stones/C/figures/main-game.png +share/gnome/help/gnome-stones/C/figures/main-start.png +share/gnome/help/gnome-stones/C/figures/preferences-joystick.png +share/gnome/help/gnome-stones/C/figures/preferences-main.png +share/gnome/help/gnome-stones/C/gamescenarios.html +share/gnome/help/gnome-stones/C/gnome-stones.sgml +share/gnome/help/gnome-stones/C/index.html +share/gnome/help/gnome-stones/C/license.html +share/gnome/help/gnome-stones/C/prefs.html +share/gnome/help/gnome-stones/C/stylesheet-images/caution.gif +share/gnome/help/gnome-stones/C/stylesheet-images/home.gif +share/gnome/help/gnome-stones/C/stylesheet-images/important.gif +share/gnome/help/gnome-stones/C/stylesheet-images/next.gif +share/gnome/help/gnome-stones/C/stylesheet-images/note.gif +share/gnome/help/gnome-stones/C/stylesheet-images/prev.gif +share/gnome/help/gnome-stones/C/stylesheet-images/tip.gif +share/gnome/help/gnome-stones/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-stones/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-stones/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-stones/C/stylesheet-images/up.gif +share/gnome/help/gnome-stones/C/stylesheet-images/warning.gif +share/gnome/help/gnome-stones/C/usage.html +share/gnome/help/gnotravex/C/authors.html +share/gnome/help/gnotravex/C/bugs.html +share/gnome/help/gnotravex/C/docbook.css +share/gnome/help/gnotravex/C/figures/gnotravex_game.png +share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png +share/gnome/help/gnotravex/C/gnotravex.sgml +share/gnome/help/gnotravex/C/index.html +share/gnome/help/gnotravex/C/license.html +share/gnome/help/gnotravex/C/prefs.html +share/gnome/help/gnotravex/C/stylesheet-images/caution.gif +share/gnome/help/gnotravex/C/stylesheet-images/home.gif +share/gnome/help/gnotravex/C/stylesheet-images/important.gif +share/gnome/help/gnotravex/C/stylesheet-images/next.gif +share/gnome/help/gnotravex/C/stylesheet-images/note.gif +share/gnome/help/gnotravex/C/stylesheet-images/prev.gif +share/gnome/help/gnotravex/C/stylesheet-images/tip.gif +share/gnome/help/gnotravex/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnotravex/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnotravex/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnotravex/C/stylesheet-images/up.gif +share/gnome/help/gnotravex/C/stylesheet-images/warning.gif +share/gnome/help/gnotravex/C/topic.dat +share/gnome/help/gnotravex/C/usage.html +share/gnome/help/gtali/C/authors.html +share/gnome/help/gtali/C/bugs.html +share/gnome/help/gtali/C/docbook.css +share/gnome/help/gtali/C/figures/mainwindow.png +share/gnome/help/gtali/C/figures/preferences.png +share/gnome/help/gtali/C/gtali.sgml share/gnome/help/gtali/C/index.html +share/gnome/help/gtali/C/license.html +share/gnome/help/gtali/C/options.html +share/gnome/help/gtali/C/playing.html +share/gnome/help/gtali/C/strategy.html +share/gnome/help/gtali/C/stylesheet-images/caution.gif +share/gnome/help/gtali/C/stylesheet-images/home.gif +share/gnome/help/gtali/C/stylesheet-images/important.gif +share/gnome/help/gtali/C/stylesheet-images/next.gif +share/gnome/help/gtali/C/stylesheet-images/note.gif +share/gnome/help/gtali/C/stylesheet-images/prev.gif +share/gnome/help/gtali/C/stylesheet-images/tip.gif +share/gnome/help/gtali/C/stylesheet-images/toc-blank.gif +share/gnome/help/gtali/C/stylesheet-images/toc-minus.gif +share/gnome/help/gtali/C/stylesheet-images/toc-plus.gif +share/gnome/help/gtali/C/stylesheet-images/up.gif +share/gnome/help/gtali/C/stylesheet-images/warning.gif share/gnome/help/gtali/C/topic.dat share/gnome/help/gtali/da/index.html share/gnome/help/gtali/da/topic.dat +share/gnome/help/gturing/C/authors.html +share/gnome/help/gturing/C/docbook.css +share/gnome/help/gturing/C/figures/mainwin.png +share/gnome/help/gturing/C/gturing.sgml +share/gnome/help/gturing/C/index.html +share/gnome/help/gturing/C/license.html +share/gnome/help/gturing/C/prgfmt.html +share/gnome/help/gturing/C/stylesheet-images/caution.gif +share/gnome/help/gturing/C/stylesheet-images/home.gif +share/gnome/help/gturing/C/stylesheet-images/important.gif +share/gnome/help/gturing/C/stylesheet-images/next.gif +share/gnome/help/gturing/C/stylesheet-images/note.gif +share/gnome/help/gturing/C/stylesheet-images/prev.gif +share/gnome/help/gturing/C/stylesheet-images/tip.gif +share/gnome/help/gturing/C/stylesheet-images/toc-blank.gif +share/gnome/help/gturing/C/stylesheet-images/toc-minus.gif +share/gnome/help/gturing/C/stylesheet-images/toc-plus.gif +share/gnome/help/gturing/C/stylesheet-images/up.gif +share/gnome/help/gturing/C/stylesheet-images/warning.gif share/gnome/help/gturing/C/topic.dat +share/gnome/help/gturing/C/turingmachine.html +share/gnome/help/gturing/C/using.html +share/gnome/help/gturing/it/description.html +share/gnome/help/gturing/it/dialogs.html +share/gnome/help/gturing/it/display.html +share/gnome/help/gturing/it/docbook.css +share/gnome/help/gturing/it/figures/mainwin.png +share/gnome/help/gturing/it/gturing.sgml +share/gnome/help/gturing/it/index.html +share/gnome/help/gturing/it/ln10.html +share/gnome/help/gturing/it/prgfmt.html +share/gnome/help/gturing/it/stylesheet-images/caution.gif +share/gnome/help/gturing/it/stylesheet-images/home.gif +share/gnome/help/gturing/it/stylesheet-images/important.gif +share/gnome/help/gturing/it/stylesheet-images/next.gif +share/gnome/help/gturing/it/stylesheet-images/note.gif +share/gnome/help/gturing/it/stylesheet-images/prev.gif +share/gnome/help/gturing/it/stylesheet-images/tip.gif +share/gnome/help/gturing/it/stylesheet-images/toc-blank.gif +share/gnome/help/gturing/it/stylesheet-images/toc-minus.gif +share/gnome/help/gturing/it/stylesheet-images/toc-plus.gif +share/gnome/help/gturing/it/stylesheet-images/up.gif +share/gnome/help/gturing/it/stylesheet-images/warning.gif +share/gnome/help/gturing/it/toolbar.html share/gnome/help/gturing/it/topic.dat -share/gnome/help/iagno/C/ANIMATION.png -share/gnome/help/iagno/C/BLOCK.png -share/gnome/help/iagno/C/FIRST.png -share/gnome/help/iagno/C/PLAYER.png -share/gnome/help/iagno/C/START.png share/gnome/help/iagno/C/animations.html share/gnome/help/iagno/C/bugs.html share/gnome/help/iagno/C/credits.html share/gnome/help/iagno/C/docbook.css +share/gnome/help/iagno/C/figures/ANIMATION.png +share/gnome/help/iagno/C/figures/BLOCK.png +share/gnome/help/iagno/C/figures/FIRST.png +share/gnome/help/iagno/C/figures/PLAYER.png +share/gnome/help/iagno/C/figures/START.png +share/gnome/help/iagno/C/iagno.sgml share/gnome/help/iagno/C/index.html share/gnome/help/iagno/C/license.html -share/gnome/help/iagno/C/ln7.html share/gnome/help/iagno/C/playing.html share/gnome/help/iagno/C/settings.html -share/gnome/help/iagno/C/stylesheet-images/caution.png -share/gnome/help/iagno/C/stylesheet-images/important.png -share/gnome/help/iagno/C/stylesheet-images/note.png -share/gnome/help/iagno/C/stylesheet-images/tip.png -share/gnome/help/iagno/C/stylesheet-images/warning.png +share/gnome/help/iagno/C/stylesheet-images/caution.gif +share/gnome/help/iagno/C/stylesheet-images/home.gif +share/gnome/help/iagno/C/stylesheet-images/important.gif +share/gnome/help/iagno/C/stylesheet-images/next.gif +share/gnome/help/iagno/C/stylesheet-images/note.gif +share/gnome/help/iagno/C/stylesheet-images/prev.gif +share/gnome/help/iagno/C/stylesheet-images/tip.gif +share/gnome/help/iagno/C/stylesheet-images/toc-blank.gif +share/gnome/help/iagno/C/stylesheet-images/toc-minus.gif +share/gnome/help/iagno/C/stylesheet-images/toc-plus.gif +share/gnome/help/iagno/C/stylesheet-images/up.gif +share/gnome/help/iagno/C/stylesheet-images/warning.gif share/gnome/help/iagno/C/topic.dat -share/gnome/help/samegnome/C/authors.html -share/gnome/help/samegnome/C/book1.html -share/gnome/help/samegnome/C/bugs.html -share/gnome/help/samegnome/C/c11.html -share/gnome/help/samegnome/C/docbook.css -share/gnome/help/samegnome/C/index.html -share/gnome/help/samegnome/C/ln9.html -share/gnome/help/samegnome/C/newthemes.html -share/gnome/help/samegnome/C/topic.dat -share/gnome/help/samegnome/ru/authors.html -share/gnome/help/samegnome/ru/book1.html -share/gnome/help/samegnome/ru/bugs.html -share/gnome/help/samegnome/ru/c11.html -share/gnome/help/samegnome/ru/docbook.css -share/gnome/help/samegnome/ru/index.html -share/gnome/help/samegnome/ru/ln9.html -share/gnome/help/samegnome/ru/newthemes.html -share/gnome/help/samegnome/ru/topic.dat +share/gnome/help/iagno/it/animations.html +share/gnome/help/iagno/it/bugs.html +share/gnome/help/iagno/it/credits.html +share/gnome/help/iagno/it/docbook.css +share/gnome/help/iagno/it/figures/ANIMATION.png +share/gnome/help/iagno/it/figures/BLOCK.png +share/gnome/help/iagno/it/figures/FIRST.png +share/gnome/help/iagno/it/figures/PLAYER.png +share/gnome/help/iagno/it/figures/START.png +share/gnome/help/iagno/it/iagno.sgml +share/gnome/help/iagno/it/index.html +share/gnome/help/iagno/it/license.html +share/gnome/help/iagno/it/playing.html +share/gnome/help/iagno/it/settings.html +share/gnome/help/iagno/it/stylesheet-images/caution.gif +share/gnome/help/iagno/it/stylesheet-images/home.gif +share/gnome/help/iagno/it/stylesheet-images/important.gif +share/gnome/help/iagno/it/stylesheet-images/next.gif +share/gnome/help/iagno/it/stylesheet-images/note.gif +share/gnome/help/iagno/it/stylesheet-images/prev.gif +share/gnome/help/iagno/it/stylesheet-images/tip.gif +share/gnome/help/iagno/it/stylesheet-images/toc-blank.gif +share/gnome/help/iagno/it/stylesheet-images/toc-minus.gif +share/gnome/help/iagno/it/stylesheet-images/toc-plus.gif +share/gnome/help/iagno/it/stylesheet-images/up.gif +share/gnome/help/iagno/it/stylesheet-images/warning.gif +share/gnome/help/iagno/it/topic.dat +share/gnome/help/mahjongg/C/authors.html +share/gnome/help/mahjongg/C/bugs.html +share/gnome/help/mahjongg/C/docbook.css +share/gnome/help/mahjongg/C/figures/color.png +share/gnome/help/mahjongg/C/figures/confirm.png +share/gnome/help/mahjongg/C/figures/mahjongg.png +share/gnome/help/mahjongg/C/figures/no-match.png +share/gnome/help/mahjongg/C/figures/no-move.png +share/gnome/help/mahjongg/C/figures/preferences.png +share/gnome/help/mahjongg/C/figures/scores.png +share/gnome/help/mahjongg/C/figures/seed.png +share/gnome/help/mahjongg/C/figures/toolbar.png +share/gnome/help/mahjongg/C/index.html +share/gnome/help/mahjongg/C/license.html +share/gnome/help/mahjongg/C/mahjongg.sgml +share/gnome/help/mahjongg/C/prefs.html +share/gnome/help/mahjongg/C/stylesheet-images/caution.gif +share/gnome/help/mahjongg/C/stylesheet-images/home.gif +share/gnome/help/mahjongg/C/stylesheet-images/important.gif +share/gnome/help/mahjongg/C/stylesheet-images/next.gif +share/gnome/help/mahjongg/C/stylesheet-images/note.gif +share/gnome/help/mahjongg/C/stylesheet-images/prev.gif +share/gnome/help/mahjongg/C/stylesheet-images/tip.gif +share/gnome/help/mahjongg/C/stylesheet-images/toc-blank.gif +share/gnome/help/mahjongg/C/stylesheet-images/toc-minus.gif +share/gnome/help/mahjongg/C/stylesheet-images/toc-plus.gif +share/gnome/help/mahjongg/C/stylesheet-images/up.gif +share/gnome/help/mahjongg/C/stylesheet-images/warning.gif +share/gnome/help/mahjongg/C/topic.dat +share/gnome/help/mahjongg/C/usage.html +share/gnome/help/same-gnome/C/docbook.css +share/gnome/help/same-gnome/C/index.html +share/gnome/help/same-gnome/C/newthemes.html +share/gnome/help/same-gnome/C/same-gnome.sgml +share/gnome/help/same-gnome/C/stylesheet-images/caution.gif +share/gnome/help/same-gnome/C/stylesheet-images/home.gif +share/gnome/help/same-gnome/C/stylesheet-images/important.gif +share/gnome/help/same-gnome/C/stylesheet-images/next.gif +share/gnome/help/same-gnome/C/stylesheet-images/note.gif +share/gnome/help/same-gnome/C/stylesheet-images/prev.gif +share/gnome/help/same-gnome/C/stylesheet-images/tip.gif +share/gnome/help/same-gnome/C/stylesheet-images/toc-blank.gif +share/gnome/help/same-gnome/C/stylesheet-images/toc-minus.gif +share/gnome/help/same-gnome/C/stylesheet-images/toc-plus.gif +share/gnome/help/same-gnome/C/stylesheet-images/up.gif +share/gnome/help/same-gnome/C/stylesheet-images/warning.gif +share/gnome/help/same-gnome/C/topic.dat +share/gnome/help/same-gnome/ru/docbook.css +share/gnome/help/same-gnome/ru/index.html +share/gnome/help/same-gnome/ru/newthemes.html +share/gnome/help/same-gnome/ru/same-gnome.sgml +share/gnome/help/same-gnome/ru/stylesheet-images/caution.gif +share/gnome/help/same-gnome/ru/stylesheet-images/home.gif +share/gnome/help/same-gnome/ru/stylesheet-images/important.gif +share/gnome/help/same-gnome/ru/stylesheet-images/next.gif +share/gnome/help/same-gnome/ru/stylesheet-images/note.gif +share/gnome/help/same-gnome/ru/stylesheet-images/prev.gif +share/gnome/help/same-gnome/ru/stylesheet-images/tip.gif +share/gnome/help/same-gnome/ru/stylesheet-images/toc-blank.gif +share/gnome/help/same-gnome/ru/stylesheet-images/toc-minus.gif +share/gnome/help/same-gnome/ru/stylesheet-images/toc-plus.gif +share/gnome/help/same-gnome/ru/stylesheet-images/up.gif +share/gnome/help/same-gnome/ru/stylesheet-images/warning.gif +share/gnome/help/same-gnome/ru/topic.dat share/gnome/mime-info/gnome-stones.keys share/gnome/mime-info/gnome-stones.mime +share/gnome/omf/gnome-games/aisleriot-C.omf +share/gnome/omf/gnome-games/gataxx-C.omf +share/gnome/omf/gnome-games/gnibbles-C.omf +share/gnome/omf/gnome-games/gnobots2-C.omf +share/gnome/omf/gnome-games/gnome-mines-C.omf +share/gnome/omf/gnome-games/gnome-stones-C.omf +share/gnome/omf/gnome-games/gnotravex-C.omf +share/gnome/omf/gnome-games/gtali-C.omf +share/gnome/omf/gnome-games/gturing-C.omf +share/gnome/omf/gnome-games/gturing-it.omf +share/gnome/omf/gnome-games/iagno-C.omf +share/gnome/omf/gnome-games/iagno-it.omf +share/gnome/omf/gnome-games/mahjongg-C.omf +share/gnome/omf/gnome-games/same-gnome-C.omf +share/gnome/omf/gnome-games/same-gnome-ru.omf share/gnome/pixmaps/cards/backs/beige.png share/gnome/pixmaps/cards/backs/face.png share/gnome/pixmaps/cards/backs/grey.png @@ -283,9 +713,14 @@ share/gnome/pixmaps/gataxx/metal.png share/gnome/pixmaps/gataxx/metal2.png share/gnome/pixmaps/gataxx/shrink.png share/gnome/pixmaps/gataxx/woodtrim.png -share/gnome/pixmaps/glines.xpm -share/gnome/pixmaps/glines/ball.xpm -share/gnome/pixmaps/glines/box.xpm +share/gnome/pixmaps/glines.png +share/gnome/pixmaps/glines/ball.png +share/gnome/pixmaps/glines/black.xpm +share/gnome/pixmaps/glines/classic.png +share/gnome/pixmaps/glines/dots.png +share/gnome/pixmaps/glines/gray.xpm +share/gnome/pixmaps/glines/pulse.png +share/gnome/pixmaps/glines/woody.xpm share/gnome/pixmaps/gnibbles/gnibbles-logo.png share/gnome/pixmaps/gnibbles/gnibbles.png share/gnome/pixmaps/gnobots2/aieee.png @@ -301,6 +736,7 @@ share/gnome/pixmaps/gnome-aisleriot.png share/gnome/pixmaps/gnome-gnobots2.png share/gnome/pixmaps/gnome-gtali.png share/gnome/pixmaps/gnome-gtetris.png +share/gnome/pixmaps/gnome-gturing.png share/gnome/pixmaps/gnome-mahjongg.png share/gnome/pixmaps/gnome-nibbles.png share/gnome/pixmaps/gnome-stones-file.png @@ -351,43 +787,78 @@ share/gnome/pixmaps/mahjongg/bg/bg4.png share/gnome/pixmaps/mahjongg/default.png share/gnome/pixmaps/mahjongg/seta.png share/gnome/pixmaps/same-gnome/blink-sync.png +share/gnome/pixmaps/same-gnome/glass.png share/gnome/pixmaps/same-gnome/marbles.png share/gnome/pixmaps/same-gnome/planets.png share/gnome/pixmaps/same-gnome/rotate.png share/gnome/pixmaps/same-gnome/stones.png share/gnome/pixmaps/xbill.png +share/gnome/sol-games/agnes.scm share/gnome/sol-games/auld_lang_syne.scm +share/gnome/sol-games/bakers_dozen.scm +share/gnome/sol-games/bakers_game.scm share/gnome/sol-games/beleaguered_castle.scm +share/gnome/sol-games/block_ten.scm share/gnome/sol-games/bristol.scm share/gnome/sol-games/camelot.scm share/gnome/sol-games/canfield.scm share/gnome/sol-games/clock.scm +share/gnome/sol-games/cover.scm +share/gnome/sol-games/diamond_mine.scm share/gnome/sol-games/doublets.scm share/gnome/sol-games/eagle_wing.scm +share/gnome/sol-games/easthaven.scm +share/gnome/sol-games/eight_off.scm share/gnome/sol-games/elevator.scm +share/gnome/sol-games/escalator.scm share/gnome/sol-games/first_law.scm +share/gnome/sol-games/fortress.scm share/gnome/sol-games/fortunes.scm share/gnome/sol-games/fourteen.scm share/gnome/sol-games/freecell.scm +share/gnome/sol-games/gay_gordons.scm +share/gnome/sol-games/glenwood.scm +share/gnome/sol-games/golf.scm +share/gnome/sol-games/gypsy.scm +share/gnome/sol-games/helsinki.scm share/gnome/sol-games/hopscotch.scm +share/gnome/sol-games/isabel.scm +share/gnome/sol-games/jamestown.scm +share/gnome/sol-games/jumbo.scm share/gnome/sol-games/kansas.scm +share/gnome/sol-games/king_albert.scm share/gnome/sol-games/klondike.scm +share/gnome/sol-games/labyrinth.scm share/gnome/sol-games/lady_jane.scm share/gnome/sol-games/maze.scm +share/gnome/sol-games/monte_carlo.scm share/gnome/sol-games/neighbor.scm share/gnome/sol-games/odessa.scm share/gnome/sol-games/osmosis.scm +share/gnome/sol-games/peek.scm share/gnome/sol-games/pileon.scm +share/gnome/sol-games/poker.scm +share/gnome/sol-games/quatorze.scm share/gnome/sol-games/royal_east.scm share/gnome/sol-games/scorpion.scm +share/gnome/sol-games/scuffle.scm +share/gnome/sol-games/seahaven.scm +share/gnome/sol-games/sir_tommy.scm share/gnome/sol-games/sol.scm share/gnome/sol-games/spider.scm +share/gnome/sol-games/spiderette.scm share/gnome/sol-games/straight_up.scm +share/gnome/sol-games/streets_and_alleys.scm share/gnome/sol-games/thieves.scm share/gnome/sol-games/thirteen.scm share/gnome/sol-games/thumb_and_pouch.scm +share/gnome/sol-games/treize.scm share/gnome/sol-games/union_square.scm +share/gnome/sol-games/valentine.scm share/gnome/sol-games/westhaven.scm +share/gnome/sol-games/whitehead.scm +share/gnome/sol-games/will_o_the_wisp.scm +share/gnome/sol-games/yield.scm share/gnome/sol-games/yukon.scm share/gnome/sol-games/zebra.scm share/gnome/sounds/gataxx/flip-piece.wav @@ -504,7 +975,9 @@ share/locale/pl/LC_MESSAGES/gnome-games.mo share/locale/pt/LC_MESSAGES/gnome-games.mo share/locale/pt_BR/LC_MESSAGES/gnome-games.mo share/locale/ru/LC_MESSAGES/gnome-games.mo +share/locale/sk/LC_MESSAGES/gnome-games.mo share/locale/sv/LC_MESSAGES/gnome-games.mo +share/locale/tr/LC_MESSAGES/gnome-games.mo share/locale/uk/LC_MESSAGES/gnome-games.mo share/locale/wa/LC_MESSAGES/gnome-games.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-games.mo @@ -539,23 +1012,66 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo @dirrm share/gnome/pixmaps/cards/honors @dirrm share/gnome/pixmaps/cards/backs @dirrm share/gnome/pixmaps/cards -@dirrm share/gnome/help/samegnome/ru -@dirrm share/gnome/help/samegnome/C -@dirrm share/gnome/help/samegnome +@dirrm share/gnome/omf/gnome-games +@dirrm share/gnome/help/same-gnome/ru/stylesheet-images +@dirrm share/gnome/help/same-gnome/ru/figures +@dirrm share/gnome/help/same-gnome/ru +@dirrm share/gnome/help/same-gnome/C/stylesheet-images +@dirrm share/gnome/help/same-gnome/C/figures +@dirrm share/gnome/help/same-gnome/C +@dirrm share/gnome/help/same-gnome +@dirrm share/gnome/help/mahjongg/C/stylesheet-images +@dirrm share/gnome/help/mahjongg/C/figures +@dirrm share/gnome/help/mahjongg/C +@dirrm share/gnome/help/mahjongg +@dirrm share/gnome/help/iagno/it/stylesheet-images +@dirrm share/gnome/help/iagno/it/figures +@dirrm share/gnome/help/iagno/it @dirrm share/gnome/help/iagno/C/stylesheet-images +@dirrm share/gnome/help/iagno/C/figures @dirrm share/gnome/help/iagno/C @dirrm share/gnome/help/iagno +@dirrm share/gnome/help/gturing/it/stylesheet-images +@dirrm share/gnome/help/gturing/it/figures @dirrm share/gnome/help/gturing/it +@dirrm share/gnome/help/gturing/C/stylesheet-images +@dirrm share/gnome/help/gturing/C/figures @dirrm share/gnome/help/gturing/C @dirrm share/gnome/help/gturing @dirrm share/gnome/help/gtali/da +@dirrm share/gnome/help/gtali/C/stylesheet-images +@dirrm share/gnome/help/gtali/C/figures @dirrm share/gnome/help/gtali/C @dirrm share/gnome/help/gtali +@dirrm share/gnome/help/gnotravex/C/stylesheet-images +@dirrm share/gnome/help/gnotravex/C/figures +@dirrm share/gnome/help/gnotravex/C +@dirrm share/gnome/help/gnotravex +@dirrm share/gnome/help/gnome-stones/C/stylesheet-images +@dirrm share/gnome/help/gnome-stones/C/figures +@dirrm share/gnome/help/gnome-stones/C +@dirrm share/gnome/help/gnome-stones +@dirrm share/gnome/help/gnome-mines/C/stylesheet-images +@dirrm share/gnome/help/gnome-mines/C/figures +@dirrm share/gnome/help/gnome-mines/C +@dirrm share/gnome/help/gnome-mines @dirrm share/gnome/help/gnobots2/it @dirrm share/gnome/help/gnobots2/es @dirrm share/gnome/help/gnobots2/da +@dirrm share/gnome/help/gnobots2/C/stylesheet-images +@dirrm share/gnome/help/gnobots2/C/figures @dirrm share/gnome/help/gnobots2/C @dirrm share/gnome/help/gnobots2 +@dirrm share/gnome/help/gnibbles/C/stylesheet-images +@dirrm share/gnome/help/gnibbles/C/figures +@dirrm share/gnome/help/gnibbles/C +@dirrm share/gnome/help/gnibbles +@dirrm share/gnome/help/gataxx/C/stylesheet-images +@dirrm share/gnome/help/gataxx/C/figures +@dirrm share/gnome/help/gataxx/C +@dirrm share/gnome/help/gataxx +@dirrm share/gnome/help/aisleriot/C/stylesheet-images +@dirrm share/gnome/help/aisleriot/C/figures @dirrm share/gnome/help/aisleriot/C @dirrm share/gnome/help/aisleriot @dirrm share/gnome/gturing/examples diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index 13e424472868..37f463134815 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gdk-pixbuf -PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTVERSION= 0.11.0 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gdk-pixbuf diff --git a/graphics/gdk-pixbuf/distinfo b/graphics/gdk-pixbuf/distinfo index 983f2546f476..d15e5386d632 100644 --- a/graphics/gdk-pixbuf/distinfo +++ b/graphics/gdk-pixbuf/distinfo @@ -1 +1 @@ -MD5 (gdk-pixbuf-0.9.0.tar.gz) = 7cdb44cfc573fb492f203fdf1d69908c +MD5 (gdk-pixbuf-0.11.0.tar.gz) = a4a61cadff79b27c0b1e1ab6e93baf79 diff --git a/graphics/gdk-pixbuf/files/patch-aa b/graphics/gdk-pixbuf/files/patch-aa index 07fb9e2237e9..be2a0e43badc 100644 --- a/graphics/gdk-pixbuf/files/patch-aa +++ b/graphics/gdk-pixbuf/files/patch-aa @@ -1,13 +1,14 @@ ---- configure.orig Tue Nov 9 15:22:08 1999 -+++ configure Mon Nov 15 14:07:02 1999 -@@ -3078,8 +3078,8 @@ - #define USE_GMODULE 1 - EOF +--- configure.orig Thu Apr 26 18:41:47 2001 ++++ configure Fri Apr 27 16:39:52 2001 +@@ -3593,4 +3593,4 @@ - GMODULE_LIBS="`glib-config --libs gmodule`" - GMODULE_FLAGS="`glib-config --cflags gmodule`" + GMODULE_LIBS="`$GLIB_CONFIG --libs gmodule`" + GMODULE_FLAGS="`$GLIB_CONFIG --cflags gmodule`" - - echo "$ac_t""yes" 1>&6 +@@ -4470,3 +4470,3 @@ + if test "x$with_html_dir" = "x" ; then +- HTML_DIR='${datadir}/gnome/html' ++ HTML_DIR='${datadir}/html' + else diff --git a/graphics/gdk-pixbuf/files/patch-ac b/graphics/gdk-pixbuf/files/patch-ac index 5f4cee332a2a..17e89e54d7ee 100644 --- a/graphics/gdk-pixbuf/files/patch-ac +++ b/graphics/gdk-pixbuf/files/patch-ac @@ -1,91 +1,74 @@ ---- gdk-pixbuf/Makefile.in.orig Sun Aug 27 18:48:25 2000 -+++ gdk-pixbuf/Makefile.in Mon Aug 28 10:23:26 2000 -@@ -121,64 +121,64 @@ - # The PNG plugin. - # +--- gdk-pixbuf/Makefile.in.orig Thu Mar 1 18:19:34 2001 ++++ gdk-pixbuf/Makefile.in Wed Mar 7 18:34:01 2001 +@@ -123,4 +123,4 @@ libpixbufloader_png_la_SOURCES = io-png.c -libpixbufloader_png_la_LDFLAGS = -version-info 1:0:0 -module -libpixbufloader_png_la_LIBADD = $(LIBPNG) +libpixbufloader_png_la_LDFLAGS = -avoid-version -module +libpixbufloader_png_la_LIBADD = $(LIBPNG) libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) - # - # The JPEG loader - # +@@ -130,4 +130,4 @@ libpixbufloader_jpeg_la_SOURCES = io-jpeg.c -libpixbufloader_jpeg_la_LDFLAGS = -version-info 1:0:0 -module -libpixbufloader_jpeg_la_LIBADD = $(LIBJPEG) +libpixbufloader_jpeg_la_LDFLAGS = -avoid-version -module +libpixbufloader_jpeg_la_LIBADD = $(LIBJPEG) libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) - # - # The XPM loader - # +@@ -137,4 +137,4 @@ libpixbufloader_xpm_la_SOURCES = io-xpm.c -libpixbufloader_xpm_la_LDFLAGS = -version-info 1:0:0 -module -libpixbufloader_xpm_la_LIBADD = +libpixbufloader_xpm_la_LDFLAGS = -avoid-version -module +libpixbufloader_xpm_la_LIBADD = libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) - # - # The GIF loader - # +@@ -144,4 +144,4 @@ libpixbufloader_gif_la_SOURCES = io-gif.c -libpixbufloader_gif_la_LDFLAGS = -version-info 1:0:0 -module -libpixbufloader_gif_la_LIBADD = +libpixbufloader_gif_la_LDFLAGS = -avoid-version -module +libpixbufloader_gif_la_LIBADD = libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) - # - # The ICO loader - # +@@ -151,4 +151,4 @@ libpixbufloader_ico_la_SOURCES = io-ico.c -libpixbufloader_ico_la_LDFLAGS = -version-info 1:0:0 -module -libpixbufloader_ico_la_LIBADD = +libpixbufloader_ico_la_LDFLAGS = -avoid-version -module +libpixbufloader_ico_la_LIBADD = libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) - # - # The RAS loader - # +@@ -158,4 +158,4 @@ libpixbufloader_ras_la_SOURCES = io-ras.c -libpixbufloader_ras_la_LDFLAGS = -version-info 1:0:0 -module -libpixbufloader_ras_la_LIBADD = +libpixbufloader_ras_la_LDFLAGS = -avoid-version -module +libpixbufloader_ras_la_LIBADD = libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) - # - # The TIFF loader - # +@@ -165,4 +165,4 @@ libpixbufloader_tiff_la_SOURCES = io-tiff.c -libpixbufloader_tiff_la_LDFLAGS = -version-info 1:0:0 -module -libpixbufloader_tiff_la_LIBADD = $(LIBTIFF) +libpixbufloader_tiff_la_LDFLAGS = -avoid-version -module +libpixbufloader_tiff_la_LIBADD = $(LIBTIFF) libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) - # - # The PNM loader - # +@@ -172,4 +172,4 @@ libpixbufloader_pnm_la_SOURCES = io-pnm.c -libpixbufloader_pnm_la_LDFLAGS = -version-info 1:0:0 -module -libpixbufloader_pnm_la_LIBADD = +libpixbufloader_pnm_la_LDFLAGS = -avoid-version -module +libpixbufloader_pnm_la_LIBADD = libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) - # - # The BMP loader - # +@@ -179,4 +179,4 @@ libpixbufloader_bmp_la_SOURCES = io-bmp.c -libpixbufloader_bmp_la_LDFLAGS = -version-info 1:0:0 -module -libpixbufloader_bmp_la_LIBADD = +libpixbufloader_bmp_la_LDFLAGS = -avoid-version -module +libpixbufloader_bmp_la_LIBADD = libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) - @HAVE_PNG_TRUE@PNG_LIB = libpixbufloader-png.la - -@@ -216,16 +216,16 @@ - AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\"" - +@@ -186,3 +186,3 @@ + libpixbufloader_xbm_la_SOURCES = io-xbm.c +-libpixbufloader_xbm_la_LDFLAGS = -version-info 1:0:0 -module ++libpixbufloader_xbm_la_LDFLAGS = -avoid-version -module + libpixbufloader_xbm_la_LIBADD = +@@ -227,6 +227,6 @@ LDADDS = libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS) -@INSIDE_GNOME_LIBS_TRUE@test_gdk_pixbuf_LDADD = $(LDADDS) -lgmodule -@INSIDE_GNOME_LIBS_FALSE@test_gdk_pixbuf_LDADD = $(LDADDS) $(GNOME_LIBS) -lgmodule @@ -96,13 +79,10 @@ +@INSIDE_GNOME_LIBS_TRUE@testpixbuf_LDADD = $(LDADDS) `$(GLIB_CONFIG) --libs gmodule` +@INSIDE_GNOME_LIBS_FALSE@testpixbuf_LDADD = $(LDADDS) $(GNOME_LIBS) `$(GLIB_CONFIG) --libs gmodule` @INSIDE_GNOME_LIBS_TRUE@testpixbuf_drawable_LDADD = $(LDADDS) - @INSIDE_GNOME_LIBS_FALSE@testpixbuf_drawable_LDADD = $(LDADDS) $(GNOME_LIBS) - @INSIDE_GNOME_LIBS_TRUE@testpixbuf_scale_LDADD = $(LDADDS) +@@ -235,4 +235,4 @@ @INSIDE_GNOME_LIBS_FALSE@testpixbuf_scale_LDADD = $(LDADDS) $(GNOME_LIBS) -@INSIDE_GNOME_LIBS_TRUE@testanimation_LDADD = $(LDADDS) -lgmodule -@INSIDE_GNOME_LIBS_FALSE@testanimation_LDADD = $(LDADDS) $(GNOME_LIBS) -lgmodule +@INSIDE_GNOME_LIBS_TRUE@testanimation_LDADD = $(LDADDS) `$(GLIB_CONFIG) --libs gmodule` +@INSIDE_GNOME_LIBS_FALSE@testanimation_LDADD = $(LDADDS) $(GNOME_LIBS) `$(GLIB_CONFIG) --libs gmodule` - GDK_PIXBUF_LIBS = $(GLIB_LIBS) $(GTK_LIBS) - diff --git a/graphics/gdk-pixbuf/pkg-plist b/graphics/gdk-pixbuf/pkg-plist index a6162edd75cc..ea0265e42bd5 100644 --- a/graphics/gdk-pixbuf/pkg-plist +++ b/graphics/gdk-pixbuf/pkg-plist @@ -16,6 +16,7 @@ lib/gdk-pixbuf/loaders/libpixbufloader-png.so lib/gdk-pixbuf/loaders/libpixbufloader-pnm.so lib/gdk-pixbuf/loaders/libpixbufloader-ras.so lib/gdk-pixbuf/loaders/libpixbufloader-tiff.so +lib/gdk-pixbuf/loaders/libpixbufloader-xbm.so lib/gdk-pixbuf/loaders/libpixbufloader-xpm.so lib/libgdk_pixbuf.a lib/libgdk_pixbuf.so @@ -27,11 +28,6 @@ lib/libgnomecanvaspixbuf.a lib/libgnomecanvaspixbuf.so lib/libgnomecanvaspixbuf.so.1 share/aclocal/gdk-pixbuf.m4 -share/gnome/html/gdk-pixbuf-decl.txt -share/gnome/html/gdk-pixbuf-sections.txt -share/gnome/html/gdk-pixbuf.hierarchy -share/gnome/html/gdk-pixbuf.html -share/gnome/html/gdk-pixbuf.types share/gnome/html/gdk-pixbuf/a2605.html share/gnome/html/gdk-pixbuf/a3640.html share/gnome/html/gdk-pixbuf/a3652.html @@ -56,6 +52,7 @@ share/gnome/html/gdk-pixbuf/gdk-pixbuf-util.html share/gnome/html/gdk-pixbuf/gdkpixbufloader.html share/gnome/html/gdk-pixbuf/gnomecanvaspixbuf.html share/gnome/html/gdk-pixbuf/index.html +share/gnome/html/gdk-pixbuf/index.sgml share/gnome/html/gdk-pixbuf/license.html share/gnome/html/gdk-pixbuf/r15.html share/gnome/html/gdk-pixbuf/r27.html @@ -70,6 +67,6 @@ share/gnome/html/gdk-pixbuf/x3735.html share/gnome/html/gdk-pixbuf/x3765.html share/gnome/html/gdk-pixbuf/x3787.html @dirrm share/gnome/html/gdk-pixbuf -@dirrm include/gdk-pixbuf @dirrm lib/gdk-pixbuf/loaders @dirrm lib/gdk-pixbuf +@dirrm include/gdk-pixbuf diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 197e5eb9e8f5..277ff03411f5 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= imlib -PORTVERSION= 1.9.9 +PORTVERSION= 1.9.10 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/imlib diff --git a/graphics/imlib/distinfo b/graphics/imlib/distinfo index f4c4847e6294..bb81fe7a4cf4 100644 --- a/graphics/imlib/distinfo +++ b/graphics/imlib/distinfo @@ -1 +1 @@ -MD5 (imlib-1.9.9.tar.gz) = 19debabef3175e36d33bc3e357ed3f9b +MD5 (imlib-1.9.10.tar.gz) = 47323fff0f9209abd2fc0f738d63424e diff --git a/graphics/imlib/files/patch-Imlib_Makefile.in b/graphics/imlib/files/patch-Imlib_Makefile.in index 93ecfd6dbb7e..dfb4091a2bed 100644 --- a/graphics/imlib/files/patch-Imlib_Makefile.in +++ b/graphics/imlib/files/patch-Imlib_Makefile.in @@ -1,11 +1,7 @@ ---- Imlib/Makefile.in.orig Thu Feb 15 12:46:40 2001 -+++ Imlib/Makefile.in Thu Mar 22 14:57:27 2001 -@@ -124,7 +124,7 @@ - libImlib_la_SOURCES = cache.c colors.c load.c misc.c rend.c utils.c save.c snprintf.c +--- Imlib/Makefile.in.orig Tue Mar 27 22:21:27 2001 ++++ Imlib/Makefile.in Tue Apr 3 13:12:00 2001 +@@ -126,3 +126,3 @@ - --libImlib_la_LDFLAGS = -version-info 10:9:9 +-libImlib_la_LDFLAGS = -version-info 10:10:9 +libImlib_la_LDFLAGS = -version-info 5:0:0 #libImlib_la_LDDADD = $(SUPPORT_LIBS) - libImlib_la_LIBADD = $(SUPPORT_LIBS) - diff --git a/graphics/imlib/files/patch-Makefile.in b/graphics/imlib/files/patch-Makefile.in new file mode 100644 index 000000000000..77878954f2a7 --- /dev/null +++ b/graphics/imlib/files/patch-Makefile.in @@ -0,0 +1,24 @@ +--- Makefile.in.orig Tue Mar 27 22:21:26 2001 ++++ Makefile.in Tue Apr 3 13:22:57 2001 +@@ -109,4 +109,2 @@ + +-pkgconfigdir = $(libdir)/pkgconfig +-pkgconfig_DATA = imlib.pc imlibgdk.pc + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -117,3 +115,3 @@ + +-DATA = $(m4data_DATA) $(pkgconfig_DATA) ++DATA = $(m4data_DATA) + +@@ -402,3 +400,3 @@ + +-install-data-am: install-m4dataDATA install-pkgconfigDATA ++install-data-am: install-m4dataDATA + install-data: install-data-recursive +@@ -417,4 +415,4 @@ + installdirs-am: +- $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(m4datadir) \ +- $(DESTDIR)$(pkgconfigdir) ++ $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(m4datadir) ++ + diff --git a/graphics/imlib/files/patch-gdk__imlib_Makefile.in b/graphics/imlib/files/patch-gdk__imlib_Makefile.in index c36ef0a8b1c0..4e28d8e1926f 100644 --- a/graphics/imlib/files/patch-gdk__imlib_Makefile.in +++ b/graphics/imlib/files/patch-gdk__imlib_Makefile.in @@ -1,13 +1,9 @@ ---- gdk_imlib/Makefile.in.orig Thu Feb 15 12:46:34 2001 -+++ gdk_imlib/Makefile.in Thu Mar 22 14:58:49 2001 -@@ -151,8 +151,8 @@ - libgdk_imlib_la_SOURCES = cache.c colors.c globals.c load.c misc.c rend.c utils.c save.c modules.c +--- gdk_imlib/Makefile.in.orig Tue Mar 27 22:21:26 2001 ++++ gdk_imlib/Makefile.in Tue Apr 3 13:14:15 2001 +@@ -153,4 +153,4 @@ - --libgdk_imlib_la_LDFLAGS = -version-info 10:9:9 +-libgdk_imlib_la_LDFLAGS = -version-info 10:10:9 -libgdk_imlib_la_LIBADD = $(GMODULE_LIBS) +libgdk_imlib_la_LDFLAGS = -export-dynamic -version-info 5:0:0 +libgdk_imlib_la_LIBADD = $(GTK_LIBS) $(SUPPORT_LIBS) - include_HEADERS = gdk_imlib.h gdk_imlib_private.h gdk_imlib_types.h - diff --git a/misc/Makefile b/misc/Makefile index 5e4620588edc..c7069cafb3f7 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -58,7 +58,7 @@ SUBDIR += git SUBDIR += gman SUBDIR += gnomepm - SUBDIR += gnomeusersguide + SUBDIR += gnomeuserdocs SUBDIR += gnomeutils SUBDIR += gnuls SUBDIR += gone diff --git a/misc/gnomeusersguide/Makefile b/misc/gnome-user-docs/Makefile index c6ec6b4c5f06..663d37ca52bb 100644 --- a/misc/gnomeusersguide/Makefile +++ b/misc/gnome-user-docs/Makefile @@ -1,16 +1,16 @@ -# New ports collection makefile for: gnomeusersguide -# Date created: 02 August 1999 -# Whom: Yukihiro Nakai <Nacai@iname.com> +# New ports collection makefile for: gnomeuserdocs +# Date created: 27th February 2001 +# Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= gnomeusersguide -PORTVERSION= 1.2 +PORTNAME= gnomeuserdocs +PORTVERSION= 1.4.1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/users-guide -DISTNAME= users-guide-${PORTVERSION} +MASTER_SITE_SUBDIR= stable/sources/gnome-user-docs +DISTNAME= gnome-user-docs-${PORTVERSION} MAINTAINER= ade@FreeBSD.org @@ -20,7 +20,7 @@ USE_GNOME= yes GNU_CONFIGURE= yes pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ diff --git a/misc/gnome-user-docs/distinfo b/misc/gnome-user-docs/distinfo new file mode 100644 index 000000000000..f65a83b68961 --- /dev/null +++ b/misc/gnome-user-docs/distinfo @@ -0,0 +1 @@ +MD5 (gnome-user-docs-1.4.1.tar.gz) = f680f5da316d5e93fc1e129acdcbeca3 diff --git a/misc/gnomeusersguide/pkg-comment b/misc/gnome-user-docs/pkg-comment index 72ae1cfcdfee..72ae1cfcdfee 100644 --- a/misc/gnomeusersguide/pkg-comment +++ b/misc/gnome-user-docs/pkg-comment diff --git a/misc/gnomeusersguide/pkg-descr b/misc/gnome-user-docs/pkg-descr index 72ae1cfcdfee..72ae1cfcdfee 100644 --- a/misc/gnomeusersguide/pkg-descr +++ b/misc/gnome-user-docs/pkg-descr diff --git a/misc/gnome-user-docs/pkg-plist b/misc/gnome-user-docs/pkg-plist new file mode 100644 index 000000000000..9224edbbad2f --- /dev/null +++ b/misc/gnome-user-docs/pkg-plist @@ -0,0 +1,846 @@ +share/gnome/help/glossary/C/docbook.css +share/gnome/help/glossary/C/glossary.sgml +share/gnome/help/glossary/C/index.html +share/gnome/help/glossary/C/stylesheet-images/caution.gif +share/gnome/help/glossary/C/stylesheet-images/home.gif +share/gnome/help/glossary/C/stylesheet-images/important.gif +share/gnome/help/glossary/C/stylesheet-images/next.gif +share/gnome/help/glossary/C/stylesheet-images/note.gif +share/gnome/help/glossary/C/stylesheet-images/prev.gif +share/gnome/help/glossary/C/stylesheet-images/tip.gif +share/gnome/help/glossary/C/stylesheet-images/toc-blank.gif +share/gnome/help/glossary/C/stylesheet-images/toc-minus.gif +share/gnome/help/glossary/C/stylesheet-images/toc-plus.gif +share/gnome/help/glossary/C/stylesheet-images/up.gif +share/gnome/help/glossary/C/stylesheet-images/warning.gif +share/gnome/help/gnome-users-guide/C/aboutug.html +share/gnome/help/gnome-users-guide/C/alf.html +share/gnome/help/gnome-users-guide/C/amusements.html +share/gnome/help/gnome-users-guide/C/appendix2.html +share/gnome/help/gnome-users-guide/C/appletadd.html +share/gnome/help/gnome-users-guide/C/applets.html +share/gnome/help/gnome-users-guide/C/authors.html +share/gnome/help/gnome-users-guide/C/authors.sgml +share/gnome/help/gnome-users-guide/C/clock-applets.html +share/gnome/help/gnome-users-guide/C/custom.html +share/gnome/help/gnome-users-guide/C/desk.html +share/gnome/help/gnome-users-guide/C/deskareas.html +share/gnome/help/gnome-users-guide/C/deskmenus.html +share/gnome/help/gnome-users-guide/C/desktop-intro.html +share/gnome/help/gnome-users-guide/C/desktop.sgml +share/gnome/help/gnome-users-guide/C/deskuse.html +share/gnome/help/gnome-users-guide/C/devices.html +share/gnome/help/gnome-users-guide/C/doc-handlers.html +share/gnome/help/gnome-users-guide/C/docbook.css +share/gnome/help/gnome-users-guide/C/drawers.html +share/gnome/help/gnome-users-guide/C/fdl.html +share/gnome/help/gnome-users-guide/C/fdl.sgml +share/gnome/help/gnome-users-guide/C/figures/anotherclock-applet.png +share/gnome/help/gnome-users-guide/C/figures/anotherclock-properties.png +share/gnome/help/gnome-users-guide/C/figures/applet_props_dialog.png +share/gnome/help/gnome-users-guide/C/figures/asclock_applet.png +share/gnome/help/gnome-users-guide/C/figures/asclock_settings.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-ac-online-25-20.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-graph.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-general.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-graph.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-messages.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-readout.png +share/gnome/help/gnome-users-guide/C/figures/bg-capplet.png +share/gnome/help/gnome-users-guide/C/figures/border1.png +share/gnome/help/gnome-users-guide/C/figures/cdplayer_applet.png +share/gnome/help/gnome-users-guide/C/figures/charpick_applet.png +share/gnome/help/gnome-users-guide/C/figures/charpick_applet_settings.png +share/gnome/help/gnome-users-guide/C/figures/charpick_characters.png +share/gnome/help/gnome-users-guide/C/figures/clock_applet.png +share/gnome/help/gnome-users-guide/C/figures/clock_settings.png +share/gnome/help/gnome-users-guide/C/figures/clockmail-prefs-general.png +share/gnome/help/gnome-users-guide/C/figures/clockmail-prefs-theme.png +share/gnome/help/gnome-users-guide/C/figures/clockmail_applet.png +share/gnome/help/gnome-users-guide/C/figures/cpuload-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/cpuload-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/cpuload-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/cpuload-applet.png +share/gnome/help/gnome-users-guide/C/figures/cpumemusage-applet.png +share/gnome/help/gnome-users-guide/C/figures/create_launcher.png +share/gnome/help/gnome-users-guide/C/figures/custicon.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-fig.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-properties-advanced-fig.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-properties-geometry-fig.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-properties-tasks-fig.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-properties.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-tasklist-fig.png +share/gnome/help/gnome-users-guide/C/figures/diskusage-applet-prefs.png +share/gnome/help/gnome-users-guide/C/figures/diskusage-applet.png +share/gnome/help/gnome-users-guide/C/figures/drawer_open.png +share/gnome/help/gnome-users-guide/C/figures/drawer_properties.png +share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_all.png +share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_floppy.png +share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_settings.png +share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_tooltip.png +share/gnome/help/gnome-users-guide/C/figures/example_applets.png +share/gnome/help/gnome-users-guide/C/figures/example_menu.png +share/gnome/help/gnome-users-guide/C/figures/example_panel.png +share/gnome/help/gnome-users-guide/C/figures/fifteen_applet.png +share/gnome/help/gnome-users-guide/C/figures/fish_applet.png +share/gnome/help/gnome-users-guide/C/figures/fish_settings.png +share/gnome/help/gnome-users-guide/C/figures/full-1.png +share/gnome/help/gnome-users-guide/C/figures/full-2.png +share/gnome/help/gnome-users-guide/C/figures/full-3.png +share/gnome/help/gnome-users-guide/C/figures/full-4.png +share/gnome/help/gnome-users-guide/C/figures/full-5.png +share/gnome/help/gnome-users-guide/C/figures/full-6.png +share/gnome/help/gnome-users-guide/C/figures/full-desk.png +share/gnome/help/gnome-users-guide/C/figures/full.png +share/gnome/help/gnome-users-guide/C/figures/gccalf.png +share/gnome/help/gnome-users-guide/C/figures/gccappdef.png +share/gnome/help/gnome-users-guide/C/figures/gccdialog.png +share/gnome/help/gnome-users-guide/C/figures/gccedit.png +share/gnome/help/gnome-users-guide/C/figures/gcchints.png +share/gnome/help/gnome-users-guide/C/figures/gccmdi.png +share/gnome/help/gnome-users-guide/C/figures/gccmime.png +share/gnome/help/gnome-users-guide/C/figures/gccsession-props.png +share/gnome/help/gnome-users-guide/C/figures/gccsessopt.png +share/gnome/help/gnome-users-guide/C/figures/gccsound1.png +share/gnome/help/gnome-users-guide/C/figures/gccsound2.png +share/gnome/help/gnome-users-guide/C/figures/gccstartup.png +share/gnome/help/gnome-users-guide/C/figures/gccurl.png +share/gnome/help/gnome-users-guide/C/figures/geyes_applet.png +share/gnome/help/gnome-users-guide/C/figures/geyes_settings.png +share/gnome/help/gnome-users-guide/C/figures/gkb_add_list.png +share/gnome/help/gnome-users-guide/C/figures/gkb_applet.png +share/gnome/help/gnome-users-guide/C/figures/gkb_applet_settings.png +share/gnome/help/gnome-users-guide/C/figures/gkb_edit_keymap.png +share/gnome/help/gnome-users-guide/C/figures/glob_pref_anim.png +share/gnome/help/gnome-users-guide/C/figures/gnome-logo-large.png +share/gnome/help/gnome-users-guide/C/figures/gnotes-fig.png +share/gnome/help/gnome-users-guide/C/figures/gnotes-properties.png +share/gnome/help/gnome-users-guide/C/figures/gweather_applet.png +share/gnome/help/gnome-users-guide/C/figures/gweather_settings.png +share/gnome/help/gnome-users-guide/C/figures/gweather_weather.png +share/gnome/help/gnome-users-guide/C/figures/hide-button.png +share/gnome/help/gnome-users-guide/C/figures/jbc_applet.png +share/gnome/help/gnome-users-guide/C/figures/keyboard-capplet.png +share/gnome/help/gnome-users-guide/C/figures/launcher_properties_advanced.png +share/gnome/help/gnome-users-guide/C/figures/launcher_properties_basic.png +share/gnome/help/gnome-users-guide/C/figures/life-applet.png +share/gnome/help/gnome-users-guide/C/figures/link.png +share/gnome/help/gnome-users-guide/C/figures/loadavg-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/loadavg-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/loadavg-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/loadavg-applet.png +share/gnome/help/gnome-users-guide/C/figures/locbar.png +share/gnome/help/gnome-users-guide/C/figures/logout-screen.png +share/gnome/help/gnome-users-guide/C/figures/mailcheck-applet.png +share/gnome/help/gnome-users-guide/C/figures/mailcheck-properties-mailbox.png +share/gnome/help/gnome-users-guide/C/figures/mailcheck-properties-mailcheck.png +share/gnome/help/gnome-users-guide/C/figures/mainmenu_properties.png +share/gnome/help/gnome-users-guide/C/figures/memload-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/memload-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/memload-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/memload-applet.png +share/gnome/help/gnome-users-guide/C/figures/menueditor.png +share/gnome/help/gnome-users-guide/C/figures/mini-commander_applet.png +share/gnome/help/gnome-users-guide/C/figures/mini-commander_settings_general.png +share/gnome/help/gnome-users-guide/C/figures/mixer_applet.png +share/gnome/help/gnome-users-guide/C/figures/mm-button.png +share/gnome/help/gnome-users-guide/C/figures/modemlights-advpref.png +share/gnome/help/gnome-users-guide/C/figures/modemlights-prefs.png +share/gnome/help/gnome-users-guide/C/figures/modemlights.png +share/gnome/help/gnome-users-guide/C/figures/mouse-capplet.png +share/gnome/help/gnome-users-guide/C/figures/netload-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/netload-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/netload-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/netload-applet.png +share/gnome/help/gnome-users-guide/C/figures/noread.png +share/gnome/help/gnome-users-guide/C/figures/nowrite.png +share/gnome/help/gnome-users-guide/C/figures/odometer_applet.png +share/gnome/help/gnome-users-guide/C/figures/odometer_settings.png +share/gnome/help/gnome-users-guide/C/figures/odometer_themes.png +share/gnome/help/gnome-users-guide/C/figures/panel_applets.png +share/gnome/help/gnome-users-guide/C/figures/panel_lockbut.png +share/gnome/help/gnome-users-guide/C/figures/panel_logoutbut.png +share/gnome/help/gnome-users-guide/C/figures/panel_props_back.png +share/gnome/help/gnome-users-guide/C/figures/panel_props_edge.png +share/gnome/help/gnome-users-guide/C/figures/panel_runbutton.png +share/gnome/help/gnome-users-guide/C/figures/panel_runprogram.png +share/gnome/help/gnome-users-guide/C/figures/panel_swallow.png +share/gnome/help/gnome-users-guide/C/figures/part-1.png +share/gnome/help/gnome-users-guide/C/figures/part-2.png +share/gnome/help/gnome-users-guide/C/figures/part-3.png +share/gnome/help/gnome-users-guide/C/figures/part.png +share/gnome/help/gnome-users-guide/C/figures/player-1.png +share/gnome/help/gnome-users-guide/C/figures/player-2.png +share/gnome/help/gnome-users-guide/C/figures/player-3.png +share/gnome/help/gnome-users-guide/C/figures/player-4.png +share/gnome/help/gnome-users-guide/C/figures/player.png +share/gnome/help/gnome-users-guide/C/figures/prefmenu.png +share/gnome/help/gnome-users-guide/C/figures/printer-fig.png +share/gnome/help/gnome-users-guide/C/figures/printer-properties.png +share/gnome/help/gnome-users-guide/C/figures/quicklaunch_applet.png +share/gnome/help/gnome-users-guide/C/figures/screensave-capplet.png +share/gnome/help/gnome-users-guide/C/figures/sidebar.png +share/gnome/help/gnome-users-guide/C/figures/soundmonitor_applet.png +share/gnome/help/gnome-users-guide/C/figures/soundmonitor_applet_settings.png +share/gnome/help/gnome-users-guide/C/figures/soundmonitor_applet_themes.png +share/gnome/help/gnome-users-guide/C/figures/soundmonitor_manager_server.png +share/gnome/help/gnome-users-guide/C/figures/status_dock.png +share/gnome/help/gnome-users-guide/C/figures/swapload-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/swapload-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/swapload-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/swapload-applet.png +share/gnome/help/gnome-users-guide/C/figures/tasklist-fig.png +share/gnome/help/gnome-users-guide/C/figures/tasklist-properties-size.png +share/gnome/help/gnome-users-guide/C/figures/tasklist-properties.png +share/gnome/help/gnome-users-guide/C/figures/tasklist-rightclick-fig.png +share/gnome/help/gnome-users-guide/C/figures/theme-select.png +share/gnome/help/gnome-users-guide/C/figures/tickastat_applet.png +share/gnome/help/gnome-users-guide/C/figures/tickastat_coredump.png +share/gnome/help/gnome-users-guide/C/figures/tickastat_loadaverage.png +share/gnome/help/gnome-users-guide/C/figures/tickastat_settings.png +share/gnome/help/gnome-users-guide/C/figures/viewmenu.png +share/gnome/help/gnome-users-guide/C/figures/viewmusic.png +share/gnome/help/gnome-users-guide/C/figures/webcontrol-applet-prefs.png +share/gnome/help/gnome-users-guide/C/figures/webcontrol-applet.png +share/gnome/help/gnome-users-guide/C/figures/whereami_applet.png +share/gnome/help/gnome-users-guide/C/figures/wm-add.png +share/gnome/help/gnome-users-guide/C/figures/wm-main.png +share/gnome/help/gnome-users-guide/C/file.html +share/gnome/help/gnome-users-guide/C/filetypes.html +share/gnome/help/gnome-users-guide/C/gccui.html +share/gnome/help/gnome-users-guide/C/globalpanelprefs.html +share/gnome/help/gnome-users-guide/C/gmenu.sgml +share/gnome/help/gnome-users-guide/C/gnome-applets.html +share/gnome/help/gnome-users-guide/C/gnome-users-guide.sgml +share/gnome/help/gnome-users-guide/C/gnomecc-authors.html +share/gnome/help/gnome-users-guide/C/gnomecc-usage.html +share/gnome/help/gnome-users-guide/C/gnomecc.html +share/gnome/help/gnome-users-guide/C/gnomecc.sgml +share/gnome/help/gnome-users-guide/C/gpl-appendix.sgml +share/gnome/help/gnome-users-guide/C/gpl-terms.html +share/gnome/help/gnome-users-guide/C/gpl.html +share/gnome/help/gnome-users-guide/C/index.html +share/gnome/help/gnome-users-guide/C/intro.html +share/gnome/help/gnome-users-guide/C/launchers.html +share/gnome/help/gnome-users-guide/C/main-menu.html +share/gnome/help/gnome-users-guide/C/mainmenu.html +share/gnome/help/gnome-users-guide/C/manage.html +share/gnome/help/gnome-users-guide/C/menus.html +share/gnome/help/gnome-users-guide/C/monitor-applets.html +share/gnome/help/gnome-users-guide/C/multimedia-applets.html +share/gnome/help/gnome-users-guide/C/multimedia-intro.html +share/gnome/help/gnome-users-guide/C/nautilus-user-manual.sgml +share/gnome/help/gnome-users-guide/C/nautilus.html +share/gnome/help/gnome-users-guide/C/nav.html +share/gnome/help/gnome-users-guide/C/network-applets.html +share/gnome/help/gnome-users-guide/C/new-dirs.html +share/gnome/help/gnome-users-guide/C/new-file.html +share/gnome/help/gnome-users-guide/C/new-mount.html +share/gnome/help/gnome-users-guide/C/newbies.html +share/gnome/help/gnome-users-guide/C/panel-authors.html +share/gnome/help/gnome-users-guide/C/panel-chap.html +share/gnome/help/gnome-users-guide/C/panel.sgml +share/gnome/help/gnome-users-guide/C/panelbasics.html +share/gnome/help/gnome-users-guide/C/panelbugs.html +share/gnome/help/gnome-users-guide/C/panelmove.html +share/gnome/help/gnome-users-guide/C/panelproperties.html +share/gnome/help/gnome-users-guide/C/peripherals.html +share/gnome/help/gnome-users-guide/C/primer-permissions.html +share/gnome/help/gnome-users-guide/C/quickstart.html +share/gnome/help/gnome-users-guide/C/search.html +share/gnome/help/gnome-users-guide/C/services.html +share/gnome/help/gnome-users-guide/C/session.html +share/gnome/help/gnome-users-guide/C/shortcuts.html +share/gnome/help/gnome-users-guide/C/specialobjects.html +share/gnome/help/gnome-users-guide/C/stylesheet-images/caution.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/home.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/important.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/next.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/note.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/prev.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/tip.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/up.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/warning.gif +share/gnome/help/gnome-users-guide/C/symlinks.html +share/gnome/help/gnome-users-guide/C/ug-applets.sgml +share/gnome/help/gnome-users-guide/C/unix-primer.sgml +share/gnome/help/gnome-users-guide/C/utility-applets.html +share/gnome/help/gnome-users-guide/C/wheeler.sgml +share/gnome/help/gnome-users-guide/C/wm.html +share/gnome/help/gnome-users-guide/C/wmchange.html +share/gnome/help/gnome-users-guide/C/wms.sgml +share/gnome/help/gnome-users-guide/C/x11.html +share/gnome/help/gnome-users-guide/es/a9134.html +share/gnome/help/gnome-users-guide/es/aboutug.html +share/gnome/help/gnome-users-guide/es/amusements.html +share/gnome/help/gnome-users-guide/es/appendix2.html +share/gnome/help/gnome-users-guide/es/appletadd.html +share/gnome/help/gnome-users-guide/es/applets.html +share/gnome/help/gnome-users-guide/es/authors.html +share/gnome/help/gnome-users-guide/es/authors.sgml +share/gnome/help/gnome-users-guide/es/clock-applets.html +share/gnome/help/gnome-users-guide/es/custom.html +share/gnome/help/gnome-users-guide/es/desk.html +share/gnome/help/gnome-users-guide/es/deskareas.html +share/gnome/help/gnome-users-guide/es/deskmenus.html +share/gnome/help/gnome-users-guide/es/desktop-intro.html +share/gnome/help/gnome-users-guide/es/desktop.sgml +share/gnome/help/gnome-users-guide/es/deskuse.html +share/gnome/help/gnome-users-guide/es/devices.html +share/gnome/help/gnome-users-guide/es/doc-handlers.html +share/gnome/help/gnome-users-guide/es/docbook.css +share/gnome/help/gnome-users-guide/es/drawers.html +share/gnome/help/gnome-users-guide/es/fdl-es.html +share/gnome/help/gnome-users-guide/es/fdl.html +share/gnome/help/gnome-users-guide/es/fdl.sgml +share/gnome/help/gnome-users-guide/es/figures/CPULoad.png +share/gnome/help/gnome-users-guide/es/figures/MEMLoad.png +share/gnome/help/gnome-users-guide/es/figures/NETLoad.png +share/gnome/help/gnome-users-guide/es/figures/SWAPLoad.png +share/gnome/help/gnome-users-guide/es/figures/anotherclock-applet.png +share/gnome/help/gnome-users-guide/es/figures/anotherclock-properties.png +share/gnome/help/gnome-users-guide/es/figures/applet_props_dialog.png +share/gnome/help/gnome-users-guide/es/figures/asclock_applet.png +share/gnome/help/gnome-users-guide/es/figures/asclock_settings.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-ac-online-25-20.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-general.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-graph.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-general.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-graph.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-messages.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-readout.png +share/gnome/help/gnome-users-guide/es/figures/bg-capplet.png +share/gnome/help/gnome-users-guide/es/figures/border1.png +share/gnome/help/gnome-users-guide/es/figures/border2.png +share/gnome/help/gnome-users-guide/es/figures/cal-props.png +share/gnome/help/gnome-users-guide/es/figures/calday.png +share/gnome/help/gnome-users-guide/es/figures/calmonth.png +share/gnome/help/gnome-users-guide/es/figures/calweek.png +share/gnome/help/gnome-users-guide/es/figures/calyear.png +share/gnome/help/gnome-users-guide/es/figures/cdapplet.png +share/gnome/help/gnome-users-guide/es/figures/cdplayer_applet.png +share/gnome/help/gnome-users-guide/es/figures/charpick_applet.png +share/gnome/help/gnome-users-guide/es/figures/charpick_applet_settings.png +share/gnome/help/gnome-users-guide/es/figures/charpick_characters.png +share/gnome/help/gnome-users-guide/es/figures/clock.png +share/gnome/help/gnome-users-guide/es/figures/clock_applet.png +share/gnome/help/gnome-users-guide/es/figures/clock_settings.png +share/gnome/help/gnome-users-guide/es/figures/clockmail-prefs-general.png +share/gnome/help/gnome-users-guide/es/figures/clockmail-prefs-theme.png +share/gnome/help/gnome-users-guide/es/figures/clockmail_applet.png +share/gnome/help/gnome-users-guide/es/figures/control-center.png +share/gnome/help/gnome-users-guide/es/figures/cpuload-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/cpuload-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/cpuload-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/cpuload-applet.png +share/gnome/help/gnome-users-guide/es/figures/cpumem-applet.png +share/gnome/help/gnome-users-guide/es/figures/cpumemusage-applet.png +share/gnome/help/gnome-users-guide/es/figures/create_launcher.png +share/gnome/help/gnome-users-guide/es/figures/custicon.png +share/gnome/help/gnome-users-guide/es/figures/custom-view.png +share/gnome/help/gnome-users-guide/es/figures/desk-guide-props.png +share/gnome/help/gnome-users-guide/es/figures/desk-guide.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-fig.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-properties-advanced-fig.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-properties-geometry-fig.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-properties-tasks-fig.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-properties.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-tasklist-fig.png +share/gnome/help/gnome-users-guide/es/figures/diskusage-applet-prefs.png +share/gnome/help/gnome-users-guide/es/figures/diskusage-applet.png +share/gnome/help/gnome-users-guide/es/figures/diskuse-applet-props.png +share/gnome/help/gnome-users-guide/es/figures/diskuse-applet.png +share/gnome/help/gnome-users-guide/es/figures/drawer.png +share/gnome/help/gnome-users-guide/es/figures/drawer_open.png +share/gnome/help/gnome-users-guide/es/figures/drawer_properties.png +share/gnome/help/gnome-users-guide/es/figures/drive-prefs.png +share/gnome/help/gnome-users-guide/es/figures/drive.png +share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_all.png +share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_floppy.png +share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_settings.png +share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_tooltip.png +share/gnome/help/gnome-users-guide/es/figures/example_applets.png +share/gnome/help/gnome-users-guide/es/figures/example_menu.png +share/gnome/help/gnome-users-guide/es/figures/example_panel.png +share/gnome/help/gnome-users-guide/es/figures/fifteen_applet.png +share/gnome/help/gnome-users-guide/es/figures/fileprops.png +share/gnome/help/gnome-users-guide/es/figures/fish_applet.png +share/gnome/help/gnome-users-guide/es/figures/fish_settings.png +share/gnome/help/gnome-users-guide/es/figures/full-1.png +share/gnome/help/gnome-users-guide/es/figures/full-2.png +share/gnome/help/gnome-users-guide/es/figures/full-3.png +share/gnome/help/gnome-users-guide/es/figures/full-4.png +share/gnome/help/gnome-users-guide/es/figures/full-5.png +share/gnome/help/gnome-users-guide/es/figures/full-6.png +share/gnome/help/gnome-users-guide/es/figures/full-desk.png +share/gnome/help/gnome-users-guide/es/figures/full.png +share/gnome/help/gnome-users-guide/es/figures/gcalc-fig.png +share/gnome/help/gnome-users-guide/es/figures/gcalcfig.png +share/gnome/help/gnome-users-guide/es/figures/gcc-session.png +share/gnome/help/gnome-users-guide/es/figures/gccalf.png +share/gnome/help/gnome-users-guide/es/figures/gccappdef.png +share/gnome/help/gnome-users-guide/es/figures/gccappdefs.png +share/gnome/help/gnome-users-guide/es/figures/gccdialog.png +share/gnome/help/gnome-users-guide/es/figures/gccdialogs.png +share/gnome/help/gnome-users-guide/es/figures/gccedit.png +share/gnome/help/gnome-users-guide/es/figures/gcchints.png +share/gnome/help/gnome-users-guide/es/figures/gccmdi.png +share/gnome/help/gnome-users-guide/es/figures/gccmime.png +share/gnome/help/gnome-users-guide/es/figures/gccsession-props.png +share/gnome/help/gnome-users-guide/es/figures/gccsessopt.png +share/gnome/help/gnome-users-guide/es/figures/gccsound1.png +share/gnome/help/gnome-users-guide/es/figures/gccsound2.png +share/gnome/help/gnome-users-guide/es/figures/gccstartup.png +share/gnome/help/gnome-users-guide/es/figures/gccurl.png +share/gnome/help/gnome-users-guide/es/figures/gcolorsel-favorites.png +share/gnome/help/gnome-users-guide/es/figures/gcolorsel-search.png +share/gnome/help/gnome-users-guide/es/figures/gcolorsel-simple.png +share/gnome/help/gnome-users-guide/es/figures/gdict-prefs.png +share/gnome/help/gnome-users-guide/es/figures/gdict-spell.png +share/gnome/help/gnome-users-guide/es/figures/gdictmain.png +share/gnome/help/gnome-users-guide/es/figures/gdiskfree-prefs.png +share/gnome/help/gnome-users-guide/es/figures/gdiskfree.png +share/gnome/help/gnome-users-guide/es/figures/gdiskfreemain.png +share/gnome/help/gnome-users-guide/es/figures/gedit-capplet.png +share/gnome/help/gnome-users-guide/es/figures/geyes_applet.png +share/gnome/help/gnome-users-guide/es/figures/geyes_settings.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-another.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-badblocks.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-formatting.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-main.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-nodisk.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-nodos.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-qferror.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-successful.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-verifying.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-write-protected.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-writeprotected.png +share/gnome/help/gnome-users-guide/es/figures/gfloppyfig.png +share/gnome/help/gnome-users-guide/es/figures/gfontsel-filterwin.png +share/gnome/help/gnome-users-guide/es/figures/gfontsel-mainshot.png +share/gnome/help/gnome-users-guide/es/figures/gfontsel-shotmain.png +share/gnome/help/gnome-users-guide/es/figures/gfontselfig.png +share/gnome/help/gnome-users-guide/es/figures/gkb_add_list.png +share/gnome/help/gnome-users-guide/es/figures/gkb_applet.png +share/gnome/help/gnome-users-guide/es/figures/gkb_applet_settings.png +share/gnome/help/gnome-users-guide/es/figures/gkb_edit_keymap.png +share/gnome/help/gnome-users-guide/es/figures/glessfig.png +share/gnome/help/gnome-users-guide/es/figures/glob_pref_anim.png +share/gnome/help/gnome-users-guide/es/figures/global-config-drawer.png +share/gnome/help/gnome-users-guide/es/figures/global-config-launch.png +share/gnome/help/gnome-users-guide/es/figures/global-config-log.png +share/gnome/help/gnome-users-guide/es/figures/global-config-menu.png +share/gnome/help/gnome-users-guide/es/figures/global-config-menu2.png +share/gnome/help/gnome-users-guide/es/figures/global-config-misc.png +share/gnome/help/gnome-users-guide/es/figures/global-config.png +share/gnome/help/gnome-users-guide/es/figures/gmc1.png +share/gnome/help/gnome-users-guide/es/figures/gmc_move.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops1.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops2.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops3.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops4.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops5.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops6.png +share/gnome/help/gnome-users-guide/es/figures/gnome-logo-large.png +share/gnome/help/gnome-users-guide/es/figures/gnome-pager-props.png +share/gnome/help/gnome-users-guide/es/figures/gnome-pager.png +share/gnome/help/gnome-users-guide/es/figures/gnome-panel.png +share/gnome/help/gnome-users-guide/es/figures/gnome-startup.png +share/gnome/help/gnome-users-guide/es/figures/gnotes-fig.png +share/gnome/help/gnome-users-guide/es/figures/gnotes-properties.png +share/gnome/help/gnome-users-guide/es/figures/grun.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-gsearch.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-locate.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-mainwin.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-result.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-results.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtoolfig.png +share/gnome/help/gnome-users-guide/es/figures/gshutdown-advanced.png +share/gnome/help/gnome-users-guide/es/figures/gshutdown-preferences.png +share/gnome/help/gnome-users-guide/es/figures/gshutdownfig.png +share/gnome/help/gnome-users-guide/es/figures/gstripchart-main.png +share/gnome/help/gnome-users-guide/es/figures/gstripchart-param.png +share/gnome/help/gnome-users-guide/es/figures/gstripchart-text.png +share/gnome/help/gnome-users-guide/es/figures/gstripchartfig.png +share/gnome/help/gnome-users-guide/es/figures/gtcd-props.png +share/gnome/help/gnome-users-guide/es/figures/gtcd.png +share/gnome/help/gnome-users-guide/es/figures/gtt_mainwin.png +share/gnome/help/gnome-users-guide/es/figures/gtt_prefswin.png +share/gnome/help/gnome-users-guide/es/figures/gttfig.png +share/gnome/help/gnome-users-guide/es/figures/guname-cpuinfo.png +share/gnome/help/gnome-users-guide/es/figures/guname-diskinfo.png +share/gnome/help/gnome-users-guide/es/figures/guname-main.png +share/gnome/help/gnome-users-guide/es/figures/guname-memoryinfo.png +share/gnome/help/gnome-users-guide/es/figures/gunamefig.png +share/gnome/help/gnome-users-guide/es/figures/gw-main.png +share/gnome/help/gnome-users-guide/es/figures/gw-menuitems.png +share/gnome/help/gnome-users-guide/es/figures/gweather_applet.png +share/gnome/help/gnome-users-guide/es/figures/gweather_settings.png +share/gnome/help/gnome-users-guide/es/figures/gweather_weather.png +share/gnome/help/gnome-users-guide/es/figures/gwfig.png +share/gnome/help/gnome-users-guide/es/figures/hide-button.png +share/gnome/help/gnome-users-guide/es/figures/idetool.png +share/gnome/help/gnome-users-guide/es/figures/jbc_applet.png +share/gnome/help/gnome-users-guide/es/figures/keybell.png +share/gnome/help/gnome-users-guide/es/figures/keyboard-capplet.png +share/gnome/help/gnome-users-guide/es/figures/keyboardd-capplet.png +share/gnome/help/gnome-users-guide/es/figures/launcher-props.png +share/gnome/help/gnome-users-guide/es/figures/launcher_advprops.png +share/gnome/help/gnome-users-guide/es/figures/launcher_properties_advanced.png +share/gnome/help/gnome-users-guide/es/figures/launcher_properties_basic.png +share/gnome/help/gnome-users-guide/es/figures/launcher_props.png +share/gnome/help/gnome-users-guide/es/figures/launchers.png +share/gnome/help/gnome-users-guide/es/figures/life-applet.png +share/gnome/help/gnome-users-guide/es/figures/link.png +share/gnome/help/gnome-users-guide/es/figures/loadavg-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/loadavg-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/loadavg-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/loadavg-applet.png +share/gnome/help/gnome-users-guide/es/figures/locbar.png +share/gnome/help/gnome-users-guide/es/figures/login.png +share/gnome/help/gnome-users-guide/es/figures/logout-screen.png +share/gnome/help/gnome-users-guide/es/figures/mailcheck-applet.png +share/gnome/help/gnome-users-guide/es/figures/mailcheck-properties-mailbox.png +share/gnome/help/gnome-users-guide/es/figures/mailcheck-properties-mailcheck.png +share/gnome/help/gnome-users-guide/es/figures/mainmenu_properties.png +share/gnome/help/gnome-users-guide/es/figures/memload-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/memload-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/memload-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/memload-applet.png +share/gnome/help/gnome-users-guide/es/figures/menu-props.png +share/gnome/help/gnome-users-guide/es/figures/menu_properties.png +share/gnome/help/gnome-users-guide/es/figures/menueditor.png +share/gnome/help/gnome-users-guide/es/figures/mini-command-applet.png +share/gnome/help/gnome-users-guide/es/figures/mini-command-props.png +share/gnome/help/gnome-users-guide/es/figures/mini-command.png +share/gnome/help/gnome-users-guide/es/figures/mini-command_applet.png +share/gnome/help/gnome-users-guide/es/figures/mini-commander-general.png +share/gnome/help/gnome-users-guide/es/figures/mini-commander_applet.png +share/gnome/help/gnome-users-guide/es/figures/mini-commander_settings_general.png +share/gnome/help/gnome-users-guide/es/figures/mixapplet.png +share/gnome/help/gnome-users-guide/es/figures/mixer_applet.png +share/gnome/help/gnome-users-guide/es/figures/mm-button.png +share/gnome/help/gnome-users-guide/es/figures/modemlights-advpref.png +share/gnome/help/gnome-users-guide/es/figures/modemlights-prefs.png +share/gnome/help/gnome-users-guide/es/figures/modemlights.png +share/gnome/help/gnome-users-guide/es/figures/mouse-capplet.png +share/gnome/help/gnome-users-guide/es/figures/netload-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/netload-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/netload-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/netload-applet.png +share/gnome/help/gnome-users-guide/es/figures/noread.png +share/gnome/help/gnome-users-guide/es/figures/nowrite.png +share/gnome/help/gnome-users-guide/es/figures/odometer_applet.png +share/gnome/help/gnome-users-guide/es/figures/odometer_settings.png +share/gnome/help/gnome-users-guide/es/figures/odometer_themes.png +share/gnome/help/gnome-users-guide/es/figures/open_with.png +share/gnome/help/gnome-users-guide/es/figures/panel-prop.png +share/gnome/help/gnome-users-guide/es/figures/panel_applets.png +share/gnome/help/gnome-users-guide/es/figures/panel_lockbut.png +share/gnome/help/gnome-users-guide/es/figures/panel_logoutbut.png +share/gnome/help/gnome-users-guide/es/figures/panel_props_back.png +share/gnome/help/gnome-users-guide/es/figures/panel_props_edge.png +share/gnome/help/gnome-users-guide/es/figures/panel_runbutton.png +share/gnome/help/gnome-users-guide/es/figures/panel_runprogram.png +share/gnome/help/gnome-users-guide/es/figures/panel_swallow.png +share/gnome/help/gnome-users-guide/es/figures/part-1.png +share/gnome/help/gnome-users-guide/es/figures/part-2.png +share/gnome/help/gnome-users-guide/es/figures/part-3.png +share/gnome/help/gnome-users-guide/es/figures/part.png +share/gnome/help/gnome-users-guide/es/figures/player-1.png +share/gnome/help/gnome-users-guide/es/figures/player-2.png +share/gnome/help/gnome-users-guide/es/figures/player-3.png +share/gnome/help/gnome-users-guide/es/figures/player-4.png +share/gnome/help/gnome-users-guide/es/figures/player.png +share/gnome/help/gnome-users-guide/es/figures/prefmenu.png +share/gnome/help/gnome-users-guide/es/figures/printer-applet-props.png +share/gnome/help/gnome-users-guide/es/figures/printer-fig.png +share/gnome/help/gnome-users-guide/es/figures/printer-properties.png +share/gnome/help/gnome-users-guide/es/figures/quicklaunch.png +share/gnome/help/gnome-users-guide/es/figures/quicklaunch_applet.png +share/gnome/help/gnome-users-guide/es/figures/rubberband.png +share/gnome/help/gnome-users-guide/es/figures/run_program.png +share/gnome/help/gnome-users-guide/es/figures/run_swallow.png +share/gnome/help/gnome-users-guide/es/figures/salva.png +share/gnome/help/gnome-users-guide/es/figures/screensave-capplet.png +share/gnome/help/gnome-users-guide/es/figures/screensaver-capplet.png +share/gnome/help/gnome-users-guide/es/figures/sidebar.png +share/gnome/help/gnome-users-guide/es/figures/sound-capplet.png +share/gnome/help/gnome-users-guide/es/figures/soundmonitor_applet.png +share/gnome/help/gnome-users-guide/es/figures/soundmonitor_applet_settings.png +share/gnome/help/gnome-users-guide/es/figures/soundmonitor_applet_themes.png +share/gnome/help/gnome-users-guide/es/figures/soundmonitor_manager_server.png +share/gnome/help/gnome-users-guide/es/figures/start-capplet.png +share/gnome/help/gnome-users-guide/es/figures/status_dock.png +share/gnome/help/gnome-users-guide/es/figures/swapload-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/swapload-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/swapload-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/swapload-applet.png +share/gnome/help/gnome-users-guide/es/figures/tasklist-fig.png +share/gnome/help/gnome-users-guide/es/figures/tasklist-properties-size.png +share/gnome/help/gnome-users-guide/es/figures/tasklist-properties.png +share/gnome/help/gnome-users-guide/es/figures/tasklist-rightclick-fig.png +share/gnome/help/gnome-users-guide/es/figures/theme-capplet.png +share/gnome/help/gnome-users-guide/es/figures/theme-select.png +share/gnome/help/gnome-users-guide/es/figures/thispanel.png +share/gnome/help/gnome-users-guide/es/figures/tickastat_applet.png +share/gnome/help/gnome-users-guide/es/figures/tickastat_coredump.png +share/gnome/help/gnome-users-guide/es/figures/tickastat_loadaverage.png +share/gnome/help/gnome-users-guide/es/figures/tickastat_settings.png +share/gnome/help/gnome-users-guide/es/figures/trackeditor.png +share/gnome/help/gnome-users-guide/es/figures/url-capplet.png +share/gnome/help/gnome-users-guide/es/figures/viewmenu.png +share/gnome/help/gnome-users-guide/es/figures/viewmusic.png +share/gnome/help/gnome-users-guide/es/figures/webcontrol-applet-prefs.png +share/gnome/help/gnome-users-guide/es/figures/webcontrol-applet.png +share/gnome/help/gnome-users-guide/es/figures/whereami_applet.png +share/gnome/help/gnome-users-guide/es/figures/wm-add.png +share/gnome/help/gnome-users-guide/es/figures/wm-main.png +share/gnome/help/gnome-users-guide/es/file.html +share/gnome/help/gnome-users-guide/es/gccui.html +share/gnome/help/gnome-users-guide/es/globalpanelprefs.html +share/gnome/help/gnome-users-guide/es/gmenu.sgml +share/gnome/help/gnome-users-guide/es/gnome-applets.html +share/gnome/help/gnome-users-guide/es/gnome-users-guide.sgml +share/gnome/help/gnome-users-guide/es/gnomecc.html +share/gnome/help/gnome-users-guide/es/gnomecc.sgml +share/gnome/help/gnome-users-guide/es/gpl-appendix.sgml +share/gnome/help/gnome-users-guide/es/gpl-terms.html +share/gnome/help/gnome-users-guide/es/gpl.html +share/gnome/help/gnome-users-guide/es/gples.html +share/gnome/help/gnome-users-guide/es/index.html +share/gnome/help/gnome-users-guide/es/intro.html +share/gnome/help/gnome-users-guide/es/launchers.html +share/gnome/help/gnome-users-guide/es/licencias.html +share/gnome/help/gnome-users-guide/es/license.html +share/gnome/help/gnome-users-guide/es/main-menu.html +share/gnome/help/gnome-users-guide/es/mainmenu.html +share/gnome/help/gnome-users-guide/es/manage.html +share/gnome/help/gnome-users-guide/es/menus.html +share/gnome/help/gnome-users-guide/es/monitor-applets.html +share/gnome/help/gnome-users-guide/es/multimedia-applets.html +share/gnome/help/gnome-users-guide/es/multimedia-intro.html +share/gnome/help/gnome-users-guide/es/nautilus-user-manual.sgml +share/gnome/help/gnome-users-guide/es/nautilus.html +share/gnome/help/gnome-users-guide/es/nav.html +share/gnome/help/gnome-users-guide/es/network-applets.html +share/gnome/help/gnome-users-guide/es/new-dirs.html +share/gnome/help/gnome-users-guide/es/new-file.html +share/gnome/help/gnome-users-guide/es/new-mount.html +share/gnome/help/gnome-users-guide/es/newbies.html +share/gnome/help/gnome-users-guide/es/newbies.sgml +share/gnome/help/gnome-users-guide/es/panel-chap.html +share/gnome/help/gnome-users-guide/es/panel.sgml +share/gnome/help/gnome-users-guide/es/panelbasics.html +share/gnome/help/gnome-users-guide/es/panelbugs.html +share/gnome/help/gnome-users-guide/es/panelmove.html +share/gnome/help/gnome-users-guide/es/panelproperties.html +share/gnome/help/gnome-users-guide/es/peripherals.html +share/gnome/help/gnome-users-guide/es/permissions-1.html +share/gnome/help/gnome-users-guide/es/quickstart.html +share/gnome/help/gnome-users-guide/es/search.html +share/gnome/help/gnome-users-guide/es/services.html +share/gnome/help/gnome-users-guide/es/session.html +share/gnome/help/gnome-users-guide/es/shortcuts.html +share/gnome/help/gnome-users-guide/es/specialobjects.html +share/gnome/help/gnome-users-guide/es/stylesheet-images/caution.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/home.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/important.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/next.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/note.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/prev.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/tip.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/up.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/warning.gif +share/gnome/help/gnome-users-guide/es/symlinks.html +share/gnome/help/gnome-users-guide/es/translation.html +share/gnome/help/gnome-users-guide/es/ug-applets.sgml +share/gnome/help/gnome-users-guide/es/utility-applets.html +share/gnome/help/gnome-users-guide/es/wheeler.sgml +share/gnome/help/gnome-users-guide/es/wm.html +share/gnome/help/gnome-users-guide/es/wmchange.html +share/gnome/help/gnome-users-guide/es/wms.sgml +share/gnome/help/gnome-users-guide/es/x11.html +share/gnome/help/gnome-users-guide/es/x9142.html +share/gnome/help/gnome-users-guide/es/x9152.html +share/gnome/help/gnome-users-guide/es/x9164.html +share/gnome/help/gnome-users-guide/es/x9194.html +share/gnome/help/gnome-users-guide/es/x9222.html +share/gnome/help/gnome-users-guide/es/x9278.html +share/gnome/help/introduction-to-gnome/C/about.html +share/gnome/help/introduction-to-gnome/C/apps.html +share/gnome/help/introduction-to-gnome/C/conventions.html +share/gnome/help/introduction-to-gnome/C/customizing.html +share/gnome/help/introduction-to-gnome/C/docbook.css +share/gnome/help/introduction-to-gnome/C/feedback.html +share/gnome/help/introduction-to-gnome/C/figures/desktop.png +share/gnome/help/introduction-to-gnome/C/figures/microguiborder.png +share/gnome/help/introduction-to-gnome/C/firstglance.html +share/gnome/help/introduction-to-gnome/C/index.html +share/gnome/help/introduction-to-gnome/C/introduction-to-gnome.sgml +share/gnome/help/introduction-to-gnome/C/ln12.html +share/gnome/help/introduction-to-gnome/C/nautilus.html +share/gnome/help/introduction-to-gnome/C/otherinfo.html +share/gnome/help/introduction-to-gnome/C/stylesheet-images/caution.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/home.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/important.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/next.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/note.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/prev.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/tip.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/toc-blank.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/toc-minus.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/toc-plus.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/up.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/warning.gif +share/gnome/help/introduction-to-gnome/C/trouble.html +share/gnome/help/introduction-to-gnome/C/windows.html +share/gnome/help/introduction-to-gnome/es/about.html +share/gnome/help/introduction-to-gnome/es/apps.html +share/gnome/help/introduction-to-gnome/es/conventions.html +share/gnome/help/introduction-to-gnome/es/customizing.html +share/gnome/help/introduction-to-gnome/es/docbook.css +share/gnome/help/introduction-to-gnome/es/feedback.html +share/gnome/help/introduction-to-gnome/es/figures/desktop.png +share/gnome/help/introduction-to-gnome/es/figures/microguiborder.png +share/gnome/help/introduction-to-gnome/es/firstglance.html +share/gnome/help/introduction-to-gnome/es/index.html +share/gnome/help/introduction-to-gnome/es/introduction-to-gnome.sgml +share/gnome/help/introduction-to-gnome/es/ln15.html +share/gnome/help/introduction-to-gnome/es/nautilus.html +share/gnome/help/introduction-to-gnome/es/otherinfo.html +share/gnome/help/introduction-to-gnome/es/stylesheet-images/caution.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/home.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/important.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/next.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/note.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/prev.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/tip.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/toc-blank.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/toc-minus.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/toc-plus.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/up.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/warning.gif +share/gnome/help/introduction-to-gnome/es/trouble.html +share/gnome/help/introduction-to-gnome/es/windows.html +share/gnome/help/introduction-to-gnome/it/about.html +share/gnome/help/introduction-to-gnome/it/apps.html +share/gnome/help/introduction-to-gnome/it/conventions.html +share/gnome/help/introduction-to-gnome/it/customizing.html +share/gnome/help/introduction-to-gnome/it/docbook.css +share/gnome/help/introduction-to-gnome/it/feedback.html +share/gnome/help/introduction-to-gnome/it/figures/desktop.png +share/gnome/help/introduction-to-gnome/it/figures/microguiborder.png +share/gnome/help/introduction-to-gnome/it/firstglance.html +share/gnome/help/introduction-to-gnome/it/index.html +share/gnome/help/introduction-to-gnome/it/introduction-to-gnome.sgml +share/gnome/help/introduction-to-gnome/it/ln12.html +share/gnome/help/introduction-to-gnome/it/nautilus.html +share/gnome/help/introduction-to-gnome/it/otherinfo.html +share/gnome/help/introduction-to-gnome/it/stylesheet-images/caution.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/home.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/important.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/next.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/note.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/prev.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/tip.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/toc-blank.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/toc-minus.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/toc-plus.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/up.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/warning.gif +share/gnome/help/introduction-to-gnome/it/trouble.html +share/gnome/help/introduction-to-gnome/it/windows.html +share/gnome/help/unix-primer/C/devices.html +share/gnome/help/unix-primer/C/docbook.css +share/gnome/help/unix-primer/C/index.html +share/gnome/help/unix-primer/C/ln7.html +share/gnome/help/unix-primer/C/new-dirs.html +share/gnome/help/unix-primer/C/new-file.html +share/gnome/help/unix-primer/C/new-mount.html +share/gnome/help/unix-primer/C/new-users.html +share/gnome/help/unix-primer/C/permissions.html +share/gnome/help/unix-primer/C/stylesheet-images/caution.gif +share/gnome/help/unix-primer/C/stylesheet-images/home.gif +share/gnome/help/unix-primer/C/stylesheet-images/important.gif +share/gnome/help/unix-primer/C/stylesheet-images/next.gif +share/gnome/help/unix-primer/C/stylesheet-images/note.gif +share/gnome/help/unix-primer/C/stylesheet-images/prev.gif +share/gnome/help/unix-primer/C/stylesheet-images/tip.gif +share/gnome/help/unix-primer/C/stylesheet-images/toc-blank.gif +share/gnome/help/unix-primer/C/stylesheet-images/toc-minus.gif +share/gnome/help/unix-primer/C/stylesheet-images/toc-plus.gif +share/gnome/help/unix-primer/C/stylesheet-images/up.gif +share/gnome/help/unix-primer/C/stylesheet-images/warning.gif +share/gnome/help/unix-primer/C/symlinks.html +share/gnome/help/unix-primer/C/unix-primer.sgml +share/gnome/help/unix-primer/C/x11.html +share/gnome/help/unix-primer/es/devices.html +share/gnome/help/unix-primer/es/docbook.css +share/gnome/help/unix-primer/es/index.html +share/gnome/help/unix-primer/es/ln10.html +share/gnome/help/unix-primer/es/new-dirs.html +share/gnome/help/unix-primer/es/new-file.html +share/gnome/help/unix-primer/es/new-mount.html +share/gnome/help/unix-primer/es/new-users.html +share/gnome/help/unix-primer/es/permissions.html +share/gnome/help/unix-primer/es/stylesheet-images/caution.gif +share/gnome/help/unix-primer/es/stylesheet-images/home.gif +share/gnome/help/unix-primer/es/stylesheet-images/important.gif +share/gnome/help/unix-primer/es/stylesheet-images/next.gif +share/gnome/help/unix-primer/es/stylesheet-images/note.gif +share/gnome/help/unix-primer/es/stylesheet-images/prev.gif +share/gnome/help/unix-primer/es/stylesheet-images/tip.gif +share/gnome/help/unix-primer/es/stylesheet-images/toc-blank.gif +share/gnome/help/unix-primer/es/stylesheet-images/toc-minus.gif +share/gnome/help/unix-primer/es/stylesheet-images/toc-plus.gif +share/gnome/help/unix-primer/es/stylesheet-images/up.gif +share/gnome/help/unix-primer/es/stylesheet-images/warning.gif +share/gnome/help/unix-primer/es/symlinks.html +share/gnome/help/unix-primer/es/unix-primer.sgml +share/gnome/help/unix-primer/es/x11.html +share/gnome/omf/gnome-user-docs/glossary-C.omf +share/gnome/omf/gnome-user-docs/gnome-users-guide-C.omf +share/gnome/omf/gnome-user-docs/gnome-users-guide-es.omf +share/gnome/omf/gnome-user-docs/introduction-to-gnome-C.omf +share/gnome/omf/gnome-user-docs/introduction-to-gnome-es.omf +share/gnome/omf/gnome-user-docs/introduction-to-gnome-it.omf +share/gnome/omf/gnome-user-docs/unix-primer-C.omf +share/gnome/omf/gnome-user-docs/unix-primer-es.omf +@dirrm share/gnome/omf/gnome-user-docs +@dirrm share/gnome/help/unix-primer/es/stylesheet-images +@dirrm share/gnome/help/unix-primer/es/figures +@dirrm share/gnome/help/unix-primer/es +@dirrm share/gnome/help/unix-primer/C/stylesheet-images +@dirrm share/gnome/help/unix-primer/C/figures +@dirrm share/gnome/help/unix-primer/C +@dirrm share/gnome/help/unix-primer +@dirrm share/gnome/help/introduction-to-gnome/it/stylesheet-images +@dirrm share/gnome/help/introduction-to-gnome/it/figures +@dirrm share/gnome/help/introduction-to-gnome/it +@dirrm share/gnome/help/introduction-to-gnome/es/stylesheet-images +@dirrm share/gnome/help/introduction-to-gnome/es/figures +@dirrm share/gnome/help/introduction-to-gnome/es +@dirrm share/gnome/help/introduction-to-gnome/C/stylesheet-images +@dirrm share/gnome/help/introduction-to-gnome/C/figures +@dirrm share/gnome/help/introduction-to-gnome/C +@dirrm share/gnome/help/introduction-to-gnome +@dirrm share/gnome/help/gnome-users-guide/es/stylesheet-images +@dirrm share/gnome/help/gnome-users-guide/es/figures +@dirrm share/gnome/help/gnome-users-guide/es +@dirrm share/gnome/help/gnome-users-guide/C/stylesheet-images +@dirrm share/gnome/help/gnome-users-guide/C/figures +@dirrm share/gnome/help/gnome-users-guide/C +@dirrm share/gnome/help/gnome-users-guide +@dirrm share/gnome/help/glossary/C/stylesheet-images +@dirrm share/gnome/help/glossary/C/figures +@dirrm share/gnome/help/glossary/C +@dirrm share/gnome/help/glossary diff --git a/misc/gnomeuserdocs/Makefile b/misc/gnomeuserdocs/Makefile new file mode 100644 index 000000000000..663d37ca52bb --- /dev/null +++ b/misc/gnomeuserdocs/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gnomeuserdocs +# Date created: 27th February 2001 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gnomeuserdocs +PORTVERSION= 1.4.1 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= stable/sources/gnome-user-docs +DISTNAME= gnome-user-docs-${PORTVERSION} + +MAINTAINER= ade@FreeBSD.org + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= yes +GNU_CONFIGURE= yes + +pre-patch: + @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include <bsd.port.mk> diff --git a/misc/gnomeuserdocs/distinfo b/misc/gnomeuserdocs/distinfo new file mode 100644 index 000000000000..f65a83b68961 --- /dev/null +++ b/misc/gnomeuserdocs/distinfo @@ -0,0 +1 @@ +MD5 (gnome-user-docs-1.4.1.tar.gz) = f680f5da316d5e93fc1e129acdcbeca3 diff --git a/misc/gnomeuserdocs/pkg-comment b/misc/gnomeuserdocs/pkg-comment new file mode 100644 index 000000000000..72ae1cfcdfee --- /dev/null +++ b/misc/gnomeuserdocs/pkg-comment @@ -0,0 +1 @@ +GNOME users guide diff --git a/misc/gnomeuserdocs/pkg-descr b/misc/gnomeuserdocs/pkg-descr new file mode 100644 index 000000000000..72ae1cfcdfee --- /dev/null +++ b/misc/gnomeuserdocs/pkg-descr @@ -0,0 +1 @@ +GNOME users guide diff --git a/misc/gnomeuserdocs/pkg-plist b/misc/gnomeuserdocs/pkg-plist new file mode 100644 index 000000000000..9224edbbad2f --- /dev/null +++ b/misc/gnomeuserdocs/pkg-plist @@ -0,0 +1,846 @@ +share/gnome/help/glossary/C/docbook.css +share/gnome/help/glossary/C/glossary.sgml +share/gnome/help/glossary/C/index.html +share/gnome/help/glossary/C/stylesheet-images/caution.gif +share/gnome/help/glossary/C/stylesheet-images/home.gif +share/gnome/help/glossary/C/stylesheet-images/important.gif +share/gnome/help/glossary/C/stylesheet-images/next.gif +share/gnome/help/glossary/C/stylesheet-images/note.gif +share/gnome/help/glossary/C/stylesheet-images/prev.gif +share/gnome/help/glossary/C/stylesheet-images/tip.gif +share/gnome/help/glossary/C/stylesheet-images/toc-blank.gif +share/gnome/help/glossary/C/stylesheet-images/toc-minus.gif +share/gnome/help/glossary/C/stylesheet-images/toc-plus.gif +share/gnome/help/glossary/C/stylesheet-images/up.gif +share/gnome/help/glossary/C/stylesheet-images/warning.gif +share/gnome/help/gnome-users-guide/C/aboutug.html +share/gnome/help/gnome-users-guide/C/alf.html +share/gnome/help/gnome-users-guide/C/amusements.html +share/gnome/help/gnome-users-guide/C/appendix2.html +share/gnome/help/gnome-users-guide/C/appletadd.html +share/gnome/help/gnome-users-guide/C/applets.html +share/gnome/help/gnome-users-guide/C/authors.html +share/gnome/help/gnome-users-guide/C/authors.sgml +share/gnome/help/gnome-users-guide/C/clock-applets.html +share/gnome/help/gnome-users-guide/C/custom.html +share/gnome/help/gnome-users-guide/C/desk.html +share/gnome/help/gnome-users-guide/C/deskareas.html +share/gnome/help/gnome-users-guide/C/deskmenus.html +share/gnome/help/gnome-users-guide/C/desktop-intro.html +share/gnome/help/gnome-users-guide/C/desktop.sgml +share/gnome/help/gnome-users-guide/C/deskuse.html +share/gnome/help/gnome-users-guide/C/devices.html +share/gnome/help/gnome-users-guide/C/doc-handlers.html +share/gnome/help/gnome-users-guide/C/docbook.css +share/gnome/help/gnome-users-guide/C/drawers.html +share/gnome/help/gnome-users-guide/C/fdl.html +share/gnome/help/gnome-users-guide/C/fdl.sgml +share/gnome/help/gnome-users-guide/C/figures/anotherclock-applet.png +share/gnome/help/gnome-users-guide/C/figures/anotherclock-properties.png +share/gnome/help/gnome-users-guide/C/figures/applet_props_dialog.png +share/gnome/help/gnome-users-guide/C/figures/asclock_applet.png +share/gnome/help/gnome-users-guide/C/figures/asclock_settings.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-ac-online-25-20.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-graph.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-general.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-graph.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-messages.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-readout.png +share/gnome/help/gnome-users-guide/C/figures/bg-capplet.png +share/gnome/help/gnome-users-guide/C/figures/border1.png +share/gnome/help/gnome-users-guide/C/figures/cdplayer_applet.png +share/gnome/help/gnome-users-guide/C/figures/charpick_applet.png +share/gnome/help/gnome-users-guide/C/figures/charpick_applet_settings.png +share/gnome/help/gnome-users-guide/C/figures/charpick_characters.png +share/gnome/help/gnome-users-guide/C/figures/clock_applet.png +share/gnome/help/gnome-users-guide/C/figures/clock_settings.png +share/gnome/help/gnome-users-guide/C/figures/clockmail-prefs-general.png +share/gnome/help/gnome-users-guide/C/figures/clockmail-prefs-theme.png +share/gnome/help/gnome-users-guide/C/figures/clockmail_applet.png +share/gnome/help/gnome-users-guide/C/figures/cpuload-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/cpuload-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/cpuload-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/cpuload-applet.png +share/gnome/help/gnome-users-guide/C/figures/cpumemusage-applet.png +share/gnome/help/gnome-users-guide/C/figures/create_launcher.png +share/gnome/help/gnome-users-guide/C/figures/custicon.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-fig.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-properties-advanced-fig.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-properties-geometry-fig.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-properties-tasks-fig.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-properties.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-tasklist-fig.png +share/gnome/help/gnome-users-guide/C/figures/diskusage-applet-prefs.png +share/gnome/help/gnome-users-guide/C/figures/diskusage-applet.png +share/gnome/help/gnome-users-guide/C/figures/drawer_open.png +share/gnome/help/gnome-users-guide/C/figures/drawer_properties.png +share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_all.png +share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_floppy.png +share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_settings.png +share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_tooltip.png +share/gnome/help/gnome-users-guide/C/figures/example_applets.png +share/gnome/help/gnome-users-guide/C/figures/example_menu.png +share/gnome/help/gnome-users-guide/C/figures/example_panel.png +share/gnome/help/gnome-users-guide/C/figures/fifteen_applet.png +share/gnome/help/gnome-users-guide/C/figures/fish_applet.png +share/gnome/help/gnome-users-guide/C/figures/fish_settings.png +share/gnome/help/gnome-users-guide/C/figures/full-1.png +share/gnome/help/gnome-users-guide/C/figures/full-2.png +share/gnome/help/gnome-users-guide/C/figures/full-3.png +share/gnome/help/gnome-users-guide/C/figures/full-4.png +share/gnome/help/gnome-users-guide/C/figures/full-5.png +share/gnome/help/gnome-users-guide/C/figures/full-6.png +share/gnome/help/gnome-users-guide/C/figures/full-desk.png +share/gnome/help/gnome-users-guide/C/figures/full.png +share/gnome/help/gnome-users-guide/C/figures/gccalf.png +share/gnome/help/gnome-users-guide/C/figures/gccappdef.png +share/gnome/help/gnome-users-guide/C/figures/gccdialog.png +share/gnome/help/gnome-users-guide/C/figures/gccedit.png +share/gnome/help/gnome-users-guide/C/figures/gcchints.png +share/gnome/help/gnome-users-guide/C/figures/gccmdi.png +share/gnome/help/gnome-users-guide/C/figures/gccmime.png +share/gnome/help/gnome-users-guide/C/figures/gccsession-props.png +share/gnome/help/gnome-users-guide/C/figures/gccsessopt.png +share/gnome/help/gnome-users-guide/C/figures/gccsound1.png +share/gnome/help/gnome-users-guide/C/figures/gccsound2.png +share/gnome/help/gnome-users-guide/C/figures/gccstartup.png +share/gnome/help/gnome-users-guide/C/figures/gccurl.png +share/gnome/help/gnome-users-guide/C/figures/geyes_applet.png +share/gnome/help/gnome-users-guide/C/figures/geyes_settings.png +share/gnome/help/gnome-users-guide/C/figures/gkb_add_list.png +share/gnome/help/gnome-users-guide/C/figures/gkb_applet.png +share/gnome/help/gnome-users-guide/C/figures/gkb_applet_settings.png +share/gnome/help/gnome-users-guide/C/figures/gkb_edit_keymap.png +share/gnome/help/gnome-users-guide/C/figures/glob_pref_anim.png +share/gnome/help/gnome-users-guide/C/figures/gnome-logo-large.png +share/gnome/help/gnome-users-guide/C/figures/gnotes-fig.png +share/gnome/help/gnome-users-guide/C/figures/gnotes-properties.png +share/gnome/help/gnome-users-guide/C/figures/gweather_applet.png +share/gnome/help/gnome-users-guide/C/figures/gweather_settings.png +share/gnome/help/gnome-users-guide/C/figures/gweather_weather.png +share/gnome/help/gnome-users-guide/C/figures/hide-button.png +share/gnome/help/gnome-users-guide/C/figures/jbc_applet.png +share/gnome/help/gnome-users-guide/C/figures/keyboard-capplet.png +share/gnome/help/gnome-users-guide/C/figures/launcher_properties_advanced.png +share/gnome/help/gnome-users-guide/C/figures/launcher_properties_basic.png +share/gnome/help/gnome-users-guide/C/figures/life-applet.png +share/gnome/help/gnome-users-guide/C/figures/link.png +share/gnome/help/gnome-users-guide/C/figures/loadavg-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/loadavg-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/loadavg-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/loadavg-applet.png +share/gnome/help/gnome-users-guide/C/figures/locbar.png +share/gnome/help/gnome-users-guide/C/figures/logout-screen.png +share/gnome/help/gnome-users-guide/C/figures/mailcheck-applet.png +share/gnome/help/gnome-users-guide/C/figures/mailcheck-properties-mailbox.png +share/gnome/help/gnome-users-guide/C/figures/mailcheck-properties-mailcheck.png +share/gnome/help/gnome-users-guide/C/figures/mainmenu_properties.png +share/gnome/help/gnome-users-guide/C/figures/memload-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/memload-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/memload-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/memload-applet.png +share/gnome/help/gnome-users-guide/C/figures/menueditor.png +share/gnome/help/gnome-users-guide/C/figures/mini-commander_applet.png +share/gnome/help/gnome-users-guide/C/figures/mini-commander_settings_general.png +share/gnome/help/gnome-users-guide/C/figures/mixer_applet.png +share/gnome/help/gnome-users-guide/C/figures/mm-button.png +share/gnome/help/gnome-users-guide/C/figures/modemlights-advpref.png +share/gnome/help/gnome-users-guide/C/figures/modemlights-prefs.png +share/gnome/help/gnome-users-guide/C/figures/modemlights.png +share/gnome/help/gnome-users-guide/C/figures/mouse-capplet.png +share/gnome/help/gnome-users-guide/C/figures/netload-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/netload-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/netload-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/netload-applet.png +share/gnome/help/gnome-users-guide/C/figures/noread.png +share/gnome/help/gnome-users-guide/C/figures/nowrite.png +share/gnome/help/gnome-users-guide/C/figures/odometer_applet.png +share/gnome/help/gnome-users-guide/C/figures/odometer_settings.png +share/gnome/help/gnome-users-guide/C/figures/odometer_themes.png +share/gnome/help/gnome-users-guide/C/figures/panel_applets.png +share/gnome/help/gnome-users-guide/C/figures/panel_lockbut.png +share/gnome/help/gnome-users-guide/C/figures/panel_logoutbut.png +share/gnome/help/gnome-users-guide/C/figures/panel_props_back.png +share/gnome/help/gnome-users-guide/C/figures/panel_props_edge.png +share/gnome/help/gnome-users-guide/C/figures/panel_runbutton.png +share/gnome/help/gnome-users-guide/C/figures/panel_runprogram.png +share/gnome/help/gnome-users-guide/C/figures/panel_swallow.png +share/gnome/help/gnome-users-guide/C/figures/part-1.png +share/gnome/help/gnome-users-guide/C/figures/part-2.png +share/gnome/help/gnome-users-guide/C/figures/part-3.png +share/gnome/help/gnome-users-guide/C/figures/part.png +share/gnome/help/gnome-users-guide/C/figures/player-1.png +share/gnome/help/gnome-users-guide/C/figures/player-2.png +share/gnome/help/gnome-users-guide/C/figures/player-3.png +share/gnome/help/gnome-users-guide/C/figures/player-4.png +share/gnome/help/gnome-users-guide/C/figures/player.png +share/gnome/help/gnome-users-guide/C/figures/prefmenu.png +share/gnome/help/gnome-users-guide/C/figures/printer-fig.png +share/gnome/help/gnome-users-guide/C/figures/printer-properties.png +share/gnome/help/gnome-users-guide/C/figures/quicklaunch_applet.png +share/gnome/help/gnome-users-guide/C/figures/screensave-capplet.png +share/gnome/help/gnome-users-guide/C/figures/sidebar.png +share/gnome/help/gnome-users-guide/C/figures/soundmonitor_applet.png +share/gnome/help/gnome-users-guide/C/figures/soundmonitor_applet_settings.png +share/gnome/help/gnome-users-guide/C/figures/soundmonitor_applet_themes.png +share/gnome/help/gnome-users-guide/C/figures/soundmonitor_manager_server.png +share/gnome/help/gnome-users-guide/C/figures/status_dock.png +share/gnome/help/gnome-users-guide/C/figures/swapload-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/swapload-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/swapload-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/swapload-applet.png +share/gnome/help/gnome-users-guide/C/figures/tasklist-fig.png +share/gnome/help/gnome-users-guide/C/figures/tasklist-properties-size.png +share/gnome/help/gnome-users-guide/C/figures/tasklist-properties.png +share/gnome/help/gnome-users-guide/C/figures/tasklist-rightclick-fig.png +share/gnome/help/gnome-users-guide/C/figures/theme-select.png +share/gnome/help/gnome-users-guide/C/figures/tickastat_applet.png +share/gnome/help/gnome-users-guide/C/figures/tickastat_coredump.png +share/gnome/help/gnome-users-guide/C/figures/tickastat_loadaverage.png +share/gnome/help/gnome-users-guide/C/figures/tickastat_settings.png +share/gnome/help/gnome-users-guide/C/figures/viewmenu.png +share/gnome/help/gnome-users-guide/C/figures/viewmusic.png +share/gnome/help/gnome-users-guide/C/figures/webcontrol-applet-prefs.png +share/gnome/help/gnome-users-guide/C/figures/webcontrol-applet.png +share/gnome/help/gnome-users-guide/C/figures/whereami_applet.png +share/gnome/help/gnome-users-guide/C/figures/wm-add.png +share/gnome/help/gnome-users-guide/C/figures/wm-main.png +share/gnome/help/gnome-users-guide/C/file.html +share/gnome/help/gnome-users-guide/C/filetypes.html +share/gnome/help/gnome-users-guide/C/gccui.html +share/gnome/help/gnome-users-guide/C/globalpanelprefs.html +share/gnome/help/gnome-users-guide/C/gmenu.sgml +share/gnome/help/gnome-users-guide/C/gnome-applets.html +share/gnome/help/gnome-users-guide/C/gnome-users-guide.sgml +share/gnome/help/gnome-users-guide/C/gnomecc-authors.html +share/gnome/help/gnome-users-guide/C/gnomecc-usage.html +share/gnome/help/gnome-users-guide/C/gnomecc.html +share/gnome/help/gnome-users-guide/C/gnomecc.sgml +share/gnome/help/gnome-users-guide/C/gpl-appendix.sgml +share/gnome/help/gnome-users-guide/C/gpl-terms.html +share/gnome/help/gnome-users-guide/C/gpl.html +share/gnome/help/gnome-users-guide/C/index.html +share/gnome/help/gnome-users-guide/C/intro.html +share/gnome/help/gnome-users-guide/C/launchers.html +share/gnome/help/gnome-users-guide/C/main-menu.html +share/gnome/help/gnome-users-guide/C/mainmenu.html +share/gnome/help/gnome-users-guide/C/manage.html +share/gnome/help/gnome-users-guide/C/menus.html +share/gnome/help/gnome-users-guide/C/monitor-applets.html +share/gnome/help/gnome-users-guide/C/multimedia-applets.html +share/gnome/help/gnome-users-guide/C/multimedia-intro.html +share/gnome/help/gnome-users-guide/C/nautilus-user-manual.sgml +share/gnome/help/gnome-users-guide/C/nautilus.html +share/gnome/help/gnome-users-guide/C/nav.html +share/gnome/help/gnome-users-guide/C/network-applets.html +share/gnome/help/gnome-users-guide/C/new-dirs.html +share/gnome/help/gnome-users-guide/C/new-file.html +share/gnome/help/gnome-users-guide/C/new-mount.html +share/gnome/help/gnome-users-guide/C/newbies.html +share/gnome/help/gnome-users-guide/C/panel-authors.html +share/gnome/help/gnome-users-guide/C/panel-chap.html +share/gnome/help/gnome-users-guide/C/panel.sgml +share/gnome/help/gnome-users-guide/C/panelbasics.html +share/gnome/help/gnome-users-guide/C/panelbugs.html +share/gnome/help/gnome-users-guide/C/panelmove.html +share/gnome/help/gnome-users-guide/C/panelproperties.html +share/gnome/help/gnome-users-guide/C/peripherals.html +share/gnome/help/gnome-users-guide/C/primer-permissions.html +share/gnome/help/gnome-users-guide/C/quickstart.html +share/gnome/help/gnome-users-guide/C/search.html +share/gnome/help/gnome-users-guide/C/services.html +share/gnome/help/gnome-users-guide/C/session.html +share/gnome/help/gnome-users-guide/C/shortcuts.html +share/gnome/help/gnome-users-guide/C/specialobjects.html +share/gnome/help/gnome-users-guide/C/stylesheet-images/caution.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/home.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/important.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/next.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/note.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/prev.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/tip.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/up.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/warning.gif +share/gnome/help/gnome-users-guide/C/symlinks.html +share/gnome/help/gnome-users-guide/C/ug-applets.sgml +share/gnome/help/gnome-users-guide/C/unix-primer.sgml +share/gnome/help/gnome-users-guide/C/utility-applets.html +share/gnome/help/gnome-users-guide/C/wheeler.sgml +share/gnome/help/gnome-users-guide/C/wm.html +share/gnome/help/gnome-users-guide/C/wmchange.html +share/gnome/help/gnome-users-guide/C/wms.sgml +share/gnome/help/gnome-users-guide/C/x11.html +share/gnome/help/gnome-users-guide/es/a9134.html +share/gnome/help/gnome-users-guide/es/aboutug.html +share/gnome/help/gnome-users-guide/es/amusements.html +share/gnome/help/gnome-users-guide/es/appendix2.html +share/gnome/help/gnome-users-guide/es/appletadd.html +share/gnome/help/gnome-users-guide/es/applets.html +share/gnome/help/gnome-users-guide/es/authors.html +share/gnome/help/gnome-users-guide/es/authors.sgml +share/gnome/help/gnome-users-guide/es/clock-applets.html +share/gnome/help/gnome-users-guide/es/custom.html +share/gnome/help/gnome-users-guide/es/desk.html +share/gnome/help/gnome-users-guide/es/deskareas.html +share/gnome/help/gnome-users-guide/es/deskmenus.html +share/gnome/help/gnome-users-guide/es/desktop-intro.html +share/gnome/help/gnome-users-guide/es/desktop.sgml +share/gnome/help/gnome-users-guide/es/deskuse.html +share/gnome/help/gnome-users-guide/es/devices.html +share/gnome/help/gnome-users-guide/es/doc-handlers.html +share/gnome/help/gnome-users-guide/es/docbook.css +share/gnome/help/gnome-users-guide/es/drawers.html +share/gnome/help/gnome-users-guide/es/fdl-es.html +share/gnome/help/gnome-users-guide/es/fdl.html +share/gnome/help/gnome-users-guide/es/fdl.sgml +share/gnome/help/gnome-users-guide/es/figures/CPULoad.png +share/gnome/help/gnome-users-guide/es/figures/MEMLoad.png +share/gnome/help/gnome-users-guide/es/figures/NETLoad.png +share/gnome/help/gnome-users-guide/es/figures/SWAPLoad.png +share/gnome/help/gnome-users-guide/es/figures/anotherclock-applet.png +share/gnome/help/gnome-users-guide/es/figures/anotherclock-properties.png +share/gnome/help/gnome-users-guide/es/figures/applet_props_dialog.png +share/gnome/help/gnome-users-guide/es/figures/asclock_applet.png +share/gnome/help/gnome-users-guide/es/figures/asclock_settings.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-ac-online-25-20.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-general.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-graph.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-general.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-graph.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-messages.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-readout.png +share/gnome/help/gnome-users-guide/es/figures/bg-capplet.png +share/gnome/help/gnome-users-guide/es/figures/border1.png +share/gnome/help/gnome-users-guide/es/figures/border2.png +share/gnome/help/gnome-users-guide/es/figures/cal-props.png +share/gnome/help/gnome-users-guide/es/figures/calday.png +share/gnome/help/gnome-users-guide/es/figures/calmonth.png +share/gnome/help/gnome-users-guide/es/figures/calweek.png +share/gnome/help/gnome-users-guide/es/figures/calyear.png +share/gnome/help/gnome-users-guide/es/figures/cdapplet.png +share/gnome/help/gnome-users-guide/es/figures/cdplayer_applet.png +share/gnome/help/gnome-users-guide/es/figures/charpick_applet.png +share/gnome/help/gnome-users-guide/es/figures/charpick_applet_settings.png +share/gnome/help/gnome-users-guide/es/figures/charpick_characters.png +share/gnome/help/gnome-users-guide/es/figures/clock.png +share/gnome/help/gnome-users-guide/es/figures/clock_applet.png +share/gnome/help/gnome-users-guide/es/figures/clock_settings.png +share/gnome/help/gnome-users-guide/es/figures/clockmail-prefs-general.png +share/gnome/help/gnome-users-guide/es/figures/clockmail-prefs-theme.png +share/gnome/help/gnome-users-guide/es/figures/clockmail_applet.png +share/gnome/help/gnome-users-guide/es/figures/control-center.png +share/gnome/help/gnome-users-guide/es/figures/cpuload-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/cpuload-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/cpuload-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/cpuload-applet.png +share/gnome/help/gnome-users-guide/es/figures/cpumem-applet.png +share/gnome/help/gnome-users-guide/es/figures/cpumemusage-applet.png +share/gnome/help/gnome-users-guide/es/figures/create_launcher.png +share/gnome/help/gnome-users-guide/es/figures/custicon.png +share/gnome/help/gnome-users-guide/es/figures/custom-view.png +share/gnome/help/gnome-users-guide/es/figures/desk-guide-props.png +share/gnome/help/gnome-users-guide/es/figures/desk-guide.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-fig.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-properties-advanced-fig.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-properties-geometry-fig.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-properties-tasks-fig.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-properties.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-tasklist-fig.png +share/gnome/help/gnome-users-guide/es/figures/diskusage-applet-prefs.png +share/gnome/help/gnome-users-guide/es/figures/diskusage-applet.png +share/gnome/help/gnome-users-guide/es/figures/diskuse-applet-props.png +share/gnome/help/gnome-users-guide/es/figures/diskuse-applet.png +share/gnome/help/gnome-users-guide/es/figures/drawer.png +share/gnome/help/gnome-users-guide/es/figures/drawer_open.png +share/gnome/help/gnome-users-guide/es/figures/drawer_properties.png +share/gnome/help/gnome-users-guide/es/figures/drive-prefs.png +share/gnome/help/gnome-users-guide/es/figures/drive.png +share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_all.png +share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_floppy.png +share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_settings.png +share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_tooltip.png +share/gnome/help/gnome-users-guide/es/figures/example_applets.png +share/gnome/help/gnome-users-guide/es/figures/example_menu.png +share/gnome/help/gnome-users-guide/es/figures/example_panel.png +share/gnome/help/gnome-users-guide/es/figures/fifteen_applet.png +share/gnome/help/gnome-users-guide/es/figures/fileprops.png +share/gnome/help/gnome-users-guide/es/figures/fish_applet.png +share/gnome/help/gnome-users-guide/es/figures/fish_settings.png +share/gnome/help/gnome-users-guide/es/figures/full-1.png +share/gnome/help/gnome-users-guide/es/figures/full-2.png +share/gnome/help/gnome-users-guide/es/figures/full-3.png +share/gnome/help/gnome-users-guide/es/figures/full-4.png +share/gnome/help/gnome-users-guide/es/figures/full-5.png +share/gnome/help/gnome-users-guide/es/figures/full-6.png +share/gnome/help/gnome-users-guide/es/figures/full-desk.png +share/gnome/help/gnome-users-guide/es/figures/full.png +share/gnome/help/gnome-users-guide/es/figures/gcalc-fig.png +share/gnome/help/gnome-users-guide/es/figures/gcalcfig.png +share/gnome/help/gnome-users-guide/es/figures/gcc-session.png +share/gnome/help/gnome-users-guide/es/figures/gccalf.png +share/gnome/help/gnome-users-guide/es/figures/gccappdef.png +share/gnome/help/gnome-users-guide/es/figures/gccappdefs.png +share/gnome/help/gnome-users-guide/es/figures/gccdialog.png +share/gnome/help/gnome-users-guide/es/figures/gccdialogs.png +share/gnome/help/gnome-users-guide/es/figures/gccedit.png +share/gnome/help/gnome-users-guide/es/figures/gcchints.png +share/gnome/help/gnome-users-guide/es/figures/gccmdi.png +share/gnome/help/gnome-users-guide/es/figures/gccmime.png +share/gnome/help/gnome-users-guide/es/figures/gccsession-props.png +share/gnome/help/gnome-users-guide/es/figures/gccsessopt.png +share/gnome/help/gnome-users-guide/es/figures/gccsound1.png +share/gnome/help/gnome-users-guide/es/figures/gccsound2.png +share/gnome/help/gnome-users-guide/es/figures/gccstartup.png +share/gnome/help/gnome-users-guide/es/figures/gccurl.png +share/gnome/help/gnome-users-guide/es/figures/gcolorsel-favorites.png +share/gnome/help/gnome-users-guide/es/figures/gcolorsel-search.png +share/gnome/help/gnome-users-guide/es/figures/gcolorsel-simple.png +share/gnome/help/gnome-users-guide/es/figures/gdict-prefs.png +share/gnome/help/gnome-users-guide/es/figures/gdict-spell.png +share/gnome/help/gnome-users-guide/es/figures/gdictmain.png +share/gnome/help/gnome-users-guide/es/figures/gdiskfree-prefs.png +share/gnome/help/gnome-users-guide/es/figures/gdiskfree.png +share/gnome/help/gnome-users-guide/es/figures/gdiskfreemain.png +share/gnome/help/gnome-users-guide/es/figures/gedit-capplet.png +share/gnome/help/gnome-users-guide/es/figures/geyes_applet.png +share/gnome/help/gnome-users-guide/es/figures/geyes_settings.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-another.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-badblocks.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-formatting.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-main.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-nodisk.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-nodos.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-qferror.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-successful.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-verifying.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-write-protected.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-writeprotected.png +share/gnome/help/gnome-users-guide/es/figures/gfloppyfig.png +share/gnome/help/gnome-users-guide/es/figures/gfontsel-filterwin.png +share/gnome/help/gnome-users-guide/es/figures/gfontsel-mainshot.png +share/gnome/help/gnome-users-guide/es/figures/gfontsel-shotmain.png +share/gnome/help/gnome-users-guide/es/figures/gfontselfig.png +share/gnome/help/gnome-users-guide/es/figures/gkb_add_list.png +share/gnome/help/gnome-users-guide/es/figures/gkb_applet.png +share/gnome/help/gnome-users-guide/es/figures/gkb_applet_settings.png +share/gnome/help/gnome-users-guide/es/figures/gkb_edit_keymap.png +share/gnome/help/gnome-users-guide/es/figures/glessfig.png +share/gnome/help/gnome-users-guide/es/figures/glob_pref_anim.png +share/gnome/help/gnome-users-guide/es/figures/global-config-drawer.png +share/gnome/help/gnome-users-guide/es/figures/global-config-launch.png +share/gnome/help/gnome-users-guide/es/figures/global-config-log.png +share/gnome/help/gnome-users-guide/es/figures/global-config-menu.png +share/gnome/help/gnome-users-guide/es/figures/global-config-menu2.png +share/gnome/help/gnome-users-guide/es/figures/global-config-misc.png +share/gnome/help/gnome-users-guide/es/figures/global-config.png +share/gnome/help/gnome-users-guide/es/figures/gmc1.png +share/gnome/help/gnome-users-guide/es/figures/gmc_move.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops1.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops2.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops3.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops4.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops5.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops6.png +share/gnome/help/gnome-users-guide/es/figures/gnome-logo-large.png +share/gnome/help/gnome-users-guide/es/figures/gnome-pager-props.png +share/gnome/help/gnome-users-guide/es/figures/gnome-pager.png +share/gnome/help/gnome-users-guide/es/figures/gnome-panel.png +share/gnome/help/gnome-users-guide/es/figures/gnome-startup.png +share/gnome/help/gnome-users-guide/es/figures/gnotes-fig.png +share/gnome/help/gnome-users-guide/es/figures/gnotes-properties.png +share/gnome/help/gnome-users-guide/es/figures/grun.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-gsearch.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-locate.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-mainwin.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-result.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-results.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtoolfig.png +share/gnome/help/gnome-users-guide/es/figures/gshutdown-advanced.png +share/gnome/help/gnome-users-guide/es/figures/gshutdown-preferences.png +share/gnome/help/gnome-users-guide/es/figures/gshutdownfig.png +share/gnome/help/gnome-users-guide/es/figures/gstripchart-main.png +share/gnome/help/gnome-users-guide/es/figures/gstripchart-param.png +share/gnome/help/gnome-users-guide/es/figures/gstripchart-text.png +share/gnome/help/gnome-users-guide/es/figures/gstripchartfig.png +share/gnome/help/gnome-users-guide/es/figures/gtcd-props.png +share/gnome/help/gnome-users-guide/es/figures/gtcd.png +share/gnome/help/gnome-users-guide/es/figures/gtt_mainwin.png +share/gnome/help/gnome-users-guide/es/figures/gtt_prefswin.png +share/gnome/help/gnome-users-guide/es/figures/gttfig.png +share/gnome/help/gnome-users-guide/es/figures/guname-cpuinfo.png +share/gnome/help/gnome-users-guide/es/figures/guname-diskinfo.png +share/gnome/help/gnome-users-guide/es/figures/guname-main.png +share/gnome/help/gnome-users-guide/es/figures/guname-memoryinfo.png +share/gnome/help/gnome-users-guide/es/figures/gunamefig.png +share/gnome/help/gnome-users-guide/es/figures/gw-main.png +share/gnome/help/gnome-users-guide/es/figures/gw-menuitems.png +share/gnome/help/gnome-users-guide/es/figures/gweather_applet.png +share/gnome/help/gnome-users-guide/es/figures/gweather_settings.png +share/gnome/help/gnome-users-guide/es/figures/gweather_weather.png +share/gnome/help/gnome-users-guide/es/figures/gwfig.png +share/gnome/help/gnome-users-guide/es/figures/hide-button.png +share/gnome/help/gnome-users-guide/es/figures/idetool.png +share/gnome/help/gnome-users-guide/es/figures/jbc_applet.png +share/gnome/help/gnome-users-guide/es/figures/keybell.png +share/gnome/help/gnome-users-guide/es/figures/keyboard-capplet.png +share/gnome/help/gnome-users-guide/es/figures/keyboardd-capplet.png +share/gnome/help/gnome-users-guide/es/figures/launcher-props.png +share/gnome/help/gnome-users-guide/es/figures/launcher_advprops.png +share/gnome/help/gnome-users-guide/es/figures/launcher_properties_advanced.png +share/gnome/help/gnome-users-guide/es/figures/launcher_properties_basic.png +share/gnome/help/gnome-users-guide/es/figures/launcher_props.png +share/gnome/help/gnome-users-guide/es/figures/launchers.png +share/gnome/help/gnome-users-guide/es/figures/life-applet.png +share/gnome/help/gnome-users-guide/es/figures/link.png +share/gnome/help/gnome-users-guide/es/figures/loadavg-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/loadavg-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/loadavg-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/loadavg-applet.png +share/gnome/help/gnome-users-guide/es/figures/locbar.png +share/gnome/help/gnome-users-guide/es/figures/login.png +share/gnome/help/gnome-users-guide/es/figures/logout-screen.png +share/gnome/help/gnome-users-guide/es/figures/mailcheck-applet.png +share/gnome/help/gnome-users-guide/es/figures/mailcheck-properties-mailbox.png +share/gnome/help/gnome-users-guide/es/figures/mailcheck-properties-mailcheck.png +share/gnome/help/gnome-users-guide/es/figures/mainmenu_properties.png +share/gnome/help/gnome-users-guide/es/figures/memload-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/memload-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/memload-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/memload-applet.png +share/gnome/help/gnome-users-guide/es/figures/menu-props.png +share/gnome/help/gnome-users-guide/es/figures/menu_properties.png +share/gnome/help/gnome-users-guide/es/figures/menueditor.png +share/gnome/help/gnome-users-guide/es/figures/mini-command-applet.png +share/gnome/help/gnome-users-guide/es/figures/mini-command-props.png +share/gnome/help/gnome-users-guide/es/figures/mini-command.png +share/gnome/help/gnome-users-guide/es/figures/mini-command_applet.png +share/gnome/help/gnome-users-guide/es/figures/mini-commander-general.png +share/gnome/help/gnome-users-guide/es/figures/mini-commander_applet.png +share/gnome/help/gnome-users-guide/es/figures/mini-commander_settings_general.png +share/gnome/help/gnome-users-guide/es/figures/mixapplet.png +share/gnome/help/gnome-users-guide/es/figures/mixer_applet.png +share/gnome/help/gnome-users-guide/es/figures/mm-button.png +share/gnome/help/gnome-users-guide/es/figures/modemlights-advpref.png +share/gnome/help/gnome-users-guide/es/figures/modemlights-prefs.png +share/gnome/help/gnome-users-guide/es/figures/modemlights.png +share/gnome/help/gnome-users-guide/es/figures/mouse-capplet.png +share/gnome/help/gnome-users-guide/es/figures/netload-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/netload-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/netload-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/netload-applet.png +share/gnome/help/gnome-users-guide/es/figures/noread.png +share/gnome/help/gnome-users-guide/es/figures/nowrite.png +share/gnome/help/gnome-users-guide/es/figures/odometer_applet.png +share/gnome/help/gnome-users-guide/es/figures/odometer_settings.png +share/gnome/help/gnome-users-guide/es/figures/odometer_themes.png +share/gnome/help/gnome-users-guide/es/figures/open_with.png +share/gnome/help/gnome-users-guide/es/figures/panel-prop.png +share/gnome/help/gnome-users-guide/es/figures/panel_applets.png +share/gnome/help/gnome-users-guide/es/figures/panel_lockbut.png +share/gnome/help/gnome-users-guide/es/figures/panel_logoutbut.png +share/gnome/help/gnome-users-guide/es/figures/panel_props_back.png +share/gnome/help/gnome-users-guide/es/figures/panel_props_edge.png +share/gnome/help/gnome-users-guide/es/figures/panel_runbutton.png +share/gnome/help/gnome-users-guide/es/figures/panel_runprogram.png +share/gnome/help/gnome-users-guide/es/figures/panel_swallow.png +share/gnome/help/gnome-users-guide/es/figures/part-1.png +share/gnome/help/gnome-users-guide/es/figures/part-2.png +share/gnome/help/gnome-users-guide/es/figures/part-3.png +share/gnome/help/gnome-users-guide/es/figures/part.png +share/gnome/help/gnome-users-guide/es/figures/player-1.png +share/gnome/help/gnome-users-guide/es/figures/player-2.png +share/gnome/help/gnome-users-guide/es/figures/player-3.png +share/gnome/help/gnome-users-guide/es/figures/player-4.png +share/gnome/help/gnome-users-guide/es/figures/player.png +share/gnome/help/gnome-users-guide/es/figures/prefmenu.png +share/gnome/help/gnome-users-guide/es/figures/printer-applet-props.png +share/gnome/help/gnome-users-guide/es/figures/printer-fig.png +share/gnome/help/gnome-users-guide/es/figures/printer-properties.png +share/gnome/help/gnome-users-guide/es/figures/quicklaunch.png +share/gnome/help/gnome-users-guide/es/figures/quicklaunch_applet.png +share/gnome/help/gnome-users-guide/es/figures/rubberband.png +share/gnome/help/gnome-users-guide/es/figures/run_program.png +share/gnome/help/gnome-users-guide/es/figures/run_swallow.png +share/gnome/help/gnome-users-guide/es/figures/salva.png +share/gnome/help/gnome-users-guide/es/figures/screensave-capplet.png +share/gnome/help/gnome-users-guide/es/figures/screensaver-capplet.png +share/gnome/help/gnome-users-guide/es/figures/sidebar.png +share/gnome/help/gnome-users-guide/es/figures/sound-capplet.png +share/gnome/help/gnome-users-guide/es/figures/soundmonitor_applet.png +share/gnome/help/gnome-users-guide/es/figures/soundmonitor_applet_settings.png +share/gnome/help/gnome-users-guide/es/figures/soundmonitor_applet_themes.png +share/gnome/help/gnome-users-guide/es/figures/soundmonitor_manager_server.png +share/gnome/help/gnome-users-guide/es/figures/start-capplet.png +share/gnome/help/gnome-users-guide/es/figures/status_dock.png +share/gnome/help/gnome-users-guide/es/figures/swapload-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/swapload-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/swapload-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/swapload-applet.png +share/gnome/help/gnome-users-guide/es/figures/tasklist-fig.png +share/gnome/help/gnome-users-guide/es/figures/tasklist-properties-size.png +share/gnome/help/gnome-users-guide/es/figures/tasklist-properties.png +share/gnome/help/gnome-users-guide/es/figures/tasklist-rightclick-fig.png +share/gnome/help/gnome-users-guide/es/figures/theme-capplet.png +share/gnome/help/gnome-users-guide/es/figures/theme-select.png +share/gnome/help/gnome-users-guide/es/figures/thispanel.png +share/gnome/help/gnome-users-guide/es/figures/tickastat_applet.png +share/gnome/help/gnome-users-guide/es/figures/tickastat_coredump.png +share/gnome/help/gnome-users-guide/es/figures/tickastat_loadaverage.png +share/gnome/help/gnome-users-guide/es/figures/tickastat_settings.png +share/gnome/help/gnome-users-guide/es/figures/trackeditor.png +share/gnome/help/gnome-users-guide/es/figures/url-capplet.png +share/gnome/help/gnome-users-guide/es/figures/viewmenu.png +share/gnome/help/gnome-users-guide/es/figures/viewmusic.png +share/gnome/help/gnome-users-guide/es/figures/webcontrol-applet-prefs.png +share/gnome/help/gnome-users-guide/es/figures/webcontrol-applet.png +share/gnome/help/gnome-users-guide/es/figures/whereami_applet.png +share/gnome/help/gnome-users-guide/es/figures/wm-add.png +share/gnome/help/gnome-users-guide/es/figures/wm-main.png +share/gnome/help/gnome-users-guide/es/file.html +share/gnome/help/gnome-users-guide/es/gccui.html +share/gnome/help/gnome-users-guide/es/globalpanelprefs.html +share/gnome/help/gnome-users-guide/es/gmenu.sgml +share/gnome/help/gnome-users-guide/es/gnome-applets.html +share/gnome/help/gnome-users-guide/es/gnome-users-guide.sgml +share/gnome/help/gnome-users-guide/es/gnomecc.html +share/gnome/help/gnome-users-guide/es/gnomecc.sgml +share/gnome/help/gnome-users-guide/es/gpl-appendix.sgml +share/gnome/help/gnome-users-guide/es/gpl-terms.html +share/gnome/help/gnome-users-guide/es/gpl.html +share/gnome/help/gnome-users-guide/es/gples.html +share/gnome/help/gnome-users-guide/es/index.html +share/gnome/help/gnome-users-guide/es/intro.html +share/gnome/help/gnome-users-guide/es/launchers.html +share/gnome/help/gnome-users-guide/es/licencias.html +share/gnome/help/gnome-users-guide/es/license.html +share/gnome/help/gnome-users-guide/es/main-menu.html +share/gnome/help/gnome-users-guide/es/mainmenu.html +share/gnome/help/gnome-users-guide/es/manage.html +share/gnome/help/gnome-users-guide/es/menus.html +share/gnome/help/gnome-users-guide/es/monitor-applets.html +share/gnome/help/gnome-users-guide/es/multimedia-applets.html +share/gnome/help/gnome-users-guide/es/multimedia-intro.html +share/gnome/help/gnome-users-guide/es/nautilus-user-manual.sgml +share/gnome/help/gnome-users-guide/es/nautilus.html +share/gnome/help/gnome-users-guide/es/nav.html +share/gnome/help/gnome-users-guide/es/network-applets.html +share/gnome/help/gnome-users-guide/es/new-dirs.html +share/gnome/help/gnome-users-guide/es/new-file.html +share/gnome/help/gnome-users-guide/es/new-mount.html +share/gnome/help/gnome-users-guide/es/newbies.html +share/gnome/help/gnome-users-guide/es/newbies.sgml +share/gnome/help/gnome-users-guide/es/panel-chap.html +share/gnome/help/gnome-users-guide/es/panel.sgml +share/gnome/help/gnome-users-guide/es/panelbasics.html +share/gnome/help/gnome-users-guide/es/panelbugs.html +share/gnome/help/gnome-users-guide/es/panelmove.html +share/gnome/help/gnome-users-guide/es/panelproperties.html +share/gnome/help/gnome-users-guide/es/peripherals.html +share/gnome/help/gnome-users-guide/es/permissions-1.html +share/gnome/help/gnome-users-guide/es/quickstart.html +share/gnome/help/gnome-users-guide/es/search.html +share/gnome/help/gnome-users-guide/es/services.html +share/gnome/help/gnome-users-guide/es/session.html +share/gnome/help/gnome-users-guide/es/shortcuts.html +share/gnome/help/gnome-users-guide/es/specialobjects.html +share/gnome/help/gnome-users-guide/es/stylesheet-images/caution.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/home.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/important.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/next.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/note.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/prev.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/tip.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/up.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/warning.gif +share/gnome/help/gnome-users-guide/es/symlinks.html +share/gnome/help/gnome-users-guide/es/translation.html +share/gnome/help/gnome-users-guide/es/ug-applets.sgml +share/gnome/help/gnome-users-guide/es/utility-applets.html +share/gnome/help/gnome-users-guide/es/wheeler.sgml +share/gnome/help/gnome-users-guide/es/wm.html +share/gnome/help/gnome-users-guide/es/wmchange.html +share/gnome/help/gnome-users-guide/es/wms.sgml +share/gnome/help/gnome-users-guide/es/x11.html +share/gnome/help/gnome-users-guide/es/x9142.html +share/gnome/help/gnome-users-guide/es/x9152.html +share/gnome/help/gnome-users-guide/es/x9164.html +share/gnome/help/gnome-users-guide/es/x9194.html +share/gnome/help/gnome-users-guide/es/x9222.html +share/gnome/help/gnome-users-guide/es/x9278.html +share/gnome/help/introduction-to-gnome/C/about.html +share/gnome/help/introduction-to-gnome/C/apps.html +share/gnome/help/introduction-to-gnome/C/conventions.html +share/gnome/help/introduction-to-gnome/C/customizing.html +share/gnome/help/introduction-to-gnome/C/docbook.css +share/gnome/help/introduction-to-gnome/C/feedback.html +share/gnome/help/introduction-to-gnome/C/figures/desktop.png +share/gnome/help/introduction-to-gnome/C/figures/microguiborder.png +share/gnome/help/introduction-to-gnome/C/firstglance.html +share/gnome/help/introduction-to-gnome/C/index.html +share/gnome/help/introduction-to-gnome/C/introduction-to-gnome.sgml +share/gnome/help/introduction-to-gnome/C/ln12.html +share/gnome/help/introduction-to-gnome/C/nautilus.html +share/gnome/help/introduction-to-gnome/C/otherinfo.html +share/gnome/help/introduction-to-gnome/C/stylesheet-images/caution.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/home.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/important.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/next.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/note.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/prev.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/tip.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/toc-blank.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/toc-minus.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/toc-plus.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/up.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/warning.gif +share/gnome/help/introduction-to-gnome/C/trouble.html +share/gnome/help/introduction-to-gnome/C/windows.html +share/gnome/help/introduction-to-gnome/es/about.html +share/gnome/help/introduction-to-gnome/es/apps.html +share/gnome/help/introduction-to-gnome/es/conventions.html +share/gnome/help/introduction-to-gnome/es/customizing.html +share/gnome/help/introduction-to-gnome/es/docbook.css +share/gnome/help/introduction-to-gnome/es/feedback.html +share/gnome/help/introduction-to-gnome/es/figures/desktop.png +share/gnome/help/introduction-to-gnome/es/figures/microguiborder.png +share/gnome/help/introduction-to-gnome/es/firstglance.html +share/gnome/help/introduction-to-gnome/es/index.html +share/gnome/help/introduction-to-gnome/es/introduction-to-gnome.sgml +share/gnome/help/introduction-to-gnome/es/ln15.html +share/gnome/help/introduction-to-gnome/es/nautilus.html +share/gnome/help/introduction-to-gnome/es/otherinfo.html +share/gnome/help/introduction-to-gnome/es/stylesheet-images/caution.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/home.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/important.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/next.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/note.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/prev.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/tip.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/toc-blank.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/toc-minus.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/toc-plus.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/up.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/warning.gif +share/gnome/help/introduction-to-gnome/es/trouble.html +share/gnome/help/introduction-to-gnome/es/windows.html +share/gnome/help/introduction-to-gnome/it/about.html +share/gnome/help/introduction-to-gnome/it/apps.html +share/gnome/help/introduction-to-gnome/it/conventions.html +share/gnome/help/introduction-to-gnome/it/customizing.html +share/gnome/help/introduction-to-gnome/it/docbook.css +share/gnome/help/introduction-to-gnome/it/feedback.html +share/gnome/help/introduction-to-gnome/it/figures/desktop.png +share/gnome/help/introduction-to-gnome/it/figures/microguiborder.png +share/gnome/help/introduction-to-gnome/it/firstglance.html +share/gnome/help/introduction-to-gnome/it/index.html +share/gnome/help/introduction-to-gnome/it/introduction-to-gnome.sgml +share/gnome/help/introduction-to-gnome/it/ln12.html +share/gnome/help/introduction-to-gnome/it/nautilus.html +share/gnome/help/introduction-to-gnome/it/otherinfo.html +share/gnome/help/introduction-to-gnome/it/stylesheet-images/caution.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/home.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/important.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/next.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/note.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/prev.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/tip.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/toc-blank.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/toc-minus.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/toc-plus.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/up.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/warning.gif +share/gnome/help/introduction-to-gnome/it/trouble.html +share/gnome/help/introduction-to-gnome/it/windows.html +share/gnome/help/unix-primer/C/devices.html +share/gnome/help/unix-primer/C/docbook.css +share/gnome/help/unix-primer/C/index.html +share/gnome/help/unix-primer/C/ln7.html +share/gnome/help/unix-primer/C/new-dirs.html +share/gnome/help/unix-primer/C/new-file.html +share/gnome/help/unix-primer/C/new-mount.html +share/gnome/help/unix-primer/C/new-users.html +share/gnome/help/unix-primer/C/permissions.html +share/gnome/help/unix-primer/C/stylesheet-images/caution.gif +share/gnome/help/unix-primer/C/stylesheet-images/home.gif +share/gnome/help/unix-primer/C/stylesheet-images/important.gif +share/gnome/help/unix-primer/C/stylesheet-images/next.gif +share/gnome/help/unix-primer/C/stylesheet-images/note.gif +share/gnome/help/unix-primer/C/stylesheet-images/prev.gif +share/gnome/help/unix-primer/C/stylesheet-images/tip.gif +share/gnome/help/unix-primer/C/stylesheet-images/toc-blank.gif +share/gnome/help/unix-primer/C/stylesheet-images/toc-minus.gif +share/gnome/help/unix-primer/C/stylesheet-images/toc-plus.gif +share/gnome/help/unix-primer/C/stylesheet-images/up.gif +share/gnome/help/unix-primer/C/stylesheet-images/warning.gif +share/gnome/help/unix-primer/C/symlinks.html +share/gnome/help/unix-primer/C/unix-primer.sgml +share/gnome/help/unix-primer/C/x11.html +share/gnome/help/unix-primer/es/devices.html +share/gnome/help/unix-primer/es/docbook.css +share/gnome/help/unix-primer/es/index.html +share/gnome/help/unix-primer/es/ln10.html +share/gnome/help/unix-primer/es/new-dirs.html +share/gnome/help/unix-primer/es/new-file.html +share/gnome/help/unix-primer/es/new-mount.html +share/gnome/help/unix-primer/es/new-users.html +share/gnome/help/unix-primer/es/permissions.html +share/gnome/help/unix-primer/es/stylesheet-images/caution.gif +share/gnome/help/unix-primer/es/stylesheet-images/home.gif +share/gnome/help/unix-primer/es/stylesheet-images/important.gif +share/gnome/help/unix-primer/es/stylesheet-images/next.gif +share/gnome/help/unix-primer/es/stylesheet-images/note.gif +share/gnome/help/unix-primer/es/stylesheet-images/prev.gif +share/gnome/help/unix-primer/es/stylesheet-images/tip.gif +share/gnome/help/unix-primer/es/stylesheet-images/toc-blank.gif +share/gnome/help/unix-primer/es/stylesheet-images/toc-minus.gif +share/gnome/help/unix-primer/es/stylesheet-images/toc-plus.gif +share/gnome/help/unix-primer/es/stylesheet-images/up.gif +share/gnome/help/unix-primer/es/stylesheet-images/warning.gif +share/gnome/help/unix-primer/es/symlinks.html +share/gnome/help/unix-primer/es/unix-primer.sgml +share/gnome/help/unix-primer/es/x11.html +share/gnome/omf/gnome-user-docs/glossary-C.omf +share/gnome/omf/gnome-user-docs/gnome-users-guide-C.omf +share/gnome/omf/gnome-user-docs/gnome-users-guide-es.omf +share/gnome/omf/gnome-user-docs/introduction-to-gnome-C.omf +share/gnome/omf/gnome-user-docs/introduction-to-gnome-es.omf +share/gnome/omf/gnome-user-docs/introduction-to-gnome-it.omf +share/gnome/omf/gnome-user-docs/unix-primer-C.omf +share/gnome/omf/gnome-user-docs/unix-primer-es.omf +@dirrm share/gnome/omf/gnome-user-docs +@dirrm share/gnome/help/unix-primer/es/stylesheet-images +@dirrm share/gnome/help/unix-primer/es/figures +@dirrm share/gnome/help/unix-primer/es +@dirrm share/gnome/help/unix-primer/C/stylesheet-images +@dirrm share/gnome/help/unix-primer/C/figures +@dirrm share/gnome/help/unix-primer/C +@dirrm share/gnome/help/unix-primer +@dirrm share/gnome/help/introduction-to-gnome/it/stylesheet-images +@dirrm share/gnome/help/introduction-to-gnome/it/figures +@dirrm share/gnome/help/introduction-to-gnome/it +@dirrm share/gnome/help/introduction-to-gnome/es/stylesheet-images +@dirrm share/gnome/help/introduction-to-gnome/es/figures +@dirrm share/gnome/help/introduction-to-gnome/es +@dirrm share/gnome/help/introduction-to-gnome/C/stylesheet-images +@dirrm share/gnome/help/introduction-to-gnome/C/figures +@dirrm share/gnome/help/introduction-to-gnome/C +@dirrm share/gnome/help/introduction-to-gnome +@dirrm share/gnome/help/gnome-users-guide/es/stylesheet-images +@dirrm share/gnome/help/gnome-users-guide/es/figures +@dirrm share/gnome/help/gnome-users-guide/es +@dirrm share/gnome/help/gnome-users-guide/C/stylesheet-images +@dirrm share/gnome/help/gnome-users-guide/C/figures +@dirrm share/gnome/help/gnome-users-guide/C +@dirrm share/gnome/help/gnome-users-guide +@dirrm share/gnome/help/glossary/C/stylesheet-images +@dirrm share/gnome/help/glossary/C/figures +@dirrm share/gnome/help/glossary/C +@dirrm share/gnome/help/glossary diff --git a/misc/gnomeuserdocs2/Makefile b/misc/gnomeuserdocs2/Makefile new file mode 100644 index 000000000000..663d37ca52bb --- /dev/null +++ b/misc/gnomeuserdocs2/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gnomeuserdocs +# Date created: 27th February 2001 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gnomeuserdocs +PORTVERSION= 1.4.1 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= stable/sources/gnome-user-docs +DISTNAME= gnome-user-docs-${PORTVERSION} + +MAINTAINER= ade@FreeBSD.org + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= yes +GNU_CONFIGURE= yes + +pre-patch: + @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include <bsd.port.mk> diff --git a/misc/gnomeuserdocs2/distinfo b/misc/gnomeuserdocs2/distinfo new file mode 100644 index 000000000000..f65a83b68961 --- /dev/null +++ b/misc/gnomeuserdocs2/distinfo @@ -0,0 +1 @@ +MD5 (gnome-user-docs-1.4.1.tar.gz) = f680f5da316d5e93fc1e129acdcbeca3 diff --git a/misc/gnomeuserdocs2/pkg-comment b/misc/gnomeuserdocs2/pkg-comment new file mode 100644 index 000000000000..72ae1cfcdfee --- /dev/null +++ b/misc/gnomeuserdocs2/pkg-comment @@ -0,0 +1 @@ +GNOME users guide diff --git a/misc/gnomeuserdocs2/pkg-descr b/misc/gnomeuserdocs2/pkg-descr new file mode 100644 index 000000000000..72ae1cfcdfee --- /dev/null +++ b/misc/gnomeuserdocs2/pkg-descr @@ -0,0 +1 @@ +GNOME users guide diff --git a/misc/gnomeuserdocs2/pkg-plist b/misc/gnomeuserdocs2/pkg-plist new file mode 100644 index 000000000000..9224edbbad2f --- /dev/null +++ b/misc/gnomeuserdocs2/pkg-plist @@ -0,0 +1,846 @@ +share/gnome/help/glossary/C/docbook.css +share/gnome/help/glossary/C/glossary.sgml +share/gnome/help/glossary/C/index.html +share/gnome/help/glossary/C/stylesheet-images/caution.gif +share/gnome/help/glossary/C/stylesheet-images/home.gif +share/gnome/help/glossary/C/stylesheet-images/important.gif +share/gnome/help/glossary/C/stylesheet-images/next.gif +share/gnome/help/glossary/C/stylesheet-images/note.gif +share/gnome/help/glossary/C/stylesheet-images/prev.gif +share/gnome/help/glossary/C/stylesheet-images/tip.gif +share/gnome/help/glossary/C/stylesheet-images/toc-blank.gif +share/gnome/help/glossary/C/stylesheet-images/toc-minus.gif +share/gnome/help/glossary/C/stylesheet-images/toc-plus.gif +share/gnome/help/glossary/C/stylesheet-images/up.gif +share/gnome/help/glossary/C/stylesheet-images/warning.gif +share/gnome/help/gnome-users-guide/C/aboutug.html +share/gnome/help/gnome-users-guide/C/alf.html +share/gnome/help/gnome-users-guide/C/amusements.html +share/gnome/help/gnome-users-guide/C/appendix2.html +share/gnome/help/gnome-users-guide/C/appletadd.html +share/gnome/help/gnome-users-guide/C/applets.html +share/gnome/help/gnome-users-guide/C/authors.html +share/gnome/help/gnome-users-guide/C/authors.sgml +share/gnome/help/gnome-users-guide/C/clock-applets.html +share/gnome/help/gnome-users-guide/C/custom.html +share/gnome/help/gnome-users-guide/C/desk.html +share/gnome/help/gnome-users-guide/C/deskareas.html +share/gnome/help/gnome-users-guide/C/deskmenus.html +share/gnome/help/gnome-users-guide/C/desktop-intro.html +share/gnome/help/gnome-users-guide/C/desktop.sgml +share/gnome/help/gnome-users-guide/C/deskuse.html +share/gnome/help/gnome-users-guide/C/devices.html +share/gnome/help/gnome-users-guide/C/doc-handlers.html +share/gnome/help/gnome-users-guide/C/docbook.css +share/gnome/help/gnome-users-guide/C/drawers.html +share/gnome/help/gnome-users-guide/C/fdl.html +share/gnome/help/gnome-users-guide/C/fdl.sgml +share/gnome/help/gnome-users-guide/C/figures/anotherclock-applet.png +share/gnome/help/gnome-users-guide/C/figures/anotherclock-properties.png +share/gnome/help/gnome-users-guide/C/figures/applet_props_dialog.png +share/gnome/help/gnome-users-guide/C/figures/asclock_applet.png +share/gnome/help/gnome-users-guide/C/figures/asclock_settings.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-ac-online-25-20.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-graph.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-general.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-graph.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-messages.png +share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-readout.png +share/gnome/help/gnome-users-guide/C/figures/bg-capplet.png +share/gnome/help/gnome-users-guide/C/figures/border1.png +share/gnome/help/gnome-users-guide/C/figures/cdplayer_applet.png +share/gnome/help/gnome-users-guide/C/figures/charpick_applet.png +share/gnome/help/gnome-users-guide/C/figures/charpick_applet_settings.png +share/gnome/help/gnome-users-guide/C/figures/charpick_characters.png +share/gnome/help/gnome-users-guide/C/figures/clock_applet.png +share/gnome/help/gnome-users-guide/C/figures/clock_settings.png +share/gnome/help/gnome-users-guide/C/figures/clockmail-prefs-general.png +share/gnome/help/gnome-users-guide/C/figures/clockmail-prefs-theme.png +share/gnome/help/gnome-users-guide/C/figures/clockmail_applet.png +share/gnome/help/gnome-users-guide/C/figures/cpuload-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/cpuload-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/cpuload-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/cpuload-applet.png +share/gnome/help/gnome-users-guide/C/figures/cpumemusage-applet.png +share/gnome/help/gnome-users-guide/C/figures/create_launcher.png +share/gnome/help/gnome-users-guide/C/figures/custicon.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-fig.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-properties-advanced-fig.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-properties-geometry-fig.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-properties-tasks-fig.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-properties.png +share/gnome/help/gnome-users-guide/C/figures/deskguide-tasklist-fig.png +share/gnome/help/gnome-users-guide/C/figures/diskusage-applet-prefs.png +share/gnome/help/gnome-users-guide/C/figures/diskusage-applet.png +share/gnome/help/gnome-users-guide/C/figures/drawer_open.png +share/gnome/help/gnome-users-guide/C/figures/drawer_properties.png +share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_all.png +share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_floppy.png +share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_settings.png +share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_tooltip.png +share/gnome/help/gnome-users-guide/C/figures/example_applets.png +share/gnome/help/gnome-users-guide/C/figures/example_menu.png +share/gnome/help/gnome-users-guide/C/figures/example_panel.png +share/gnome/help/gnome-users-guide/C/figures/fifteen_applet.png +share/gnome/help/gnome-users-guide/C/figures/fish_applet.png +share/gnome/help/gnome-users-guide/C/figures/fish_settings.png +share/gnome/help/gnome-users-guide/C/figures/full-1.png +share/gnome/help/gnome-users-guide/C/figures/full-2.png +share/gnome/help/gnome-users-guide/C/figures/full-3.png +share/gnome/help/gnome-users-guide/C/figures/full-4.png +share/gnome/help/gnome-users-guide/C/figures/full-5.png +share/gnome/help/gnome-users-guide/C/figures/full-6.png +share/gnome/help/gnome-users-guide/C/figures/full-desk.png +share/gnome/help/gnome-users-guide/C/figures/full.png +share/gnome/help/gnome-users-guide/C/figures/gccalf.png +share/gnome/help/gnome-users-guide/C/figures/gccappdef.png +share/gnome/help/gnome-users-guide/C/figures/gccdialog.png +share/gnome/help/gnome-users-guide/C/figures/gccedit.png +share/gnome/help/gnome-users-guide/C/figures/gcchints.png +share/gnome/help/gnome-users-guide/C/figures/gccmdi.png +share/gnome/help/gnome-users-guide/C/figures/gccmime.png +share/gnome/help/gnome-users-guide/C/figures/gccsession-props.png +share/gnome/help/gnome-users-guide/C/figures/gccsessopt.png +share/gnome/help/gnome-users-guide/C/figures/gccsound1.png +share/gnome/help/gnome-users-guide/C/figures/gccsound2.png +share/gnome/help/gnome-users-guide/C/figures/gccstartup.png +share/gnome/help/gnome-users-guide/C/figures/gccurl.png +share/gnome/help/gnome-users-guide/C/figures/geyes_applet.png +share/gnome/help/gnome-users-guide/C/figures/geyes_settings.png +share/gnome/help/gnome-users-guide/C/figures/gkb_add_list.png +share/gnome/help/gnome-users-guide/C/figures/gkb_applet.png +share/gnome/help/gnome-users-guide/C/figures/gkb_applet_settings.png +share/gnome/help/gnome-users-guide/C/figures/gkb_edit_keymap.png +share/gnome/help/gnome-users-guide/C/figures/glob_pref_anim.png +share/gnome/help/gnome-users-guide/C/figures/gnome-logo-large.png +share/gnome/help/gnome-users-guide/C/figures/gnotes-fig.png +share/gnome/help/gnome-users-guide/C/figures/gnotes-properties.png +share/gnome/help/gnome-users-guide/C/figures/gweather_applet.png +share/gnome/help/gnome-users-guide/C/figures/gweather_settings.png +share/gnome/help/gnome-users-guide/C/figures/gweather_weather.png +share/gnome/help/gnome-users-guide/C/figures/hide-button.png +share/gnome/help/gnome-users-guide/C/figures/jbc_applet.png +share/gnome/help/gnome-users-guide/C/figures/keyboard-capplet.png +share/gnome/help/gnome-users-guide/C/figures/launcher_properties_advanced.png +share/gnome/help/gnome-users-guide/C/figures/launcher_properties_basic.png +share/gnome/help/gnome-users-guide/C/figures/life-applet.png +share/gnome/help/gnome-users-guide/C/figures/link.png +share/gnome/help/gnome-users-guide/C/figures/loadavg-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/loadavg-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/loadavg-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/loadavg-applet.png +share/gnome/help/gnome-users-guide/C/figures/locbar.png +share/gnome/help/gnome-users-guide/C/figures/logout-screen.png +share/gnome/help/gnome-users-guide/C/figures/mailcheck-applet.png +share/gnome/help/gnome-users-guide/C/figures/mailcheck-properties-mailbox.png +share/gnome/help/gnome-users-guide/C/figures/mailcheck-properties-mailcheck.png +share/gnome/help/gnome-users-guide/C/figures/mainmenu_properties.png +share/gnome/help/gnome-users-guide/C/figures/memload-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/memload-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/memload-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/memload-applet.png +share/gnome/help/gnome-users-guide/C/figures/menueditor.png +share/gnome/help/gnome-users-guide/C/figures/mini-commander_applet.png +share/gnome/help/gnome-users-guide/C/figures/mini-commander_settings_general.png +share/gnome/help/gnome-users-guide/C/figures/mixer_applet.png +share/gnome/help/gnome-users-guide/C/figures/mm-button.png +share/gnome/help/gnome-users-guide/C/figures/modemlights-advpref.png +share/gnome/help/gnome-users-guide/C/figures/modemlights-prefs.png +share/gnome/help/gnome-users-guide/C/figures/modemlights.png +share/gnome/help/gnome-users-guide/C/figures/mouse-capplet.png +share/gnome/help/gnome-users-guide/C/figures/netload-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/netload-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/netload-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/netload-applet.png +share/gnome/help/gnome-users-guide/C/figures/noread.png +share/gnome/help/gnome-users-guide/C/figures/nowrite.png +share/gnome/help/gnome-users-guide/C/figures/odometer_applet.png +share/gnome/help/gnome-users-guide/C/figures/odometer_settings.png +share/gnome/help/gnome-users-guide/C/figures/odometer_themes.png +share/gnome/help/gnome-users-guide/C/figures/panel_applets.png +share/gnome/help/gnome-users-guide/C/figures/panel_lockbut.png +share/gnome/help/gnome-users-guide/C/figures/panel_logoutbut.png +share/gnome/help/gnome-users-guide/C/figures/panel_props_back.png +share/gnome/help/gnome-users-guide/C/figures/panel_props_edge.png +share/gnome/help/gnome-users-guide/C/figures/panel_runbutton.png +share/gnome/help/gnome-users-guide/C/figures/panel_runprogram.png +share/gnome/help/gnome-users-guide/C/figures/panel_swallow.png +share/gnome/help/gnome-users-guide/C/figures/part-1.png +share/gnome/help/gnome-users-guide/C/figures/part-2.png +share/gnome/help/gnome-users-guide/C/figures/part-3.png +share/gnome/help/gnome-users-guide/C/figures/part.png +share/gnome/help/gnome-users-guide/C/figures/player-1.png +share/gnome/help/gnome-users-guide/C/figures/player-2.png +share/gnome/help/gnome-users-guide/C/figures/player-3.png +share/gnome/help/gnome-users-guide/C/figures/player-4.png +share/gnome/help/gnome-users-guide/C/figures/player.png +share/gnome/help/gnome-users-guide/C/figures/prefmenu.png +share/gnome/help/gnome-users-guide/C/figures/printer-fig.png +share/gnome/help/gnome-users-guide/C/figures/printer-properties.png +share/gnome/help/gnome-users-guide/C/figures/quicklaunch_applet.png +share/gnome/help/gnome-users-guide/C/figures/screensave-capplet.png +share/gnome/help/gnome-users-guide/C/figures/sidebar.png +share/gnome/help/gnome-users-guide/C/figures/soundmonitor_applet.png +share/gnome/help/gnome-users-guide/C/figures/soundmonitor_applet_settings.png +share/gnome/help/gnome-users-guide/C/figures/soundmonitor_applet_themes.png +share/gnome/help/gnome-users-guide/C/figures/soundmonitor_manager_server.png +share/gnome/help/gnome-users-guide/C/figures/status_dock.png +share/gnome/help/gnome-users-guide/C/figures/swapload-applet-default.png +share/gnome/help/gnome-users-guide/C/figures/swapload-applet-greyed.png +share/gnome/help/gnome-users-guide/C/figures/swapload-applet-properties.png +share/gnome/help/gnome-users-guide/C/figures/swapload-applet.png +share/gnome/help/gnome-users-guide/C/figures/tasklist-fig.png +share/gnome/help/gnome-users-guide/C/figures/tasklist-properties-size.png +share/gnome/help/gnome-users-guide/C/figures/tasklist-properties.png +share/gnome/help/gnome-users-guide/C/figures/tasklist-rightclick-fig.png +share/gnome/help/gnome-users-guide/C/figures/theme-select.png +share/gnome/help/gnome-users-guide/C/figures/tickastat_applet.png +share/gnome/help/gnome-users-guide/C/figures/tickastat_coredump.png +share/gnome/help/gnome-users-guide/C/figures/tickastat_loadaverage.png +share/gnome/help/gnome-users-guide/C/figures/tickastat_settings.png +share/gnome/help/gnome-users-guide/C/figures/viewmenu.png +share/gnome/help/gnome-users-guide/C/figures/viewmusic.png +share/gnome/help/gnome-users-guide/C/figures/webcontrol-applet-prefs.png +share/gnome/help/gnome-users-guide/C/figures/webcontrol-applet.png +share/gnome/help/gnome-users-guide/C/figures/whereami_applet.png +share/gnome/help/gnome-users-guide/C/figures/wm-add.png +share/gnome/help/gnome-users-guide/C/figures/wm-main.png +share/gnome/help/gnome-users-guide/C/file.html +share/gnome/help/gnome-users-guide/C/filetypes.html +share/gnome/help/gnome-users-guide/C/gccui.html +share/gnome/help/gnome-users-guide/C/globalpanelprefs.html +share/gnome/help/gnome-users-guide/C/gmenu.sgml +share/gnome/help/gnome-users-guide/C/gnome-applets.html +share/gnome/help/gnome-users-guide/C/gnome-users-guide.sgml +share/gnome/help/gnome-users-guide/C/gnomecc-authors.html +share/gnome/help/gnome-users-guide/C/gnomecc-usage.html +share/gnome/help/gnome-users-guide/C/gnomecc.html +share/gnome/help/gnome-users-guide/C/gnomecc.sgml +share/gnome/help/gnome-users-guide/C/gpl-appendix.sgml +share/gnome/help/gnome-users-guide/C/gpl-terms.html +share/gnome/help/gnome-users-guide/C/gpl.html +share/gnome/help/gnome-users-guide/C/index.html +share/gnome/help/gnome-users-guide/C/intro.html +share/gnome/help/gnome-users-guide/C/launchers.html +share/gnome/help/gnome-users-guide/C/main-menu.html +share/gnome/help/gnome-users-guide/C/mainmenu.html +share/gnome/help/gnome-users-guide/C/manage.html +share/gnome/help/gnome-users-guide/C/menus.html +share/gnome/help/gnome-users-guide/C/monitor-applets.html +share/gnome/help/gnome-users-guide/C/multimedia-applets.html +share/gnome/help/gnome-users-guide/C/multimedia-intro.html +share/gnome/help/gnome-users-guide/C/nautilus-user-manual.sgml +share/gnome/help/gnome-users-guide/C/nautilus.html +share/gnome/help/gnome-users-guide/C/nav.html +share/gnome/help/gnome-users-guide/C/network-applets.html +share/gnome/help/gnome-users-guide/C/new-dirs.html +share/gnome/help/gnome-users-guide/C/new-file.html +share/gnome/help/gnome-users-guide/C/new-mount.html +share/gnome/help/gnome-users-guide/C/newbies.html +share/gnome/help/gnome-users-guide/C/panel-authors.html +share/gnome/help/gnome-users-guide/C/panel-chap.html +share/gnome/help/gnome-users-guide/C/panel.sgml +share/gnome/help/gnome-users-guide/C/panelbasics.html +share/gnome/help/gnome-users-guide/C/panelbugs.html +share/gnome/help/gnome-users-guide/C/panelmove.html +share/gnome/help/gnome-users-guide/C/panelproperties.html +share/gnome/help/gnome-users-guide/C/peripherals.html +share/gnome/help/gnome-users-guide/C/primer-permissions.html +share/gnome/help/gnome-users-guide/C/quickstart.html +share/gnome/help/gnome-users-guide/C/search.html +share/gnome/help/gnome-users-guide/C/services.html +share/gnome/help/gnome-users-guide/C/session.html +share/gnome/help/gnome-users-guide/C/shortcuts.html +share/gnome/help/gnome-users-guide/C/specialobjects.html +share/gnome/help/gnome-users-guide/C/stylesheet-images/caution.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/home.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/important.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/next.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/note.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/prev.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/tip.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/up.gif +share/gnome/help/gnome-users-guide/C/stylesheet-images/warning.gif +share/gnome/help/gnome-users-guide/C/symlinks.html +share/gnome/help/gnome-users-guide/C/ug-applets.sgml +share/gnome/help/gnome-users-guide/C/unix-primer.sgml +share/gnome/help/gnome-users-guide/C/utility-applets.html +share/gnome/help/gnome-users-guide/C/wheeler.sgml +share/gnome/help/gnome-users-guide/C/wm.html +share/gnome/help/gnome-users-guide/C/wmchange.html +share/gnome/help/gnome-users-guide/C/wms.sgml +share/gnome/help/gnome-users-guide/C/x11.html +share/gnome/help/gnome-users-guide/es/a9134.html +share/gnome/help/gnome-users-guide/es/aboutug.html +share/gnome/help/gnome-users-guide/es/amusements.html +share/gnome/help/gnome-users-guide/es/appendix2.html +share/gnome/help/gnome-users-guide/es/appletadd.html +share/gnome/help/gnome-users-guide/es/applets.html +share/gnome/help/gnome-users-guide/es/authors.html +share/gnome/help/gnome-users-guide/es/authors.sgml +share/gnome/help/gnome-users-guide/es/clock-applets.html +share/gnome/help/gnome-users-guide/es/custom.html +share/gnome/help/gnome-users-guide/es/desk.html +share/gnome/help/gnome-users-guide/es/deskareas.html +share/gnome/help/gnome-users-guide/es/deskmenus.html +share/gnome/help/gnome-users-guide/es/desktop-intro.html +share/gnome/help/gnome-users-guide/es/desktop.sgml +share/gnome/help/gnome-users-guide/es/deskuse.html +share/gnome/help/gnome-users-guide/es/devices.html +share/gnome/help/gnome-users-guide/es/doc-handlers.html +share/gnome/help/gnome-users-guide/es/docbook.css +share/gnome/help/gnome-users-guide/es/drawers.html +share/gnome/help/gnome-users-guide/es/fdl-es.html +share/gnome/help/gnome-users-guide/es/fdl.html +share/gnome/help/gnome-users-guide/es/fdl.sgml +share/gnome/help/gnome-users-guide/es/figures/CPULoad.png +share/gnome/help/gnome-users-guide/es/figures/MEMLoad.png +share/gnome/help/gnome-users-guide/es/figures/NETLoad.png +share/gnome/help/gnome-users-guide/es/figures/SWAPLoad.png +share/gnome/help/gnome-users-guide/es/figures/anotherclock-applet.png +share/gnome/help/gnome-users-guide/es/figures/anotherclock-properties.png +share/gnome/help/gnome-users-guide/es/figures/applet_props_dialog.png +share/gnome/help/gnome-users-guide/es/figures/asclock_applet.png +share/gnome/help/gnome-users-guide/es/figures/asclock_settings.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-ac-online-25-20.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-general.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-graph.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-general.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-graph.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-messages.png +share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-readout.png +share/gnome/help/gnome-users-guide/es/figures/bg-capplet.png +share/gnome/help/gnome-users-guide/es/figures/border1.png +share/gnome/help/gnome-users-guide/es/figures/border2.png +share/gnome/help/gnome-users-guide/es/figures/cal-props.png +share/gnome/help/gnome-users-guide/es/figures/calday.png +share/gnome/help/gnome-users-guide/es/figures/calmonth.png +share/gnome/help/gnome-users-guide/es/figures/calweek.png +share/gnome/help/gnome-users-guide/es/figures/calyear.png +share/gnome/help/gnome-users-guide/es/figures/cdapplet.png +share/gnome/help/gnome-users-guide/es/figures/cdplayer_applet.png +share/gnome/help/gnome-users-guide/es/figures/charpick_applet.png +share/gnome/help/gnome-users-guide/es/figures/charpick_applet_settings.png +share/gnome/help/gnome-users-guide/es/figures/charpick_characters.png +share/gnome/help/gnome-users-guide/es/figures/clock.png +share/gnome/help/gnome-users-guide/es/figures/clock_applet.png +share/gnome/help/gnome-users-guide/es/figures/clock_settings.png +share/gnome/help/gnome-users-guide/es/figures/clockmail-prefs-general.png +share/gnome/help/gnome-users-guide/es/figures/clockmail-prefs-theme.png +share/gnome/help/gnome-users-guide/es/figures/clockmail_applet.png +share/gnome/help/gnome-users-guide/es/figures/control-center.png +share/gnome/help/gnome-users-guide/es/figures/cpuload-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/cpuload-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/cpuload-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/cpuload-applet.png +share/gnome/help/gnome-users-guide/es/figures/cpumem-applet.png +share/gnome/help/gnome-users-guide/es/figures/cpumemusage-applet.png +share/gnome/help/gnome-users-guide/es/figures/create_launcher.png +share/gnome/help/gnome-users-guide/es/figures/custicon.png +share/gnome/help/gnome-users-guide/es/figures/custom-view.png +share/gnome/help/gnome-users-guide/es/figures/desk-guide-props.png +share/gnome/help/gnome-users-guide/es/figures/desk-guide.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-fig.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-properties-advanced-fig.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-properties-geometry-fig.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-properties-tasks-fig.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-properties.png +share/gnome/help/gnome-users-guide/es/figures/deskguide-tasklist-fig.png +share/gnome/help/gnome-users-guide/es/figures/diskusage-applet-prefs.png +share/gnome/help/gnome-users-guide/es/figures/diskusage-applet.png +share/gnome/help/gnome-users-guide/es/figures/diskuse-applet-props.png +share/gnome/help/gnome-users-guide/es/figures/diskuse-applet.png +share/gnome/help/gnome-users-guide/es/figures/drawer.png +share/gnome/help/gnome-users-guide/es/figures/drawer_open.png +share/gnome/help/gnome-users-guide/es/figures/drawer_properties.png +share/gnome/help/gnome-users-guide/es/figures/drive-prefs.png +share/gnome/help/gnome-users-guide/es/figures/drive.png +share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_all.png +share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_floppy.png +share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_settings.png +share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_tooltip.png +share/gnome/help/gnome-users-guide/es/figures/example_applets.png +share/gnome/help/gnome-users-guide/es/figures/example_menu.png +share/gnome/help/gnome-users-guide/es/figures/example_panel.png +share/gnome/help/gnome-users-guide/es/figures/fifteen_applet.png +share/gnome/help/gnome-users-guide/es/figures/fileprops.png +share/gnome/help/gnome-users-guide/es/figures/fish_applet.png +share/gnome/help/gnome-users-guide/es/figures/fish_settings.png +share/gnome/help/gnome-users-guide/es/figures/full-1.png +share/gnome/help/gnome-users-guide/es/figures/full-2.png +share/gnome/help/gnome-users-guide/es/figures/full-3.png +share/gnome/help/gnome-users-guide/es/figures/full-4.png +share/gnome/help/gnome-users-guide/es/figures/full-5.png +share/gnome/help/gnome-users-guide/es/figures/full-6.png +share/gnome/help/gnome-users-guide/es/figures/full-desk.png +share/gnome/help/gnome-users-guide/es/figures/full.png +share/gnome/help/gnome-users-guide/es/figures/gcalc-fig.png +share/gnome/help/gnome-users-guide/es/figures/gcalcfig.png +share/gnome/help/gnome-users-guide/es/figures/gcc-session.png +share/gnome/help/gnome-users-guide/es/figures/gccalf.png +share/gnome/help/gnome-users-guide/es/figures/gccappdef.png +share/gnome/help/gnome-users-guide/es/figures/gccappdefs.png +share/gnome/help/gnome-users-guide/es/figures/gccdialog.png +share/gnome/help/gnome-users-guide/es/figures/gccdialogs.png +share/gnome/help/gnome-users-guide/es/figures/gccedit.png +share/gnome/help/gnome-users-guide/es/figures/gcchints.png +share/gnome/help/gnome-users-guide/es/figures/gccmdi.png +share/gnome/help/gnome-users-guide/es/figures/gccmime.png +share/gnome/help/gnome-users-guide/es/figures/gccsession-props.png +share/gnome/help/gnome-users-guide/es/figures/gccsessopt.png +share/gnome/help/gnome-users-guide/es/figures/gccsound1.png +share/gnome/help/gnome-users-guide/es/figures/gccsound2.png +share/gnome/help/gnome-users-guide/es/figures/gccstartup.png +share/gnome/help/gnome-users-guide/es/figures/gccurl.png +share/gnome/help/gnome-users-guide/es/figures/gcolorsel-favorites.png +share/gnome/help/gnome-users-guide/es/figures/gcolorsel-search.png +share/gnome/help/gnome-users-guide/es/figures/gcolorsel-simple.png +share/gnome/help/gnome-users-guide/es/figures/gdict-prefs.png +share/gnome/help/gnome-users-guide/es/figures/gdict-spell.png +share/gnome/help/gnome-users-guide/es/figures/gdictmain.png +share/gnome/help/gnome-users-guide/es/figures/gdiskfree-prefs.png +share/gnome/help/gnome-users-guide/es/figures/gdiskfree.png +share/gnome/help/gnome-users-guide/es/figures/gdiskfreemain.png +share/gnome/help/gnome-users-guide/es/figures/gedit-capplet.png +share/gnome/help/gnome-users-guide/es/figures/geyes_applet.png +share/gnome/help/gnome-users-guide/es/figures/geyes_settings.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-another.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-badblocks.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-formatting.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-main.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-nodisk.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-nodos.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-qferror.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-successful.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-verifying.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-write-protected.png +share/gnome/help/gnome-users-guide/es/figures/gfloppy-writeprotected.png +share/gnome/help/gnome-users-guide/es/figures/gfloppyfig.png +share/gnome/help/gnome-users-guide/es/figures/gfontsel-filterwin.png +share/gnome/help/gnome-users-guide/es/figures/gfontsel-mainshot.png +share/gnome/help/gnome-users-guide/es/figures/gfontsel-shotmain.png +share/gnome/help/gnome-users-guide/es/figures/gfontselfig.png +share/gnome/help/gnome-users-guide/es/figures/gkb_add_list.png +share/gnome/help/gnome-users-guide/es/figures/gkb_applet.png +share/gnome/help/gnome-users-guide/es/figures/gkb_applet_settings.png +share/gnome/help/gnome-users-guide/es/figures/gkb_edit_keymap.png +share/gnome/help/gnome-users-guide/es/figures/glessfig.png +share/gnome/help/gnome-users-guide/es/figures/glob_pref_anim.png +share/gnome/help/gnome-users-guide/es/figures/global-config-drawer.png +share/gnome/help/gnome-users-guide/es/figures/global-config-launch.png +share/gnome/help/gnome-users-guide/es/figures/global-config-log.png +share/gnome/help/gnome-users-guide/es/figures/global-config-menu.png +share/gnome/help/gnome-users-guide/es/figures/global-config-menu2.png +share/gnome/help/gnome-users-guide/es/figures/global-config-misc.png +share/gnome/help/gnome-users-guide/es/figures/global-config.png +share/gnome/help/gnome-users-guide/es/figures/gmc1.png +share/gnome/help/gnome-users-guide/es/figures/gmc_move.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops1.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops2.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops3.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops4.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops5.png +share/gnome/help/gnome-users-guide/es/figures/gmcprops6.png +share/gnome/help/gnome-users-guide/es/figures/gnome-logo-large.png +share/gnome/help/gnome-users-guide/es/figures/gnome-pager-props.png +share/gnome/help/gnome-users-guide/es/figures/gnome-pager.png +share/gnome/help/gnome-users-guide/es/figures/gnome-panel.png +share/gnome/help/gnome-users-guide/es/figures/gnome-startup.png +share/gnome/help/gnome-users-guide/es/figures/gnotes-fig.png +share/gnome/help/gnome-users-guide/es/figures/gnotes-properties.png +share/gnome/help/gnome-users-guide/es/figures/grun.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-gsearch.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-locate.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-mainwin.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-result.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtool-results.png +share/gnome/help/gnome-users-guide/es/figures/gsearchtoolfig.png +share/gnome/help/gnome-users-guide/es/figures/gshutdown-advanced.png +share/gnome/help/gnome-users-guide/es/figures/gshutdown-preferences.png +share/gnome/help/gnome-users-guide/es/figures/gshutdownfig.png +share/gnome/help/gnome-users-guide/es/figures/gstripchart-main.png +share/gnome/help/gnome-users-guide/es/figures/gstripchart-param.png +share/gnome/help/gnome-users-guide/es/figures/gstripchart-text.png +share/gnome/help/gnome-users-guide/es/figures/gstripchartfig.png +share/gnome/help/gnome-users-guide/es/figures/gtcd-props.png +share/gnome/help/gnome-users-guide/es/figures/gtcd.png +share/gnome/help/gnome-users-guide/es/figures/gtt_mainwin.png +share/gnome/help/gnome-users-guide/es/figures/gtt_prefswin.png +share/gnome/help/gnome-users-guide/es/figures/gttfig.png +share/gnome/help/gnome-users-guide/es/figures/guname-cpuinfo.png +share/gnome/help/gnome-users-guide/es/figures/guname-diskinfo.png +share/gnome/help/gnome-users-guide/es/figures/guname-main.png +share/gnome/help/gnome-users-guide/es/figures/guname-memoryinfo.png +share/gnome/help/gnome-users-guide/es/figures/gunamefig.png +share/gnome/help/gnome-users-guide/es/figures/gw-main.png +share/gnome/help/gnome-users-guide/es/figures/gw-menuitems.png +share/gnome/help/gnome-users-guide/es/figures/gweather_applet.png +share/gnome/help/gnome-users-guide/es/figures/gweather_settings.png +share/gnome/help/gnome-users-guide/es/figures/gweather_weather.png +share/gnome/help/gnome-users-guide/es/figures/gwfig.png +share/gnome/help/gnome-users-guide/es/figures/hide-button.png +share/gnome/help/gnome-users-guide/es/figures/idetool.png +share/gnome/help/gnome-users-guide/es/figures/jbc_applet.png +share/gnome/help/gnome-users-guide/es/figures/keybell.png +share/gnome/help/gnome-users-guide/es/figures/keyboard-capplet.png +share/gnome/help/gnome-users-guide/es/figures/keyboardd-capplet.png +share/gnome/help/gnome-users-guide/es/figures/launcher-props.png +share/gnome/help/gnome-users-guide/es/figures/launcher_advprops.png +share/gnome/help/gnome-users-guide/es/figures/launcher_properties_advanced.png +share/gnome/help/gnome-users-guide/es/figures/launcher_properties_basic.png +share/gnome/help/gnome-users-guide/es/figures/launcher_props.png +share/gnome/help/gnome-users-guide/es/figures/launchers.png +share/gnome/help/gnome-users-guide/es/figures/life-applet.png +share/gnome/help/gnome-users-guide/es/figures/link.png +share/gnome/help/gnome-users-guide/es/figures/loadavg-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/loadavg-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/loadavg-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/loadavg-applet.png +share/gnome/help/gnome-users-guide/es/figures/locbar.png +share/gnome/help/gnome-users-guide/es/figures/login.png +share/gnome/help/gnome-users-guide/es/figures/logout-screen.png +share/gnome/help/gnome-users-guide/es/figures/mailcheck-applet.png +share/gnome/help/gnome-users-guide/es/figures/mailcheck-properties-mailbox.png +share/gnome/help/gnome-users-guide/es/figures/mailcheck-properties-mailcheck.png +share/gnome/help/gnome-users-guide/es/figures/mainmenu_properties.png +share/gnome/help/gnome-users-guide/es/figures/memload-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/memload-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/memload-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/memload-applet.png +share/gnome/help/gnome-users-guide/es/figures/menu-props.png +share/gnome/help/gnome-users-guide/es/figures/menu_properties.png +share/gnome/help/gnome-users-guide/es/figures/menueditor.png +share/gnome/help/gnome-users-guide/es/figures/mini-command-applet.png +share/gnome/help/gnome-users-guide/es/figures/mini-command-props.png +share/gnome/help/gnome-users-guide/es/figures/mini-command.png +share/gnome/help/gnome-users-guide/es/figures/mini-command_applet.png +share/gnome/help/gnome-users-guide/es/figures/mini-commander-general.png +share/gnome/help/gnome-users-guide/es/figures/mini-commander_applet.png +share/gnome/help/gnome-users-guide/es/figures/mini-commander_settings_general.png +share/gnome/help/gnome-users-guide/es/figures/mixapplet.png +share/gnome/help/gnome-users-guide/es/figures/mixer_applet.png +share/gnome/help/gnome-users-guide/es/figures/mm-button.png +share/gnome/help/gnome-users-guide/es/figures/modemlights-advpref.png +share/gnome/help/gnome-users-guide/es/figures/modemlights-prefs.png +share/gnome/help/gnome-users-guide/es/figures/modemlights.png +share/gnome/help/gnome-users-guide/es/figures/mouse-capplet.png +share/gnome/help/gnome-users-guide/es/figures/netload-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/netload-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/netload-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/netload-applet.png +share/gnome/help/gnome-users-guide/es/figures/noread.png +share/gnome/help/gnome-users-guide/es/figures/nowrite.png +share/gnome/help/gnome-users-guide/es/figures/odometer_applet.png +share/gnome/help/gnome-users-guide/es/figures/odometer_settings.png +share/gnome/help/gnome-users-guide/es/figures/odometer_themes.png +share/gnome/help/gnome-users-guide/es/figures/open_with.png +share/gnome/help/gnome-users-guide/es/figures/panel-prop.png +share/gnome/help/gnome-users-guide/es/figures/panel_applets.png +share/gnome/help/gnome-users-guide/es/figures/panel_lockbut.png +share/gnome/help/gnome-users-guide/es/figures/panel_logoutbut.png +share/gnome/help/gnome-users-guide/es/figures/panel_props_back.png +share/gnome/help/gnome-users-guide/es/figures/panel_props_edge.png +share/gnome/help/gnome-users-guide/es/figures/panel_runbutton.png +share/gnome/help/gnome-users-guide/es/figures/panel_runprogram.png +share/gnome/help/gnome-users-guide/es/figures/panel_swallow.png +share/gnome/help/gnome-users-guide/es/figures/part-1.png +share/gnome/help/gnome-users-guide/es/figures/part-2.png +share/gnome/help/gnome-users-guide/es/figures/part-3.png +share/gnome/help/gnome-users-guide/es/figures/part.png +share/gnome/help/gnome-users-guide/es/figures/player-1.png +share/gnome/help/gnome-users-guide/es/figures/player-2.png +share/gnome/help/gnome-users-guide/es/figures/player-3.png +share/gnome/help/gnome-users-guide/es/figures/player-4.png +share/gnome/help/gnome-users-guide/es/figures/player.png +share/gnome/help/gnome-users-guide/es/figures/prefmenu.png +share/gnome/help/gnome-users-guide/es/figures/printer-applet-props.png +share/gnome/help/gnome-users-guide/es/figures/printer-fig.png +share/gnome/help/gnome-users-guide/es/figures/printer-properties.png +share/gnome/help/gnome-users-guide/es/figures/quicklaunch.png +share/gnome/help/gnome-users-guide/es/figures/quicklaunch_applet.png +share/gnome/help/gnome-users-guide/es/figures/rubberband.png +share/gnome/help/gnome-users-guide/es/figures/run_program.png +share/gnome/help/gnome-users-guide/es/figures/run_swallow.png +share/gnome/help/gnome-users-guide/es/figures/salva.png +share/gnome/help/gnome-users-guide/es/figures/screensave-capplet.png +share/gnome/help/gnome-users-guide/es/figures/screensaver-capplet.png +share/gnome/help/gnome-users-guide/es/figures/sidebar.png +share/gnome/help/gnome-users-guide/es/figures/sound-capplet.png +share/gnome/help/gnome-users-guide/es/figures/soundmonitor_applet.png +share/gnome/help/gnome-users-guide/es/figures/soundmonitor_applet_settings.png +share/gnome/help/gnome-users-guide/es/figures/soundmonitor_applet_themes.png +share/gnome/help/gnome-users-guide/es/figures/soundmonitor_manager_server.png +share/gnome/help/gnome-users-guide/es/figures/start-capplet.png +share/gnome/help/gnome-users-guide/es/figures/status_dock.png +share/gnome/help/gnome-users-guide/es/figures/swapload-applet-default.png +share/gnome/help/gnome-users-guide/es/figures/swapload-applet-greyed.png +share/gnome/help/gnome-users-guide/es/figures/swapload-applet-properties.png +share/gnome/help/gnome-users-guide/es/figures/swapload-applet.png +share/gnome/help/gnome-users-guide/es/figures/tasklist-fig.png +share/gnome/help/gnome-users-guide/es/figures/tasklist-properties-size.png +share/gnome/help/gnome-users-guide/es/figures/tasklist-properties.png +share/gnome/help/gnome-users-guide/es/figures/tasklist-rightclick-fig.png +share/gnome/help/gnome-users-guide/es/figures/theme-capplet.png +share/gnome/help/gnome-users-guide/es/figures/theme-select.png +share/gnome/help/gnome-users-guide/es/figures/thispanel.png +share/gnome/help/gnome-users-guide/es/figures/tickastat_applet.png +share/gnome/help/gnome-users-guide/es/figures/tickastat_coredump.png +share/gnome/help/gnome-users-guide/es/figures/tickastat_loadaverage.png +share/gnome/help/gnome-users-guide/es/figures/tickastat_settings.png +share/gnome/help/gnome-users-guide/es/figures/trackeditor.png +share/gnome/help/gnome-users-guide/es/figures/url-capplet.png +share/gnome/help/gnome-users-guide/es/figures/viewmenu.png +share/gnome/help/gnome-users-guide/es/figures/viewmusic.png +share/gnome/help/gnome-users-guide/es/figures/webcontrol-applet-prefs.png +share/gnome/help/gnome-users-guide/es/figures/webcontrol-applet.png +share/gnome/help/gnome-users-guide/es/figures/whereami_applet.png +share/gnome/help/gnome-users-guide/es/figures/wm-add.png +share/gnome/help/gnome-users-guide/es/figures/wm-main.png +share/gnome/help/gnome-users-guide/es/file.html +share/gnome/help/gnome-users-guide/es/gccui.html +share/gnome/help/gnome-users-guide/es/globalpanelprefs.html +share/gnome/help/gnome-users-guide/es/gmenu.sgml +share/gnome/help/gnome-users-guide/es/gnome-applets.html +share/gnome/help/gnome-users-guide/es/gnome-users-guide.sgml +share/gnome/help/gnome-users-guide/es/gnomecc.html +share/gnome/help/gnome-users-guide/es/gnomecc.sgml +share/gnome/help/gnome-users-guide/es/gpl-appendix.sgml +share/gnome/help/gnome-users-guide/es/gpl-terms.html +share/gnome/help/gnome-users-guide/es/gpl.html +share/gnome/help/gnome-users-guide/es/gples.html +share/gnome/help/gnome-users-guide/es/index.html +share/gnome/help/gnome-users-guide/es/intro.html +share/gnome/help/gnome-users-guide/es/launchers.html +share/gnome/help/gnome-users-guide/es/licencias.html +share/gnome/help/gnome-users-guide/es/license.html +share/gnome/help/gnome-users-guide/es/main-menu.html +share/gnome/help/gnome-users-guide/es/mainmenu.html +share/gnome/help/gnome-users-guide/es/manage.html +share/gnome/help/gnome-users-guide/es/menus.html +share/gnome/help/gnome-users-guide/es/monitor-applets.html +share/gnome/help/gnome-users-guide/es/multimedia-applets.html +share/gnome/help/gnome-users-guide/es/multimedia-intro.html +share/gnome/help/gnome-users-guide/es/nautilus-user-manual.sgml +share/gnome/help/gnome-users-guide/es/nautilus.html +share/gnome/help/gnome-users-guide/es/nav.html +share/gnome/help/gnome-users-guide/es/network-applets.html +share/gnome/help/gnome-users-guide/es/new-dirs.html +share/gnome/help/gnome-users-guide/es/new-file.html +share/gnome/help/gnome-users-guide/es/new-mount.html +share/gnome/help/gnome-users-guide/es/newbies.html +share/gnome/help/gnome-users-guide/es/newbies.sgml +share/gnome/help/gnome-users-guide/es/panel-chap.html +share/gnome/help/gnome-users-guide/es/panel.sgml +share/gnome/help/gnome-users-guide/es/panelbasics.html +share/gnome/help/gnome-users-guide/es/panelbugs.html +share/gnome/help/gnome-users-guide/es/panelmove.html +share/gnome/help/gnome-users-guide/es/panelproperties.html +share/gnome/help/gnome-users-guide/es/peripherals.html +share/gnome/help/gnome-users-guide/es/permissions-1.html +share/gnome/help/gnome-users-guide/es/quickstart.html +share/gnome/help/gnome-users-guide/es/search.html +share/gnome/help/gnome-users-guide/es/services.html +share/gnome/help/gnome-users-guide/es/session.html +share/gnome/help/gnome-users-guide/es/shortcuts.html +share/gnome/help/gnome-users-guide/es/specialobjects.html +share/gnome/help/gnome-users-guide/es/stylesheet-images/caution.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/home.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/important.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/next.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/note.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/prev.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/tip.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/up.gif +share/gnome/help/gnome-users-guide/es/stylesheet-images/warning.gif +share/gnome/help/gnome-users-guide/es/symlinks.html +share/gnome/help/gnome-users-guide/es/translation.html +share/gnome/help/gnome-users-guide/es/ug-applets.sgml +share/gnome/help/gnome-users-guide/es/utility-applets.html +share/gnome/help/gnome-users-guide/es/wheeler.sgml +share/gnome/help/gnome-users-guide/es/wm.html +share/gnome/help/gnome-users-guide/es/wmchange.html +share/gnome/help/gnome-users-guide/es/wms.sgml +share/gnome/help/gnome-users-guide/es/x11.html +share/gnome/help/gnome-users-guide/es/x9142.html +share/gnome/help/gnome-users-guide/es/x9152.html +share/gnome/help/gnome-users-guide/es/x9164.html +share/gnome/help/gnome-users-guide/es/x9194.html +share/gnome/help/gnome-users-guide/es/x9222.html +share/gnome/help/gnome-users-guide/es/x9278.html +share/gnome/help/introduction-to-gnome/C/about.html +share/gnome/help/introduction-to-gnome/C/apps.html +share/gnome/help/introduction-to-gnome/C/conventions.html +share/gnome/help/introduction-to-gnome/C/customizing.html +share/gnome/help/introduction-to-gnome/C/docbook.css +share/gnome/help/introduction-to-gnome/C/feedback.html +share/gnome/help/introduction-to-gnome/C/figures/desktop.png +share/gnome/help/introduction-to-gnome/C/figures/microguiborder.png +share/gnome/help/introduction-to-gnome/C/firstglance.html +share/gnome/help/introduction-to-gnome/C/index.html +share/gnome/help/introduction-to-gnome/C/introduction-to-gnome.sgml +share/gnome/help/introduction-to-gnome/C/ln12.html +share/gnome/help/introduction-to-gnome/C/nautilus.html +share/gnome/help/introduction-to-gnome/C/otherinfo.html +share/gnome/help/introduction-to-gnome/C/stylesheet-images/caution.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/home.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/important.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/next.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/note.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/prev.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/tip.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/toc-blank.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/toc-minus.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/toc-plus.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/up.gif +share/gnome/help/introduction-to-gnome/C/stylesheet-images/warning.gif +share/gnome/help/introduction-to-gnome/C/trouble.html +share/gnome/help/introduction-to-gnome/C/windows.html +share/gnome/help/introduction-to-gnome/es/about.html +share/gnome/help/introduction-to-gnome/es/apps.html +share/gnome/help/introduction-to-gnome/es/conventions.html +share/gnome/help/introduction-to-gnome/es/customizing.html +share/gnome/help/introduction-to-gnome/es/docbook.css +share/gnome/help/introduction-to-gnome/es/feedback.html +share/gnome/help/introduction-to-gnome/es/figures/desktop.png +share/gnome/help/introduction-to-gnome/es/figures/microguiborder.png +share/gnome/help/introduction-to-gnome/es/firstglance.html +share/gnome/help/introduction-to-gnome/es/index.html +share/gnome/help/introduction-to-gnome/es/introduction-to-gnome.sgml +share/gnome/help/introduction-to-gnome/es/ln15.html +share/gnome/help/introduction-to-gnome/es/nautilus.html +share/gnome/help/introduction-to-gnome/es/otherinfo.html +share/gnome/help/introduction-to-gnome/es/stylesheet-images/caution.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/home.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/important.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/next.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/note.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/prev.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/tip.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/toc-blank.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/toc-minus.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/toc-plus.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/up.gif +share/gnome/help/introduction-to-gnome/es/stylesheet-images/warning.gif +share/gnome/help/introduction-to-gnome/es/trouble.html +share/gnome/help/introduction-to-gnome/es/windows.html +share/gnome/help/introduction-to-gnome/it/about.html +share/gnome/help/introduction-to-gnome/it/apps.html +share/gnome/help/introduction-to-gnome/it/conventions.html +share/gnome/help/introduction-to-gnome/it/customizing.html +share/gnome/help/introduction-to-gnome/it/docbook.css +share/gnome/help/introduction-to-gnome/it/feedback.html +share/gnome/help/introduction-to-gnome/it/figures/desktop.png +share/gnome/help/introduction-to-gnome/it/figures/microguiborder.png +share/gnome/help/introduction-to-gnome/it/firstglance.html +share/gnome/help/introduction-to-gnome/it/index.html +share/gnome/help/introduction-to-gnome/it/introduction-to-gnome.sgml +share/gnome/help/introduction-to-gnome/it/ln12.html +share/gnome/help/introduction-to-gnome/it/nautilus.html +share/gnome/help/introduction-to-gnome/it/otherinfo.html +share/gnome/help/introduction-to-gnome/it/stylesheet-images/caution.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/home.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/important.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/next.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/note.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/prev.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/tip.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/toc-blank.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/toc-minus.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/toc-plus.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/up.gif +share/gnome/help/introduction-to-gnome/it/stylesheet-images/warning.gif +share/gnome/help/introduction-to-gnome/it/trouble.html +share/gnome/help/introduction-to-gnome/it/windows.html +share/gnome/help/unix-primer/C/devices.html +share/gnome/help/unix-primer/C/docbook.css +share/gnome/help/unix-primer/C/index.html +share/gnome/help/unix-primer/C/ln7.html +share/gnome/help/unix-primer/C/new-dirs.html +share/gnome/help/unix-primer/C/new-file.html +share/gnome/help/unix-primer/C/new-mount.html +share/gnome/help/unix-primer/C/new-users.html +share/gnome/help/unix-primer/C/permissions.html +share/gnome/help/unix-primer/C/stylesheet-images/caution.gif +share/gnome/help/unix-primer/C/stylesheet-images/home.gif +share/gnome/help/unix-primer/C/stylesheet-images/important.gif +share/gnome/help/unix-primer/C/stylesheet-images/next.gif +share/gnome/help/unix-primer/C/stylesheet-images/note.gif +share/gnome/help/unix-primer/C/stylesheet-images/prev.gif +share/gnome/help/unix-primer/C/stylesheet-images/tip.gif +share/gnome/help/unix-primer/C/stylesheet-images/toc-blank.gif +share/gnome/help/unix-primer/C/stylesheet-images/toc-minus.gif +share/gnome/help/unix-primer/C/stylesheet-images/toc-plus.gif +share/gnome/help/unix-primer/C/stylesheet-images/up.gif +share/gnome/help/unix-primer/C/stylesheet-images/warning.gif +share/gnome/help/unix-primer/C/symlinks.html +share/gnome/help/unix-primer/C/unix-primer.sgml +share/gnome/help/unix-primer/C/x11.html +share/gnome/help/unix-primer/es/devices.html +share/gnome/help/unix-primer/es/docbook.css +share/gnome/help/unix-primer/es/index.html +share/gnome/help/unix-primer/es/ln10.html +share/gnome/help/unix-primer/es/new-dirs.html +share/gnome/help/unix-primer/es/new-file.html +share/gnome/help/unix-primer/es/new-mount.html +share/gnome/help/unix-primer/es/new-users.html +share/gnome/help/unix-primer/es/permissions.html +share/gnome/help/unix-primer/es/stylesheet-images/caution.gif +share/gnome/help/unix-primer/es/stylesheet-images/home.gif +share/gnome/help/unix-primer/es/stylesheet-images/important.gif +share/gnome/help/unix-primer/es/stylesheet-images/next.gif +share/gnome/help/unix-primer/es/stylesheet-images/note.gif +share/gnome/help/unix-primer/es/stylesheet-images/prev.gif +share/gnome/help/unix-primer/es/stylesheet-images/tip.gif +share/gnome/help/unix-primer/es/stylesheet-images/toc-blank.gif +share/gnome/help/unix-primer/es/stylesheet-images/toc-minus.gif +share/gnome/help/unix-primer/es/stylesheet-images/toc-plus.gif +share/gnome/help/unix-primer/es/stylesheet-images/up.gif +share/gnome/help/unix-primer/es/stylesheet-images/warning.gif +share/gnome/help/unix-primer/es/symlinks.html +share/gnome/help/unix-primer/es/unix-primer.sgml +share/gnome/help/unix-primer/es/x11.html +share/gnome/omf/gnome-user-docs/glossary-C.omf +share/gnome/omf/gnome-user-docs/gnome-users-guide-C.omf +share/gnome/omf/gnome-user-docs/gnome-users-guide-es.omf +share/gnome/omf/gnome-user-docs/introduction-to-gnome-C.omf +share/gnome/omf/gnome-user-docs/introduction-to-gnome-es.omf +share/gnome/omf/gnome-user-docs/introduction-to-gnome-it.omf +share/gnome/omf/gnome-user-docs/unix-primer-C.omf +share/gnome/omf/gnome-user-docs/unix-primer-es.omf +@dirrm share/gnome/omf/gnome-user-docs +@dirrm share/gnome/help/unix-primer/es/stylesheet-images +@dirrm share/gnome/help/unix-primer/es/figures +@dirrm share/gnome/help/unix-primer/es +@dirrm share/gnome/help/unix-primer/C/stylesheet-images +@dirrm share/gnome/help/unix-primer/C/figures +@dirrm share/gnome/help/unix-primer/C +@dirrm share/gnome/help/unix-primer +@dirrm share/gnome/help/introduction-to-gnome/it/stylesheet-images +@dirrm share/gnome/help/introduction-to-gnome/it/figures +@dirrm share/gnome/help/introduction-to-gnome/it +@dirrm share/gnome/help/introduction-to-gnome/es/stylesheet-images +@dirrm share/gnome/help/introduction-to-gnome/es/figures +@dirrm share/gnome/help/introduction-to-gnome/es +@dirrm share/gnome/help/introduction-to-gnome/C/stylesheet-images +@dirrm share/gnome/help/introduction-to-gnome/C/figures +@dirrm share/gnome/help/introduction-to-gnome/C +@dirrm share/gnome/help/introduction-to-gnome +@dirrm share/gnome/help/gnome-users-guide/es/stylesheet-images +@dirrm share/gnome/help/gnome-users-guide/es/figures +@dirrm share/gnome/help/gnome-users-guide/es +@dirrm share/gnome/help/gnome-users-guide/C/stylesheet-images +@dirrm share/gnome/help/gnome-users-guide/C/figures +@dirrm share/gnome/help/gnome-users-guide/C +@dirrm share/gnome/help/gnome-users-guide +@dirrm share/gnome/help/glossary/C/stylesheet-images +@dirrm share/gnome/help/glossary/C/figures +@dirrm share/gnome/help/glossary/C +@dirrm share/gnome/help/glossary diff --git a/misc/gnomeusersguide/distinfo b/misc/gnomeusersguide/distinfo deleted file mode 100644 index 116d5a7e1809..000000000000 --- a/misc/gnomeusersguide/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (users-guide-1.2.tar.gz) = 824cdcdbdf1f1647f942ae648b60d1f3 diff --git a/misc/gnomeusersguide/pkg-plist b/misc/gnomeusersguide/pkg-plist deleted file mode 100644 index 0da7cb8350ee..000000000000 --- a/misc/gnomeusersguide/pkg-plist +++ /dev/null @@ -1,334 +0,0 @@ -share/gnome/help/users-guide/C/aboutug.html -share/gnome/help/users-guide/C/amusements.html -share/gnome/help/users-guide/C/appletadd.html -share/gnome/help/users-guide/C/applets.html -share/gnome/help/users-guide/C/authors.html -share/gnome/help/users-guide/C/clock-applets.html -share/gnome/help/users-guide/C/desk.html -share/gnome/help/users-guide/C/deskareas.html -share/gnome/help/users-guide/C/deskmenus.html -share/gnome/help/users-guide/C/desktop-intro.html -share/gnome/help/users-guide/C/deskuse.html -share/gnome/help/users-guide/C/doc-handlers.html -share/gnome/help/users-guide/C/docbook.css -share/gnome/help/users-guide/C/dragtour.html -share/gnome/help/users-guide/C/drawers.html -share/gnome/help/users-guide/C/fdl.html -share/gnome/help/users-guide/C/figs/CPULoad.png -share/gnome/help/users-guide/C/figs/MEMLoad.png -share/gnome/help/users-guide/C/figs/NETLoad.png -share/gnome/help/users-guide/C/figs/SWAPLoad.png -share/gnome/help/users-guide/C/figs/anotherclock-applet.png -share/gnome/help/users-guide/C/figs/anotherclock-properties.png -share/gnome/help/users-guide/C/figs/applet_props_dialog.png -share/gnome/help/users-guide/C/figs/asclock_applet.png -share/gnome/help/users-guide/C/figs/asclock_settings.png -share/gnome/help/users-guide/C/figs/battery-applet-ac-offline-25-20.png -share/gnome/help/users-guide/C/figs/battery-applet-ac-online-25-20.png -share/gnome/help/users-guide/C/figs/battery-applet-graph.png -share/gnome/help/users-guide/C/figs/battery-applet-properties-general.png -share/gnome/help/users-guide/C/figs/battery-applet-properties-graph.png -share/gnome/help/users-guide/C/figs/battery-applet-properties-messages.png -share/gnome/help/users-guide/C/figs/battery-applet-properties-readout.png -share/gnome/help/users-guide/C/figs/bg-capplet.png -share/gnome/help/users-guide/C/figs/border1.png -share/gnome/help/users-guide/C/figs/border2.png -share/gnome/help/users-guide/C/figs/cal-props.png -share/gnome/help/users-guide/C/figs/calday.png -share/gnome/help/users-guide/C/figs/calmonth.png -share/gnome/help/users-guide/C/figs/calweek.png -share/gnome/help/users-guide/C/figs/calyear.png -share/gnome/help/users-guide/C/figs/cdapplet.png -share/gnome/help/users-guide/C/figs/cdplayer_applet.png -share/gnome/help/users-guide/C/figs/charpick_applet.png -share/gnome/help/users-guide/C/figs/charpick_applet_settings.png -share/gnome/help/users-guide/C/figs/charpick_characters.png -share/gnome/help/users-guide/C/figs/clock.png -share/gnome/help/users-guide/C/figs/clock_applet.png -share/gnome/help/users-guide/C/figs/clock_settings.png -share/gnome/help/users-guide/C/figs/clockmail-prefs-general.png -share/gnome/help/users-guide/C/figs/clockmail-prefs-theme.png -share/gnome/help/users-guide/C/figs/clockmail_applet.png -share/gnome/help/users-guide/C/figs/control-center.png -share/gnome/help/users-guide/C/figs/cpuload-applet-default.png -share/gnome/help/users-guide/C/figs/cpuload-applet-greyed.png -share/gnome/help/users-guide/C/figs/cpuload-applet-properties.png -share/gnome/help/users-guide/C/figs/cpuload-applet.png -share/gnome/help/users-guide/C/figs/cpumem-applet.png -share/gnome/help/users-guide/C/figs/cpumemusage-applet.png -share/gnome/help/users-guide/C/figs/create_launcher.png -share/gnome/help/users-guide/C/figs/desk-guide-props.png -share/gnome/help/users-guide/C/figs/desk-guide.png -share/gnome/help/users-guide/C/figs/deskguide-fig.png -share/gnome/help/users-guide/C/figs/deskguide-properties-advanced-fig.png -share/gnome/help/users-guide/C/figs/deskguide-properties-geometry-fig.png -share/gnome/help/users-guide/C/figs/deskguide-properties-tasks-fig.png -share/gnome/help/users-guide/C/figs/deskguide-properties.png -share/gnome/help/users-guide/C/figs/deskguide-tasklist-fig.png -share/gnome/help/users-guide/C/figs/diskusage-applet-prefs.png -share/gnome/help/users-guide/C/figs/diskusage-applet.png -share/gnome/help/users-guide/C/figs/diskuse-applet-props.png -share/gnome/help/users-guide/C/figs/diskuse-applet.png -share/gnome/help/users-guide/C/figs/drawer.png -share/gnome/help/users-guide/C/figs/drawer_open.png -share/gnome/help/users-guide/C/figs/drawer_properties.png -share/gnome/help/users-guide/C/figs/drive-prefs.png -share/gnome/help/users-guide/C/figs/drive.png -share/gnome/help/users-guide/C/figs/drivemount_applet_all.png -share/gnome/help/users-guide/C/figs/drivemount_applet_floppy.png -share/gnome/help/users-guide/C/figs/drivemount_applet_settings.png -share/gnome/help/users-guide/C/figs/drivemount_applet_tooltip.png -share/gnome/help/users-guide/C/figs/example_applets.png -share/gnome/help/users-guide/C/figs/example_menu.png -share/gnome/help/users-guide/C/figs/example_panel.png -share/gnome/help/users-guide/C/figs/fifteen_applet.png -share/gnome/help/users-guide/C/figs/fileprops.png -share/gnome/help/users-guide/C/figs/fish_applet.png -share/gnome/help/users-guide/C/figs/fish_settings.png -share/gnome/help/users-guide/C/figs/full.png -share/gnome/help/users-guide/C/figs/gcalcfig.png -share/gnome/help/users-guide/C/figs/gcc-session.png -share/gnome/help/users-guide/C/figs/gccappdef.png -share/gnome/help/users-guide/C/figs/gccdialog.png -share/gnome/help/users-guide/C/figs/gccedit.png -share/gnome/help/users-guide/C/figs/gcchints.png -share/gnome/help/users-guide/C/figs/gccmdi.png -share/gnome/help/users-guide/C/figs/gccmime.png -share/gnome/help/users-guide/C/figs/gccsession-props.png -share/gnome/help/users-guide/C/figs/gccsound1.png -share/gnome/help/users-guide/C/figs/gccsound2.png -share/gnome/help/users-guide/C/figs/gccstartup.png -share/gnome/help/users-guide/C/figs/gccurl.png -share/gnome/help/users-guide/C/figs/gcolorsel-favorites.png -share/gnome/help/users-guide/C/figs/gcolorsel-search.png -share/gnome/help/users-guide/C/figs/gcolorsel-simple.png -share/gnome/help/users-guide/C/figs/gdict-prefs.png -share/gnome/help/users-guide/C/figs/gdict-spell.png -share/gnome/help/users-guide/C/figs/gdictmain.png -share/gnome/help/users-guide/C/figs/gdiskfree-prefs.png -share/gnome/help/users-guide/C/figs/gdiskfree.png -share/gnome/help/users-guide/C/figs/gdiskfreemain.png -share/gnome/help/users-guide/C/figs/gedit-capplet.png -share/gnome/help/users-guide/C/figs/geyes_applet.png -share/gnome/help/users-guide/C/figs/geyes_settings.png -share/gnome/help/users-guide/C/figs/gfloppy-another.png -share/gnome/help/users-guide/C/figs/gfloppy-badblocks.png -share/gnome/help/users-guide/C/figs/gfloppy-formatting.png -share/gnome/help/users-guide/C/figs/gfloppy-main.png -share/gnome/help/users-guide/C/figs/gfloppy-nodisk.png -share/gnome/help/users-guide/C/figs/gfloppy-nodos.png -share/gnome/help/users-guide/C/figs/gfloppy-qferror.png -share/gnome/help/users-guide/C/figs/gfloppy-successful.png -share/gnome/help/users-guide/C/figs/gfloppy-verifying.png -share/gnome/help/users-guide/C/figs/gfloppy-writeprotected.png -share/gnome/help/users-guide/C/figs/gfloppyfig.png -share/gnome/help/users-guide/C/figs/gfontsel-filterwin.png -share/gnome/help/users-guide/C/figs/gfontsel-mainshot.png -share/gnome/help/users-guide/C/figs/gfontselfig.png -share/gnome/help/users-guide/C/figs/gkb_applet.png -share/gnome/help/users-guide/C/figs/gkb_applet_settings.png -share/gnome/help/users-guide/C/figs/glessfig.png -share/gnome/help/users-guide/C/figs/glob_pref_anim.png -share/gnome/help/users-guide/C/figs/global-config-drawer.png -share/gnome/help/users-guide/C/figs/global-config-launch.png -share/gnome/help/users-guide/C/figs/global-config-log.png -share/gnome/help/users-guide/C/figs/global-config-menu.png -share/gnome/help/users-guide/C/figs/global-config-menu2.png -share/gnome/help/users-guide/C/figs/global-config-misc.png -share/gnome/help/users-guide/C/figs/global-config.png -share/gnome/help/users-guide/C/figs/gmc1.png -share/gnome/help/users-guide/C/figs/gmc_move.png -share/gnome/help/users-guide/C/figs/gmcprops1.png -share/gnome/help/users-guide/C/figs/gmcprops2.png -share/gnome/help/users-guide/C/figs/gmcprops3.png -share/gnome/help/users-guide/C/figs/gmcprops4.png -share/gnome/help/users-guide/C/figs/gmcprops5.png -share/gnome/help/users-guide/C/figs/gmcprops6.png -share/gnome/help/users-guide/C/figs/gnome-logo-large.png -share/gnome/help/users-guide/C/figs/gnome-pager-props.png -share/gnome/help/users-guide/C/figs/gnome-pager.png -share/gnome/help/users-guide/C/figs/gnome-panel.png -share/gnome/help/users-guide/C/figs/gnome-startup.png -share/gnome/help/users-guide/C/figs/gnotes-fig.png -share/gnome/help/users-guide/C/figs/gnotes-properties.png -share/gnome/help/users-guide/C/figs/grun.png -share/gnome/help/users-guide/C/figs/gsearchtool-gsearch.png -share/gnome/help/users-guide/C/figs/gsearchtool-locate.png -share/gnome/help/users-guide/C/figs/gsearchtool-mainwin.png -share/gnome/help/users-guide/C/figs/gsearchtool-results.png -share/gnome/help/users-guide/C/figs/gsearchtoolfig.png -share/gnome/help/users-guide/C/figs/gshutdown-advanced.png -share/gnome/help/users-guide/C/figs/gshutdown-preferences.png -share/gnome/help/users-guide/C/figs/gshutdownfig.png -share/gnome/help/users-guide/C/figs/gstripchart-main.png -share/gnome/help/users-guide/C/figs/gstripchart-param.png -share/gnome/help/users-guide/C/figs/gstripchart-text.png -share/gnome/help/users-guide/C/figs/gstripchartfig.png -share/gnome/help/users-guide/C/figs/gtcd-props.png -share/gnome/help/users-guide/C/figs/gtcd.png -share/gnome/help/users-guide/C/figs/gtt_mainwin.png -share/gnome/help/users-guide/C/figs/gtt_prefswin.png -share/gnome/help/users-guide/C/figs/gttfig.png -share/gnome/help/users-guide/C/figs/guname-cpuinfo.png -share/gnome/help/users-guide/C/figs/guname-diskinfo.png -share/gnome/help/users-guide/C/figs/guname-main.png -share/gnome/help/users-guide/C/figs/guname-memoryinfo.png -share/gnome/help/users-guide/C/figs/gunamefig.png -share/gnome/help/users-guide/C/figs/gw-main.png -share/gnome/help/users-guide/C/figs/gw-menuitems.png -share/gnome/help/users-guide/C/figs/gweather_applet.png -share/gnome/help/users-guide/C/figs/gweather_settings.png -share/gnome/help/users-guide/C/figs/gweather_weather.png -share/gnome/help/users-guide/C/figs/gwfig.png -share/gnome/help/users-guide/C/figs/hide-button.png -share/gnome/help/users-guide/C/figs/idetool.png -share/gnome/help/users-guide/C/figs/jbc_applet.png -share/gnome/help/users-guide/C/figs/keybell.png -share/gnome/help/users-guide/C/figs/keyboard-capplet.png -share/gnome/help/users-guide/C/figs/launcher-props.png -share/gnome/help/users-guide/C/figs/launcher_advprops.png -share/gnome/help/users-guide/C/figs/launcher_properties_advanced.png -share/gnome/help/users-guide/C/figs/launcher_properties_basic.png -share/gnome/help/users-guide/C/figs/launcher_props.png -share/gnome/help/users-guide/C/figs/life-applet.png -share/gnome/help/users-guide/C/figs/loadavg-applet-default.png -share/gnome/help/users-guide/C/figs/loadavg-applet-greyed.png -share/gnome/help/users-guide/C/figs/loadavg-applet-properties.png -share/gnome/help/users-guide/C/figs/loadavg-applet.png -share/gnome/help/users-guide/C/figs/login.png -share/gnome/help/users-guide/C/figs/logout-screen.png -share/gnome/help/users-guide/C/figs/mailcheck-applet.png -share/gnome/help/users-guide/C/figs/mailcheck-properties-mailbox.png -share/gnome/help/users-guide/C/figs/mailcheck-properties-mailcheck.png -share/gnome/help/users-guide/C/figs/mainmenu_properties.png -share/gnome/help/users-guide/C/figs/memload-applet-default.png -share/gnome/help/users-guide/C/figs/memload-applet-greyed.png -share/gnome/help/users-guide/C/figs/memload-applet-properties.png -share/gnome/help/users-guide/C/figs/memload-applet.png -share/gnome/help/users-guide/C/figs/menu-props.png -share/gnome/help/users-guide/C/figs/menu_properties.png -share/gnome/help/users-guide/C/figs/menueditor.png -share/gnome/help/users-guide/C/figs/mini-command-props.png -share/gnome/help/users-guide/C/figs/mini-command.png -share/gnome/help/users-guide/C/figs/mini-commander_applet.png -share/gnome/help/users-guide/C/figs/mini-commander_settings_general.png -share/gnome/help/users-guide/C/figs/mixapplet.png -share/gnome/help/users-guide/C/figs/mixer_applet.png -share/gnome/help/users-guide/C/figs/mm-button.png -share/gnome/help/users-guide/C/figs/modemlights-advpref.png -share/gnome/help/users-guide/C/figs/modemlights-prefs.png -share/gnome/help/users-guide/C/figs/modemlights.png -share/gnome/help/users-guide/C/figs/mouse-capplet.png -share/gnome/help/users-guide/C/figs/netload-applet-default.png -share/gnome/help/users-guide/C/figs/netload-applet-greyed.png -share/gnome/help/users-guide/C/figs/netload-applet-properties.png -share/gnome/help/users-guide/C/figs/netload-applet.png -share/gnome/help/users-guide/C/figs/odometer_applet.png -share/gnome/help/users-guide/C/figs/odometer_settings.png -share/gnome/help/users-guide/C/figs/odometer_themes.png -share/gnome/help/users-guide/C/figs/open_with.png -share/gnome/help/users-guide/C/figs/panel-prop.png -share/gnome/help/users-guide/C/figs/panel_applets.png -share/gnome/help/users-guide/C/figs/panel_lockbut.png -share/gnome/help/users-guide/C/figs/panel_logoutbut.png -share/gnome/help/users-guide/C/figs/panel_props_back.png -share/gnome/help/users-guide/C/figs/panel_props_edge.png -share/gnome/help/users-guide/C/figs/panel_runbutton.png -share/gnome/help/users-guide/C/figs/panel_runprogram.png -share/gnome/help/users-guide/C/figs/panel_swallow.png -share/gnome/help/users-guide/C/figs/printer-applet-props.png -share/gnome/help/users-guide/C/figs/printer-fig.png -share/gnome/help/users-guide/C/figs/printer-properties.png -share/gnome/help/users-guide/C/figs/quicklaunch.png -share/gnome/help/users-guide/C/figs/quicklaunch_applet.png -share/gnome/help/users-guide/C/figs/rubberband.png -share/gnome/help/users-guide/C/figs/screensave-capplet.png -share/gnome/help/users-guide/C/figs/soundmonitor_applet.png -share/gnome/help/users-guide/C/figs/soundmonitor_applet_settings.png -share/gnome/help/users-guide/C/figs/soundmonitor_applet_themes.png -share/gnome/help/users-guide/C/figs/soundmonitor_manager_server.png -share/gnome/help/users-guide/C/figs/start-capplet.png -share/gnome/help/users-guide/C/figs/status_dock.png -share/gnome/help/users-guide/C/figs/swapload-applet-default.png -share/gnome/help/users-guide/C/figs/swapload-applet-greyed.png -share/gnome/help/users-guide/C/figs/swapload-applet-properties.png -share/gnome/help/users-guide/C/figs/swapload-applet.png -share/gnome/help/users-guide/C/figs/tasklist-fig.png -share/gnome/help/users-guide/C/figs/tasklist-properties-size.png -share/gnome/help/users-guide/C/figs/tasklist-properties.png -share/gnome/help/users-guide/C/figs/tasklist-rightclick-fig.png -share/gnome/help/users-guide/C/figs/theme-select.png -share/gnome/help/users-guide/C/figs/thispanel.png -share/gnome/help/users-guide/C/figs/tickastat_applet.png -share/gnome/help/users-guide/C/figs/tickastat_coredump.png -share/gnome/help/users-guide/C/figs/tickastat_loadaverage.png -share/gnome/help/users-guide/C/figs/tickastat_settings.png -share/gnome/help/users-guide/C/figs/trackeditor.png -share/gnome/help/users-guide/C/figs/url-capplet.png -share/gnome/help/users-guide/C/figs/webcontrol-applet-prefs.png -share/gnome/help/users-guide/C/figs/webcontrol-applet.png -share/gnome/help/users-guide/C/figs/whereami_applet.png -share/gnome/help/users-guide/C/figs/wm-add.png -share/gnome/help/users-guide/C/figs/wm-main.png -share/gnome/help/users-guide/C/gccui.html -share/gnome/help/users-guide/C/globalpanelprefs.html -share/gnome/help/users-guide/C/gmc.html -share/gnome/help/users-guide/C/gmccopy.html -share/gnome/help/users-guide/C/gmcfileprops.html -share/gnome/help/users-guide/C/gmclaunch.html -share/gnome/help/users-guide/C/gmcmenus.html -share/gnome/help/users-guide/C/gmcnav.html -share/gnome/help/users-guide/C/gmcprefs.html -share/gnome/help/users-guide/C/gmcrename.html -share/gnome/help/users-guide/C/gmcselect.html -share/gnome/help/users-guide/C/gnome-applets.html -share/gnome/help/users-guide/C/gnome-utilities.html -share/gnome/help/users-guide/C/gnome-utils-applications.html -share/gnome/help/users-guide/C/gnome-utils-utilities.html -share/gnome/help/users-guide/C/gnomecc.html -share/gnome/help/users-guide/C/index.html -share/gnome/help/users-guide/C/intro.html -share/gnome/help/users-guide/C/launchers.html -share/gnome/help/users-guide/C/ln17.html -share/gnome/help/users-guide/C/main-menu.html -share/gnome/help/users-guide/C/mainmenu.html -share/gnome/help/users-guide/C/menus.html -share/gnome/help/users-guide/C/monitor-applets.html -share/gnome/help/users-guide/C/multimedia-applets.html -share/gnome/help/users-guide/C/multimedia-intro.html -share/gnome/help/users-guide/C/network-applets.html -share/gnome/help/users-guide/C/new-dirs.html -share/gnome/help/users-guide/C/new-file.html -share/gnome/help/users-guide/C/new-mount.html -share/gnome/help/users-guide/C/newbies.html -share/gnome/help/users-guide/C/panel-chap.html -share/gnome/help/users-guide/C/panelbasics.html -share/gnome/help/users-guide/C/panelbugs.html -share/gnome/help/users-guide/C/panelmove.html -share/gnome/help/users-guide/C/panelproperties.html -share/gnome/help/users-guide/C/peripherals.html -share/gnome/help/users-guide/C/permissions.html -share/gnome/help/users-guide/C/quickstart.html -share/gnome/help/users-guide/C/session.html -share/gnome/help/users-guide/C/specialobjects.html -share/gnome/help/users-guide/C/stylesheet-images/caution.gif -share/gnome/help/users-guide/C/stylesheet-images/home.gif -share/gnome/help/users-guide/C/stylesheet-images/important.gif -share/gnome/help/users-guide/C/stylesheet-images/next.gif -share/gnome/help/users-guide/C/stylesheet-images/note.gif -share/gnome/help/users-guide/C/stylesheet-images/prev.gif -share/gnome/help/users-guide/C/stylesheet-images/tip.gif -share/gnome/help/users-guide/C/stylesheet-images/toc-blank.gif -share/gnome/help/users-guide/C/stylesheet-images/toc-minus.gif -share/gnome/help/users-guide/C/stylesheet-images/toc-plus.gif -share/gnome/help/users-guide/C/stylesheet-images/up.gif -share/gnome/help/users-guide/C/stylesheet-images/warning.gif -share/gnome/help/users-guide/C/syslinks.html -share/gnome/help/users-guide/C/topic.dat -share/gnome/help/users-guide/C/utility-applets.html -share/gnome/help/users-guide/C/wm.html -share/gnome/help/users-guide/C/wmchange.html -@dirrm share/gnome/help/users-guide/C/stylesheet-images -@dirrm share/gnome/help/users-guide/C/figs -@dirrm share/gnome/help/users-guide/C -@dirrm share/gnome/help/users-guide diff --git a/misc/gnomeutils/Makefile b/misc/gnomeutils/Makefile index 255eb9d58b55..92118a1c2b87 100644 --- a/misc/gnomeutils/Makefile +++ b/misc/gnomeutils/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/misc/gnomeutils/distinfo b/misc/gnomeutils/distinfo index 185a3c2a3804..41e0220bab21 100644 --- a/misc/gnomeutils/distinfo +++ b/misc/gnomeutils/distinfo @@ -1 +1 @@ -MD5 (gnome-utils-1.2.1.tar.gz) = d95a0a6d43b62075c7f5dbe6c81101c0 +MD5 (gnome-utils-1.4.0.tar.gz) = 4931aae4c0d92cdf8c2da57fe56c1e99 diff --git a/misc/gnomeutils/files/patch-aa b/misc/gnomeutils/files/patch-aa deleted file mode 100644 index 6f97cad1373c..000000000000 --- a/misc/gnomeutils/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/misc/gnomeutils/files/patch-ai b/misc/gnomeutils/files/patch-ai new file mode 100644 index 000000000000..e0ad30299780 --- /dev/null +++ b/misc/gnomeutils/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/misc/gnomeutils/pkg-plist b/misc/gnomeutils/pkg-plist index 294fdbe5556c..19083e224545 100644 --- a/misc/gnomeutils/pkg-plist +++ b/misc/gnomeutils/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/misc/gnomeutils2/Makefile b/misc/gnomeutils2/Makefile index 255eb9d58b55..92118a1c2b87 100644 --- a/misc/gnomeutils2/Makefile +++ b/misc/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/misc/gnomeutils2/distinfo b/misc/gnomeutils2/distinfo index 185a3c2a3804..41e0220bab21 100644 --- a/misc/gnomeutils2/distinfo +++ b/misc/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/misc/gnomeutils2/files/patch-aa b/misc/gnomeutils2/files/patch-aa deleted file mode 100644 index 6f97cad1373c..000000000000 --- a/misc/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/misc/gnomeutils2/files/patch-ai b/misc/gnomeutils2/files/patch-ai new file mode 100644 index 000000000000..e0ad30299780 --- /dev/null +++ b/misc/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/misc/gnomeutils2/pkg-plist b/misc/gnomeutils2/pkg-plist index 294fdbe5556c..19083e224545 100644 --- a/misc/gnomeutils2/pkg-plist +++ b/misc/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 diff --git a/print/ggv/Makefile b/print/ggv/Makefile index c93991509bd5..268886dfea8b 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ggv -PORTVERSION= 0.95 +PORTVERSION= 1.0 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ggv @@ -18,6 +18,7 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/print/ggv/distinfo b/print/ggv/distinfo index 3662dcee2d88..0571954b8cfe 100644 --- a/print/ggv/distinfo +++ b/print/ggv/distinfo @@ -1 +1 @@ -MD5 (ggv-0.95.tar.gz) = e407836a107279b8fda1b961539a1cff +MD5 (ggv-1.0.tar.gz) = a857c53a6b0ad2f3d95defc953e7cd5d diff --git a/print/ggv/files/patch-aa b/print/ggv/files/patch-aa index fe039bee57d1..0b27e1d93ee4 100644 --- a/print/ggv/files/patch-aa +++ b/print/ggv/files/patch-aa @@ -20,19 +20,3 @@ fi if test "$XGETTEXT" != ":"; then -@@ -4821,13 +4821,8 @@ - fi - fi - if test "x$no_bonobo" = x ; then -- echo "$ac_t""yes" 1>&6 -- -- cat >> confdefs.h <<\EOF --#define ENABLE_BONOBO 1 --EOF -- -- have_bonobo=true -+ echo "$ac_t""yes - but I'm ignoring it" 1>&6 -+ have_bonobo=false - - else - echo "$ac_t""no" 1>&6 diff --git a/print/ggv/files/patch-ad b/print/ggv/files/patch-ad index b57932a3b65b..d346879b7abe 100644 --- a/print/ggv/files/patch-ad +++ b/print/ggv/files/patch-ad @@ -1,10 +1,6 @@ ---- src/ps.h.orig Tue Jan 26 13:58:49 1999 -+++ src/ps.h Tue Jan 26 13:59:06 1999 -@@ -40,6 +40,7 @@ - /* Constants used to store keywords that are scanned. */ - /* NONE is not a keyword, it tells when a field was not set */ +--- src/ps.h.orig Tue Feb 13 12:21:25 2001 ++++ src/ps.h Tue Feb 27 18:50:19 2001 +@@ -45,2 +45,3 @@ +#undef NONE - enum {ATEND = -1, NONE = 0, PORTRAIT, LANDSCAPE, ASCEND, DESCEND, SPECIAL}; - - #define PSLINELENGTH 257 /* 255 characters + 1 newline + 1 NULL */ + enum { ATEND = -1, NONE = 0, PORTRAIT, LANDSCAPE, ASCEND, DESCEND, SPECIAL }; diff --git a/print/ggv/files/patch-af b/print/ggv/files/patch-af new file mode 100644 index 000000000000..6f2b5511f022 --- /dev/null +++ b/print/ggv/files/patch-af @@ -0,0 +1,6 @@ +--- app-docs.make.orig Tue Mar 27 14:36:27 2001 ++++ app-docs.make Tue Apr 17 19:42:48 2001 +@@ -1,2 +1,2 @@ +-helpdir = $(datadir)/gnome/help/$(app)/$(lang) ++helpdir = $(datadir)/help/$(app)/$(lang) + help_DATA = \ diff --git a/print/ggv/pkg-plist b/print/ggv/pkg-plist index 293f0cd6982d..455c76bdb43a 100644 --- a/print/ggv/pkg-plist +++ b/print/ggv/pkg-plist @@ -1,8 +1,79 @@ +bin/bonobo-application-ps bin/ggv -etc/CORBA/servers/application-ps.gnorba share/gnome/apps/Graphics/ggv.desktop +share/gnome/help/ggv/C/docbook.css +share/gnome/help/ggv/C/ggv.sgml +share/gnome/help/ggv/C/index.html +share/gnome/help/ggv/C/intro.html +share/gnome/help/ggv/C/ln21.html +share/gnome/help/ggv/C/mainwin.html +share/gnome/help/ggv/C/menuopts.html +share/gnome/help/ggv/C/options.html +share/gnome/help/ggv/C/prefs.html +share/gnome/help/ggv/C/probs.html +share/gnome/help/ggv/C/stylesheet-images/caution.gif +share/gnome/help/ggv/C/stylesheet-images/home.gif +share/gnome/help/ggv/C/stylesheet-images/important.gif +share/gnome/help/ggv/C/stylesheet-images/next.gif +share/gnome/help/ggv/C/stylesheet-images/note.gif +share/gnome/help/ggv/C/stylesheet-images/prev.gif +share/gnome/help/ggv/C/stylesheet-images/tip.gif +share/gnome/help/ggv/C/stylesheet-images/toc-blank.gif +share/gnome/help/ggv/C/stylesheet-images/toc-minus.gif +share/gnome/help/ggv/C/stylesheet-images/toc-plus.gif +share/gnome/help/ggv/C/stylesheet-images/up.gif +share/gnome/help/ggv/C/stylesheet-images/warning.gif share/gnome/help/ggv/C/topic.dat +share/gnome/help/ggv/it/docbook.css +share/gnome/help/ggv/it/ggv.sgml +share/gnome/help/ggv/it/index.html +share/gnome/help/ggv/it/intro.html +share/gnome/help/ggv/it/ln21.html +share/gnome/help/ggv/it/mainwin.html +share/gnome/help/ggv/it/menuopts.html +share/gnome/help/ggv/it/options.html +share/gnome/help/ggv/it/prefs.html +share/gnome/help/ggv/it/probs.html +share/gnome/help/ggv/it/stylesheet-images/caution.gif +share/gnome/help/ggv/it/stylesheet-images/home.gif +share/gnome/help/ggv/it/stylesheet-images/important.gif +share/gnome/help/ggv/it/stylesheet-images/next.gif +share/gnome/help/ggv/it/stylesheet-images/note.gif +share/gnome/help/ggv/it/stylesheet-images/prev.gif +share/gnome/help/ggv/it/stylesheet-images/tip.gif +share/gnome/help/ggv/it/stylesheet-images/toc-blank.gif +share/gnome/help/ggv/it/stylesheet-images/toc-minus.gif +share/gnome/help/ggv/it/stylesheet-images/toc-plus.gif +share/gnome/help/ggv/it/stylesheet-images/up.gif +share/gnome/help/ggv/it/stylesheet-images/warning.gif share/gnome/help/ggv/it/topic.dat +share/gnome/help/ggv/ja/docbook.css +share/gnome/help/ggv/ja/ggv.sgml +share/gnome/help/ggv/ja/index.html +share/gnome/help/ggv/ja/intro.html +share/gnome/help/ggv/ja/ln21.html +share/gnome/help/ggv/ja/mainwin.html +share/gnome/help/ggv/ja/menuopts.html +share/gnome/help/ggv/ja/options.html +share/gnome/help/ggv/ja/prefs.html +share/gnome/help/ggv/ja/probs.html +share/gnome/help/ggv/ja/stylesheet-images/caution.gif +share/gnome/help/ggv/ja/stylesheet-images/home.gif +share/gnome/help/ggv/ja/stylesheet-images/important.gif +share/gnome/help/ggv/ja/stylesheet-images/next.gif +share/gnome/help/ggv/ja/stylesheet-images/note.gif +share/gnome/help/ggv/ja/stylesheet-images/prev.gif +share/gnome/help/ggv/ja/stylesheet-images/tip.gif +share/gnome/help/ggv/ja/stylesheet-images/toc-blank.gif +share/gnome/help/ggv/ja/stylesheet-images/toc-minus.gif +share/gnome/help/ggv/ja/stylesheet-images/toc-plus.gif +share/gnome/help/ggv/ja/stylesheet-images/up.gif +share/gnome/help/ggv/ja/stylesheet-images/warning.gif +share/gnome/help/ggv/ja/topic.dat +share/gnome/oaf/Bonobo_GGV.oafinfo +share/gnome/omf/ggv/ggv-C.omf +share/gnome/omf/ggv/ggv-it.omf +share/gnome/omf/ggv/ggv-ja.omf share/gnome/pixmaps/ggv-splash.png share/gnome/pixmaps/gnome-ghostview.png share/locale/ca/LC_MESSAGES/ggv.mo @@ -25,11 +96,20 @@ share/locale/no/LC_MESSAGES/ggv.mo share/locale/pl/LC_MESSAGES/ggv.mo share/locale/pt/LC_MESSAGES/ggv.mo share/locale/pt_BR/LC_MESSAGES/ggv.mo +share/locale/ro/LC_MESSAGES/ggv.mo share/locale/ru/LC_MESSAGES/ggv.mo +share/locale/sk/LC_MESSAGES/ggv.mo share/locale/sl/LC_MESSAGES/ggv.mo share/locale/sv/LC_MESSAGES/ggv.mo share/locale/tr/LC_MESSAGES/ggv.mo share/locale/uk/LC_MESSAGES/ggv.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ggv.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ggv.mo +@dirrm share/gnome/omf/ggv +@dirrm share/gnome/help/ggv/ja/stylesheet-images +@dirrm share/gnome/help/ggv/ja +@dirrm share/gnome/help/ggv/it/stylesheet-images @dirrm share/gnome/help/ggv/it +@dirrm share/gnome/help/ggv/C/stylesheet-images @dirrm share/gnome/help/ggv/C @dirrm share/gnome/help/ggv diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile index c93991509bd5..268886dfea8b 100644 --- a/print/ggv2/Makefile +++ b/print/ggv2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ggv -PORTVERSION= 0.95 +PORTVERSION= 1.0 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ggv @@ -18,6 +18,7 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/print/ggv2/distinfo b/print/ggv2/distinfo index 3662dcee2d88..0571954b8cfe 100644 --- a/print/ggv2/distinfo +++ b/print/ggv2/distinfo @@ -1 +1 @@ -MD5 (ggv-0.95.tar.gz) = e407836a107279b8fda1b961539a1cff +MD5 (ggv-1.0.tar.gz) = a857c53a6b0ad2f3d95defc953e7cd5d diff --git a/print/ggv2/files/patch-aa b/print/ggv2/files/patch-aa index fe039bee57d1..0b27e1d93ee4 100644 --- a/print/ggv2/files/patch-aa +++ b/print/ggv2/files/patch-aa @@ -20,19 +20,3 @@ fi if test "$XGETTEXT" != ":"; then -@@ -4821,13 +4821,8 @@ - fi - fi - if test "x$no_bonobo" = x ; then -- echo "$ac_t""yes" 1>&6 -- -- cat >> confdefs.h <<\EOF --#define ENABLE_BONOBO 1 --EOF -- -- have_bonobo=true -+ echo "$ac_t""yes - but I'm ignoring it" 1>&6 -+ have_bonobo=false - - else - echo "$ac_t""no" 1>&6 diff --git a/print/ggv2/files/patch-ad b/print/ggv2/files/patch-ad index b57932a3b65b..d346879b7abe 100644 --- a/print/ggv2/files/patch-ad +++ b/print/ggv2/files/patch-ad @@ -1,10 +1,6 @@ ---- src/ps.h.orig Tue Jan 26 13:58:49 1999 -+++ src/ps.h Tue Jan 26 13:59:06 1999 -@@ -40,6 +40,7 @@ - /* Constants used to store keywords that are scanned. */ - /* NONE is not a keyword, it tells when a field was not set */ +--- src/ps.h.orig Tue Feb 13 12:21:25 2001 ++++ src/ps.h Tue Feb 27 18:50:19 2001 +@@ -45,2 +45,3 @@ +#undef NONE - enum {ATEND = -1, NONE = 0, PORTRAIT, LANDSCAPE, ASCEND, DESCEND, SPECIAL}; - - #define PSLINELENGTH 257 /* 255 characters + 1 newline + 1 NULL */ + enum { ATEND = -1, NONE = 0, PORTRAIT, LANDSCAPE, ASCEND, DESCEND, SPECIAL }; diff --git a/print/ggv2/files/patch-af b/print/ggv2/files/patch-af new file mode 100644 index 000000000000..6f2b5511f022 --- /dev/null +++ b/print/ggv2/files/patch-af @@ -0,0 +1,6 @@ +--- app-docs.make.orig Tue Mar 27 14:36:27 2001 ++++ app-docs.make Tue Apr 17 19:42:48 2001 +@@ -1,2 +1,2 @@ +-helpdir = $(datadir)/gnome/help/$(app)/$(lang) ++helpdir = $(datadir)/help/$(app)/$(lang) + help_DATA = \ diff --git a/print/ggv2/pkg-plist b/print/ggv2/pkg-plist index 293f0cd6982d..455c76bdb43a 100644 --- a/print/ggv2/pkg-plist +++ b/print/ggv2/pkg-plist @@ -1,8 +1,79 @@ +bin/bonobo-application-ps bin/ggv -etc/CORBA/servers/application-ps.gnorba share/gnome/apps/Graphics/ggv.desktop +share/gnome/help/ggv/C/docbook.css +share/gnome/help/ggv/C/ggv.sgml +share/gnome/help/ggv/C/index.html +share/gnome/help/ggv/C/intro.html +share/gnome/help/ggv/C/ln21.html +share/gnome/help/ggv/C/mainwin.html +share/gnome/help/ggv/C/menuopts.html +share/gnome/help/ggv/C/options.html +share/gnome/help/ggv/C/prefs.html +share/gnome/help/ggv/C/probs.html +share/gnome/help/ggv/C/stylesheet-images/caution.gif +share/gnome/help/ggv/C/stylesheet-images/home.gif +share/gnome/help/ggv/C/stylesheet-images/important.gif +share/gnome/help/ggv/C/stylesheet-images/next.gif +share/gnome/help/ggv/C/stylesheet-images/note.gif +share/gnome/help/ggv/C/stylesheet-images/prev.gif +share/gnome/help/ggv/C/stylesheet-images/tip.gif +share/gnome/help/ggv/C/stylesheet-images/toc-blank.gif +share/gnome/help/ggv/C/stylesheet-images/toc-minus.gif +share/gnome/help/ggv/C/stylesheet-images/toc-plus.gif +share/gnome/help/ggv/C/stylesheet-images/up.gif +share/gnome/help/ggv/C/stylesheet-images/warning.gif share/gnome/help/ggv/C/topic.dat +share/gnome/help/ggv/it/docbook.css +share/gnome/help/ggv/it/ggv.sgml +share/gnome/help/ggv/it/index.html +share/gnome/help/ggv/it/intro.html +share/gnome/help/ggv/it/ln21.html +share/gnome/help/ggv/it/mainwin.html +share/gnome/help/ggv/it/menuopts.html +share/gnome/help/ggv/it/options.html +share/gnome/help/ggv/it/prefs.html +share/gnome/help/ggv/it/probs.html +share/gnome/help/ggv/it/stylesheet-images/caution.gif +share/gnome/help/ggv/it/stylesheet-images/home.gif +share/gnome/help/ggv/it/stylesheet-images/important.gif +share/gnome/help/ggv/it/stylesheet-images/next.gif +share/gnome/help/ggv/it/stylesheet-images/note.gif +share/gnome/help/ggv/it/stylesheet-images/prev.gif +share/gnome/help/ggv/it/stylesheet-images/tip.gif +share/gnome/help/ggv/it/stylesheet-images/toc-blank.gif +share/gnome/help/ggv/it/stylesheet-images/toc-minus.gif +share/gnome/help/ggv/it/stylesheet-images/toc-plus.gif +share/gnome/help/ggv/it/stylesheet-images/up.gif +share/gnome/help/ggv/it/stylesheet-images/warning.gif share/gnome/help/ggv/it/topic.dat +share/gnome/help/ggv/ja/docbook.css +share/gnome/help/ggv/ja/ggv.sgml +share/gnome/help/ggv/ja/index.html +share/gnome/help/ggv/ja/intro.html +share/gnome/help/ggv/ja/ln21.html +share/gnome/help/ggv/ja/mainwin.html +share/gnome/help/ggv/ja/menuopts.html +share/gnome/help/ggv/ja/options.html +share/gnome/help/ggv/ja/prefs.html +share/gnome/help/ggv/ja/probs.html +share/gnome/help/ggv/ja/stylesheet-images/caution.gif +share/gnome/help/ggv/ja/stylesheet-images/home.gif +share/gnome/help/ggv/ja/stylesheet-images/important.gif +share/gnome/help/ggv/ja/stylesheet-images/next.gif +share/gnome/help/ggv/ja/stylesheet-images/note.gif +share/gnome/help/ggv/ja/stylesheet-images/prev.gif +share/gnome/help/ggv/ja/stylesheet-images/tip.gif +share/gnome/help/ggv/ja/stylesheet-images/toc-blank.gif +share/gnome/help/ggv/ja/stylesheet-images/toc-minus.gif +share/gnome/help/ggv/ja/stylesheet-images/toc-plus.gif +share/gnome/help/ggv/ja/stylesheet-images/up.gif +share/gnome/help/ggv/ja/stylesheet-images/warning.gif +share/gnome/help/ggv/ja/topic.dat +share/gnome/oaf/Bonobo_GGV.oafinfo +share/gnome/omf/ggv/ggv-C.omf +share/gnome/omf/ggv/ggv-it.omf +share/gnome/omf/ggv/ggv-ja.omf share/gnome/pixmaps/ggv-splash.png share/gnome/pixmaps/gnome-ghostview.png share/locale/ca/LC_MESSAGES/ggv.mo @@ -25,11 +96,20 @@ share/locale/no/LC_MESSAGES/ggv.mo share/locale/pl/LC_MESSAGES/ggv.mo share/locale/pt/LC_MESSAGES/ggv.mo share/locale/pt_BR/LC_MESSAGES/ggv.mo +share/locale/ro/LC_MESSAGES/ggv.mo share/locale/ru/LC_MESSAGES/ggv.mo +share/locale/sk/LC_MESSAGES/ggv.mo share/locale/sl/LC_MESSAGES/ggv.mo share/locale/sv/LC_MESSAGES/ggv.mo share/locale/tr/LC_MESSAGES/ggv.mo share/locale/uk/LC_MESSAGES/ggv.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/ggv.mo +share/locale/zh_TW.Big5/LC_MESSAGES/ggv.mo +@dirrm share/gnome/omf/ggv +@dirrm share/gnome/help/ggv/ja/stylesheet-images +@dirrm share/gnome/help/ggv/ja +@dirrm share/gnome/help/ggv/it/stylesheet-images @dirrm share/gnome/help/ggv/it +@dirrm share/gnome/help/ggv/C/stylesheet-images @dirrm share/gnome/help/ggv/C @dirrm share/gnome/help/ggv diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 83f4f01e60f3..19d3b2c8bcae 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeprint -PORTVERSION= 0.25 +PORTVERSION= 0.28 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-print @@ -15,15 +15,13 @@ DISTNAME= gnome-print-${PORTVERSION} MAINTAINER= ade@FreeBSD.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf PLIST_SUB= VERSION=${PORTVERSION} USE_X_PREFIX= yes USE_GMAKE= yes USE_PERL5= yes -USE_GNOMELIBS= yes +USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/print/gnome-print/distinfo b/print/gnome-print/distinfo index a5909c7fa11f..3254ee6401f5 100644 --- a/print/gnome-print/distinfo +++ b/print/gnome-print/distinfo @@ -1 +1 @@ -MD5 (gnome-print-0.25.tar.gz) = 18d122b0ce1cc9f8ddf57a642c0e2af3 +MD5 (gnome-print-0.28.tar.gz) = a14fa46020e432661deddc3128fdfe99 diff --git a/print/gnome-print/files/patch-ac b/print/gnome-print/files/patch-ac new file mode 100644 index 000000000000..a299a643f671 --- /dev/null +++ b/print/gnome-print/files/patch-ac @@ -0,0 +1,8 @@ +--- installer/gf-pfb.c.orig Thu Nov 16 20:22:10 2000 ++++ installer/gf-pfb.c Thu Mar 15 19:26:11 2001 +@@ -6,4 +6,4 @@ + +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> diff --git a/print/gnome-print/pkg-plist b/print/gnome-print/pkg-plist index b1170ac68f73..e402bc3d3bbd 100644 --- a/print/gnome-print/pkg-plist +++ b/print/gnome-print/pkg-plist @@ -24,7 +24,7 @@ include/libgnomeprint/gnome-rfont.h include/libgnomeprint/gnome-text.h lib/libgnomeprint.a lib/libgnomeprint.so -lib/libgnomeprint.so.13 +lib/libgnomeprint.so.16 share/gnome/fonts/afms/adobe/pagd8a.afm share/gnome/fonts/afms/adobe/pagdo8a.afm share/gnome/fonts/afms/adobe/pagk8a.afm @@ -66,9 +66,11 @@ share/gnome/fonts/afms/adobe/putr8a.afm share/gnome/fonts/afms/adobe/putri8a.afm share/gnome/fonts/afms/adobe/pzcmi8a.afm share/gnome/fonts/afms/adobe/pzdr.afm -share/gnome/fonts/fontmap +share/gnome/fonts/fontmap2 share/gnome/gnome-print/%%VERSION%%/profiles/PostscriptOptimized.profile +share/gnome/gnome-print/%%VERSION%%/profiles/fax-g3.profile share/gnome/gnome-print/%%VERSION%%/profiles/pdf.profile +share/locale/az/LC_MESSAGES/gnome-print.mo share/locale/ca/LC_MESSAGES/gnome-print.mo share/locale/da/LC_MESSAGES/gnome-print.mo share/locale/de/LC_MESSAGES/gnome-print.mo diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 83f4f01e60f3..19d3b2c8bcae 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeprint -PORTVERSION= 0.25 +PORTVERSION= 0.28 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-print @@ -15,15 +15,13 @@ DISTNAME= gnome-print-${PORTVERSION} MAINTAINER= ade@FreeBSD.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf PLIST_SUB= VERSION=${PORTVERSION} USE_X_PREFIX= yes USE_GMAKE= yes USE_PERL5= yes -USE_GNOMELIBS= yes +USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/print/gnomeprint/distinfo b/print/gnomeprint/distinfo index a5909c7fa11f..3254ee6401f5 100644 --- a/print/gnomeprint/distinfo +++ b/print/gnomeprint/distinfo @@ -1 +1 @@ -MD5 (gnome-print-0.25.tar.gz) = 18d122b0ce1cc9f8ddf57a642c0e2af3 +MD5 (gnome-print-0.28.tar.gz) = a14fa46020e432661deddc3128fdfe99 diff --git a/print/gnomeprint/files/patch-ac b/print/gnomeprint/files/patch-ac new file mode 100644 index 000000000000..a299a643f671 --- /dev/null +++ b/print/gnomeprint/files/patch-ac @@ -0,0 +1,8 @@ +--- installer/gf-pfb.c.orig Thu Nov 16 20:22:10 2000 ++++ installer/gf-pfb.c Thu Mar 15 19:26:11 2001 +@@ -6,4 +6,4 @@ + +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> diff --git a/print/gnomeprint/pkg-plist b/print/gnomeprint/pkg-plist index b1170ac68f73..e402bc3d3bbd 100644 --- a/print/gnomeprint/pkg-plist +++ b/print/gnomeprint/pkg-plist @@ -24,7 +24,7 @@ include/libgnomeprint/gnome-rfont.h include/libgnomeprint/gnome-text.h lib/libgnomeprint.a lib/libgnomeprint.so -lib/libgnomeprint.so.13 +lib/libgnomeprint.so.16 share/gnome/fonts/afms/adobe/pagd8a.afm share/gnome/fonts/afms/adobe/pagdo8a.afm share/gnome/fonts/afms/adobe/pagk8a.afm @@ -66,9 +66,11 @@ share/gnome/fonts/afms/adobe/putr8a.afm share/gnome/fonts/afms/adobe/putri8a.afm share/gnome/fonts/afms/adobe/pzcmi8a.afm share/gnome/fonts/afms/adobe/pzdr.afm -share/gnome/fonts/fontmap +share/gnome/fonts/fontmap2 share/gnome/gnome-print/%%VERSION%%/profiles/PostscriptOptimized.profile +share/gnome/gnome-print/%%VERSION%%/profiles/fax-g3.profile share/gnome/gnome-print/%%VERSION%%/profiles/pdf.profile +share/locale/az/LC_MESSAGES/gnome-print.mo share/locale/ca/LC_MESSAGES/gnome-print.mo share/locale/da/LC_MESSAGES/gnome-print.mo share/locale/de/LC_MESSAGES/gnome-print.mo diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 83f4f01e60f3..19d3b2c8bcae 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeprint -PORTVERSION= 0.25 +PORTVERSION= 0.28 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-print @@ -15,15 +15,13 @@ DISTNAME= gnome-print-${PORTVERSION} MAINTAINER= ade@FreeBSD.org RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf PLIST_SUB= VERSION=${PORTVERSION} USE_X_PREFIX= yes USE_GMAKE= yes USE_PERL5= yes -USE_GNOMELIBS= yes +USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo index a5909c7fa11f..3254ee6401f5 100644 --- a/print/libgnomeprint/distinfo +++ b/print/libgnomeprint/distinfo @@ -1 +1 @@ -MD5 (gnome-print-0.25.tar.gz) = 18d122b0ce1cc9f8ddf57a642c0e2af3 +MD5 (gnome-print-0.28.tar.gz) = a14fa46020e432661deddc3128fdfe99 diff --git a/print/libgnomeprint/files/patch-ac b/print/libgnomeprint/files/patch-ac new file mode 100644 index 000000000000..a299a643f671 --- /dev/null +++ b/print/libgnomeprint/files/patch-ac @@ -0,0 +1,8 @@ +--- installer/gf-pfb.c.orig Thu Nov 16 20:22:10 2000 ++++ installer/gf-pfb.c Thu Mar 15 19:26:11 2001 +@@ -6,4 +6,4 @@ + +-#include <sys/mman.h> + #include <sys/types.h> ++#include <sys/mman.h> + #include <sys/stat.h> diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist index b1170ac68f73..e402bc3d3bbd 100644 --- a/print/libgnomeprint/pkg-plist +++ b/print/libgnomeprint/pkg-plist @@ -24,7 +24,7 @@ include/libgnomeprint/gnome-rfont.h include/libgnomeprint/gnome-text.h lib/libgnomeprint.a lib/libgnomeprint.so -lib/libgnomeprint.so.13 +lib/libgnomeprint.so.16 share/gnome/fonts/afms/adobe/pagd8a.afm share/gnome/fonts/afms/adobe/pagdo8a.afm share/gnome/fonts/afms/adobe/pagk8a.afm @@ -66,9 +66,11 @@ share/gnome/fonts/afms/adobe/putr8a.afm share/gnome/fonts/afms/adobe/putri8a.afm share/gnome/fonts/afms/adobe/pzcmi8a.afm share/gnome/fonts/afms/adobe/pzdr.afm -share/gnome/fonts/fontmap +share/gnome/fonts/fontmap2 share/gnome/gnome-print/%%VERSION%%/profiles/PostscriptOptimized.profile +share/gnome/gnome-print/%%VERSION%%/profiles/fax-g3.profile share/gnome/gnome-print/%%VERSION%%/profiles/pdf.profile +share/locale/az/LC_MESSAGES/gnome-print.mo share/locale/ca/LC_MESSAGES/gnome-print.mo share/locale/da/LC_MESSAGES/gnome-print.mo share/locale/de/LC_MESSAGES/gnome-print.mo diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index a6e1f48cdbbf..d78a3a906df2 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomecontrolcenter -PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTVERSION= 1.4.0.1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/control-center @@ -15,7 +14,8 @@ DISTNAME= control-center-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + gnomevfs.0:${PORTSDIR}/devel/gnomevfs USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/sysutils/gnome-control-center/distinfo b/sysutils/gnome-control-center/distinfo index 9de7feb0edf2..2d889c5c8570 100644 --- a/sysutils/gnome-control-center/distinfo +++ b/sysutils/gnome-control-center/distinfo @@ -1 +1 @@ -MD5 (control-center-1.2.2.tar.gz) = 13687951e810f536b87c3cf29cc61c07 +MD5 (control-center-1.4.0.1.tar.gz) = 53e3d628a0d53a4b74e1ae8d8cb057ff diff --git a/sysutils/gnome-control-center/files/patch-bn b/sysutils/gnome-control-center/files/patch-bn index 96c34a77aa91..294e18fe95ed 100644 --- a/sysutils/gnome-control-center/files/patch-bn +++ b/sysutils/gnome-control-center/files/patch-bn @@ -8,7 +8,7 @@ @@ -168,3 +168,3 @@ -libcapplet_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) -+libcapplet_la_LDFLAGS = -version-info 4:0:0 ++libcapplet_la_LDFLAGS = -version-info 5:0:0 libcapplet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) $(GNORBA_LIBS) @@ -590,2 +590,3 @@ -e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \ diff --git a/sysutils/gnome-control-center/pkg-plist b/sysutils/gnome-control-center/pkg-plist index 66866c527d9c..a2007948fbb8 100644 --- a/sysutils/gnome-control-center/pkg-plist +++ b/sysutils/gnome-control-center/pkg-plist @@ -1,11 +1,10 @@ bin/background-properties-capplet +bin/file-types-capplet bin/gnome-edit-properties-capplet bin/gnomecc bin/keyboard-properties -bin/mime-type-capplet bin/mouse-properties-capplet bin/screensaver-properties-capplet -bin/session-properties-capplet bin/sound-properties bin/theme-selector-capplet bin/ui-properties @@ -16,7 +15,7 @@ etc/cappletConf.sh include/capplet-widget.h lib/libcapplet.a lib/libcapplet.so -lib/libcapplet.so.4 +lib/libcapplet.so.5 share/gnome/apps/Settings/Desktop/.directory share/gnome/apps/Settings/Desktop/background-properties.desktop share/gnome/apps/Settings/Desktop/screensaver-properties.desktop @@ -24,7 +23,6 @@ share/gnome/apps/Settings/Desktop/theme-selector.desktop share/gnome/apps/Settings/Desktop/wm-properties.desktop share/gnome/apps/Settings/Documents/.directory share/gnome/apps/Settings/Documents/gnome-edit-properties.desktop -share/gnome/apps/Settings/Documents/mime-type.desktop share/gnome/apps/Settings/Documents/url-properties.desktop share/gnome/apps/Settings/Multimedia/.directory share/gnome/apps/Settings/Multimedia/sound-properties.desktop @@ -32,11 +30,8 @@ share/gnome/apps/Settings/Peripherals/.directory share/gnome/apps/Settings/Peripherals/keyboard-properties.desktop share/gnome/apps/Settings/Peripherals/mouse-properties.desktop share/gnome/apps/Settings/Session/.directory -share/gnome/apps/Settings/Session/session-properties.desktop share/gnome/apps/Settings/UIOptions/.directory -share/gnome/apps/Settings/UIOptions/application.desktop -share/gnome/apps/Settings/UIOptions/dialogs.desktop -share/gnome/apps/Settings/UIOptions/mdi.desktop +share/gnome/apps/Settings/file-types-capplet.desktop share/gnome/apps/Settings/gnomecc.desktop share/gnome/control-center/.data/3d.desktop share/gnome/control-center/.data/3d.png @@ -51,10 +46,15 @@ share/gnome/control-center/.data/Bubble3d.desktop share/gnome/control-center/.data/Bubbles.desktop share/gnome/control-center/.data/Bumps.desktop share/gnome/control-center/.data/Cage.desktop +share/gnome/control-center/.data/Compass.desktop share/gnome/control-center/.data/Coral.desktop +share/gnome/control-center/.data/Critical.desktop +share/gnome/control-center/.data/Crystal.desktop +share/gnome/control-center/.data/crystal.png share/gnome/control-center/.data/Cynosure.desktop share/gnome/control-center/.data/Decayscreen.desktop share/gnome/control-center/.data/Deco.desktop +share/gnome/control-center/.data/Deluxe.desktop share/gnome/control-center/.data/Demon.desktop share/gnome/control-center/.data/Discrete.desktop share/gnome/control-center/.data/Distort.desktop @@ -98,6 +98,7 @@ share/gnome/control-center/.data/Mountain.desktop share/gnome/control-center/.data/Munch.desktop share/gnome/control-center/.data/Noseguy.desktop share/gnome/control-center/.data/Pedal.desktop +share/gnome/control-center/.data/Penetrate.desktop share/gnome/control-center/.data/Penrose.desktop share/gnome/control-center/.data/Phosphor.desktop share/gnome/control-center/.data/Pipes.desktop @@ -116,7 +117,9 @@ share/gnome/control-center/.data/Slip.desktop share/gnome/control-center/.data/Sonar.desktop share/gnome/control-center/.data/Sphere.desktop share/gnome/control-center/.data/Spiral.desktop +share/gnome/control-center/.data/Spotlight.desktop share/gnome/control-center/.data/Sproingies.desktop +share/gnome/control-center/.data/Squiral.desktop share/gnome/control-center/.data/Stairs.desktop share/gnome/control-center/.data/Starfish.desktop share/gnome/control-center/.data/Strange.desktop @@ -126,6 +129,7 @@ share/gnome/control-center/.data/Triangle.desktop share/gnome/control-center/.data/Truchet.desktop share/gnome/control-center/.data/Vines.desktop share/gnome/control-center/.data/Worm.desktop +share/gnome/control-center/.data/Xflame.desktop share/gnome/control-center/.data/Xjack.desktop share/gnome/control-center/.data/Xlyap.desktop share/gnome/control-center/.data/Xmatrix.desktop @@ -181,8 +185,8 @@ share/gnome/control-center/Desktop/screensaver-properties.desktop share/gnome/control-center/Desktop/theme-selector.desktop share/gnome/control-center/Desktop/wm-properties.desktop share/gnome/control-center/Documents/.directory +share/gnome/control-center/Documents/file-types-capplet.desktop share/gnome/control-center/Documents/gnome-edit-properties.desktop -share/gnome/control-center/Documents/mime-type.desktop share/gnome/control-center/Documents/url-properties.desktop share/gnome/control-center/Multimedia/.directory share/gnome/control-center/Multimedia/sound-properties.desktop @@ -190,31 +194,61 @@ share/gnome/control-center/Peripherals/.directory share/gnome/control-center/Peripherals/keyboard-properties.desktop share/gnome/control-center/Peripherals/mouse-properties.desktop share/gnome/control-center/Session/.directory -share/gnome/control-center/Session/session-properties.desktop share/gnome/control-center/UIOptions/.directory share/gnome/control-center/UIOptions/application.desktop share/gnome/control-center/UIOptions/dialogs.desktop share/gnome/control-center/UIOptions/mdi.desktop -share/gnome/help/control-center/C/figs/bg-capplet.png -share/gnome/help/control-center/C/figs/gccappdef.png -share/gnome/help/control-center/C/figs/gccdialog.png -share/gnome/help/control-center/C/figs/gccedit.png -share/gnome/help/control-center/C/figs/gcchints.png -share/gnome/help/control-center/C/figs/gccmdi.png -share/gnome/help/control-center/C/figs/gccmime.png -share/gnome/help/control-center/C/figs/gccsession-props.png -share/gnome/help/control-center/C/figs/gccsound1.png -share/gnome/help/control-center/C/figs/gccsound2.png -share/gnome/help/control-center/C/figs/gccstartup.png -share/gnome/help/control-center/C/figs/gccurl.png -share/gnome/help/control-center/C/figs/glob_pref_anim.png -share/gnome/help/control-center/C/figs/keyboard-capplet.png -share/gnome/help/control-center/C/figs/mouse-capplet.png -share/gnome/help/control-center/C/figs/screensave-capplet.png -share/gnome/help/control-center/C/figs/theme-select.png -share/gnome/help/control-center/C/figs/wm-main.png +share/gnome/help/control-center/C/alf.html +share/gnome/help/control-center/C/authors.html +share/gnome/help/control-center/C/desktop-intro.html +share/gnome/help/control-center/C/control-center.sgml +share/gnome/help/control-center/C/doc-handlers.html +share/gnome/help/control-center/C/docbook.css +share/gnome/help/control-center/C/figures/bg-capplet.png +share/gnome/help/control-center/C/figures/gccalf.png +share/gnome/help/control-center/C/figures/gccappdef.png +share/gnome/help/control-center/C/figures/gccdialog.png +share/gnome/help/control-center/C/figures/gccedit.png +share/gnome/help/control-center/C/figures/gcchints.png +share/gnome/help/control-center/C/figures/gccmdi.png +share/gnome/help/control-center/C/figures/gccmime.png +share/gnome/help/control-center/C/figures/gccsession-props.png +share/gnome/help/control-center/C/figures/gccsessopt.png +share/gnome/help/control-center/C/figures/gccsound1.png +share/gnome/help/control-center/C/figures/gccsound2.png +share/gnome/help/control-center/C/figures/gccstartup.png +share/gnome/help/control-center/C/figures/gccurl.png +share/gnome/help/control-center/C/figures/glob_pref_anim.png +share/gnome/help/control-center/C/figures/keyboard-capplet.png +share/gnome/help/control-center/C/figures/mouse-capplet.png +share/gnome/help/control-center/C/figures/screensave-capplet.png +share/gnome/help/control-center/C/figures/theme-select.png +share/gnome/help/control-center/C/figures/wm-add.png +share/gnome/help/control-center/C/figures/wm-main.png +share/gnome/help/control-center/C/filetypes.html +share/gnome/help/control-center/C/gccui.html +share/gnome/help/control-center/C/index.html +share/gnome/help/control-center/C/license.html +share/gnome/help/control-center/C/ln7.html +share/gnome/help/control-center/C/multimedia-intro.html +share/gnome/help/control-center/C/peripherals.html +share/gnome/help/control-center/C/session.html +share/gnome/help/control-center/C/stylesheet-images/caution.gif +share/gnome/help/control-center/C/stylesheet-images/home.gif +share/gnome/help/control-center/C/stylesheet-images/important.gif +share/gnome/help/control-center/C/stylesheet-images/next.gif +share/gnome/help/control-center/C/stylesheet-images/note.gif +share/gnome/help/control-center/C/stylesheet-images/prev.gif +share/gnome/help/control-center/C/stylesheet-images/tip.gif +share/gnome/help/control-center/C/stylesheet-images/toc-blank.gif +share/gnome/help/control-center/C/stylesheet-images/toc-minus.gif +share/gnome/help/control-center/C/stylesheet-images/toc-plus.gif +share/gnome/help/control-center/C/stylesheet-images/up.gif +share/gnome/help/control-center/C/stylesheet-images/warning.gif share/gnome/help/control-center/C/topic.dat +share/gnome/help/control-center/C/usage.html share/gnome/idl/control-center.idl +share/gnome/omf/control-center/control-center-C.omf share/gnome/pixmaps/ccsplash.png share/gnome/pixmaps/control-center.png share/gnome/wm-properties/Enlightenment.desktop @@ -222,6 +256,8 @@ share/gnome/wm-properties/IceWM.desktop share/gnome/wm-properties/Scwm.desktop share/gnome/wm-properties/WindowMaker.desktop share/gnome/wm-properties/twm.desktop +share/locale/az/LC_MESSAGES/control-center.mo +share/locale/bg/LC_MESSAGES/control-center.mo share/locale/ca/LC_MESSAGES/control-center.mo share/locale/cs/LC_MESSAGES/control-center.mo share/locale/da/LC_MESSAGES/control-center.mo @@ -230,6 +266,7 @@ share/locale/el/LC_MESSAGES/control-center.mo share/locale/en_GB/LC_MESSAGES/control-center.mo share/locale/es/LC_MESSAGES/control-center.mo share/locale/et/LC_MESSAGES/control-center.mo +share/locale/eu/LC_MESSAGES/control-center.mo share/locale/fi/LC_MESSAGES/control-center.mo share/locale/fr/LC_MESSAGES/control-center.mo share/locale/ga/LC_MESSAGES/control-center.mo @@ -247,15 +284,18 @@ share/locale/pt/LC_MESSAGES/control-center.mo share/locale/pt_BR/LC_MESSAGES/control-center.mo share/locale/ro/LC_MESSAGES/control-center.mo share/locale/ru/LC_MESSAGES/control-center.mo +share/locale/sk/LC_MESSAGES/control-center.mo share/locale/sl/LC_MESSAGES/control-center.mo share/locale/sv/LC_MESSAGES/control-center.mo share/locale/tr/LC_MESSAGES/control-center.mo share/locale/uk/LC_MESSAGES/control-center.mo +share/locale/wa/LC_MESSAGES/control-center.mo share/locale/zh_CN.GB2312/LC_MESSAGES/control-center.mo share/locale/zh_TW.Big5/LC_MESSAGES/control-center.mo @dirrm share/gnome/wm-properties +@dirrm share/gnome/omf/control-center @dirrm share/gnome/help/control-center/C/stylesheet-images -@dirrm share/gnome/help/control-center/C/figs +@dirrm share/gnome/help/control-center/C/figures @dirrm share/gnome/help/control-center/C @dirrm share/gnome/help/control-center @dirrm share/gnome/control-center/UIOptions diff --git a/sysutils/gnome-control-center1/Makefile b/sysutils/gnome-control-center1/Makefile index a6e1f48cdbbf..d78a3a906df2 100644 --- a/sysutils/gnome-control-center1/Makefile +++ b/sysutils/gnome-control-center1/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomecontrolcenter -PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTVERSION= 1.4.0.1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/control-center @@ -15,7 +14,8 @@ DISTNAME= control-center-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + gnomevfs.0:${PORTSDIR}/devel/gnomevfs USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/sysutils/gnome-control-center1/distinfo b/sysutils/gnome-control-center1/distinfo index 9de7feb0edf2..2d889c5c8570 100644 --- a/sysutils/gnome-control-center1/distinfo +++ b/sysutils/gnome-control-center1/distinfo @@ -1 +1 @@ -MD5 (control-center-1.2.2.tar.gz) = 13687951e810f536b87c3cf29cc61c07 +MD5 (control-center-1.4.0.1.tar.gz) = 53e3d628a0d53a4b74e1ae8d8cb057ff diff --git a/sysutils/gnome-control-center1/files/patch-bn b/sysutils/gnome-control-center1/files/patch-bn index 96c34a77aa91..294e18fe95ed 100644 --- a/sysutils/gnome-control-center1/files/patch-bn +++ b/sysutils/gnome-control-center1/files/patch-bn @@ -8,7 +8,7 @@ @@ -168,3 +168,3 @@ -libcapplet_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) -+libcapplet_la_LDFLAGS = -version-info 4:0:0 ++libcapplet_la_LDFLAGS = -version-info 5:0:0 libcapplet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) $(GNORBA_LIBS) @@ -590,2 +590,3 @@ -e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \ diff --git a/sysutils/gnome-control-center1/pkg-plist b/sysutils/gnome-control-center1/pkg-plist index 66866c527d9c..a2007948fbb8 100644 --- a/sysutils/gnome-control-center1/pkg-plist +++ b/sysutils/gnome-control-center1/pkg-plist @@ -1,11 +1,10 @@ bin/background-properties-capplet +bin/file-types-capplet bin/gnome-edit-properties-capplet bin/gnomecc bin/keyboard-properties -bin/mime-type-capplet bin/mouse-properties-capplet bin/screensaver-properties-capplet -bin/session-properties-capplet bin/sound-properties bin/theme-selector-capplet bin/ui-properties @@ -16,7 +15,7 @@ etc/cappletConf.sh include/capplet-widget.h lib/libcapplet.a lib/libcapplet.so -lib/libcapplet.so.4 +lib/libcapplet.so.5 share/gnome/apps/Settings/Desktop/.directory share/gnome/apps/Settings/Desktop/background-properties.desktop share/gnome/apps/Settings/Desktop/screensaver-properties.desktop @@ -24,7 +23,6 @@ share/gnome/apps/Settings/Desktop/theme-selector.desktop share/gnome/apps/Settings/Desktop/wm-properties.desktop share/gnome/apps/Settings/Documents/.directory share/gnome/apps/Settings/Documents/gnome-edit-properties.desktop -share/gnome/apps/Settings/Documents/mime-type.desktop share/gnome/apps/Settings/Documents/url-properties.desktop share/gnome/apps/Settings/Multimedia/.directory share/gnome/apps/Settings/Multimedia/sound-properties.desktop @@ -32,11 +30,8 @@ share/gnome/apps/Settings/Peripherals/.directory share/gnome/apps/Settings/Peripherals/keyboard-properties.desktop share/gnome/apps/Settings/Peripherals/mouse-properties.desktop share/gnome/apps/Settings/Session/.directory -share/gnome/apps/Settings/Session/session-properties.desktop share/gnome/apps/Settings/UIOptions/.directory -share/gnome/apps/Settings/UIOptions/application.desktop -share/gnome/apps/Settings/UIOptions/dialogs.desktop -share/gnome/apps/Settings/UIOptions/mdi.desktop +share/gnome/apps/Settings/file-types-capplet.desktop share/gnome/apps/Settings/gnomecc.desktop share/gnome/control-center/.data/3d.desktop share/gnome/control-center/.data/3d.png @@ -51,10 +46,15 @@ share/gnome/control-center/.data/Bubble3d.desktop share/gnome/control-center/.data/Bubbles.desktop share/gnome/control-center/.data/Bumps.desktop share/gnome/control-center/.data/Cage.desktop +share/gnome/control-center/.data/Compass.desktop share/gnome/control-center/.data/Coral.desktop +share/gnome/control-center/.data/Critical.desktop +share/gnome/control-center/.data/Crystal.desktop +share/gnome/control-center/.data/crystal.png share/gnome/control-center/.data/Cynosure.desktop share/gnome/control-center/.data/Decayscreen.desktop share/gnome/control-center/.data/Deco.desktop +share/gnome/control-center/.data/Deluxe.desktop share/gnome/control-center/.data/Demon.desktop share/gnome/control-center/.data/Discrete.desktop share/gnome/control-center/.data/Distort.desktop @@ -98,6 +98,7 @@ share/gnome/control-center/.data/Mountain.desktop share/gnome/control-center/.data/Munch.desktop share/gnome/control-center/.data/Noseguy.desktop share/gnome/control-center/.data/Pedal.desktop +share/gnome/control-center/.data/Penetrate.desktop share/gnome/control-center/.data/Penrose.desktop share/gnome/control-center/.data/Phosphor.desktop share/gnome/control-center/.data/Pipes.desktop @@ -116,7 +117,9 @@ share/gnome/control-center/.data/Slip.desktop share/gnome/control-center/.data/Sonar.desktop share/gnome/control-center/.data/Sphere.desktop share/gnome/control-center/.data/Spiral.desktop +share/gnome/control-center/.data/Spotlight.desktop share/gnome/control-center/.data/Sproingies.desktop +share/gnome/control-center/.data/Squiral.desktop share/gnome/control-center/.data/Stairs.desktop share/gnome/control-center/.data/Starfish.desktop share/gnome/control-center/.data/Strange.desktop @@ -126,6 +129,7 @@ share/gnome/control-center/.data/Triangle.desktop share/gnome/control-center/.data/Truchet.desktop share/gnome/control-center/.data/Vines.desktop share/gnome/control-center/.data/Worm.desktop +share/gnome/control-center/.data/Xflame.desktop share/gnome/control-center/.data/Xjack.desktop share/gnome/control-center/.data/Xlyap.desktop share/gnome/control-center/.data/Xmatrix.desktop @@ -181,8 +185,8 @@ share/gnome/control-center/Desktop/screensaver-properties.desktop share/gnome/control-center/Desktop/theme-selector.desktop share/gnome/control-center/Desktop/wm-properties.desktop share/gnome/control-center/Documents/.directory +share/gnome/control-center/Documents/file-types-capplet.desktop share/gnome/control-center/Documents/gnome-edit-properties.desktop -share/gnome/control-center/Documents/mime-type.desktop share/gnome/control-center/Documents/url-properties.desktop share/gnome/control-center/Multimedia/.directory share/gnome/control-center/Multimedia/sound-properties.desktop @@ -190,31 +194,61 @@ share/gnome/control-center/Peripherals/.directory share/gnome/control-center/Peripherals/keyboard-properties.desktop share/gnome/control-center/Peripherals/mouse-properties.desktop share/gnome/control-center/Session/.directory -share/gnome/control-center/Session/session-properties.desktop share/gnome/control-center/UIOptions/.directory share/gnome/control-center/UIOptions/application.desktop share/gnome/control-center/UIOptions/dialogs.desktop share/gnome/control-center/UIOptions/mdi.desktop -share/gnome/help/control-center/C/figs/bg-capplet.png -share/gnome/help/control-center/C/figs/gccappdef.png -share/gnome/help/control-center/C/figs/gccdialog.png -share/gnome/help/control-center/C/figs/gccedit.png -share/gnome/help/control-center/C/figs/gcchints.png -share/gnome/help/control-center/C/figs/gccmdi.png -share/gnome/help/control-center/C/figs/gccmime.png -share/gnome/help/control-center/C/figs/gccsession-props.png -share/gnome/help/control-center/C/figs/gccsound1.png -share/gnome/help/control-center/C/figs/gccsound2.png -share/gnome/help/control-center/C/figs/gccstartup.png -share/gnome/help/control-center/C/figs/gccurl.png -share/gnome/help/control-center/C/figs/glob_pref_anim.png -share/gnome/help/control-center/C/figs/keyboard-capplet.png -share/gnome/help/control-center/C/figs/mouse-capplet.png -share/gnome/help/control-center/C/figs/screensave-capplet.png -share/gnome/help/control-center/C/figs/theme-select.png -share/gnome/help/control-center/C/figs/wm-main.png +share/gnome/help/control-center/C/alf.html +share/gnome/help/control-center/C/authors.html +share/gnome/help/control-center/C/desktop-intro.html +share/gnome/help/control-center/C/control-center.sgml +share/gnome/help/control-center/C/doc-handlers.html +share/gnome/help/control-center/C/docbook.css +share/gnome/help/control-center/C/figures/bg-capplet.png +share/gnome/help/control-center/C/figures/gccalf.png +share/gnome/help/control-center/C/figures/gccappdef.png +share/gnome/help/control-center/C/figures/gccdialog.png +share/gnome/help/control-center/C/figures/gccedit.png +share/gnome/help/control-center/C/figures/gcchints.png +share/gnome/help/control-center/C/figures/gccmdi.png +share/gnome/help/control-center/C/figures/gccmime.png +share/gnome/help/control-center/C/figures/gccsession-props.png +share/gnome/help/control-center/C/figures/gccsessopt.png +share/gnome/help/control-center/C/figures/gccsound1.png +share/gnome/help/control-center/C/figures/gccsound2.png +share/gnome/help/control-center/C/figures/gccstartup.png +share/gnome/help/control-center/C/figures/gccurl.png +share/gnome/help/control-center/C/figures/glob_pref_anim.png +share/gnome/help/control-center/C/figures/keyboard-capplet.png +share/gnome/help/control-center/C/figures/mouse-capplet.png +share/gnome/help/control-center/C/figures/screensave-capplet.png +share/gnome/help/control-center/C/figures/theme-select.png +share/gnome/help/control-center/C/figures/wm-add.png +share/gnome/help/control-center/C/figures/wm-main.png +share/gnome/help/control-center/C/filetypes.html +share/gnome/help/control-center/C/gccui.html +share/gnome/help/control-center/C/index.html +share/gnome/help/control-center/C/license.html +share/gnome/help/control-center/C/ln7.html +share/gnome/help/control-center/C/multimedia-intro.html +share/gnome/help/control-center/C/peripherals.html +share/gnome/help/control-center/C/session.html +share/gnome/help/control-center/C/stylesheet-images/caution.gif +share/gnome/help/control-center/C/stylesheet-images/home.gif +share/gnome/help/control-center/C/stylesheet-images/important.gif +share/gnome/help/control-center/C/stylesheet-images/next.gif +share/gnome/help/control-center/C/stylesheet-images/note.gif +share/gnome/help/control-center/C/stylesheet-images/prev.gif +share/gnome/help/control-center/C/stylesheet-images/tip.gif +share/gnome/help/control-center/C/stylesheet-images/toc-blank.gif +share/gnome/help/control-center/C/stylesheet-images/toc-minus.gif +share/gnome/help/control-center/C/stylesheet-images/toc-plus.gif +share/gnome/help/control-center/C/stylesheet-images/up.gif +share/gnome/help/control-center/C/stylesheet-images/warning.gif share/gnome/help/control-center/C/topic.dat +share/gnome/help/control-center/C/usage.html share/gnome/idl/control-center.idl +share/gnome/omf/control-center/control-center-C.omf share/gnome/pixmaps/ccsplash.png share/gnome/pixmaps/control-center.png share/gnome/wm-properties/Enlightenment.desktop @@ -222,6 +256,8 @@ share/gnome/wm-properties/IceWM.desktop share/gnome/wm-properties/Scwm.desktop share/gnome/wm-properties/WindowMaker.desktop share/gnome/wm-properties/twm.desktop +share/locale/az/LC_MESSAGES/control-center.mo +share/locale/bg/LC_MESSAGES/control-center.mo share/locale/ca/LC_MESSAGES/control-center.mo share/locale/cs/LC_MESSAGES/control-center.mo share/locale/da/LC_MESSAGES/control-center.mo @@ -230,6 +266,7 @@ share/locale/el/LC_MESSAGES/control-center.mo share/locale/en_GB/LC_MESSAGES/control-center.mo share/locale/es/LC_MESSAGES/control-center.mo share/locale/et/LC_MESSAGES/control-center.mo +share/locale/eu/LC_MESSAGES/control-center.mo share/locale/fi/LC_MESSAGES/control-center.mo share/locale/fr/LC_MESSAGES/control-center.mo share/locale/ga/LC_MESSAGES/control-center.mo @@ -247,15 +284,18 @@ share/locale/pt/LC_MESSAGES/control-center.mo share/locale/pt_BR/LC_MESSAGES/control-center.mo share/locale/ro/LC_MESSAGES/control-center.mo share/locale/ru/LC_MESSAGES/control-center.mo +share/locale/sk/LC_MESSAGES/control-center.mo share/locale/sl/LC_MESSAGES/control-center.mo share/locale/sv/LC_MESSAGES/control-center.mo share/locale/tr/LC_MESSAGES/control-center.mo share/locale/uk/LC_MESSAGES/control-center.mo +share/locale/wa/LC_MESSAGES/control-center.mo share/locale/zh_CN.GB2312/LC_MESSAGES/control-center.mo share/locale/zh_TW.Big5/LC_MESSAGES/control-center.mo @dirrm share/gnome/wm-properties +@dirrm share/gnome/omf/control-center @dirrm share/gnome/help/control-center/C/stylesheet-images -@dirrm share/gnome/help/control-center/C/figs +@dirrm share/gnome/help/control-center/C/figures @dirrm share/gnome/help/control-center/C @dirrm share/gnome/help/control-center @dirrm share/gnome/control-center/UIOptions diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index 4dbf9a588bf3..6e60d5a38cf5 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtop -PORTVERSION= 1.0.12 +PORTVERSION= 1.0.13 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtop diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo index ad173bb96ded..0124fc30435a 100644 --- a/sysutils/gnome-system-monitor/distinfo +++ b/sysutils/gnome-system-monitor/distinfo @@ -1 +1 @@ -MD5 (gtop-1.0.12.tar.gz) = 92c6afba8ebabc59bdefbea6bed50efe +MD5 (gtop-1.0.13.tar.gz) = 4580801db3c87784b25f46a5bf1f5aba diff --git a/sysutils/gnome-system-monitor/pkg-plist b/sysutils/gnome-system-monitor/pkg-plist index 5c9e2db1c378..af3cbf5b6ee5 100644 --- a/sysutils/gnome-system-monitor/pkg-plist +++ b/sysutils/gnome-system-monitor/pkg-plist @@ -31,6 +31,7 @@ share/locale/no/LC_MESSAGES/gtop.mo share/locale/pl/LC_MESSAGES/gtop.mo share/locale/pt/LC_MESSAGES/gtop.mo share/locale/pt_BR/LC_MESSAGES/gtop.mo +share/locale/ro/LC_MESSAGES/gtop.mo share/locale/ru/LC_MESSAGES/gtop.mo share/locale/sk/LC_MESSAGES/gtop.mo share/locale/sl/LC_MESSAGES/gtop.mo diff --git a/sysutils/gnomecontrolcenter/Makefile b/sysutils/gnomecontrolcenter/Makefile index a6e1f48cdbbf..d78a3a906df2 100644 --- a/sysutils/gnomecontrolcenter/Makefile +++ b/sysutils/gnomecontrolcenter/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomecontrolcenter -PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTVERSION= 1.4.0.1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/control-center @@ -15,7 +14,8 @@ DISTNAME= control-center-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + gnomevfs.0:${PORTSDIR}/devel/gnomevfs USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/sysutils/gnomecontrolcenter/distinfo b/sysutils/gnomecontrolcenter/distinfo index 9de7feb0edf2..2d889c5c8570 100644 --- a/sysutils/gnomecontrolcenter/distinfo +++ b/sysutils/gnomecontrolcenter/distinfo @@ -1 +1 @@ -MD5 (control-center-1.2.2.tar.gz) = 13687951e810f536b87c3cf29cc61c07 +MD5 (control-center-1.4.0.1.tar.gz) = 53e3d628a0d53a4b74e1ae8d8cb057ff diff --git a/sysutils/gnomecontrolcenter/files/patch-bn b/sysutils/gnomecontrolcenter/files/patch-bn index 96c34a77aa91..294e18fe95ed 100644 --- a/sysutils/gnomecontrolcenter/files/patch-bn +++ b/sysutils/gnomecontrolcenter/files/patch-bn @@ -8,7 +8,7 @@ @@ -168,3 +168,3 @@ -libcapplet_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) -+libcapplet_la_LDFLAGS = -version-info 4:0:0 ++libcapplet_la_LDFLAGS = -version-info 5:0:0 libcapplet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) $(GNORBA_LIBS) @@ -590,2 +590,3 @@ -e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \ diff --git a/sysutils/gnomecontrolcenter/pkg-plist b/sysutils/gnomecontrolcenter/pkg-plist index 66866c527d9c..a2007948fbb8 100644 --- a/sysutils/gnomecontrolcenter/pkg-plist +++ b/sysutils/gnomecontrolcenter/pkg-plist @@ -1,11 +1,10 @@ bin/background-properties-capplet +bin/file-types-capplet bin/gnome-edit-properties-capplet bin/gnomecc bin/keyboard-properties -bin/mime-type-capplet bin/mouse-properties-capplet bin/screensaver-properties-capplet -bin/session-properties-capplet bin/sound-properties bin/theme-selector-capplet bin/ui-properties @@ -16,7 +15,7 @@ etc/cappletConf.sh include/capplet-widget.h lib/libcapplet.a lib/libcapplet.so -lib/libcapplet.so.4 +lib/libcapplet.so.5 share/gnome/apps/Settings/Desktop/.directory share/gnome/apps/Settings/Desktop/background-properties.desktop share/gnome/apps/Settings/Desktop/screensaver-properties.desktop @@ -24,7 +23,6 @@ share/gnome/apps/Settings/Desktop/theme-selector.desktop share/gnome/apps/Settings/Desktop/wm-properties.desktop share/gnome/apps/Settings/Documents/.directory share/gnome/apps/Settings/Documents/gnome-edit-properties.desktop -share/gnome/apps/Settings/Documents/mime-type.desktop share/gnome/apps/Settings/Documents/url-properties.desktop share/gnome/apps/Settings/Multimedia/.directory share/gnome/apps/Settings/Multimedia/sound-properties.desktop @@ -32,11 +30,8 @@ share/gnome/apps/Settings/Peripherals/.directory share/gnome/apps/Settings/Peripherals/keyboard-properties.desktop share/gnome/apps/Settings/Peripherals/mouse-properties.desktop share/gnome/apps/Settings/Session/.directory -share/gnome/apps/Settings/Session/session-properties.desktop share/gnome/apps/Settings/UIOptions/.directory -share/gnome/apps/Settings/UIOptions/application.desktop -share/gnome/apps/Settings/UIOptions/dialogs.desktop -share/gnome/apps/Settings/UIOptions/mdi.desktop +share/gnome/apps/Settings/file-types-capplet.desktop share/gnome/apps/Settings/gnomecc.desktop share/gnome/control-center/.data/3d.desktop share/gnome/control-center/.data/3d.png @@ -51,10 +46,15 @@ share/gnome/control-center/.data/Bubble3d.desktop share/gnome/control-center/.data/Bubbles.desktop share/gnome/control-center/.data/Bumps.desktop share/gnome/control-center/.data/Cage.desktop +share/gnome/control-center/.data/Compass.desktop share/gnome/control-center/.data/Coral.desktop +share/gnome/control-center/.data/Critical.desktop +share/gnome/control-center/.data/Crystal.desktop +share/gnome/control-center/.data/crystal.png share/gnome/control-center/.data/Cynosure.desktop share/gnome/control-center/.data/Decayscreen.desktop share/gnome/control-center/.data/Deco.desktop +share/gnome/control-center/.data/Deluxe.desktop share/gnome/control-center/.data/Demon.desktop share/gnome/control-center/.data/Discrete.desktop share/gnome/control-center/.data/Distort.desktop @@ -98,6 +98,7 @@ share/gnome/control-center/.data/Mountain.desktop share/gnome/control-center/.data/Munch.desktop share/gnome/control-center/.data/Noseguy.desktop share/gnome/control-center/.data/Pedal.desktop +share/gnome/control-center/.data/Penetrate.desktop share/gnome/control-center/.data/Penrose.desktop share/gnome/control-center/.data/Phosphor.desktop share/gnome/control-center/.data/Pipes.desktop @@ -116,7 +117,9 @@ share/gnome/control-center/.data/Slip.desktop share/gnome/control-center/.data/Sonar.desktop share/gnome/control-center/.data/Sphere.desktop share/gnome/control-center/.data/Spiral.desktop +share/gnome/control-center/.data/Spotlight.desktop share/gnome/control-center/.data/Sproingies.desktop +share/gnome/control-center/.data/Squiral.desktop share/gnome/control-center/.data/Stairs.desktop share/gnome/control-center/.data/Starfish.desktop share/gnome/control-center/.data/Strange.desktop @@ -126,6 +129,7 @@ share/gnome/control-center/.data/Triangle.desktop share/gnome/control-center/.data/Truchet.desktop share/gnome/control-center/.data/Vines.desktop share/gnome/control-center/.data/Worm.desktop +share/gnome/control-center/.data/Xflame.desktop share/gnome/control-center/.data/Xjack.desktop share/gnome/control-center/.data/Xlyap.desktop share/gnome/control-center/.data/Xmatrix.desktop @@ -181,8 +185,8 @@ share/gnome/control-center/Desktop/screensaver-properties.desktop share/gnome/control-center/Desktop/theme-selector.desktop share/gnome/control-center/Desktop/wm-properties.desktop share/gnome/control-center/Documents/.directory +share/gnome/control-center/Documents/file-types-capplet.desktop share/gnome/control-center/Documents/gnome-edit-properties.desktop -share/gnome/control-center/Documents/mime-type.desktop share/gnome/control-center/Documents/url-properties.desktop share/gnome/control-center/Multimedia/.directory share/gnome/control-center/Multimedia/sound-properties.desktop @@ -190,31 +194,61 @@ share/gnome/control-center/Peripherals/.directory share/gnome/control-center/Peripherals/keyboard-properties.desktop share/gnome/control-center/Peripherals/mouse-properties.desktop share/gnome/control-center/Session/.directory -share/gnome/control-center/Session/session-properties.desktop share/gnome/control-center/UIOptions/.directory share/gnome/control-center/UIOptions/application.desktop share/gnome/control-center/UIOptions/dialogs.desktop share/gnome/control-center/UIOptions/mdi.desktop -share/gnome/help/control-center/C/figs/bg-capplet.png -share/gnome/help/control-center/C/figs/gccappdef.png -share/gnome/help/control-center/C/figs/gccdialog.png -share/gnome/help/control-center/C/figs/gccedit.png -share/gnome/help/control-center/C/figs/gcchints.png -share/gnome/help/control-center/C/figs/gccmdi.png -share/gnome/help/control-center/C/figs/gccmime.png -share/gnome/help/control-center/C/figs/gccsession-props.png -share/gnome/help/control-center/C/figs/gccsound1.png -share/gnome/help/control-center/C/figs/gccsound2.png -share/gnome/help/control-center/C/figs/gccstartup.png -share/gnome/help/control-center/C/figs/gccurl.png -share/gnome/help/control-center/C/figs/glob_pref_anim.png -share/gnome/help/control-center/C/figs/keyboard-capplet.png -share/gnome/help/control-center/C/figs/mouse-capplet.png -share/gnome/help/control-center/C/figs/screensave-capplet.png -share/gnome/help/control-center/C/figs/theme-select.png -share/gnome/help/control-center/C/figs/wm-main.png +share/gnome/help/control-center/C/alf.html +share/gnome/help/control-center/C/authors.html +share/gnome/help/control-center/C/desktop-intro.html +share/gnome/help/control-center/C/control-center.sgml +share/gnome/help/control-center/C/doc-handlers.html +share/gnome/help/control-center/C/docbook.css +share/gnome/help/control-center/C/figures/bg-capplet.png +share/gnome/help/control-center/C/figures/gccalf.png +share/gnome/help/control-center/C/figures/gccappdef.png +share/gnome/help/control-center/C/figures/gccdialog.png +share/gnome/help/control-center/C/figures/gccedit.png +share/gnome/help/control-center/C/figures/gcchints.png +share/gnome/help/control-center/C/figures/gccmdi.png +share/gnome/help/control-center/C/figures/gccmime.png +share/gnome/help/control-center/C/figures/gccsession-props.png +share/gnome/help/control-center/C/figures/gccsessopt.png +share/gnome/help/control-center/C/figures/gccsound1.png +share/gnome/help/control-center/C/figures/gccsound2.png +share/gnome/help/control-center/C/figures/gccstartup.png +share/gnome/help/control-center/C/figures/gccurl.png +share/gnome/help/control-center/C/figures/glob_pref_anim.png +share/gnome/help/control-center/C/figures/keyboard-capplet.png +share/gnome/help/control-center/C/figures/mouse-capplet.png +share/gnome/help/control-center/C/figures/screensave-capplet.png +share/gnome/help/control-center/C/figures/theme-select.png +share/gnome/help/control-center/C/figures/wm-add.png +share/gnome/help/control-center/C/figures/wm-main.png +share/gnome/help/control-center/C/filetypes.html +share/gnome/help/control-center/C/gccui.html +share/gnome/help/control-center/C/index.html +share/gnome/help/control-center/C/license.html +share/gnome/help/control-center/C/ln7.html +share/gnome/help/control-center/C/multimedia-intro.html +share/gnome/help/control-center/C/peripherals.html +share/gnome/help/control-center/C/session.html +share/gnome/help/control-center/C/stylesheet-images/caution.gif +share/gnome/help/control-center/C/stylesheet-images/home.gif +share/gnome/help/control-center/C/stylesheet-images/important.gif +share/gnome/help/control-center/C/stylesheet-images/next.gif +share/gnome/help/control-center/C/stylesheet-images/note.gif +share/gnome/help/control-center/C/stylesheet-images/prev.gif +share/gnome/help/control-center/C/stylesheet-images/tip.gif +share/gnome/help/control-center/C/stylesheet-images/toc-blank.gif +share/gnome/help/control-center/C/stylesheet-images/toc-minus.gif +share/gnome/help/control-center/C/stylesheet-images/toc-plus.gif +share/gnome/help/control-center/C/stylesheet-images/up.gif +share/gnome/help/control-center/C/stylesheet-images/warning.gif share/gnome/help/control-center/C/topic.dat +share/gnome/help/control-center/C/usage.html share/gnome/idl/control-center.idl +share/gnome/omf/control-center/control-center-C.omf share/gnome/pixmaps/ccsplash.png share/gnome/pixmaps/control-center.png share/gnome/wm-properties/Enlightenment.desktop @@ -222,6 +256,8 @@ share/gnome/wm-properties/IceWM.desktop share/gnome/wm-properties/Scwm.desktop share/gnome/wm-properties/WindowMaker.desktop share/gnome/wm-properties/twm.desktop +share/locale/az/LC_MESSAGES/control-center.mo +share/locale/bg/LC_MESSAGES/control-center.mo share/locale/ca/LC_MESSAGES/control-center.mo share/locale/cs/LC_MESSAGES/control-center.mo share/locale/da/LC_MESSAGES/control-center.mo @@ -230,6 +266,7 @@ share/locale/el/LC_MESSAGES/control-center.mo share/locale/en_GB/LC_MESSAGES/control-center.mo share/locale/es/LC_MESSAGES/control-center.mo share/locale/et/LC_MESSAGES/control-center.mo +share/locale/eu/LC_MESSAGES/control-center.mo share/locale/fi/LC_MESSAGES/control-center.mo share/locale/fr/LC_MESSAGES/control-center.mo share/locale/ga/LC_MESSAGES/control-center.mo @@ -247,15 +284,18 @@ share/locale/pt/LC_MESSAGES/control-center.mo share/locale/pt_BR/LC_MESSAGES/control-center.mo share/locale/ro/LC_MESSAGES/control-center.mo share/locale/ru/LC_MESSAGES/control-center.mo +share/locale/sk/LC_MESSAGES/control-center.mo share/locale/sl/LC_MESSAGES/control-center.mo share/locale/sv/LC_MESSAGES/control-center.mo share/locale/tr/LC_MESSAGES/control-center.mo share/locale/uk/LC_MESSAGES/control-center.mo +share/locale/wa/LC_MESSAGES/control-center.mo share/locale/zh_CN.GB2312/LC_MESSAGES/control-center.mo share/locale/zh_TW.Big5/LC_MESSAGES/control-center.mo @dirrm share/gnome/wm-properties +@dirrm share/gnome/omf/control-center @dirrm share/gnome/help/control-center/C/stylesheet-images -@dirrm share/gnome/help/control-center/C/figs +@dirrm share/gnome/help/control-center/C/figures @dirrm share/gnome/help/control-center/C @dirrm share/gnome/help/control-center @dirrm share/gnome/control-center/UIOptions diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile index a6e1f48cdbbf..d78a3a906df2 100644 --- a/sysutils/gnomecontrolcenter2/Makefile +++ b/sysutils/gnomecontrolcenter2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomecontrolcenter -PORTVERSION= 1.2.2 -PORTREVISION= 2 +PORTVERSION= 1.4.0.1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/control-center @@ -15,7 +14,8 @@ DISTNAME= control-center-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + gnomevfs.0:${PORTSDIR}/devel/gnomevfs USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/sysutils/gnomecontrolcenter2/distinfo b/sysutils/gnomecontrolcenter2/distinfo index 9de7feb0edf2..2d889c5c8570 100644 --- a/sysutils/gnomecontrolcenter2/distinfo +++ b/sysutils/gnomecontrolcenter2/distinfo @@ -1 +1 @@ -MD5 (control-center-1.2.2.tar.gz) = 13687951e810f536b87c3cf29cc61c07 +MD5 (control-center-1.4.0.1.tar.gz) = 53e3d628a0d53a4b74e1ae8d8cb057ff diff --git a/sysutils/gnomecontrolcenter2/files/patch-bn b/sysutils/gnomecontrolcenter2/files/patch-bn index 96c34a77aa91..294e18fe95ed 100644 --- a/sysutils/gnomecontrolcenter2/files/patch-bn +++ b/sysutils/gnomecontrolcenter2/files/patch-bn @@ -8,7 +8,7 @@ @@ -168,3 +168,3 @@ -libcapplet_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) -+libcapplet_la_LDFLAGS = -version-info 4:0:0 ++libcapplet_la_LDFLAGS = -version-info 5:0:0 libcapplet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) $(GNORBA_LIBS) @@ -590,2 +590,3 @@ -e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \ diff --git a/sysutils/gnomecontrolcenter2/pkg-plist b/sysutils/gnomecontrolcenter2/pkg-plist index 66866c527d9c..a2007948fbb8 100644 --- a/sysutils/gnomecontrolcenter2/pkg-plist +++ b/sysutils/gnomecontrolcenter2/pkg-plist @@ -1,11 +1,10 @@ bin/background-properties-capplet +bin/file-types-capplet bin/gnome-edit-properties-capplet bin/gnomecc bin/keyboard-properties -bin/mime-type-capplet bin/mouse-properties-capplet bin/screensaver-properties-capplet -bin/session-properties-capplet bin/sound-properties bin/theme-selector-capplet bin/ui-properties @@ -16,7 +15,7 @@ etc/cappletConf.sh include/capplet-widget.h lib/libcapplet.a lib/libcapplet.so -lib/libcapplet.so.4 +lib/libcapplet.so.5 share/gnome/apps/Settings/Desktop/.directory share/gnome/apps/Settings/Desktop/background-properties.desktop share/gnome/apps/Settings/Desktop/screensaver-properties.desktop @@ -24,7 +23,6 @@ share/gnome/apps/Settings/Desktop/theme-selector.desktop share/gnome/apps/Settings/Desktop/wm-properties.desktop share/gnome/apps/Settings/Documents/.directory share/gnome/apps/Settings/Documents/gnome-edit-properties.desktop -share/gnome/apps/Settings/Documents/mime-type.desktop share/gnome/apps/Settings/Documents/url-properties.desktop share/gnome/apps/Settings/Multimedia/.directory share/gnome/apps/Settings/Multimedia/sound-properties.desktop @@ -32,11 +30,8 @@ share/gnome/apps/Settings/Peripherals/.directory share/gnome/apps/Settings/Peripherals/keyboard-properties.desktop share/gnome/apps/Settings/Peripherals/mouse-properties.desktop share/gnome/apps/Settings/Session/.directory -share/gnome/apps/Settings/Session/session-properties.desktop share/gnome/apps/Settings/UIOptions/.directory -share/gnome/apps/Settings/UIOptions/application.desktop -share/gnome/apps/Settings/UIOptions/dialogs.desktop -share/gnome/apps/Settings/UIOptions/mdi.desktop +share/gnome/apps/Settings/file-types-capplet.desktop share/gnome/apps/Settings/gnomecc.desktop share/gnome/control-center/.data/3d.desktop share/gnome/control-center/.data/3d.png @@ -51,10 +46,15 @@ share/gnome/control-center/.data/Bubble3d.desktop share/gnome/control-center/.data/Bubbles.desktop share/gnome/control-center/.data/Bumps.desktop share/gnome/control-center/.data/Cage.desktop +share/gnome/control-center/.data/Compass.desktop share/gnome/control-center/.data/Coral.desktop +share/gnome/control-center/.data/Critical.desktop +share/gnome/control-center/.data/Crystal.desktop +share/gnome/control-center/.data/crystal.png share/gnome/control-center/.data/Cynosure.desktop share/gnome/control-center/.data/Decayscreen.desktop share/gnome/control-center/.data/Deco.desktop +share/gnome/control-center/.data/Deluxe.desktop share/gnome/control-center/.data/Demon.desktop share/gnome/control-center/.data/Discrete.desktop share/gnome/control-center/.data/Distort.desktop @@ -98,6 +98,7 @@ share/gnome/control-center/.data/Mountain.desktop share/gnome/control-center/.data/Munch.desktop share/gnome/control-center/.data/Noseguy.desktop share/gnome/control-center/.data/Pedal.desktop +share/gnome/control-center/.data/Penetrate.desktop share/gnome/control-center/.data/Penrose.desktop share/gnome/control-center/.data/Phosphor.desktop share/gnome/control-center/.data/Pipes.desktop @@ -116,7 +117,9 @@ share/gnome/control-center/.data/Slip.desktop share/gnome/control-center/.data/Sonar.desktop share/gnome/control-center/.data/Sphere.desktop share/gnome/control-center/.data/Spiral.desktop +share/gnome/control-center/.data/Spotlight.desktop share/gnome/control-center/.data/Sproingies.desktop +share/gnome/control-center/.data/Squiral.desktop share/gnome/control-center/.data/Stairs.desktop share/gnome/control-center/.data/Starfish.desktop share/gnome/control-center/.data/Strange.desktop @@ -126,6 +129,7 @@ share/gnome/control-center/.data/Triangle.desktop share/gnome/control-center/.data/Truchet.desktop share/gnome/control-center/.data/Vines.desktop share/gnome/control-center/.data/Worm.desktop +share/gnome/control-center/.data/Xflame.desktop share/gnome/control-center/.data/Xjack.desktop share/gnome/control-center/.data/Xlyap.desktop share/gnome/control-center/.data/Xmatrix.desktop @@ -181,8 +185,8 @@ share/gnome/control-center/Desktop/screensaver-properties.desktop share/gnome/control-center/Desktop/theme-selector.desktop share/gnome/control-center/Desktop/wm-properties.desktop share/gnome/control-center/Documents/.directory +share/gnome/control-center/Documents/file-types-capplet.desktop share/gnome/control-center/Documents/gnome-edit-properties.desktop -share/gnome/control-center/Documents/mime-type.desktop share/gnome/control-center/Documents/url-properties.desktop share/gnome/control-center/Multimedia/.directory share/gnome/control-center/Multimedia/sound-properties.desktop @@ -190,31 +194,61 @@ share/gnome/control-center/Peripherals/.directory share/gnome/control-center/Peripherals/keyboard-properties.desktop share/gnome/control-center/Peripherals/mouse-properties.desktop share/gnome/control-center/Session/.directory -share/gnome/control-center/Session/session-properties.desktop share/gnome/control-center/UIOptions/.directory share/gnome/control-center/UIOptions/application.desktop share/gnome/control-center/UIOptions/dialogs.desktop share/gnome/control-center/UIOptions/mdi.desktop -share/gnome/help/control-center/C/figs/bg-capplet.png -share/gnome/help/control-center/C/figs/gccappdef.png -share/gnome/help/control-center/C/figs/gccdialog.png -share/gnome/help/control-center/C/figs/gccedit.png -share/gnome/help/control-center/C/figs/gcchints.png -share/gnome/help/control-center/C/figs/gccmdi.png -share/gnome/help/control-center/C/figs/gccmime.png -share/gnome/help/control-center/C/figs/gccsession-props.png -share/gnome/help/control-center/C/figs/gccsound1.png -share/gnome/help/control-center/C/figs/gccsound2.png -share/gnome/help/control-center/C/figs/gccstartup.png -share/gnome/help/control-center/C/figs/gccurl.png -share/gnome/help/control-center/C/figs/glob_pref_anim.png -share/gnome/help/control-center/C/figs/keyboard-capplet.png -share/gnome/help/control-center/C/figs/mouse-capplet.png -share/gnome/help/control-center/C/figs/screensave-capplet.png -share/gnome/help/control-center/C/figs/theme-select.png -share/gnome/help/control-center/C/figs/wm-main.png +share/gnome/help/control-center/C/alf.html +share/gnome/help/control-center/C/authors.html +share/gnome/help/control-center/C/desktop-intro.html +share/gnome/help/control-center/C/control-center.sgml +share/gnome/help/control-center/C/doc-handlers.html +share/gnome/help/control-center/C/docbook.css +share/gnome/help/control-center/C/figures/bg-capplet.png +share/gnome/help/control-center/C/figures/gccalf.png +share/gnome/help/control-center/C/figures/gccappdef.png +share/gnome/help/control-center/C/figures/gccdialog.png +share/gnome/help/control-center/C/figures/gccedit.png +share/gnome/help/control-center/C/figures/gcchints.png +share/gnome/help/control-center/C/figures/gccmdi.png +share/gnome/help/control-center/C/figures/gccmime.png +share/gnome/help/control-center/C/figures/gccsession-props.png +share/gnome/help/control-center/C/figures/gccsessopt.png +share/gnome/help/control-center/C/figures/gccsound1.png +share/gnome/help/control-center/C/figures/gccsound2.png +share/gnome/help/control-center/C/figures/gccstartup.png +share/gnome/help/control-center/C/figures/gccurl.png +share/gnome/help/control-center/C/figures/glob_pref_anim.png +share/gnome/help/control-center/C/figures/keyboard-capplet.png +share/gnome/help/control-center/C/figures/mouse-capplet.png +share/gnome/help/control-center/C/figures/screensave-capplet.png +share/gnome/help/control-center/C/figures/theme-select.png +share/gnome/help/control-center/C/figures/wm-add.png +share/gnome/help/control-center/C/figures/wm-main.png +share/gnome/help/control-center/C/filetypes.html +share/gnome/help/control-center/C/gccui.html +share/gnome/help/control-center/C/index.html +share/gnome/help/control-center/C/license.html +share/gnome/help/control-center/C/ln7.html +share/gnome/help/control-center/C/multimedia-intro.html +share/gnome/help/control-center/C/peripherals.html +share/gnome/help/control-center/C/session.html +share/gnome/help/control-center/C/stylesheet-images/caution.gif +share/gnome/help/control-center/C/stylesheet-images/home.gif +share/gnome/help/control-center/C/stylesheet-images/important.gif +share/gnome/help/control-center/C/stylesheet-images/next.gif +share/gnome/help/control-center/C/stylesheet-images/note.gif +share/gnome/help/control-center/C/stylesheet-images/prev.gif +share/gnome/help/control-center/C/stylesheet-images/tip.gif +share/gnome/help/control-center/C/stylesheet-images/toc-blank.gif +share/gnome/help/control-center/C/stylesheet-images/toc-minus.gif +share/gnome/help/control-center/C/stylesheet-images/toc-plus.gif +share/gnome/help/control-center/C/stylesheet-images/up.gif +share/gnome/help/control-center/C/stylesheet-images/warning.gif share/gnome/help/control-center/C/topic.dat +share/gnome/help/control-center/C/usage.html share/gnome/idl/control-center.idl +share/gnome/omf/control-center/control-center-C.omf share/gnome/pixmaps/ccsplash.png share/gnome/pixmaps/control-center.png share/gnome/wm-properties/Enlightenment.desktop @@ -222,6 +256,8 @@ share/gnome/wm-properties/IceWM.desktop share/gnome/wm-properties/Scwm.desktop share/gnome/wm-properties/WindowMaker.desktop share/gnome/wm-properties/twm.desktop +share/locale/az/LC_MESSAGES/control-center.mo +share/locale/bg/LC_MESSAGES/control-center.mo share/locale/ca/LC_MESSAGES/control-center.mo share/locale/cs/LC_MESSAGES/control-center.mo share/locale/da/LC_MESSAGES/control-center.mo @@ -230,6 +266,7 @@ share/locale/el/LC_MESSAGES/control-center.mo share/locale/en_GB/LC_MESSAGES/control-center.mo share/locale/es/LC_MESSAGES/control-center.mo share/locale/et/LC_MESSAGES/control-center.mo +share/locale/eu/LC_MESSAGES/control-center.mo share/locale/fi/LC_MESSAGES/control-center.mo share/locale/fr/LC_MESSAGES/control-center.mo share/locale/ga/LC_MESSAGES/control-center.mo @@ -247,15 +284,18 @@ share/locale/pt/LC_MESSAGES/control-center.mo share/locale/pt_BR/LC_MESSAGES/control-center.mo share/locale/ro/LC_MESSAGES/control-center.mo share/locale/ru/LC_MESSAGES/control-center.mo +share/locale/sk/LC_MESSAGES/control-center.mo share/locale/sl/LC_MESSAGES/control-center.mo share/locale/sv/LC_MESSAGES/control-center.mo share/locale/tr/LC_MESSAGES/control-center.mo share/locale/uk/LC_MESSAGES/control-center.mo +share/locale/wa/LC_MESSAGES/control-center.mo share/locale/zh_CN.GB2312/LC_MESSAGES/control-center.mo share/locale/zh_TW.Big5/LC_MESSAGES/control-center.mo @dirrm share/gnome/wm-properties +@dirrm share/gnome/omf/control-center @dirrm share/gnome/help/control-center/C/stylesheet-images -@dirrm share/gnome/help/control-center/C/figs +@dirrm share/gnome/help/control-center/C/figures @dirrm share/gnome/help/control-center/C @dirrm share/gnome/help/control-center @dirrm share/gnome/control-center/UIOptions diff --git a/sysutils/gnomesystemmonitor/Makefile b/sysutils/gnomesystemmonitor/Makefile index 4dbf9a588bf3..6e60d5a38cf5 100644 --- a/sysutils/gnomesystemmonitor/Makefile +++ b/sysutils/gnomesystemmonitor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtop -PORTVERSION= 1.0.12 +PORTVERSION= 1.0.13 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtop diff --git a/sysutils/gnomesystemmonitor/distinfo b/sysutils/gnomesystemmonitor/distinfo index ad173bb96ded..0124fc30435a 100644 --- a/sysutils/gnomesystemmonitor/distinfo +++ b/sysutils/gnomesystemmonitor/distinfo @@ -1 +1 @@ -MD5 (gtop-1.0.12.tar.gz) = 92c6afba8ebabc59bdefbea6bed50efe +MD5 (gtop-1.0.13.tar.gz) = 4580801db3c87784b25f46a5bf1f5aba diff --git a/sysutils/gnomesystemmonitor/pkg-plist b/sysutils/gnomesystemmonitor/pkg-plist index 5c9e2db1c378..af3cbf5b6ee5 100644 --- a/sysutils/gnomesystemmonitor/pkg-plist +++ b/sysutils/gnomesystemmonitor/pkg-plist @@ -31,6 +31,7 @@ share/locale/no/LC_MESSAGES/gtop.mo share/locale/pl/LC_MESSAGES/gtop.mo share/locale/pt/LC_MESSAGES/gtop.mo share/locale/pt_BR/LC_MESSAGES/gtop.mo +share/locale/ro/LC_MESSAGES/gtop.mo share/locale/ru/LC_MESSAGES/gtop.mo share/locale/sk/LC_MESSAGES/gtop.mo share/locale/sl/LC_MESSAGES/gtop.mo diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index 4dbf9a588bf3..6e60d5a38cf5 100644 --- a/sysutils/gtop/Makefile +++ b/sysutils/gtop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtop -PORTVERSION= 1.0.12 +PORTVERSION= 1.0.13 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtop diff --git a/sysutils/gtop/distinfo b/sysutils/gtop/distinfo index ad173bb96ded..0124fc30435a 100644 --- a/sysutils/gtop/distinfo +++ b/sysutils/gtop/distinfo @@ -1 +1 @@ -MD5 (gtop-1.0.12.tar.gz) = 92c6afba8ebabc59bdefbea6bed50efe +MD5 (gtop-1.0.13.tar.gz) = 4580801db3c87784b25f46a5bf1f5aba diff --git a/sysutils/gtop/pkg-plist b/sysutils/gtop/pkg-plist index 5c9e2db1c378..af3cbf5b6ee5 100644 --- a/sysutils/gtop/pkg-plist +++ b/sysutils/gtop/pkg-plist @@ -31,6 +31,7 @@ share/locale/no/LC_MESSAGES/gtop.mo share/locale/pl/LC_MESSAGES/gtop.mo share/locale/pt/LC_MESSAGES/gtop.mo share/locale/pt_BR/LC_MESSAGES/gtop.mo +share/locale/ro/LC_MESSAGES/gtop.mo share/locale/ru/LC_MESSAGES/gtop.mo share/locale/sk/LC_MESSAGES/gtop.mo share/locale/sl/LC_MESSAGES/gtop.mo diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 98d29017f739..72baac9dc638 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xml-i18n-tools -PORTVERSION= 0.8 +PORTVERSION= 0.8.1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index 6eb24f5066c1..30730b13e661 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -1 +1 @@ -MD5 (xml-i18n-tools-0.8.tar.gz) = ee1cb9226199b2338903df46ee286cbe +MD5 (xml-i18n-tools-0.8.1.tar.gz) = d14df0ed39f96e12885442480002253c diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index b73068525c4e..42ed1bb8e442 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxml -PORTVERSION= 1.8.11 +PORTVERSION= 1.8.12 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml diff --git a/textproc/libxml/distinfo b/textproc/libxml/distinfo index 57f6a4ecac63..d0306a262cf2 100644 --- a/textproc/libxml/distinfo +++ b/textproc/libxml/distinfo @@ -1 +1 @@ -MD5 (libxml-1.8.11.tar.gz) = ddbbe7e76fe51d24bd8f6f961ea69c31 +MD5 (libxml-1.8.12.tar.gz) = 0dfe08d9d70e888cb8bdd1c69eae9c49 diff --git a/textproc/libxml/files/patch-aa b/textproc/libxml/files/patch-aa index 3888ac098ef8..633394cc45f8 100644 --- a/textproc/libxml/files/patch-aa +++ b/textproc/libxml/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Thu Jan 11 04:30:32 2001 -+++ Makefile.in Thu Jan 11 10:40:25 2001 +--- Makefile.in.orig Fri May 4 02:42:20 2001 ++++ Makefile.in Fri May 4 11:39:59 2001 @@ -108,3 +108,3 @@ -libxml_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@ @Z_LIBS@ @@ -15,17 +15,18 @@ -DATA = $(confexec_DATA) $(pkgconfig_DATA) +DATA = $(confexec_DATA) -@@ -620,3 +620,3 @@ +@@ -623,4 +623,3 @@ --install-data-am: install-pkgconfigDATA install-xmlincHEADERS -+install-data-am: install-xmlincHEADERS +-install-data-am: install-pkgconfigDATA install-xmlincHEADERS \ +- install-data-local ++install-data-am: install-xmlincHEADERS install-data-local install-data: install-data-recursive -@@ -630,3 +630,3 @@ +@@ -634,3 +633,3 @@ uninstall: uninstall-recursive -all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ +all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) \ $(HEADERS) config.h -@@ -638,3 +638,3 @@ +@@ -642,3 +641,3 @@ $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \ - $(DESTDIR)$(confexecdir) $(DESTDIR)$(pkgconfigdir) \ + $(DESTDIR)$(confexecdir) \ diff --git a/textproc/libxml/pkg-plist b/textproc/libxml/pkg-plist index 8bad544e5139..40bc8cf3e8da 100644 --- a/textproc/libxml/pkg-plist +++ b/textproc/libxml/pkg-plist @@ -11,6 +11,7 @@ include/gnome-xml/nanohttp.h include/gnome-xml/parser.h include/gnome-xml/parserInternals.h include/gnome-xml/tree.h +include/gnome-xml/uri.h include/gnome-xml/valid.h include/gnome-xml/xlink.h include/gnome-xml/xml-error.h @@ -47,4 +48,5 @@ share/gnome-xml/html/gnome-xml/xml.html @dirrm share/gnome-xml/html/gnome-xml @dirrm share/gnome-xml/html @dirrm share/gnome-xml +@dirrm include/gnome-xml/libxml @dirrm include/gnome-xml diff --git a/textproc/xml-i18n-tools/Makefile b/textproc/xml-i18n-tools/Makefile index 98d29017f739..72baac9dc638 100644 --- a/textproc/xml-i18n-tools/Makefile +++ b/textproc/xml-i18n-tools/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xml-i18n-tools -PORTVERSION= 0.8 +PORTVERSION= 0.8.1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} diff --git a/textproc/xml-i18n-tools/distinfo b/textproc/xml-i18n-tools/distinfo index 6eb24f5066c1..30730b13e661 100644 --- a/textproc/xml-i18n-tools/distinfo +++ b/textproc/xml-i18n-tools/distinfo @@ -1 +1 @@ -MD5 (xml-i18n-tools-0.8.tar.gz) = ee1cb9226199b2338903df46ee286cbe +MD5 (xml-i18n-tools-0.8.1.tar.gz) = d14df0ed39f96e12885442480002253c diff --git a/x11-fm/gnomemc/Makefile b/x11-fm/gnomemc/Makefile index c78491c2c3b9..9f2ff023be61 100644 --- a/x11-fm/gnomemc/Makefile +++ b/x11-fm/gnomemc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomemc -PORTVERSION= 4.5.51 +PORTVERSION= 4.5.54 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/mc @@ -22,4 +22,8 @@ CONFIGURE_ARGS= --without-edit -with-ncurses CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +post-patch: + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(libdir\)/mc|\$\(datadir\)/mc|g' + .include <bsd.port.mk> diff --git a/x11-fm/gnomemc/distinfo b/x11-fm/gnomemc/distinfo index e787c0ca94cf..6fcebadbbc72 100644 --- a/x11-fm/gnomemc/distinfo +++ b/x11-fm/gnomemc/distinfo @@ -1 +1 @@ -MD5 (mc-4.5.51.tar.gz) = c604292554887e9e6baba0828081b963 +MD5 (mc-4.5.54.tar.gz) = 46bd6d7e25fc3f509c5d8d063fa701eb diff --git a/x11-fm/gnomemc/files/patch-aa b/x11-fm/gnomemc/files/patch-aa index 10a970fc5e62..80f1a383780d 100644 --- a/x11-fm/gnomemc/files/patch-aa +++ b/x11-fm/gnomemc/files/patch-aa @@ -1,51 +1,18 @@ ---- configure.orig Tue Jul 13 05:57:18 1999 -+++ configure Sun Jul 18 02:09:53 1999 -@@ -3383,15 +3383,15 @@ +--- configure.orig Sun Mar 18 12:20:41 2001 ++++ configure Thu Mar 29 10:08:26 2001 +@@ -3106,3 +3106,3 @@ + CATOBJEXT=.mo +- DATADIRNAME=lib ++ DATADIRNAME=share fi - - -- USE_INCLUDED_LIBINTL=yes -+# USE_INCLUDED_LIBINTL=yes - CATOBJEXT=.gmo - INSTOBJEXT=.mo - DATADIRNAME=share -- INTLDEPS='$(top_builddir)/intl/libintl.a' -+ INTLDEPS='-lintl' - INTLLIBS=$INTLDEPS - LIBS=`echo $LIBS | sed -e 's/-lintl//'` -- nls_cv_header_intl=intl/libintl.h -- nls_cv_header_libgt=intl/libgettext.h -+# nls_cv_header_intl=intl/libintl.h -+# nls_cv_header_libgt=intl/libgettext.h - fi - - if test "$XGETTEXT" != ":"; then -@@ -10731,7 +10731,7 @@ - if test -f /usr/include/ncurses.h - then - echo "$ac_t""Found ncurses on /usr/include/ncurses.h" 1>&6 -- CURSES_LIBS="-lncurses" -+ CURSES_LIBS="-lncurses -lmytinfo" - CURSES_INCLUDEDIR="" - search_ncurses=false - screen_manager="ncurses on /usr/include" -@@ -10859,6 +10859,8 @@ - fi - fi - -+CFLAGS="$CFLAGS $CURSES_INCLUDEDIR" -+LIBS="$LIBS $CURSES_LIBS" - - if $search_ncurses - then -@@ -12224,10 +12226,6 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; +@@ -12107,6 +12107,6 @@ esac - case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; - *) INSTALL="$ac_dots$ac_given_INSTALL" ;; - esac ++# case "$ac_given_INSTALL" in ++# [/$]*) INSTALL="$ac_given_INSTALL" ;; ++# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; ++# esac - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/x11-fm/gnomemc/files/patch-ab b/x11-fm/gnomemc/files/patch-ab index d946fe49cb1c..5fc08c7574e4 100644 --- a/x11-fm/gnomemc/files/patch-ab +++ b/x11-fm/gnomemc/files/patch-ab @@ -1,37 +1,12 @@ ---- vfs/Make-mc.in.orig Tue Mar 30 08:34:34 1999 -+++ vfs/Make-mc.in Wed Apr 7 22:53:32 1999 -@@ -13,8 +13,9 @@ - DEFS = $(XDEFS) - LIBS = @LINTL@ @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ @LCRYPT@ $(XLIB) +--- vfs/Make-mc.in.orig Wed Mar 14 20:05:53 2001 ++++ vfs/Make-mc.in Wed Mar 28 18:11:44 2001 +@@ -20,3 +20,3 @@ INSTALL = @INSTALL@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 755 +INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - AR = @AR@ - - # -@@ -184,9 +185,6 @@ - -$(RMF) $(srcdir)/Makefile - - install: @mcserv@ install.extfs -- -(if test x@mcserv@ != x; then \ -- $(INSTALL_PROGRAM) mcserv $(DESTDIR)$(bindir)/$(binprefix)mcserv; \ -- fi) - - install.extfs: - for I in $(EXTFS_MISC); do \ -@@ -194,11 +192,11 @@ - $(DESTDIR)$(extfsdir)/$$I; \ - done - for I in $(EXTFS_CONST) ; do \ -- $(INSTALL_PROGRAM) $(srcdir)/extfs/$$I \ -+ $(INSTALL_SCRIPT) $(srcdir)/extfs/$$I \ - $(DESTDIR)$(extfsdir)/$$I; \ - done - for I in $(EXTFS_OUT) ; do \ -- $(INSTALL_PROGRAM) $(builddir)/vfs/extfs/$$I \ -+ $(INSTALL_SCRIPT) $(builddir)/vfs/extfs/$$I \ - $(DESTDIR)$(extfsdir)/$$I; \ - done +@@ -242,4 +242,2 @@ + install_mcserv: +- $(mkinstalldirs) $(DESTDIR)$(bindir) +- $(INSTALL_PROGRAM) mcserv $(DESTDIR)$(bindir)/$(binprefix)mcserv diff --git a/x11-fm/gnomemc/files/patch-af b/x11-fm/gnomemc/files/patch-af index 8b71a2fc6a96..0daa10d153f4 100644 --- a/x11-fm/gnomemc/files/patch-af +++ b/x11-fm/gnomemc/files/patch-af @@ -1,66 +1,49 @@ ---- Makefile.in.orig Wed May 10 17:58:00 2000 -+++ Makefile.in Tue May 16 13:25:57 2000 -@@ -5,8 +5,8 @@ - @MCFGR@@MCF@ +--- Makefile.in.orig Sun Mar 18 12:20:52 2001 ++++ Makefile.in Wed Mar 28 18:16:22 2001 +@@ -159,3 +159,3 @@ - foreigndirs=pc --codedirs=vfs lib doc slang gtkedit edit src gnome new_icons icons idl syntax --unixdirs=intl $(codedirs) doc-gnome @POSUB@ -+codedirs=vfs lib gtkedit gnome new_icons icons idl syntax -+unixdirs=intl $(codedirs) @POSUB@ - alldirs=$(unixdirs) $(foreigndirs) - subdirs=$(alldirs) +-SUBDIRS = vfs lib doc slang gtkedit edit src gnome new_icons idl syntax intl doc-gnome po pc ++SUBDIRS = vfs lib gtkedit gnome new_icons idl syntax intl po -@@ -45,8 +45,6 @@ - install: installdirs - @for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done - $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(mclibdir)/FAQ -- $(INSTALL_PROGRAM) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install -- chmod +x $(DESTDIR)$(suppbindir)/mcfn_install - @echo "Please verify that the configuration values are correctly" - @echo "set in the mc.ext file in $(mclibdir)" +@@ -174,3 +174,3 @@ + CONFIG_HEADER = config.h +-CONFIG_CLEAN_FILES = Make.common mc.spec mcfn_install ++CONFIG_CLEAN_FILES = Make.common mc.spec + DATA = $(noinst_DATA) +--- lib/Makefile.in.orig Sun Mar 18 12:20:57 2001 ++++ lib/Makefile.in Wed Mar 28 18:19:55 2001 +@@ -161,4 +161,2 @@ + desktopdir = $(mclibdir)/desktop-scripts +-suppbindir = $(mclibdir)/bin +-tidir = $(mclibdir)/term + confdir = $(sysconfdir) +@@ -176,5 +174,3 @@ + conf_DATA = mc.global +-suppbin_SCRIPTS = mc.csh mc.sh + desktop_DATA = startup.links README.desktop +-ti_DATA = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap -@@ -57,12 +55,8 @@ - installdirs: - $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mclibdir) - $(MKINSTALLDIRS) $(DESTDIR)$(mandir) $(DESTDIR)$(man8dir) -- $(MKINSTALLDIRS) $(DESTDIR)$(icondir) $(DESTDIR)$(suppbindir) -- $(MKINSTALLDIRS) $(DESTDIR)$(tidir) $(DESTDIR)$(extfsdir) -+ $(MKINSTALLDIRS) $(DESTDIR)$(icondir) $(DESTDIR)$(extfsdir) - $(MKINSTALLDIRS) $(DESTDIR)$(idldir) $(DESTDIR)$(syntaxdir) -- --mcfninstall: -- -/bin/sh ./mcfn_install +@@ -188,6 +184,5 @@ + CONFIG_CLEAN_FILES = mc.ext mc.sh mc.csh +-SCRIPTS = $(noinst_SCRIPTS) $(suppbin_SCRIPTS) ++SCRIPTS = $(noinst_SCRIPTS) + +-DATA = $(conf_DATA) $(desktop_DATA) $(mclib_DATA) $(noinst_DATA) \ +-$(ti_DATA) ++DATA = $(conf_DATA) $(desktop_DATA) $(mclib_DATA) $(noinst_DATA) - uninstall: - @for I in $(unixdirs); do cd $$I; $(MAKE) $@ || exit 1; cd ..; done ---- lib/Makefile.in.orig Wed May 10 17:58:01 2000 -+++ lib/Makefile.in Tue May 16 13:27:02 2000 -@@ -15,16 +15,11 @@ - LIBFILES_IN = mc.ext.in mc-gnome.ext.in - LIBFILES_OUT = mc.ext mc-gnome.ext mc.csh mc.sh - LIBFILES_CONST = mc.hint mc.hint.es mc.hint.cs mc.hint.ru mc.lib mc.menu cedit.menu edit.indent.rc --SUPPBIN_IN = mc.csh.in mc.sh.in --SUPPBIN_OUT = mc.csh mc.sh - DESKTOP_FILES = startup.links README.desktop --TIFILES = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap +@@ -340,4 +335,4 @@ + +-install-data-am: install-suppbinSCRIPTS install-confDATA \ +- install-desktopDATA install-mclibDATA install-tiDATA ++install-data-am: install-confDATA \ ++ install-desktopDATA install-mclibDATA + install-data: install-data-am +@@ -356,5 +351,4 @@ + installdirs: +- $(mkinstalldirs) $(DESTDIR)$(suppbindir) $(DESTDIR)$(confdir) \ +- $(DESTDIR)$(desktopdir) $(DESTDIR)$(mclibdir) \ +- $(DESTDIR)$(tidir) ++ $(mkinstalldirs) $(DESTDIR)$(confdir) \ ++ $(DESTDIR)$(desktopdir) $(DESTDIR)$(mclibdir) - DISTLIB = \ - $(LIBFILES_IN) \ - $(LIBFILES_CONST) \ -- $(SUPPBIN_IN) \ -- $(TIFILES) \ - $(DESKTOP_FILES) \ - Makefile.in tdiff \ - xnc.hlp ncurses.h \ -@@ -61,10 +56,6 @@ - do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(mclibdir)/$$I; done - for I in $(LIBFILES_OUT); \ - do $(INSTALL_DATA) $(builddir)/lib/$$I $(DESTDIR)$(mclibdir)/$$I; done -- for I in $(SUPPBIN_OUT); \ -- do $(INSTALL_PROGRAM) -m 755 $(builddir)/lib/$$I $(DESTDIR)$(suppbindir)//$$I; done -- for I in $(TIFILES); \ -- do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(tidir)/$$I; done - $(MKINSTALLDIRS) $(DESTDIR)$(confdir) - $(INSTALL_DATA) $(srcdir)/mc.global $(DESTDIR)$(confdir) - $(MKINSTALLDIRS) $(DESTDIR)$(desktopdir) diff --git a/x11-fm/gnomemc/files/patch-ag b/x11-fm/gnomemc/files/patch-ag index 36ea8fbad6c7..4b0bf6e49594 100644 --- a/x11-fm/gnomemc/files/patch-ag +++ b/x11-fm/gnomemc/files/patch-ag @@ -1,105 +1,20 @@ ---- lib/mc.ext.in.orig Wed May 10 17:58:01 2000 -+++ lib/mc.ext.in Tue May 16 13:31:33 2000 -@@ -318,11 +318,11 @@ - Icon=xpm.xpm - +--- lib/mc.ext.in.orig Sat Mar 3 16:33:22 2001 ++++ lib/mc.ext.in Wed Mar 28 19:08:24 2001 +@@ -283,3 +283,3 @@ include/image-options - Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (ee %f &); fi + Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (ElectricEyes %f &); fi View=%view{ascii} identify %f - #View=%view{ascii} asciiview %f +@@ -287,3 +287,3 @@ Set root window to this image=background-properties --setwallpaper %f & - Display this file=ee %f & + Display this file=ElectricEyes %f & - - ### Sound files ### -@@ -368,7 +368,7 @@ - - # Postscript +@@ -329,3 +329,3 @@ type/PostScript - Open=gv %f& + Open=ggv %f& - Icon=postscript.xpm View=%view{ascii} ps2ascii %f - View with GhostView=gv %f ---- lib/mc-gnome.ext.in.orig Thu Jan 28 14:21:23 1999 -+++ lib/mc-gnome.ext.in Thu Jan 28 14:21:59 1999 -@@ -271,60 +271,60 @@ - View=%view{ascii,nroff} gunzip -dc %f | nroff @TROFFASCII@ @MANDOC@ - - type/PostScript -- Open=gv %f -- View with GhostView=gv %f -+ Open=ggv %f -+ View with GhostView=ggv %f - - type/GIF\ image -- Open=ee %f -+ Open=ElectricEyes %f - Include=image-options - - type/GIF\ picture -- Open=ee %f -+ Open=ElectricEyes %f - Include=image-options - - type/JPEG\ picture -- Open=ee %f -+ Open=ElectricEyes %f - Include=image-options - - type/PC\ bitmap -- Open=ee %f -+ Open=ElectricEyes %f - Include=image-options - - type/PNG\ image -- Open=ee %f -+ Open=ElectricEyes %f - Include=image-options - - type/JPEG\ image -- Open=ee %f -+ Open=ElectricEyes %f - Include=image-options - - type/TIFF\ file -- Open=ee %f -+ Open=ElectricEyes %f - Include=image-options - - type/PBM -- Open=ee %f -+ Open=ElectricEyes %f - Include=image-options - - type/PGM -- Open=ee %f -+ Open=ElectricEyes %f - Include=image-options - - type/PPM -- Open=ee %f -+ Open=ElectricEyes %f - Include=image-options - - shell/.xbm - Open=bitmap %f - - shell/.xpm -- Open=ee %f -+ Open=ElectricEyes %f - View=sxpm %f - Include=image-options - - include/image-options - Set root window to this image=background-properties --setwallpaper %f & -- Display this file=ee %f & -+ Display this file=ElectricEyes %f & - - # Sound files - shell/.mod --- gnome/mc.keys.in.in.orig Tue Feb 16 01:29:18 1999 +++ gnome/mc.keys.in.in Fri Feb 19 01:47:31 1999 @@ -96,7 +96,7 @@ diff --git a/x11-fm/gnomemc/files/patch-ak b/x11-fm/gnomemc/files/patch-ak new file mode 100644 index 000000000000..202cfc2a7a54 --- /dev/null +++ b/x11-fm/gnomemc/files/patch-ak @@ -0,0 +1,7 @@ +--- idl/Makefile.in.orig Sun Mar 18 12:21:08 2001 ++++ idl/Makefile.in Thu Mar 29 10:09:30 2001 +@@ -159,3 +159,3 @@ + +-idldir = $(prefix)/share/idl ++idldir = $(datadir)/idl + diff --git a/x11-fm/gnomemc/pkg-plist b/x11-fm/gnomemc/pkg-plist index 3b48a21d35ac..846af0c8fc97 100644 --- a/x11-fm/gnomemc/pkg-plist +++ b/x11-fm/gnomemc/pkg-plist @@ -4,14 +4,19 @@ bin/plain-gmc etc/CORBA/servers/gmc.gnorba etc/mc.global share/gnome/idl/FileManager.idl -share/gnome/idl/Makefile.in -share/gnome/mc/FAQ +share/gnome/mc/cedit.menu share/gnome/mc/desktop-scripts/README.desktop share/gnome/mc/desktop-scripts/startup.links share/gnome/mc/edit.indent.rc share/gnome/mc/extfs/README share/gnome/mc/extfs/a +share/gnome/mc/extfs/apt +share/gnome/mc/extfs/audio +share/gnome/mc/extfs/bpp share/gnome/mc/extfs/deb +share/gnome/mc/extfs/deba +share/gnome/mc/extfs/debd +share/gnome/mc/extfs/dpkg share/gnome/mc/extfs/extfs.ini share/gnome/mc/extfs/ftplist share/gnome/mc/extfs/hp48 @@ -32,16 +37,16 @@ share/gnome/mc/extfs/urar share/gnome/mc/extfs/uzip share/gnome/mc/extfs/uzoo share/gnome/mc/layout -share/gnome/mc/mc-gnome.ext -share/gnome/mc/mc.csh share/gnome/mc/mc.ext share/gnome/mc/mc.hint share/gnome/mc/mc.hint.cs share/gnome/mc/mc.hint.es +share/gnome/mc/mc.hint.it +share/gnome/mc/mc.hint.pl share/gnome/mc/mc.hint.ru +share/gnome/mc/mc.hlp.hu share/gnome/mc/mc.lib share/gnome/mc/mc.menu -share/gnome/mc/mc.sh share/gnome/mc/syntax/ada95.syntax share/gnome/mc/syntax/c.syntax share/gnome/mc/syntax/changelog.syntax @@ -64,7 +69,6 @@ share/gnome/mc/syntax/swig.syntax share/gnome/mc/syntax/texinfo.syntax share/gnome/mc/syntax/unknown.syntax share/gnome/mime-info/mc.keys -share/gnome/pixmaps/mc/directory.xpm share/gnome/pixmaps/mc/gnome-application-encapsulated_postscript.png share/gnome/pixmaps/mc/gnome-application-pdf.png share/gnome/pixmaps/mc/gnome-application-pgp.png @@ -158,9 +162,7 @@ share/gnome/pixmaps/mc/i-stalled.png share/gnome/pixmaps/mc/i-symlink.png share/gnome/pixmaps/mc/i-zipdisk.png share/gnome/pixmaps/mc/i-zipdisk2.png -share/gnome/pixmaps/mc/makefile.xpm -share/gnome/pixmaps/mc/sound.xpm -share/gnome/pixmaps/mc/trash.xpm +share/locale/az/LC_MESSAGES/mc.mo share/locale/ca/LC_MESSAGES/mc.mo share/locale/cs/LC_MESSAGES/mc.mo share/locale/da/LC_MESSAGES/mc.mo @@ -174,6 +176,7 @@ share/locale/hu/LC_MESSAGES/mc.mo share/locale/it/LC_MESSAGES/mc.mo share/locale/ja/LC_MESSAGES/mc.mo share/locale/ko/LC_MESSAGES/mc.mo +share/locale/lv/LC_MESSAGES/mc.mo share/locale/nl/LC_MESSAGES/mc.mo share/locale/no/LC_MESSAGES/mc.mo share/locale/pl/LC_MESSAGES/mc.mo @@ -183,6 +186,7 @@ share/locale/ru/LC_MESSAGES/mc.mo share/locale/sk/LC_MESSAGES/mc.mo share/locale/sl/LC_MESSAGES/mc.mo share/locale/sv/LC_MESSAGES/mc.mo +share/locale/ta/LC_MESSAGES/mc.mo share/locale/tr/LC_MESSAGES/mc.mo share/locale/uk/LC_MESSAGES/mc.mo share/locale/wa/LC_MESSAGES/mc.mo diff --git a/x11-themes/gtk-engines/Makefile b/x11-themes/gtk-engines/Makefile index 587c9770e509..0dcbcd961a09 100644 --- a/x11-themes/gtk-engines/Makefile +++ b/x11-themes/gtk-engines/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk-engines PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtk-engines @@ -17,7 +18,7 @@ USE_X_PREFIX= yes USE_IMLIB= yes USE_LIBTOOL= yes -THEMES= metal notif pixmap redmond95 +THEMES= metal notif pixmap raleigh redmond95 post-patch: @for theme in ${THEMES}; do \ diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index 587c9770e509..0dcbcd961a09 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk-engines PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtk-engines @@ -17,7 +18,7 @@ USE_X_PREFIX= yes USE_IMLIB= yes USE_LIBTOOL= yes -THEMES= metal notif pixmap redmond95 +THEMES= metal notif pixmap raleigh redmond95 post-patch: @for theme in ${THEMES}; do \ diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 323b4be1d1f2..abd356a98518 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -65,6 +65,7 @@ SUBDIR += p5-GtkXmHTML SUBDIR += p5-Tcl-Tk SUBDIR += p5-Tk + SUBDIR += panel-- SUBDIR += pango SUBDIR += paragui SUBDIR += pike-gtk diff --git a/x11-toolkits/gnome--/Makefile b/x11-toolkits/gnome--/Makefile index d406a21955cc..99531b01d326 100644 --- a/x11-toolkits/gnome--/Makefile +++ b/x11-toolkits/gnome--/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomemm -PORTVERSION= 1.1.15 -PORTREVISION= 1 +PORTVERSION= 1.1.17 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkmm diff --git a/x11-toolkits/gnome--/distinfo b/x11-toolkits/gnome--/distinfo index 7482b6754b17..f31ba9ff70eb 100644 --- a/x11-toolkits/gnome--/distinfo +++ b/x11-toolkits/gnome--/distinfo @@ -1 +1 @@ -MD5 (gnomemm-1.1.15.tar.gz) = da151132245dc0b739754b4534602e45 +MD5 (gnomemm-1.1.17.tar.gz) = 843a4b467a3c2833e1de626f242593b8 diff --git a/x11-toolkits/gnome--/files/patch-Makefile.in b/x11-toolkits/gnome--/files/patch-Makefile.in new file mode 100644 index 000000000000..dc056f19846d --- /dev/null +++ b/x11-toolkits/gnome--/files/patch-Makefile.in @@ -0,0 +1,7 @@ +--- Makefile.in.orig Sun Apr 22 07:12:11 2001 ++++ Makefile.in Tue Apr 24 00:06:26 2001 +@@ -137,3 +137,3 @@ + # that use Gtk-- and want to check for the correct version +-m4datadir = $(datadir)/aclocal ++m4datadir = $(prefix)/share/aclocal + m4data_DATA = gnome--.m4 diff --git a/x11-toolkits/gnome--/pkg-plist b/x11-toolkits/gnome--/pkg-plist index abdee1b20ad0..290cff20455e 100644 --- a/x11-toolkits/gnome--/pkg-plist +++ b/x11-toolkits/gnome--/pkg-plist @@ -1,6 +1,7 @@ etc/gnomemmConf.sh include/gnome--.h include/gnome--/about.h +include/gnome--/affinetrans.h include/gnome--/animator.h include/gnome--/app-callback.h include/gnome--/app-helper.h @@ -55,6 +56,7 @@ include/gnome--/paper-selector.h include/gnome--/pixmap-entry.h include/gnome--/pixmap.h include/gnome--/pixmapmenuitem.h +include/gnome--/point.h include/gnome--/private/about_p.h include/gnome--/private/animator_p.h include/gnome--/private/app_p.h @@ -115,6 +117,7 @@ include/gnome--/stock.h include/gnome--/types.h lib/libgnomemm.a lib/libgnomemm.so -lib/libgnomemm.so.4 +lib/libgnomemm.so.6 +share/aclocal/gnome--.m4 @dirrm include/gnome--/private @dirrm include/gnome-- diff --git a/x11-toolkits/gtk-engines/Makefile b/x11-toolkits/gtk-engines/Makefile index 587c9770e509..0dcbcd961a09 100644 --- a/x11-toolkits/gtk-engines/Makefile +++ b/x11-toolkits/gtk-engines/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk-engines PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtk-engines @@ -17,7 +18,7 @@ USE_X_PREFIX= yes USE_IMLIB= yes USE_LIBTOOL= yes -THEMES= metal notif pixmap redmond95 +THEMES= metal notif pixmap raleigh redmond95 post-patch: @for theme in ${THEMES}; do \ diff --git a/x11-toolkits/gtk-engines2/Makefile b/x11-toolkits/gtk-engines2/Makefile index 587c9770e509..0dcbcd961a09 100644 --- a/x11-toolkits/gtk-engines2/Makefile +++ b/x11-toolkits/gtk-engines2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk-engines PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtk-engines @@ -17,7 +18,7 @@ USE_X_PREFIX= yes USE_IMLIB= yes USE_LIBTOOL= yes -THEMES= metal notif pixmap redmond95 +THEMES= metal notif pixmap raleigh redmond95 post-patch: @for theme in ${THEMES}; do \ diff --git a/x11-toolkits/guile-gnome/Makefile b/x11-toolkits/guile-gnome/Makefile index 5ba9f9f05cdf..7a63c403e784 100644 --- a/x11-toolkits/guile-gnome/Makefile +++ b/x11-toolkits/guile-gnome/Makefile @@ -6,7 +6,7 @@ # PORTNAME= guile-gnome -PORTVERSION= 0.10 +PORTVERSION= 0.20 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gnome-guile @@ -14,14 +14,14 @@ DISTNAME= gnome-guile-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ - guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk \ - glade.4:${PORTSDIR}/devel/libglade +LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp \ + guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk USE_LIBTOOL= yes -USE_GTK= yes +USE_GNOME= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --without-bonobo --without-gtkhtml --with-libglade +CONFIGURE_ARGS= --without-bonobo --without-gtkhtml --without-gal \ + --with-libglade --with-gdkpixbuf --with-ghttp CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/guile-gnome/distinfo b/x11-toolkits/guile-gnome/distinfo index 71e7d57ca59a..98bdef9ef7d0 100644 --- a/x11-toolkits/guile-gnome/distinfo +++ b/x11-toolkits/guile-gnome/distinfo @@ -1 +1 @@ -MD5 (gnome-guile-0.10.tar.gz) = ed46d5db3714f7563e8f9d7e2b0e0f1c +MD5 (gnome-guile-0.20.tar.gz) = 2be739e8bbc9fffe70e7ef19950bc984 diff --git a/x11-toolkits/guile-gnome/files/patch-aa b/x11-toolkits/guile-gnome/files/patch-aa index db626d79d1c5..169b6af73724 100644 --- a/x11-toolkits/guile-gnome/files/patch-aa +++ b/x11-toolkits/guile-gnome/files/patch-aa @@ -1,11 +1,7 @@ ---- Makefile.in.orig Sat May 20 14:58:24 2000 -+++ Makefile.in Fri Jun 9 14:38:57 2000 -@@ -94,7 +94,7 @@ - VERSION = @VERSION@ - ZVT_LIBS = @ZVT_LIBS@ +--- Makefile.in.orig Sun Feb 4 20:53:35 2001 ++++ Makefile.in Wed Feb 28 11:07:30 2001 +@@ -100,3 +100,3 @@ --SUBDIRS = macros guile-gtk guile-gnome -+SUBDIRS = macros guile-gnome +-SUBDIRS = guile-gtk guile-gnome ++SUBDIRS = guile-gnome - EXTRA_DIST = gnome-guile.spec.in gnome-guile.spec - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/x11-toolkits/guile-gnome/files/patch-ab b/x11-toolkits/guile-gnome/files/patch-ab index dc1d71345ac4..5993edaa75a7 100644 --- a/x11-toolkits/guile-gnome/files/patch-ab +++ b/x11-toolkits/guile-gnome/files/patch-ab @@ -1,30 +1,11 @@ ---- configure.orig Sat May 20 14:55:24 2000 -+++ configure Fri Jun 9 15:16:53 2000 -@@ -3094,9 +3094,9 @@ - try_libglade=true - libglade_msg="no" - build_libglade=false --# Check whether --with-gtkhtml or --without-gtkhtml was given. --if test "${with_gtkhtml+set}" = set; then -- withval="$with_gtkhtml" -+# Check whether --with-libglade or --without-libglade was given. -+if test "${with_libglade+set}" = set; then -+ withval="$with_libglade" - if test x$withval = xno; then - try_libglade=false - fi -@@ -3129,7 +3129,7 @@ - - CPPFLAGS="$saved_CPPFLAGS" +--- configure.orig Fri Mar 9 11:06:26 2001 ++++ configure Thu Apr 5 11:39:56 2001 +@@ -3261,3 +3261,3 @@ -subdirs="guile-gtk" +subdirs="" - - trap '' 1 2 15 -@@ -3595,76 +3595,6 @@ - esac - done +@@ -3739,72 +3739,2 @@ - for ac_config_dir in guile-gtk; do - @@ -97,5 +78,3 @@ - cd $ac_popdir - done fi - - diff --git a/x11-toolkits/guile-gnome/files/patch-ac b/x11-toolkits/guile-gnome/files/patch-ac index ce7ba4e638ec..65e4af1f4a63 100644 --- a/x11-toolkits/guile-gnome/files/patch-ac +++ b/x11-toolkits/guile-gnome/files/patch-ac @@ -1,20 +1,22 @@ ---- guile-gnome/Makefile.in.orig Sat May 20 14:58:39 2000 -+++ guile-gnome/Makefile.in Fri Jun 9 15:27:36 2000 -@@ -117,7 +117,7 @@ - libguilegnorba_la_LDFLAGS = -export-dynamic - - gnomeg_SOURCES = main.c gnomeg.c client.c gnome-glue.c gnome-ui-infos.h +--- guile-gnome/Makefile.in.orig Sun Feb 4 20:53:40 2001 ++++ guile-gnome/Makefile.in Wed Feb 28 12:08:03 2001 +@@ -129,3 +129,3 @@ + gnomeg_SOURCES = main.c gnomeg.c client.c gnome-glue.c gnome-ui-infos.h gnome-canvas-support.c gnome-canvas-support.h -gnomeg_LDADD = $(top_builddir)/guile-gtk/libguilegtk.la @GUILE_LIBS@ $(GNOME_LIBDIR) $(GNOMEUI_LIBS) +gnomeg_LDADD = @GUILE_LIBS@ $(GNOME_LIBDIR) $(GNOMEUI_LIBS) -lguilegtk-1.2 - - scmgnomedir = $(datadir)/guile/gnome -@@ -151,7 +151,7 @@ - PROGRAMS = $(bin_PROGRAMS) - - gnomeg_OBJECTS = main.o gnomeg.o client.o gnome-glue.o +@@ -165,4 +165,4 @@ + gnome-canvas-support.o -gnomeg_DEPENDENCIES = $(top_builddir)/guile-gtk/libguilegtk.la -+gnomeg_DEPENDENCIES = - gnomeg_LDFLAGS = +-gnomeg_LDFLAGS = ++gnomeg_DEPENDENCIES = ++gnomeg_LDFLAGS = -pthread CFLAGS = @CFLAGS@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +@@ -190,7 +190,2 @@ + cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps guile-gnome/Makefile +- +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +- cd $(top_builddir) \ +- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status +- + diff --git a/x11-toolkits/guile-gnome/files/patch-ad b/x11-toolkits/guile-gnome/files/patch-ad index 7b9b2527dd24..090457d9b8e5 100644 --- a/x11-toolkits/guile-gnome/files/patch-ad +++ b/x11-toolkits/guile-gnome/files/patch-ad @@ -1,11 +1,14 @@ ---- guile-gnome/libglade/Makefile.in.orig Mon Oct 2 01:09:47 2000 -+++ guile-gnome/libglade/Makefile.in Mon Oct 2 01:11:08 2000 -@@ -97,7 +97,7 @@ - INCLUDES = -I.. -I$(srcdir)/.. -I../../guile-gtk -I$(srcdir)/../../guile-gtk -I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR) +--- guile-gnome/libglade/Makefile.in.orig Sun Feb 4 20:53:44 2001 ++++ guile-gnome/libglade/Makefile.in Wed Feb 28 11:11:15 2001 +@@ -103,3 +103,3 @@ - --GLADE_LIBS = -lglade -lglade-gnome -lglade-bonobo +-GLADE_LIBS = -lglade -lglade-gnome +GLADE_LIBS = `libglade-config --libs gnome` - lib_LTLIBRARIES = libguileglade.la - libguileglade_la_SOURCES = libglade-glue.c +--- guile-gnome/bonobo/Makefile.in.orig Sun Feb 4 20:53:42 2001 ++++ guile-gnome/bonobo/Makefile.in Wed Feb 28 11:15:12 2001 +@@ -103,3 +103,3 @@ + +-BONOBO_LIBS = -lbonobo ++BONOBO_LIBS = `gnome-config --libs bonobo` + diff --git a/x11-toolkits/guile-gnome/pkg-plist b/x11-toolkits/guile-gnome/pkg-plist index dd32cf9eb74b..2a6ecdf50375 100644 --- a/x11-toolkits/guile-gnome/pkg-plist +++ b/x11-toolkits/guile-gnome/pkg-plist @@ -1,4 +1,10 @@ bin/gnomeg +lib/libguilegdkpixbuf.a +lib/libguilegdkpixbuf.so +lib/libguilegdkpixbuf.so.0 +lib/libguileghttp.a +lib/libguileghttp.so +lib/libguileghttp.so.0 lib/libguileglade.a lib/libguileglade.so lib/libguileglade.so.0 @@ -11,13 +17,20 @@ lib/libguilegnorba.so.0 lib/libguilezvt.a lib/libguilezvt.so lib/libguilezvt.so.0 -share/guile-gnome/gnome.defs -share/guile-gnome/gnorba.defs -share/guile-gnome/libglade.defs -share/guile-gnome/zvt.defs -share/guile/gnome/gnome.scm -share/guile/gnome/gnorba.scm -share/guile/gnome/zvt.scm -share/guile/gtk/libglade.scm -@dirrm share/guile-gnome -@dirrm share/guile/gnome +share/gnome/guile-gnome/ghttp.defs +share/gnome/guile-gnome/gnome.defs +share/gnome/guile-gnome/gnorba.defs +share/gnome/guile-gnome/zvt.defs +share/gnome/guile-gtk/gdkpixbuf.defs +share/gnome/guile-gtk/libglade.defs +share/gnome/guile/gnome/ghttp.scm +share/gnome/guile/gnome/gnome.scm +share/gnome/guile/gnome/gnorba.scm +share/gnome/guile/gnome/zvt.scm +share/gnome/guile/gtk/gdkpixbuf.scm +share/gnome/guile/gtk/libglade.scm +@dirrm share/gnome/guile/gtk +@dirrm share/gnome/guile/gnome +@dirrm share/gnome/guile +@dirrm share/gnome/guile-gtk +@dirrm share/gnome/guile-gnome diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile index 7f7c4158e991..b4c7f74896dd 100644 --- a/x11-toolkits/guile-gtk/Makefile +++ b/x11-toolkits/guile-gtk/Makefile @@ -6,15 +6,18 @@ # PORTNAME= guile-gtk -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= x11-toolkits -MASTER_SITES= http://www.ping.de/sites/zagadka/guile-gtk/download/ +MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gnome-guile +DISTNAME= gnome-guile-${PORTVERSION} MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +WRKSRC= ${WRKDIR}/${DISTNAME}/guile-gtk + USE_GTK= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/x11-toolkits/guile-gtk/distinfo b/x11-toolkits/guile-gtk/distinfo index d978dbd86235..98bdef9ef7d0 100644 --- a/x11-toolkits/guile-gtk/distinfo +++ b/x11-toolkits/guile-gtk/distinfo @@ -1 +1 @@ -MD5 (guile-gtk-0.19.tar.gz) = ec4c28e1edfc21e075046eae6b99d945 +MD5 (gnome-guile-0.20.tar.gz) = 2be739e8bbc9fffe70e7ef19950bc984 diff --git a/x11-toolkits/guile-gtk/files/patch-aa b/x11-toolkits/guile-gtk/files/patch-aa new file mode 100644 index 000000000000..034254596eb8 --- /dev/null +++ b/x11-toolkits/guile-gtk/files/patch-aa @@ -0,0 +1,10 @@ +--- gtk-threads.c.orig Thu Nov 30 09:22:53 2000 ++++ gtk-threads.c Wed Feb 28 10:40:06 2001 +@@ -244,3 +244,7 @@ + ++#ifdef __FreeBSD__ ++ timed_out = (result == ETIMEDOUT); ++#else + timed_out = (result == ETIME); ++#endif + diff --git a/x11-toolkits/guile-gtk/pkg-plist b/x11-toolkits/guile-gtk/pkg-plist index 3a04ec9dac7c..bf3bd8a34caf 100644 --- a/x11-toolkits/guile-gtk/pkg-plist +++ b/x11-toolkits/guile-gtk/pkg-plist @@ -12,9 +12,10 @@ share/guile/gtk-1.2/gtk.scm share/guile/gtk/config.scm share/guile/gtk/dynlink.scm share/guile/gtk/dynlink-old.scm -share/guile/gtk/event-repl.scm share/guile/gtk/gdk.scm share/guile/gtk/gtk.scm +share/guile/gtk/repl.scm +share/guile/gtk/threads.scm @dirrm share/guile-gtk @dirrm share/guile/gtk-1.2 @dirrm share/guile/gtk diff --git a/x11-toolkits/panel--/Makefile b/x11-toolkits/panel--/Makefile new file mode 100644 index 000000000000..127d8ca60b9a --- /dev/null +++ b/x11-toolkits/panel--/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: panelmm +# Date created: 28th February 2001 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= panelmm +PORTVERSION= 0.1 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= stable/sources/panelmm + +MAINTAINER= ade@FreeBSD.org + +LIB_DEPENDS= gnomemm.6:${PORTSDIR}/x11-toolkits/gnome-- + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= yes +USE_LIBTOOL= yes +LIBTOOLFLAGS= --disable-ltlibs --release-ignore +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-static + +.include <bsd.port.mk> diff --git a/x11-toolkits/panel--/distinfo b/x11-toolkits/panel--/distinfo new file mode 100644 index 000000000000..7420d103f6d9 --- /dev/null +++ b/x11-toolkits/panel--/distinfo @@ -0,0 +1 @@ +MD5 (panelmm-0.1.tar.gz) = c69464cf59468e82bb1bfdc3aa1c72b9 diff --git a/x11-toolkits/panel--/files/patch-aa b/x11-toolkits/panel--/files/patch-aa new file mode 100644 index 000000000000..9591d6bfd3dc --- /dev/null +++ b/x11-toolkits/panel--/files/patch-aa @@ -0,0 +1,7 @@ +--- Makefile.in.orig Tue May 23 18:20:42 2000 ++++ Makefile.in Wed Feb 28 14:30:24 2001 +@@ -104,3 +104,3 @@ + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = panelmmConf.sh diff --git a/x11-toolkits/panel--/pkg-comment b/x11-toolkits/panel--/pkg-comment new file mode 100644 index 000000000000..22e34f7970a4 --- /dev/null +++ b/x11-toolkits/panel--/pkg-comment @@ -0,0 +1 @@ +A powerful C++ binding for the GNOME panel libraries diff --git a/x11-toolkits/panel--/pkg-descr b/x11-toolkits/panel--/pkg-descr new file mode 100644 index 000000000000..fd3cd8de5e71 --- /dev/null +++ b/x11-toolkits/panel--/pkg-descr @@ -0,0 +1,8 @@ +Panel-- - A GTK-- wrapper for applet_widget + +This is a wrapper for the applet_widget component of GNOME for use +with the GTK-- wrapper for GTK, the Gimp Toolkit and libgnomeui, the +GNOME UI library. The wrapper is distributed under the GNU LGPL and +its demo is distibuted under the GNU GPL. + +WWW: http://www.gnome.org/ diff --git a/x11-toolkits/panel--/pkg-plist b/x11-toolkits/panel--/pkg-plist new file mode 100644 index 000000000000..7dc7175ec8b5 --- /dev/null +++ b/x11-toolkits/panel--/pkg-plist @@ -0,0 +1,11 @@ +etc/panelmmConf.sh +include/panel--.h +include/panel--/applet-main.h +include/panel--/applet.h +include/panel--/private/applet-main_p.h +include/panel--/private/applet_p.h +lib/libpanelmm.a +lib/libpanelmm.so +lib/libpanelmm.so.0 +@dirrm include/panel--/private +@dirrm include/panel-- diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index 56ac90886ea9..f5d99ecc1701 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -6,7 +6,7 @@ # PORTNAME= py-gnome -PORTVERSION= 1.0.53 +PORTVERSION= 1.4.0 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-python @@ -15,7 +15,6 @@ DISTNAME= gnome-python-${PORTVERSION} MAINTAINER= nectar@FreeBSD.org BUILD_DEPENDS= ${PYGTK_DEP} -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade RUN_DEPENDS= ${PYGTK_DEP} USE_GMAKE= yes diff --git a/x11-toolkits/py-gnome/distinfo b/x11-toolkits/py-gnome/distinfo index 43387e5314c0..563b6e614aa0 100644 --- a/x11-toolkits/py-gnome/distinfo +++ b/x11-toolkits/py-gnome/distinfo @@ -1 +1 @@ -MD5 (gnome-python-1.0.53.tar.gz) = 597535c5e25596fe6f7924bde2b6a912 +MD5 (gnome-python-1.4.0.tar.gz) = bbb83517e6d042832c86c96c0451fdad diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 56ac90886ea9..f5d99ecc1701 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= py-gnome -PORTVERSION= 1.0.53 +PORTVERSION= 1.4.0 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-python @@ -15,7 +15,6 @@ DISTNAME= gnome-python-${PORTVERSION} MAINTAINER= nectar@FreeBSD.org BUILD_DEPENDS= ${PYGTK_DEP} -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade RUN_DEPENDS= ${PYGTK_DEP} USE_GMAKE= yes diff --git a/x11-toolkits/py-gnome2/distinfo b/x11-toolkits/py-gnome2/distinfo index 43387e5314c0..563b6e614aa0 100644 --- a/x11-toolkits/py-gnome2/distinfo +++ b/x11-toolkits/py-gnome2/distinfo @@ -1 +1 @@ -MD5 (gnome-python-1.0.53.tar.gz) = 597535c5e25596fe6f7924bde2b6a912 +MD5 (gnome-python-1.4.0.tar.gz) = bbb83517e6d042832c86c96c0451fdad diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index bfd04a556f91..a55ce9f4ea16 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -6,20 +6,18 @@ # PORTNAME= py-gtk -PORTVERSION= 0.6.6 +PORTVERSION= 0.6.7 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-python -DISTNAME= gnome-python-1.0.53 +DISTNAME= gnome-python-1.4.0 MAINTAINER= nectar@FreeBSD.org -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade - WRKSRC= ${WRKDIR}/${DISTNAME}/pygtk USE_GMAKE= yes -USE_IMLIB= yes +USE_GNOME= yes USE_PYTHON= yes USE_LIBTOOL= yes CONFIGURE_ENV= PYTHON=${PYTHON_CMD} diff --git a/x11-toolkits/py-gtk/distinfo b/x11-toolkits/py-gtk/distinfo index 43387e5314c0..563b6e614aa0 100644 --- a/x11-toolkits/py-gtk/distinfo +++ b/x11-toolkits/py-gtk/distinfo @@ -1 +1 @@ -MD5 (gnome-python-1.0.53.tar.gz) = 597535c5e25596fe6f7924bde2b6a912 +MD5 (gnome-python-1.4.0.tar.gz) = bbb83517e6d042832c86c96c0451fdad diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index bfd04a556f91..a55ce9f4ea16 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -6,20 +6,18 @@ # PORTNAME= py-gtk -PORTVERSION= 0.6.6 +PORTVERSION= 0.6.7 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-python -DISTNAME= gnome-python-1.0.53 +DISTNAME= gnome-python-1.4.0 MAINTAINER= nectar@FreeBSD.org -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade - WRKSRC= ${WRKDIR}/${DISTNAME}/pygtk USE_GMAKE= yes -USE_IMLIB= yes +USE_GNOME= yes USE_PYTHON= yes USE_LIBTOOL= yes CONFIGURE_ENV= PYTHON=${PYTHON_CMD} diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo index 43387e5314c0..563b6e614aa0 100644 --- a/x11-toolkits/py-gtk2/distinfo +++ b/x11-toolkits/py-gtk2/distinfo @@ -1 +1 @@ -MD5 (gnome-python-1.0.53.tar.gz) = 597535c5e25596fe6f7924bde2b6a912 +MD5 (gnome-python-1.4.0.tar.gz) = bbb83517e6d042832c86c96c0451fdad diff --git a/x11/Makefile b/x11/Makefile index 7db680648b37..d06c9c6d978e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -76,6 +76,7 @@ SUBDIR += wrapper SUBDIR += wterm SUBDIR += x3270 + SUBDIR += xalf SUBDIR += xaniroc SUBDIR += xantfarm SUBDIR += xautolock diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 6cdc5a2ccfef..6a9f558c8677 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnomeapplets -PORTVERSION= 1.2.4 +PORTVERSION= 1.4.0.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-applets +MASTER_SITE_SUBDIR= unstable/sources/gnome-applets DISTNAME= gnome-applets-${PORTVERSION} MAINTAINER= ade@FreeBSD.org diff --git a/x11/gnome-applets/distinfo b/x11/gnome-applets/distinfo index b1249d1e17dd..9749a347077f 100644 --- a/x11/gnome-applets/distinfo +++ b/x11/gnome-applets/distinfo @@ -1 +1 @@ -MD5 (gnome-applets-1.2.4.tar.gz) = f0afb1eccc444530163571a38f972f2d +MD5 (gnome-applets-1.4.0.1.tar.gz) = 5b459439d4d698e86a6239734f42ca9f diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa index 929f5f5d20f8..d2be8f42b3f5 100644 --- a/x11/gnome-applets/files/patch-aa +++ b/x11/gnome-applets/files/patch-aa @@ -1,10 +1,6 @@ ---- configure.orig Mon May 22 00:00:41 2000 -+++ configure Fri May 26 18:10:31 2000 -@@ -3399,6 +3399,7 @@ - *irix*) CDROM_HOST=iric; CDROM_LIBS="-lcdaudio -lmediad -lds";; - *linux*) CDROM_HOST=linux;; +--- configure.orig Thu Mar 15 11:59:13 2001 ++++ configure Mon Mar 19 10:00:53 2001 +@@ -3503,2 +3503,3 @@ *solaris*) CDROM_HOST=solaris;; +*freebsd*) CDROM_HOST=freebsd;; esac - - diff --git a/x11/gnome-applets/files/patch-ab b/x11/gnome-applets/files/patch-ab index beaeebb034be..bc3e9992a7d7 100644 --- a/x11/gnome-applets/files/patch-ab +++ b/x11/gnome-applets/files/patch-ab @@ -1,11 +1,7 @@ ---- applet-docs.make.orig Wed Apr 19 23:28:44 2000 -+++ applet-docs.make Fri May 26 18:07:21 2000 -@@ -9,7 +9,7 @@ - # figs = modemlights-advpref.png modemlights-prefs.png modemlights.png - # include $(top_srcdir)/applet-docs.make +--- applet-docs.make.orig Mon Feb 26 10:31:11 2001 ++++ applet-docs.make Thu Mar 1 17:58:21 2001 +@@ -11,3 +11,3 @@ --docdir = $(datadir)/gnome/help/$(applet)_applet/$(lang) -+docdir = $(datadir)/help/$(applet)_applet/$(lang) - doc_DATA = \ - index.html \ - topic.dat \ +-helpdir = $(datadir)/gnome/help/$(applet)_applet/$(lang) ++helpdir = $(datadir)/help/$(applet)_applet/$(lang) + help_DATA = \ diff --git a/x11/gnome-applets/files/patch-ag b/x11/gnome-applets/files/patch-ag new file mode 100644 index 000000000000..8124052f790d --- /dev/null +++ b/x11/gnome-applets/files/patch-ag @@ -0,0 +1,7 @@ +--- mixer/docs/es/Makefile.in.orig Wed Mar 28 12:39:07 2001 ++++ mixer/docs/es/Makefile.in Sat Apr 7 22:51:25 2001 +@@ -159,3 +159,3 @@ + applet = mixer +-lang = es ++lang = es + sgml_ents = $(applet).sgml diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist index fe278a0f4a33..c607f4924f67 100644 --- a/x11/gnome-applets/pkg-plist +++ b/x11/gnome-applets/pkg-plist @@ -182,10 +182,28 @@ share/gnome/clockmail/classic/clockmaildata share/gnome/clockmail/classic/digmed.png share/gnome/clockmail/classic/mailpics.png share/gnome/clockmail/clock-analog/back.png +share/gnome/clockmail/clock-analog/back_small.png +share/gnome/clockmail/clock-analog/back_tiny.png share/gnome/clockmail/clock-analog/clockmaildata share/gnome/clockmail/clock-analog/hour_hand.png +share/gnome/clockmail/clock-analog/hour_hand_small.png +share/gnome/clockmail/clock-analog/hour_hand_tiny.png share/gnome/clockmail/clock-analog/minute_hand.png +share/gnome/clockmail/clock-analog/minute_hand_small.png +share/gnome/clockmail/clock-analog/minute_hand_tiny.png share/gnome/clockmail/clock-analog/second_hand.png +share/gnome/clockmail/clock-analog/second_hand_small.png +share/gnome/clockmail/clock-analog/second_hand_tiny.png +share/gnome/clockmail/clock-digital-black/bback.png +share/gnome/clockmail/clock-digital-black/bback_sm.png +share/gnome/clockmail/clock-digital-black/bdigits.png +share/gnome/clockmail/clock-digital-black/bdigits_sm.png +share/gnome/clockmail/clock-digital-black/clockmaildata +share/gnome/clockmail/clock-digital-red/back.png +share/gnome/clockmail/clock-digital-red/back_sm.png +share/gnome/clockmail/clock-digital-red/clockmaildata +share/gnome/clockmail/clock-digital-red/digits.png +share/gnome/clockmail/clock-digital-red/digits_sm.png share/gnome/clockmail/clock-odometer/back_h.png share/gnome/clockmail/clock-odometer/back_tiny_h.png share/gnome/clockmail/clock-odometer/back_tiny_v.png @@ -218,6 +236,22 @@ share/gnome/clockmail/mailcounter/backgrnd.png share/gnome/clockmail/mailcounter/clockmaildata share/gnome/clockmail/mailcounter/digmed.png share/gnome/clockmail/mailcounter/mailpics.png +share/gnome/clockmail/nice_clock/back.png +share/gnome/clockmail/nice_clock/back_tiny.png +share/gnome/clockmail/nice_clock/clockmaildata +share/gnome/clockmail/nice_clock/hour_hand.png +share/gnome/clockmail/nice_clock/hour_hand_tiny.png +share/gnome/clockmail/nice_clock/minute_hand.png +share/gnome/clockmail/nice_clock/minute_hand_tiny.png +share/gnome/clockmail/nice_clock/second_hand.png +share/gnome/clockmail/nice_clock/second_hand_tiny.png +share/gnome/clockmail/nice_mailcount/back.png +share/gnome/clockmail/nice_mailcount/back_h.png +share/gnome/clockmail/nice_mailcount/button.png +share/gnome/clockmail/nice_mailcount/button_h.png +share/gnome/clockmail/nice_mailcount/clockmaildata +share/gnome/clockmail/nice_mailcount/digit.png +share/gnome/clockmail/nice_mailcount/light.png share/gnome/clockmail/odometer/backgrnd.png share/gnome/clockmail/odometer/clockmaildata share/gnome/clockmail/odometer/diglrg.png @@ -247,657 +281,1545 @@ share/gnome/geyes/Default/config share/gnome/geyes/Horrid/config share/gnome/geyes/Horrid/horrid_eye.png share/gnome/geyes/Horrid/horrid_pupil.png +share/gnome/gkb/AM_Armenian.keyprop +share/gnome/gkb/AZ_Azerbaidjani_Turkic.keyprop +share/gnome/gkb/Armenian.keyprop +share/gnome/gkb/BE_Dutch.keyprop +share/gnome/gkb/BG_Bulgarian.keyprop +share/gnome/gkb/BG_Bulgarian_x.keyprop +share/gnome/gkb/BR_Portuguese.keyprop +share/gnome/gkb/BR_Portuguese_x.keyprop +share/gnome/gkb/BY_Belarussian.keyprop +share/gnome/gkb/Basque.keyprop +share/gnome/gkb/Belgian.keyprop +share/gnome/gkb/BulgarianCyril.keyprop +share/gnome/gkb/CA_English.keyprop +share/gnome/gkb/CH_German_x.keyprop +share/gnome/gkb/CS_Czech.keyprop +share/gnome/gkb/CZ_Czech_Slovak.keyprop +share/gnome/gkb/CZ_Czech_x.keyprop +share/gnome/gkb/DE_German.keyprop +share/gnome/gkb/DE_German_x.keyprop +share/gnome/gkb/DK_Danish.keyprop +share/gnome/gkb/DK_Danish_x.keyprop +share/gnome/gkb/EE_Estonian.keyprop +share/gnome/gkb/EE_Estonian_x.keyprop +share/gnome/gkb/ES_Spanish.keyprop +share/gnome/gkb/ES_Spanish_x.keyprop +share/gnome/gkb/FI_Finnish.keyprop +share/gnome/gkb/FI_Finnish_x.keyprop +share/gnome/gkb/FR_French.keyprop +share/gnome/gkb/FR_French_x.keyprop +share/gnome/gkb/FrenchCanadian.keyprop +share/gnome/gkb/FrenchCanadian2.keyprop +share/gnome/gkb/FrenchSwiss.keyprop +share/gnome/gkb/GB-102.keyprop +share/gnome/gkb/GB.keyprop +share/gnome/gkb/GB_English.keyprop +share/gnome/gkb/GB_English_x.keyprop +share/gnome/gkb/GE_Georgian_x.keyprop +share/gnome/gkb/GR_Greek.keyprop +share/gnome/gkb/GR_Greek_x.keyprop +share/gnome/gkb/GeorgianLatin.keyprop +share/gnome/gkb/GeorgianRussian.keyprop +share/gnome/gkb/German.keyprop +share/gnome/gkb/GermanSwiss.keyprop +share/gnome/gkb/HU_Hungarian.keyprop +share/gnome/gkb/Hungarian-101.keyprop +share/gnome/gkb/Hungarian-lat1.keyprop +share/gnome/gkb/Hungarian-sun.keyprop +share/gnome/gkb/Hungarian.keyprop +share/gnome/gkb/Hungarian101-1.keyprop +share/gnome/gkb/Hungarian101.keyprop +share/gnome/gkb/IL_Hebrew.keyprop +share/gnome/gkb/IL_Hebrew_x.keyprop +share/gnome/gkb/IS_Icelandic.keyprop +share/gnome/gkb/IS_Icelandic_x.keyprop +share/gnome/gkb/IT_Italian.keyprop +share/gnome/gkb/IT_Italian_x.keyprop +share/gnome/gkb/JP_Japanese.keyprop +share/gnome/gkb/JP_Japanese_x.keyprop +share/gnome/gkb/LA_Lao_x.keyprop +share/gnome/gkb/LT_Lithuanian.keyprop +share/gnome/gkb/LT_Lithuanian_x.keyprop +share/gnome/gkb/LT_Prog.keyprop +share/gnome/gkb/LT_Standard.keyprop +share/gnome/gkb/MK_Macedonian.keyprop +share/gnome/gkb/Macedonian.keyprop +share/gnome/gkb/NL_Dutch_x.keyprop +share/gnome/gkb/NO_Norwegian.keyprop +share/gnome/gkb/Norwegian.keyprop +share/gnome/gkb/PL_Polish.keyprop +share/gnome/gkb/PT_Portuguese.keyprop +share/gnome/gkb/PT_Portuguese_x.keyprop +share/gnome/gkb/Polish.keyprop +share/gnome/gkb/PolishDeadkeys.keyprop +share/gnome/gkb/Portugal.keyprop +share/gnome/gkb/PortugalDeadkeys.keyprop +share/gnome/gkb/RO_Romanian.keyprop +share/gnome/gkb/RU_Russian.keyprop +share/gnome/gkb/RU_Russian_x.keyprop +share/gnome/gkb/RussianCyril.keyprop +share/gnome/gkb/SE_Swedish.keyprop +share/gnome/gkb/SI_Slovenian.keyprop +share/gnome/gkb/SR_Dutch.keyprop +share/gnome/gkb/Slovak.keyprop +share/gnome/gkb/Slovene.keyprop +share/gnome/gkb/Swedish.keyprop +share/gnome/gkb/TH_Thai.keyprop +share/gnome/gkb/TH_Thai_x.keyprop +share/gnome/gkb/TR-f.keyprop +share/gnome/gkb/TR-q.keyprop +share/gnome/gkb/TR_Turkish.keyprop +share/gnome/gkb/TR_Turkish_x.keyprop +share/gnome/gkb/Thai.keyprop +share/gnome/gkb/Thai2.keyprop +share/gnome/gkb/UA_Ukrainian.keyprop +share/gnome/gkb/UK.keyprop +share/gnome/gkb/US-101.keyprop +share/gnome/gkb/US-84.keyprop +share/gnome/gkb/US-dec.keyprop +share/gnome/gkb/US-ibm.keyprop +share/gnome/gkb/US-int.keyprop +share/gnome/gkb/US-mac.keyprop +share/gnome/gkb/US-sgi-101.keyprop +share/gnome/gkb/US-sun.keyprop +share/gnome/gkb/US.keyprop +share/gnome/gkb/US_English.keyprop +share/gnome/gkb/US_international.keyprop +share/gnome/gkb/VN_Vietnamese.keyprop +share/gnome/gkb/YU_Serbo-Croatian_x.keyprop +share/gnome/gkb/Yugoslav.keyprop share/gnome/gweather/Locations -share/gnome/help/anotherclock_applet/C/anotherclock-applet.png -share/gnome/help/anotherclock_applet/C/anotherclock-properties.png -share/gnome/help/anotherclock_applet/C/docbook.css +share/gnome/help/anotherclock_applet/C/anotherclock.sgml +share/gnome/help/anotherclock_applet/C/anotherclock_applet.sgml +share/gnome/help/anotherclock_applet/C/figures/anotherclock-applet.png +share/gnome/help/anotherclock_applet/C/figures/anotherclock-properties.png share/gnome/help/anotherclock_applet/C/index.html share/gnome/help/anotherclock_applet/C/ln7.html -share/gnome/help/anotherclock_applet/C/stylesheet-images/caution.png -share/gnome/help/anotherclock_applet/C/stylesheet-images/important.png -share/gnome/help/anotherclock_applet/C/stylesheet-images/note.png -share/gnome/help/anotherclock_applet/C/stylesheet-images/tip.png -share/gnome/help/anotherclock_applet/C/stylesheet-images/warning.png -share/gnome/help/anotherclock_applet/it/anotherclock-applet.png -share/gnome/help/anotherclock_applet/it/docbook.css +share/gnome/help/anotherclock_applet/C/stylesheet-images/caution.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/home.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/important.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/next.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/note.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/prev.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/tip.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/up.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/warning.gif +share/gnome/help/anotherclock_applet/C/topic.dat +share/gnome/help/anotherclock_applet/it/anotherclock.sgml +share/gnome/help/anotherclock_applet/it/anotherclock_applet.sgml +share/gnome/help/anotherclock_applet/it/figures/anotherclock-applet.png share/gnome/help/anotherclock_applet/it/index.html share/gnome/help/anotherclock_applet/it/ln7.html -share/gnome/help/anotherclock_applet/it/stylesheet-images/caution.png -share/gnome/help/anotherclock_applet/it/stylesheet-images/important.png -share/gnome/help/anotherclock_applet/it/stylesheet-images/note.png -share/gnome/help/anotherclock_applet/it/stylesheet-images/tip.png -share/gnome/help/anotherclock_applet/it/stylesheet-images/warning.png -share/gnome/help/asclock_applet/C/asclock_applet.png -share/gnome/help/asclock_applet/C/asclock_settings.png -share/gnome/help/asclock_applet/C/docbook.css +share/gnome/help/anotherclock_applet/it/stylesheet-images/caution.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/home.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/important.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/next.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/note.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/prev.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/tip.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/up.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/warning.gif +share/gnome/help/anotherclock_applet/it/topic.dat +share/gnome/help/anotherclock_applet/uk/anotherclock.sgml +share/gnome/help/anotherclock_applet/uk/anotherclock_applet.sgml +share/gnome/help/anotherclock_applet/uk/figures/anotherclock-applet.png +share/gnome/help/anotherclock_applet/uk/figures/anotherclock-properties.png +share/gnome/help/anotherclock_applet/uk/index.html +share/gnome/help/anotherclock_applet/uk/ln7.html +share/gnome/help/anotherclock_applet/uk/stylesheet-images/caution.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/home.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/important.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/next.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/note.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/prev.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/tip.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/toc-blank.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/toc-minus.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/toc-plus.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/up.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/warning.gif +share/gnome/help/anotherclock_applet/uk/topic.dat +share/gnome/help/asclock_applet/C/asclock.sgml +share/gnome/help/asclock_applet/C/asclock_applet.sgml +share/gnome/help/asclock_applet/C/figures/asclock_applet.png +share/gnome/help/asclock_applet/C/figures/asclock_settings.png share/gnome/help/asclock_applet/C/index.html share/gnome/help/asclock_applet/C/ln7.html -share/gnome/help/asclock_applet/C/stylesheet-images/caution.png -share/gnome/help/asclock_applet/C/stylesheet-images/important.png -share/gnome/help/asclock_applet/C/stylesheet-images/note.png -share/gnome/help/asclock_applet/C/stylesheet-images/tip.png -share/gnome/help/asclock_applet/C/stylesheet-images/warning.png -share/gnome/help/asclock_applet/it/docbook.css +share/gnome/help/asclock_applet/C/stylesheet-images/caution.gif +share/gnome/help/asclock_applet/C/stylesheet-images/home.gif +share/gnome/help/asclock_applet/C/stylesheet-images/important.gif +share/gnome/help/asclock_applet/C/stylesheet-images/next.gif +share/gnome/help/asclock_applet/C/stylesheet-images/note.gif +share/gnome/help/asclock_applet/C/stylesheet-images/prev.gif +share/gnome/help/asclock_applet/C/stylesheet-images/tip.gif +share/gnome/help/asclock_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/asclock_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/asclock_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/asclock_applet/C/stylesheet-images/up.gif +share/gnome/help/asclock_applet/C/stylesheet-images/warning.gif +share/gnome/help/asclock_applet/C/topic.dat +share/gnome/help/asclock_applet/it/asclock.sgml +share/gnome/help/asclock_applet/it/asclock_applet.sgml share/gnome/help/asclock_applet/it/index.html share/gnome/help/asclock_applet/it/ln11.html -share/gnome/help/asclock_applet/it/stylesheet-images/caution.png -share/gnome/help/asclock_applet/it/stylesheet-images/important.png -share/gnome/help/asclock_applet/it/stylesheet-images/note.png -share/gnome/help/asclock_applet/it/stylesheet-images/tip.png -share/gnome/help/asclock_applet/it/stylesheet-images/warning.png -share/gnome/help/battery_applet/C/battery-applet-ac-offline-25-20.png -share/gnome/help/battery_applet/C/battery-applet-ac-online-25-20.png -share/gnome/help/battery_applet/C/battery-applet-graph.png -share/gnome/help/battery_applet/C/battery-applet-properties-general.png -share/gnome/help/battery_applet/C/battery-applet-properties-graph.png -share/gnome/help/battery_applet/C/battery-applet-properties-messages.png -share/gnome/help/battery_applet/C/battery-applet-properties-readout.png -share/gnome/help/battery_applet/C/docbook.css +share/gnome/help/asclock_applet/it/stylesheet-images/caution.gif +share/gnome/help/asclock_applet/it/stylesheet-images/home.gif +share/gnome/help/asclock_applet/it/stylesheet-images/important.gif +share/gnome/help/asclock_applet/it/stylesheet-images/next.gif +share/gnome/help/asclock_applet/it/stylesheet-images/note.gif +share/gnome/help/asclock_applet/it/stylesheet-images/prev.gif +share/gnome/help/asclock_applet/it/stylesheet-images/tip.gif +share/gnome/help/asclock_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/asclock_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/asclock_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/asclock_applet/it/stylesheet-images/up.gif +share/gnome/help/asclock_applet/it/stylesheet-images/warning.gif +share/gnome/help/asclock_applet/it/topic.dat +share/gnome/help/asclock_applet/ja/asclock.sgml +share/gnome/help/asclock_applet/ja/asclock_applet.sgml +share/gnome/help/asclock_applet/ja/docbook.css +share/gnome/help/asclock_applet/ja/figures/asclock_applet.png +share/gnome/help/asclock_applet/ja/figures/asclock_settings.png +share/gnome/help/asclock_applet/ja/index.html +share/gnome/help/asclock_applet/ja/ln10.html +share/gnome/help/asclock_applet/ja/stylesheet-images/caution.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/home.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/important.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/next.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/note.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/prev.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/tip.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/up.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/warning.gif +share/gnome/help/asclock_applet/ja/topic.dat +share/gnome/help/battery_applet/C/battery.sgml +share/gnome/help/battery_applet/C/battery_applet.sgml +share/gnome/help/battery_applet/C/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/battery_applet/C/figures/battery-applet-ac-online-25-20.png +share/gnome/help/battery_applet/C/figures/battery-applet-graph.png +share/gnome/help/battery_applet/C/figures/battery-applet-properties-general.png +share/gnome/help/battery_applet/C/figures/battery-applet-properties-graph.png +share/gnome/help/battery_applet/C/figures/battery-applet-properties-messages.png +share/gnome/help/battery_applet/C/figures/battery-applet-properties-readout.png share/gnome/help/battery_applet/C/index.html share/gnome/help/battery_applet/C/ln7.html -share/gnome/help/battery_applet/C/stylesheet-images/caution.png -share/gnome/help/battery_applet/C/stylesheet-images/important.png -share/gnome/help/battery_applet/C/stylesheet-images/note.png -share/gnome/help/battery_applet/C/stylesheet-images/tip.png -share/gnome/help/battery_applet/C/stylesheet-images/warning.png -share/gnome/help/battery_applet/it/battery-applet-ac-offline-25-20.png -share/gnome/help/battery_applet/it/battery-applet-ac-online-25-20.png -share/gnome/help/battery_applet/it/battery-applet-graph.png -share/gnome/help/battery_applet/it/battery-applet-properties-general.png -share/gnome/help/battery_applet/it/battery-applet-properties-graph.png -share/gnome/help/battery_applet/it/battery-applet-properties-messages.png -share/gnome/help/battery_applet/it/battery-applet-properties-readout.png -share/gnome/help/battery_applet/it/docbook.css +share/gnome/help/battery_applet/C/stylesheet-images/caution.gif +share/gnome/help/battery_applet/C/stylesheet-images/home.gif +share/gnome/help/battery_applet/C/stylesheet-images/important.gif +share/gnome/help/battery_applet/C/stylesheet-images/next.gif +share/gnome/help/battery_applet/C/stylesheet-images/note.gif +share/gnome/help/battery_applet/C/stylesheet-images/prev.gif +share/gnome/help/battery_applet/C/stylesheet-images/tip.gif +share/gnome/help/battery_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/battery_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/battery_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/battery_applet/C/stylesheet-images/up.gif +share/gnome/help/battery_applet/C/stylesheet-images/warning.gif +share/gnome/help/battery_applet/C/topic.dat +share/gnome/help/battery_applet/it/battery.sgml +share/gnome/help/battery_applet/it/battery_applet.sgml +share/gnome/help/battery_applet/it/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/battery_applet/it/figures/battery-applet-ac-online-25-20.png +share/gnome/help/battery_applet/it/figures/battery-applet-graph.png +share/gnome/help/battery_applet/it/figures/battery-applet-properties-general.png +share/gnome/help/battery_applet/it/figures/battery-applet-properties-graph.png +share/gnome/help/battery_applet/it/figures/battery-applet-properties-messages.png +share/gnome/help/battery_applet/it/figures/battery-applet-properties-readout.png share/gnome/help/battery_applet/it/index.html share/gnome/help/battery_applet/it/ln11.html -share/gnome/help/battery_applet/it/stylesheet-images/caution.png -share/gnome/help/battery_applet/it/stylesheet-images/important.png -share/gnome/help/battery_applet/it/stylesheet-images/note.png -share/gnome/help/battery_applet/it/stylesheet-images/tip.png -share/gnome/help/battery_applet/it/stylesheet-images/warning.png -share/gnome/help/cdplayer_applet/C/cdplayer_applet.png -share/gnome/help/cdplayer_applet/C/docbook.css +share/gnome/help/battery_applet/it/stylesheet-images/caution.gif +share/gnome/help/battery_applet/it/stylesheet-images/home.gif +share/gnome/help/battery_applet/it/stylesheet-images/important.gif +share/gnome/help/battery_applet/it/stylesheet-images/next.gif +share/gnome/help/battery_applet/it/stylesheet-images/note.gif +share/gnome/help/battery_applet/it/stylesheet-images/prev.gif +share/gnome/help/battery_applet/it/stylesheet-images/tip.gif +share/gnome/help/battery_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/battery_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/battery_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/battery_applet/it/stylesheet-images/up.gif +share/gnome/help/battery_applet/it/stylesheet-images/warning.gif +share/gnome/help/battery_applet/it/topic.dat +share/gnome/help/battery_applet/ja/battery.sgml +share/gnome/help/battery_applet/ja/battery_applet.sgml +share/gnome/help/battery_applet/ja/docbook.css +share/gnome/help/battery_applet/ja/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/battery_applet/ja/figures/battery-applet-ac-online-25-20.png +share/gnome/help/battery_applet/ja/figures/battery-applet-graph.png +share/gnome/help/battery_applet/ja/figures/battery-applet-properties-general.png +share/gnome/help/battery_applet/ja/figures/battery-applet-properties-graph.png +share/gnome/help/battery_applet/ja/figures/battery-applet-properties-messages.png +share/gnome/help/battery_applet/ja/figures/battery-applet-properties-readout.png +share/gnome/help/battery_applet/ja/index.html +share/gnome/help/battery_applet/ja/ln10.html +share/gnome/help/battery_applet/ja/stylesheet-images/caution.gif +share/gnome/help/battery_applet/ja/stylesheet-images/home.gif +share/gnome/help/battery_applet/ja/stylesheet-images/important.gif +share/gnome/help/battery_applet/ja/stylesheet-images/next.gif +share/gnome/help/battery_applet/ja/stylesheet-images/note.gif +share/gnome/help/battery_applet/ja/stylesheet-images/prev.gif +share/gnome/help/battery_applet/ja/stylesheet-images/tip.gif +share/gnome/help/battery_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/battery_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/battery_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/battery_applet/ja/stylesheet-images/up.gif +share/gnome/help/battery_applet/ja/stylesheet-images/warning.gif +share/gnome/help/battery_applet/ja/topic.dat +share/gnome/help/cdplayer_applet/C/cdplayer.sgml +share/gnome/help/cdplayer_applet/C/cdplayer_applet.sgml +share/gnome/help/cdplayer_applet/C/figures/cdplayer_applet.png share/gnome/help/cdplayer_applet/C/index.html share/gnome/help/cdplayer_applet/C/ln7.html -share/gnome/help/cdplayer_applet/C/stylesheet-images/caution.png -share/gnome/help/cdplayer_applet/C/stylesheet-images/important.png -share/gnome/help/cdplayer_applet/C/stylesheet-images/note.png -share/gnome/help/cdplayer_applet/C/stylesheet-images/tip.png -share/gnome/help/cdplayer_applet/C/stylesheet-images/warning.png -share/gnome/help/cdplayer_applet/it/cdplayer_applet.png -share/gnome/help/cdplayer_applet/it/docbook.css +share/gnome/help/cdplayer_applet/C/stylesheet-images/caution.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/home.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/important.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/next.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/note.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/prev.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/tip.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/up.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/warning.gif +share/gnome/help/cdplayer_applet/C/topic.dat +share/gnome/help/cdplayer_applet/it/cdplayer.sgml +share/gnome/help/cdplayer_applet/it/cdplayer_applet.sgml +share/gnome/help/cdplayer_applet/it/figures/cdplayer_applet.png share/gnome/help/cdplayer_applet/it/index.html share/gnome/help/cdplayer_applet/it/ln10.html -share/gnome/help/cdplayer_applet/it/stylesheet-images/caution.png -share/gnome/help/cdplayer_applet/it/stylesheet-images/important.png -share/gnome/help/cdplayer_applet/it/stylesheet-images/note.png -share/gnome/help/cdplayer_applet/it/stylesheet-images/tip.png -share/gnome/help/cdplayer_applet/it/stylesheet-images/warning.png -share/gnome/help/charpick_applet/C/charpick_applet.png -share/gnome/help/charpick_applet/C/charpick_applet_settings.png -share/gnome/help/charpick_applet/C/charpick_characters.png -share/gnome/help/charpick_applet/C/docbook.css +share/gnome/help/cdplayer_applet/it/stylesheet-images/caution.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/home.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/important.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/next.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/note.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/prev.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/tip.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/up.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/warning.gif +share/gnome/help/cdplayer_applet/ja/cdplayer.sgml +share/gnome/help/cdplayer_applet/ja/cdplayer_applet.sgml +share/gnome/help/cdplayer_applet/ja/docbook.css +share/gnome/help/cdplayer_applet/ja/figures/cdplayer_applet.png +share/gnome/help/cdplayer_applet/ja/index.html +share/gnome/help/cdplayer_applet/ja/ln10.html +share/gnome/help/cdplayer_applet/ja/stylesheet-images/caution.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/home.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/important.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/next.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/note.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/prev.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/tip.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/up.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/warning.gif +share/gnome/help/cdplayer_applet/ja/topic.dat +share/gnome/help/charpick_applet/C/charpick.sgml +share/gnome/help/charpick_applet/C/charpick_applet.sgml +share/gnome/help/charpick_applet/C/figures/charpick_applet.png +share/gnome/help/charpick_applet/C/figures/charpick_applet_settings.png +share/gnome/help/charpick_applet/C/figures/charpick_characters.png share/gnome/help/charpick_applet/C/index.html share/gnome/help/charpick_applet/C/ln7.html -share/gnome/help/charpick_applet/C/stylesheet-images/caution.png -share/gnome/help/charpick_applet/C/stylesheet-images/important.png -share/gnome/help/charpick_applet/C/stylesheet-images/note.png -share/gnome/help/charpick_applet/C/stylesheet-images/tip.png -share/gnome/help/charpick_applet/C/stylesheet-images/warning.png -share/gnome/help/charpick_applet/it/charpick_applet.png -share/gnome/help/charpick_applet/it/charpick_applet_settings.png -share/gnome/help/charpick_applet/it/charpick_characters.png -share/gnome/help/charpick_applet/it/docbook.css +share/gnome/help/charpick_applet/C/stylesheet-images/caution.gif +share/gnome/help/charpick_applet/C/stylesheet-images/home.gif +share/gnome/help/charpick_applet/C/stylesheet-images/important.gif +share/gnome/help/charpick_applet/C/stylesheet-images/next.gif +share/gnome/help/charpick_applet/C/stylesheet-images/note.gif +share/gnome/help/charpick_applet/C/stylesheet-images/prev.gif +share/gnome/help/charpick_applet/C/stylesheet-images/tip.gif +share/gnome/help/charpick_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/charpick_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/charpick_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/charpick_applet/C/stylesheet-images/up.gif +share/gnome/help/charpick_applet/C/stylesheet-images/warning.gif +share/gnome/help/charpick_applet/C/topic.dat +share/gnome/help/charpick_applet/it/charpick.sgml +share/gnome/help/charpick_applet/it/charpick_applet.sgml +share/gnome/help/charpick_applet/it/figures/charpick_applet.png +share/gnome/help/charpick_applet/it/figures/charpick_applet_settings.png +share/gnome/help/charpick_applet/it/figures/charpick_characters.png share/gnome/help/charpick_applet/it/index.html share/gnome/help/charpick_applet/it/ln10.html -share/gnome/help/charpick_applet/it/stylesheet-images/caution.png -share/gnome/help/charpick_applet/it/stylesheet-images/important.png -share/gnome/help/charpick_applet/it/stylesheet-images/note.png -share/gnome/help/charpick_applet/it/stylesheet-images/tip.png -share/gnome/help/charpick_applet/it/stylesheet-images/warning.png -share/gnome/help/clockmail_applet/C/clockmail-prefs-general.png -share/gnome/help/clockmail_applet/C/clockmail-prefs-theme.png -share/gnome/help/clockmail_applet/C/clockmail_applet.png -share/gnome/help/clockmail_applet/C/docbook.css +share/gnome/help/charpick_applet/it/stylesheet-images/caution.gif +share/gnome/help/charpick_applet/it/stylesheet-images/home.gif +share/gnome/help/charpick_applet/it/stylesheet-images/important.gif +share/gnome/help/charpick_applet/it/stylesheet-images/next.gif +share/gnome/help/charpick_applet/it/stylesheet-images/note.gif +share/gnome/help/charpick_applet/it/stylesheet-images/prev.gif +share/gnome/help/charpick_applet/it/stylesheet-images/tip.gif +share/gnome/help/charpick_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/charpick_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/charpick_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/charpick_applet/it/stylesheet-images/up.gif +share/gnome/help/charpick_applet/it/stylesheet-images/warning.gif +share/gnome/help/charpick_applet/it/topic.dat +share/gnome/help/charpick_applet/ja/charpick.sgml +share/gnome/help/charpick_applet/ja/charpick_applet.sgml +share/gnome/help/charpick_applet/ja/docbook.css +share/gnome/help/charpick_applet/ja/figures/charpick_applet.png +share/gnome/help/charpick_applet/ja/figures/charpick_applet_settings.png +share/gnome/help/charpick_applet/ja/figures/charpick_characters.png +share/gnome/help/charpick_applet/ja/index.html +share/gnome/help/charpick_applet/ja/ln10.html +share/gnome/help/charpick_applet/ja/stylesheet-images/caution.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/home.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/important.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/next.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/note.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/prev.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/tip.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/up.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/warning.gif +share/gnome/help/charpick_applet/ja/topic.dat +share/gnome/help/clockmail_applet/C/clockmail.sgml +share/gnome/help/clockmail_applet/C/clockmail_applet.sgml +share/gnome/help/clockmail_applet/C/figures/clockmail-prefs-general.png +share/gnome/help/clockmail_applet/C/figures/clockmail-prefs-theme.png +share/gnome/help/clockmail_applet/C/figures/clockmail_applet.png share/gnome/help/clockmail_applet/C/index.html share/gnome/help/clockmail_applet/C/ln7.html -share/gnome/help/clockmail_applet/C/stylesheet-images/caution.png -share/gnome/help/clockmail_applet/C/stylesheet-images/important.png -share/gnome/help/clockmail_applet/C/stylesheet-images/note.png -share/gnome/help/clockmail_applet/C/stylesheet-images/tip.png -share/gnome/help/clockmail_applet/C/stylesheet-images/warning.png -share/gnome/help/clockmail_applet/it/docbook.css +share/gnome/help/clockmail_applet/C/stylesheet-images/caution.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/home.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/important.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/next.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/note.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/prev.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/tip.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/up.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/warning.gif +share/gnome/help/clockmail_applet/C/topic.dat +share/gnome/help/clockmail_applet/it/clockmail.sgml +share/gnome/help/clockmail_applet/it/clockmail_applet.sgml share/gnome/help/clockmail_applet/it/index.html share/gnome/help/clockmail_applet/it/ln11.html -share/gnome/help/clockmail_applet/it/stylesheet-images/caution.png -share/gnome/help/clockmail_applet/it/stylesheet-images/important.png -share/gnome/help/clockmail_applet/it/stylesheet-images/note.png -share/gnome/help/clockmail_applet/it/stylesheet-images/tip.png -share/gnome/help/clockmail_applet/it/stylesheet-images/warning.png -share/gnome/help/cpuload_applet/C/cpuload-applet-default.png -share/gnome/help/cpuload_applet/C/cpuload-applet-greyed.png -share/gnome/help/cpuload_applet/C/cpuload-applet-properties.png -share/gnome/help/cpuload_applet/C/cpuload-applet.png -share/gnome/help/cpuload_applet/C/docbook.css +share/gnome/help/clockmail_applet/it/stylesheet-images/caution.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/home.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/important.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/next.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/note.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/prev.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/tip.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/up.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/warning.gif +share/gnome/help/clockmail_applet/it/topic.dat +share/gnome/help/clockmail_applet/ja/clockmail.sgml +share/gnome/help/clockmail_applet/ja/clockmail_applet.sgml +share/gnome/help/clockmail_applet/ja/docbook.css +share/gnome/help/clockmail_applet/ja/figures/clockmail-prefs-general.png +share/gnome/help/clockmail_applet/ja/figures/clockmail-prefs-theme.png +share/gnome/help/clockmail_applet/ja/figures/clockmail_applet.png +share/gnome/help/clockmail_applet/ja/index.html +share/gnome/help/clockmail_applet/ja/ln10.html +share/gnome/help/clockmail_applet/ja/stylesheet-images/caution.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/home.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/important.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/next.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/note.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/prev.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/tip.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/up.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/warning.gif +share/gnome/help/clockmail_applet/ja/topic.dat +share/gnome/help/cpuload_applet/C/cpuload.sgml +share/gnome/help/cpuload_applet/C/cpuload_applet.sgml +share/gnome/help/cpuload_applet/C/figures/cpuload-applet-default.png +share/gnome/help/cpuload_applet/C/figures/cpuload-applet-greyed.png +share/gnome/help/cpuload_applet/C/figures/cpuload-applet-properties.png +share/gnome/help/cpuload_applet/C/figures/cpuload-applet.png share/gnome/help/cpuload_applet/C/index.html share/gnome/help/cpuload_applet/C/ln7.html -share/gnome/help/cpuload_applet/C/stylesheet-images/caution.png -share/gnome/help/cpuload_applet/C/stylesheet-images/important.png -share/gnome/help/cpuload_applet/C/stylesheet-images/note.png -share/gnome/help/cpuload_applet/C/stylesheet-images/tip.png -share/gnome/help/cpuload_applet/C/stylesheet-images/warning.png -share/gnome/help/cpuload_applet/it/cpuload-applet-default.png -share/gnome/help/cpuload_applet/it/cpuload-applet-greyed.png -share/gnome/help/cpuload_applet/it/cpuload-applet-properties.png -share/gnome/help/cpuload_applet/it/cpuload-applet.png -share/gnome/help/cpuload_applet/it/docbook.css +share/gnome/help/cpuload_applet/C/stylesheet-images/caution.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/home.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/important.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/next.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/note.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/prev.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/tip.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/up.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/warning.gif +share/gnome/help/cpuload_applet/C/topic.dat +share/gnome/help/cpuload_applet/it/cpuload.sgml +share/gnome/help/cpuload_applet/it/cpuload_applet.sgml +share/gnome/help/cpuload_applet/it/figures/cpuload-applet-default.png +share/gnome/help/cpuload_applet/it/figures/cpuload-applet-greyed.png +share/gnome/help/cpuload_applet/it/figures/cpuload-applet-properties.png +share/gnome/help/cpuload_applet/it/figures/cpuload-applet.png share/gnome/help/cpuload_applet/it/index.html share/gnome/help/cpuload_applet/it/ln7.html -share/gnome/help/cpuload_applet/it/stylesheet-images/caution.png -share/gnome/help/cpuload_applet/it/stylesheet-images/important.png -share/gnome/help/cpuload_applet/it/stylesheet-images/note.png -share/gnome/help/cpuload_applet/it/stylesheet-images/tip.png -share/gnome/help/cpuload_applet/it/stylesheet-images/warning.png -share/gnome/help/cpumemusage_applet/C/cpumemusage-applet.png -share/gnome/help/cpumemusage_applet/C/docbook.css +share/gnome/help/cpuload_applet/it/stylesheet-images/caution.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/home.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/important.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/next.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/note.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/prev.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/tip.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/up.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/warning.gif +share/gnome/help/cpuload_applet/it/topic.dat +share/gnome/help/cpumemusage_applet/C/cpumemusage.sgml +share/gnome/help/cpumemusage_applet/C/cpumemusage_applet.sgml +share/gnome/help/cpumemusage_applet/C/figures/cpumemusage-applet.png share/gnome/help/cpumemusage_applet/C/index.html share/gnome/help/cpumemusage_applet/C/ln17.html -share/gnome/help/cpumemusage_applet/C/stylesheet-images/caution.png -share/gnome/help/cpumemusage_applet/C/stylesheet-images/important.png -share/gnome/help/cpumemusage_applet/C/stylesheet-images/note.png -share/gnome/help/cpumemusage_applet/C/stylesheet-images/tip.png -share/gnome/help/cpumemusage_applet/C/stylesheet-images/warning.png -share/gnome/help/cpumemusage_applet/it/cpumemusage-applet.png -share/gnome/help/cpumemusage_applet/it/docbook.css +share/gnome/help/cpumemusage_applet/C/stylesheet-images/caution.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/home.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/important.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/next.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/note.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/prev.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/tip.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/up.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/warning.gif +share/gnome/help/cpumemusage_applet/C/topic.dat +share/gnome/help/cpumemusage_applet/it/cpumemusage.sgml +share/gnome/help/cpumemusage_applet/it/cpumemusage_applet.sgml +share/gnome/help/cpumemusage_applet/it/figures/cpumemusage-applet.png share/gnome/help/cpumemusage_applet/it/index.html share/gnome/help/cpumemusage_applet/it/ln17.html -share/gnome/help/cpumemusage_applet/it/stylesheet-images/caution.png -share/gnome/help/cpumemusage_applet/it/stylesheet-images/important.png -share/gnome/help/cpumemusage_applet/it/stylesheet-images/note.png -share/gnome/help/cpumemusage_applet/it/stylesheet-images/tip.png -share/gnome/help/cpumemusage_applet/it/stylesheet-images/warning.png -share/gnome/help/diskusage_applet/C/diskusage-applet-prefs.png -share/gnome/help/diskusage_applet/C/diskusage-applet.png -share/gnome/help/diskusage_applet/C/docbook.css +share/gnome/help/cpumemusage_applet/it/stylesheet-images/caution.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/home.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/important.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/next.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/note.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/prev.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/tip.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/up.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/warning.gif +share/gnome/help/cpumemusage_applet/it/topic.dat +share/gnome/help/cpumemusage_applet/ja/cpumemusage.sgml +share/gnome/help/cpumemusage_applet/ja/cpumemusage_applet.sgml +share/gnome/help/cpumemusage_applet/ja/docbook.css +share/gnome/help/cpumemusage_applet/ja/figures/cpumemusage-applet.png +share/gnome/help/cpumemusage_applet/ja/index.html +share/gnome/help/cpumemusage_applet/ja/ln20.html +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/caution.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/home.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/important.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/next.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/note.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/prev.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/tip.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/up.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/warning.gif +share/gnome/help/cpumemusage_applet/ja/topic.dat +share/gnome/help/diskusage_applet/C/diskusage.sgml +share/gnome/help/diskusage_applet/C/diskusage_applet.sgml +share/gnome/help/diskusage_applet/C/figures/diskusage-applet-prefs.png +share/gnome/help/diskusage_applet/C/figures/diskusage-applet.png share/gnome/help/diskusage_applet/C/index.html share/gnome/help/diskusage_applet/C/ln7.html -share/gnome/help/diskusage_applet/C/stylesheet-images/caution.png -share/gnome/help/diskusage_applet/C/stylesheet-images/important.png -share/gnome/help/diskusage_applet/C/stylesheet-images/note.png -share/gnome/help/diskusage_applet/C/stylesheet-images/tip.png -share/gnome/help/diskusage_applet/C/stylesheet-images/warning.png -share/gnome/help/diskusage_applet/it/diskusage-applet-prefs.png -share/gnome/help/diskusage_applet/it/diskusage-applet.png -share/gnome/help/diskusage_applet/it/docbook.css +share/gnome/help/diskusage_applet/C/stylesheet-images/caution.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/home.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/important.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/next.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/note.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/prev.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/tip.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/up.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/warning.gif +share/gnome/help/diskusage_applet/C/topic.dat +share/gnome/help/diskusage_applet/it/diskusage.sgml +share/gnome/help/diskusage_applet/it/diskusage_applet.sgml +share/gnome/help/diskusage_applet/it/figures/diskusage-applet-prefs.png +share/gnome/help/diskusage_applet/it/figures/diskusage-applet.png share/gnome/help/diskusage_applet/it/index.html share/gnome/help/diskusage_applet/it/ln10.html -share/gnome/help/diskusage_applet/it/stylesheet-images/caution.png -share/gnome/help/diskusage_applet/it/stylesheet-images/important.png -share/gnome/help/diskusage_applet/it/stylesheet-images/note.png -share/gnome/help/diskusage_applet/it/stylesheet-images/tip.png -share/gnome/help/diskusage_applet/it/stylesheet-images/warning.png -share/gnome/help/drivemount_applet/C/docbook.css -share/gnome/help/drivemount_applet/C/drivemount_applet_all.png -share/gnome/help/drivemount_applet/C/drivemount_applet_floppy.png -share/gnome/help/drivemount_applet/C/drivemount_applet_settings.png -share/gnome/help/drivemount_applet/C/drivemount_applet_tooltip.png +share/gnome/help/diskusage_applet/it/stylesheet-images/caution.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/home.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/important.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/next.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/note.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/prev.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/tip.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/up.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/warning.gif +share/gnome/help/diskusage_applet/it/topic.dat +share/gnome/help/diskusage_applet/ja/diskusage.sgml +share/gnome/help/diskusage_applet/ja/diskusage_applet.sgml +share/gnome/help/diskusage_applet/ja/docbook.css +share/gnome/help/diskusage_applet/ja/figures/diskusage-applet-prefs.png +share/gnome/help/diskusage_applet/ja/figures/diskusage-applet.png +share/gnome/help/diskusage_applet/ja/index.html +share/gnome/help/diskusage_applet/ja/ln10.html +share/gnome/help/diskusage_applet/ja/stylesheet-images/caution.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/home.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/important.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/next.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/note.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/prev.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/tip.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/up.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/warning.gif +share/gnome/help/diskusage_applet/ja/topic.dat +share/gnome/help/drivemount_applet/C/drivemount.sgml +share/gnome/help/drivemount_applet/C/drivemount_applet.sgml +share/gnome/help/drivemount_applet/C/figures/drivemount_applet_all.png +share/gnome/help/drivemount_applet/C/figures/drivemount_applet_floppy.png +share/gnome/help/drivemount_applet/C/figures/drivemount_applet_settings.png +share/gnome/help/drivemount_applet/C/figures/drivemount_applet_tooltip.png share/gnome/help/drivemount_applet/C/index.html share/gnome/help/drivemount_applet/C/ln7.html -share/gnome/help/drivemount_applet/C/stylesheet-images/caution.png -share/gnome/help/drivemount_applet/C/stylesheet-images/important.png -share/gnome/help/drivemount_applet/C/stylesheet-images/note.png -share/gnome/help/drivemount_applet/C/stylesheet-images/tip.png -share/gnome/help/drivemount_applet/C/stylesheet-images/warning.png -share/gnome/help/drivemount_applet/it/docbook.css -share/gnome/help/drivemount_applet/it/drivemount_applet_all.png -share/gnome/help/drivemount_applet/it/drivemount_applet_floppy.png -share/gnome/help/drivemount_applet/it/drivemount_applet_settings.png -share/gnome/help/drivemount_applet/it/drivemount_applet_tooltip.png +share/gnome/help/drivemount_applet/C/stylesheet-images/caution.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/home.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/important.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/next.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/note.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/prev.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/tip.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/up.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/warning.gif +share/gnome/help/drivemount_applet/C/topic.dat +share/gnome/help/drivemount_applet/it/drivemount.sgml +share/gnome/help/drivemount_applet/it/drivemount_applet.sgml +share/gnome/help/drivemount_applet/it/figures/drivemount_applet_all.png +share/gnome/help/drivemount_applet/it/figures/drivemount_applet_floppy.png +share/gnome/help/drivemount_applet/it/figures/drivemount_applet_settings.png +share/gnome/help/drivemount_applet/it/figures/drivemount_applet_tooltip.png share/gnome/help/drivemount_applet/it/index.html share/gnome/help/drivemount_applet/it/ln10.html -share/gnome/help/drivemount_applet/it/stylesheet-images/caution.png -share/gnome/help/drivemount_applet/it/stylesheet-images/important.png -share/gnome/help/drivemount_applet/it/stylesheet-images/note.png -share/gnome/help/drivemount_applet/it/stylesheet-images/tip.png -share/gnome/help/drivemount_applet/it/stylesheet-images/warning.png -share/gnome/help/fifteen_applet/C/docbook.css -share/gnome/help/fifteen_applet/C/fifteen_applet.png +share/gnome/help/drivemount_applet/it/stylesheet-images/caution.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/home.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/important.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/next.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/note.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/prev.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/tip.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/up.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/warning.gif +share/gnome/help/drivemount_applet/it/topic.dat +share/gnome/help/drivemount_applet/ja/docbook.css +share/gnome/help/drivemount_applet/ja/drivemount.sgml +share/gnome/help/drivemount_applet/ja/drivemount_applet.sgml +share/gnome/help/drivemount_applet/ja/figures/drivemount_applet_all.png +share/gnome/help/drivemount_applet/ja/figures/drivemount_applet_floppy.png +share/gnome/help/drivemount_applet/ja/figures/drivemount_applet_settings.png +share/gnome/help/drivemount_applet/ja/figures/drivemount_applet_tooltip.png +share/gnome/help/drivemount_applet/ja/index.html +share/gnome/help/drivemount_applet/ja/ln10.html +share/gnome/help/drivemount_applet/ja/stylesheet-images/caution.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/home.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/important.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/next.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/note.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/prev.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/tip.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/up.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/warning.gif +share/gnome/help/drivemount_applet/ja/topic.dat +share/gnome/help/fifteen_applet/C/fifteen.sgml +share/gnome/help/fifteen_applet/C/fifteen_applet.sgml +share/gnome/help/fifteen_applet/C/figures/fifteen_applet.png share/gnome/help/fifteen_applet/C/index.html share/gnome/help/fifteen_applet/C/ln7.html -share/gnome/help/fifteen_applet/C/stylesheet-images/caution.png -share/gnome/help/fifteen_applet/C/stylesheet-images/important.png -share/gnome/help/fifteen_applet/C/stylesheet-images/note.png -share/gnome/help/fifteen_applet/C/stylesheet-images/tip.png -share/gnome/help/fifteen_applet/C/stylesheet-images/warning.png -share/gnome/help/fifteen_applet/it/docbook.css -share/gnome/help/fifteen_applet/it/fifteen_applet.png +share/gnome/help/fifteen_applet/C/stylesheet-images/caution.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/home.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/important.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/next.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/note.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/prev.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/tip.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/up.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/warning.gif +share/gnome/help/fifteen_applet/C/topic.dat +share/gnome/help/fifteen_applet/it/fifteen.sgml +share/gnome/help/fifteen_applet/it/fifteen_applet.sgml +share/gnome/help/fifteen_applet/it/figures/fifteen_applet.png share/gnome/help/fifteen_applet/it/index.html share/gnome/help/fifteen_applet/it/ln10.html -share/gnome/help/fifteen_applet/it/stylesheet-images/caution.png -share/gnome/help/fifteen_applet/it/stylesheet-images/important.png -share/gnome/help/fifteen_applet/it/stylesheet-images/note.png -share/gnome/help/fifteen_applet/it/stylesheet-images/tip.png -share/gnome/help/fifteen_applet/it/stylesheet-images/warning.png -share/gnome/help/geyes_applet/C/docbook.css -share/gnome/help/geyes_applet/C/geyes_applet.png -share/gnome/help/geyes_applet/C/geyes_settings.png +share/gnome/help/fifteen_applet/it/stylesheet-images/caution.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/home.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/important.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/next.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/note.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/prev.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/tip.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/up.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/warning.gif +share/gnome/help/fifteen_applet/it/topic.dat +share/gnome/help/geyes_applet/C/figures/geyes_applet.png +share/gnome/help/geyes_applet/C/figures/geyes_settings.png +share/gnome/help/geyes_applet/C/geyes.sgml +share/gnome/help/geyes_applet/C/geyes_applet.sgml share/gnome/help/geyes_applet/C/index.html share/gnome/help/geyes_applet/C/ln7.html -share/gnome/help/geyes_applet/C/stylesheet-images/caution.png -share/gnome/help/geyes_applet/C/stylesheet-images/important.png -share/gnome/help/geyes_applet/C/stylesheet-images/note.png -share/gnome/help/geyes_applet/C/stylesheet-images/tip.png -share/gnome/help/geyes_applet/C/stylesheet-images/warning.png -share/gnome/help/geyes_applet/it/docbook.css -share/gnome/help/geyes_applet/it/geyes_applet.png +share/gnome/help/geyes_applet/C/stylesheet-images/caution.gif +share/gnome/help/geyes_applet/C/stylesheet-images/home.gif +share/gnome/help/geyes_applet/C/stylesheet-images/important.gif +share/gnome/help/geyes_applet/C/stylesheet-images/next.gif +share/gnome/help/geyes_applet/C/stylesheet-images/note.gif +share/gnome/help/geyes_applet/C/stylesheet-images/prev.gif +share/gnome/help/geyes_applet/C/stylesheet-images/tip.gif +share/gnome/help/geyes_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/geyes_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/geyes_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/geyes_applet/C/stylesheet-images/up.gif +share/gnome/help/geyes_applet/C/stylesheet-images/warning.gif +share/gnome/help/geyes_applet/C/topic.dat +share/gnome/help/geyes_applet/it/figures/geyes_applet.png +share/gnome/help/geyes_applet/it/geyes.sgml +share/gnome/help/geyes_applet/it/geyes_applet.sgml share/gnome/help/geyes_applet/it/index.html share/gnome/help/geyes_applet/it/ln10.html -share/gnome/help/geyes_applet/it/stylesheet-images/caution.png -share/gnome/help/geyes_applet/it/stylesheet-images/important.png -share/gnome/help/geyes_applet/it/stylesheet-images/note.png -share/gnome/help/geyes_applet/it/stylesheet-images/tip.png -share/gnome/help/geyes_applet/it/stylesheet-images/warning.png -share/gnome/help/gkb_applet/C/docbook.css -share/gnome/help/gkb_applet/C/gkb_applet.png -share/gnome/help/gkb_applet/C/gkb_applet_settings.png +share/gnome/help/geyes_applet/it/stylesheet-images/caution.gif +share/gnome/help/geyes_applet/it/stylesheet-images/home.gif +share/gnome/help/geyes_applet/it/stylesheet-images/important.gif +share/gnome/help/geyes_applet/it/stylesheet-images/next.gif +share/gnome/help/geyes_applet/it/stylesheet-images/note.gif +share/gnome/help/geyes_applet/it/stylesheet-images/prev.gif +share/gnome/help/geyes_applet/it/stylesheet-images/tip.gif +share/gnome/help/geyes_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/geyes_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/geyes_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/geyes_applet/it/stylesheet-images/up.gif +share/gnome/help/geyes_applet/it/stylesheet-images/warning.gif +share/gnome/help/geyes_applet/it/topic.dat +share/gnome/help/gkb_applet/C/figures/gkb_add_list.png +share/gnome/help/gkb_applet/C/figures/gkb_applet.png +share/gnome/help/gkb_applet/C/figures/gkb_applet_settings.png +share/gnome/help/gkb_applet/C/figures/gkb_applet_settings2.png +share/gnome/help/gkb_applet/C/figures/gkb_edit_keymap.png +share/gnome/help/gkb_applet/C/gkb.sgml +share/gnome/help/gkb_applet/C/gkb_applet.sgml share/gnome/help/gkb_applet/C/index.html share/gnome/help/gkb_applet/C/ln7.html -share/gnome/help/gkb_applet/C/stylesheet-images/caution.png -share/gnome/help/gkb_applet/C/stylesheet-images/important.png -share/gnome/help/gkb_applet/C/stylesheet-images/note.png -share/gnome/help/gkb_applet/C/stylesheet-images/tip.png -share/gnome/help/gkb_applet/C/stylesheet-images/warning.png -share/gnome/help/gkb_applet/hu/docbook.css -share/gnome/help/gkb_applet/hu/gkb_applet.png -share/gnome/help/gkb_applet/hu/gkb_applet_settings.png +share/gnome/help/gkb_applet/C/stylesheet-images/caution.gif +share/gnome/help/gkb_applet/C/stylesheet-images/home.gif +share/gnome/help/gkb_applet/C/stylesheet-images/important.gif +share/gnome/help/gkb_applet/C/stylesheet-images/next.gif +share/gnome/help/gkb_applet/C/stylesheet-images/note.gif +share/gnome/help/gkb_applet/C/stylesheet-images/prev.gif +share/gnome/help/gkb_applet/C/stylesheet-images/tip.gif +share/gnome/help/gkb_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/gkb_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/gkb_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/gkb_applet/C/stylesheet-images/up.gif +share/gnome/help/gkb_applet/C/stylesheet-images/warning.gif +share/gnome/help/gkb_applet/C/topic.dat +share/gnome/help/gkb_applet/hu/figures/gkb_applet.png +share/gnome/help/gkb_applet/hu/figures/gkb_applet_settings.png +share/gnome/help/gkb_applet/hu/gkb.sgml +share/gnome/help/gkb_applet/hu/gkb_applet.sgml share/gnome/help/gkb_applet/hu/index.html share/gnome/help/gkb_applet/hu/ln10.html -share/gnome/help/gkb_applet/hu/stylesheet-images/caution.png -share/gnome/help/gkb_applet/hu/stylesheet-images/important.png -share/gnome/help/gkb_applet/hu/stylesheet-images/note.png -share/gnome/help/gkb_applet/hu/stylesheet-images/tip.png -share/gnome/help/gkb_applet/hu/stylesheet-images/warning.png -share/gnome/help/gkb_applet/it/docbook.css +share/gnome/help/gkb_applet/hu/stylesheet-images/caution.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/home.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/important.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/next.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/note.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/prev.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/tip.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/toc-blank.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/toc-minus.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/toc-plus.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/up.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/warning.gif +share/gnome/help/gkb_applet/hu/topic.dat share/gnome/help/gkb_applet/it/gkb_applet.png +share/gnome/help/gkb_applet/it/gkb_applet.sgml share/gnome/help/gkb_applet/it/gkb_applet_settings.png share/gnome/help/gkb_applet/it/index.html share/gnome/help/gkb_applet/it/ln10.html +share/gnome/help/gkb_applet/it/stylesheet-images/caution.gif share/gnome/help/gkb_applet/it/stylesheet-images/caution.png +share/gnome/help/gkb_applet/it/stylesheet-images/home.gif +share/gnome/help/gkb_applet/it/stylesheet-images/important.gif share/gnome/help/gkb_applet/it/stylesheet-images/important.png +share/gnome/help/gkb_applet/it/stylesheet-images/next.gif +share/gnome/help/gkb_applet/it/stylesheet-images/note.gif share/gnome/help/gkb_applet/it/stylesheet-images/note.png +share/gnome/help/gkb_applet/it/stylesheet-images/prev.gif +share/gnome/help/gkb_applet/it/stylesheet-images/tip.gif share/gnome/help/gkb_applet/it/stylesheet-images/tip.png +share/gnome/help/gkb_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/gkb_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/gkb_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/gkb_applet/it/stylesheet-images/up.gif +share/gnome/help/gkb_applet/it/stylesheet-images/warning.gif share/gnome/help/gkb_applet/it/stylesheet-images/warning.png -share/gnome/help/gnotes_applet/C/docbook.css -share/gnome/help/gnotes_applet/C/gnotes-fig.png -share/gnome/help/gnotes_applet/C/gnotes-properties.png +share/gnome/help/gkb_applet/it/topic.dat +share/gnome/help/gnotes_applet/C/figures/gnotes-fig.png +share/gnome/help/gnotes_applet/C/figures/gnotes-properties.png +share/gnome/help/gnotes_applet/C/gnotes.sgml +share/gnome/help/gnotes_applet/C/gnotes_applet.sgml share/gnome/help/gnotes_applet/C/index.html share/gnome/help/gnotes_applet/C/ln7.html -share/gnome/help/gnotes_applet/C/stylesheet-images/caution.png -share/gnome/help/gnotes_applet/C/stylesheet-images/important.png -share/gnome/help/gnotes_applet/C/stylesheet-images/note.png -share/gnome/help/gnotes_applet/C/stylesheet-images/tip.png -share/gnome/help/gnotes_applet/C/stylesheet-images/warning.png -share/gnome/help/gnotes_applet/it/docbook.css -share/gnome/help/gnotes_applet/it/gnotes-fig.png -share/gnome/help/gnotes_applet/it/gnotes-properties.png +share/gnome/help/gnotes_applet/C/stylesheet-images/caution.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/home.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/important.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/next.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/note.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/prev.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/tip.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/up.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/warning.gif +share/gnome/help/gnotes_applet/C/topic.dat +share/gnome/help/gnotes_applet/it/figures/gnotes-fig.png +share/gnome/help/gnotes_applet/it/figures/gnotes-properties.png +share/gnome/help/gnotes_applet/it/gnotes.sgml +share/gnome/help/gnotes_applet/it/gnotes_applet.sgml share/gnome/help/gnotes_applet/it/index.html share/gnome/help/gnotes_applet/it/ln11.html -share/gnome/help/gnotes_applet/it/stylesheet-images/caution.png -share/gnome/help/gnotes_applet/it/stylesheet-images/important.png -share/gnome/help/gnotes_applet/it/stylesheet-images/note.png -share/gnome/help/gnotes_applet/it/stylesheet-images/tip.png -share/gnome/help/gnotes_applet/it/stylesheet-images/warning.png -share/gnome/help/gweather_applet/C/docbook.css -share/gnome/help/gweather_applet/C/gweather_applet.png -share/gnome/help/gweather_applet/C/gweather_settings.png -share/gnome/help/gweather_applet/C/gweather_weather.png +share/gnome/help/gnotes_applet/it/stylesheet-images/caution.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/home.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/important.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/next.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/note.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/prev.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/tip.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/up.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/warning.gif +share/gnome/help/gnotes_applet/it/topic.dat +share/gnome/help/gweather_applet/C/figures/gweather_applet.png +share/gnome/help/gweather_applet/C/figures/gweather_settings.png +share/gnome/help/gweather_applet/C/figures/gweather_weather.png +share/gnome/help/gweather_applet/C/gweather.sgml +share/gnome/help/gweather_applet/C/gweather_applet.sgml share/gnome/help/gweather_applet/C/index.html share/gnome/help/gweather_applet/C/ln7.html -share/gnome/help/gweather_applet/C/stylesheet-images/caution.png -share/gnome/help/gweather_applet/C/stylesheet-images/important.png -share/gnome/help/gweather_applet/C/stylesheet-images/note.png -share/gnome/help/gweather_applet/C/stylesheet-images/tip.png -share/gnome/help/gweather_applet/C/stylesheet-images/warning.png -share/gnome/help/gweather_applet/it/docbook.css -share/gnome/help/gweather_applet/it/gweather_applet.png -share/gnome/help/gweather_applet/it/gweather_settings.png -share/gnome/help/gweather_applet/it/gweather_weather.png +share/gnome/help/gweather_applet/C/stylesheet-images/caution.gif +share/gnome/help/gweather_applet/C/stylesheet-images/home.gif +share/gnome/help/gweather_applet/C/stylesheet-images/important.gif +share/gnome/help/gweather_applet/C/stylesheet-images/next.gif +share/gnome/help/gweather_applet/C/stylesheet-images/note.gif +share/gnome/help/gweather_applet/C/stylesheet-images/prev.gif +share/gnome/help/gweather_applet/C/stylesheet-images/tip.gif +share/gnome/help/gweather_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/gweather_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/gweather_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/gweather_applet/C/stylesheet-images/up.gif +share/gnome/help/gweather_applet/C/stylesheet-images/warning.gif +share/gnome/help/gweather_applet/C/topic.dat +share/gnome/help/gweather_applet/it/figures/gweather_applet.png +share/gnome/help/gweather_applet/it/figures/gweather_settings.png +share/gnome/help/gweather_applet/it/figures/gweather_weather.png +share/gnome/help/gweather_applet/it/gweather.sgml +share/gnome/help/gweather_applet/it/gweather_applet.sgml share/gnome/help/gweather_applet/it/index.html share/gnome/help/gweather_applet/it/ln10.html -share/gnome/help/gweather_applet/it/stylesheet-images/caution.png -share/gnome/help/gweather_applet/it/stylesheet-images/important.png -share/gnome/help/gweather_applet/it/stylesheet-images/note.png -share/gnome/help/gweather_applet/it/stylesheet-images/tip.png -share/gnome/help/gweather_applet/it/stylesheet-images/warning.png -share/gnome/help/jbc_applet/C/docbook.css +share/gnome/help/gweather_applet/it/stylesheet-images/caution.gif +share/gnome/help/gweather_applet/it/stylesheet-images/home.gif +share/gnome/help/gweather_applet/it/stylesheet-images/important.gif +share/gnome/help/gweather_applet/it/stylesheet-images/next.gif +share/gnome/help/gweather_applet/it/stylesheet-images/note.gif +share/gnome/help/gweather_applet/it/stylesheet-images/prev.gif +share/gnome/help/gweather_applet/it/stylesheet-images/tip.gif +share/gnome/help/gweather_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/gweather_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/gweather_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/gweather_applet/it/stylesheet-images/up.gif +share/gnome/help/gweather_applet/it/stylesheet-images/warning.gif +share/gnome/help/gweather_applet/it/topic.dat +share/gnome/help/jbc_applet/C/figures/jbc_applet.png share/gnome/help/jbc_applet/C/index.html -share/gnome/help/jbc_applet/C/jbc_applet.png +share/gnome/help/jbc_applet/C/jbc.sgml +share/gnome/help/jbc_applet/C/jbc_applet.sgml share/gnome/help/jbc_applet/C/ln7.html -share/gnome/help/jbc_applet/C/stylesheet-images/caution.png -share/gnome/help/jbc_applet/C/stylesheet-images/important.png -share/gnome/help/jbc_applet/C/stylesheet-images/note.png -share/gnome/help/jbc_applet/C/stylesheet-images/tip.png -share/gnome/help/jbc_applet/C/stylesheet-images/warning.png -share/gnome/help/jbc_applet/it/docbook.css +share/gnome/help/jbc_applet/C/stylesheet-images/caution.gif +share/gnome/help/jbc_applet/C/stylesheet-images/home.gif +share/gnome/help/jbc_applet/C/stylesheet-images/important.gif +share/gnome/help/jbc_applet/C/stylesheet-images/next.gif +share/gnome/help/jbc_applet/C/stylesheet-images/note.gif +share/gnome/help/jbc_applet/C/stylesheet-images/prev.gif +share/gnome/help/jbc_applet/C/stylesheet-images/tip.gif +share/gnome/help/jbc_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/jbc_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/jbc_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/jbc_applet/C/stylesheet-images/up.gif +share/gnome/help/jbc_applet/C/stylesheet-images/warning.gif +share/gnome/help/jbc_applet/C/topic.dat +share/gnome/help/jbc_applet/it/figures/jbc_applet.png share/gnome/help/jbc_applet/it/index.html -share/gnome/help/jbc_applet/it/jbc_applet.png +share/gnome/help/jbc_applet/it/jbc.sgml +share/gnome/help/jbc_applet/it/jbc_applet.sgml share/gnome/help/jbc_applet/it/ln10.html -share/gnome/help/jbc_applet/it/stylesheet-images/caution.png -share/gnome/help/jbc_applet/it/stylesheet-images/important.png -share/gnome/help/jbc_applet/it/stylesheet-images/note.png -share/gnome/help/jbc_applet/it/stylesheet-images/tip.png -share/gnome/help/jbc_applet/it/stylesheet-images/warning.png -share/gnome/help/life_applet/C/docbook.css +share/gnome/help/jbc_applet/it/stylesheet-images/caution.gif +share/gnome/help/jbc_applet/it/stylesheet-images/home.gif +share/gnome/help/jbc_applet/it/stylesheet-images/important.gif +share/gnome/help/jbc_applet/it/stylesheet-images/next.gif +share/gnome/help/jbc_applet/it/stylesheet-images/note.gif +share/gnome/help/jbc_applet/it/stylesheet-images/prev.gif +share/gnome/help/jbc_applet/it/stylesheet-images/tip.gif +share/gnome/help/jbc_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/jbc_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/jbc_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/jbc_applet/it/stylesheet-images/up.gif +share/gnome/help/jbc_applet/it/stylesheet-images/warning.gif +share/gnome/help/jbc_applet/it/topic.dat +share/gnome/help/life_applet/C/figures/life-applet.png share/gnome/help/life_applet/C/index.html -share/gnome/help/life_applet/C/life-applet.png +share/gnome/help/life_applet/C/life.sgml +share/gnome/help/life_applet/C/life_applet.sgml share/gnome/help/life_applet/C/ln7.html -share/gnome/help/life_applet/C/stylesheet-images/caution.png -share/gnome/help/life_applet/C/stylesheet-images/important.png -share/gnome/help/life_applet/C/stylesheet-images/note.png -share/gnome/help/life_applet/C/stylesheet-images/tip.png -share/gnome/help/life_applet/C/stylesheet-images/warning.png -share/gnome/help/life_applet/it/docbook.css +share/gnome/help/life_applet/C/stylesheet-images/caution.gif +share/gnome/help/life_applet/C/stylesheet-images/home.gif +share/gnome/help/life_applet/C/stylesheet-images/important.gif +share/gnome/help/life_applet/C/stylesheet-images/next.gif +share/gnome/help/life_applet/C/stylesheet-images/note.gif +share/gnome/help/life_applet/C/stylesheet-images/prev.gif +share/gnome/help/life_applet/C/stylesheet-images/tip.gif +share/gnome/help/life_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/life_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/life_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/life_applet/C/stylesheet-images/up.gif +share/gnome/help/life_applet/C/stylesheet-images/warning.gif +share/gnome/help/life_applet/C/topic.dat +share/gnome/help/life_applet/it/figures/life-applet.png share/gnome/help/life_applet/it/index.html -share/gnome/help/life_applet/it/life-applet.png +share/gnome/help/life_applet/it/life.sgml +share/gnome/help/life_applet/it/life_applet.sgml share/gnome/help/life_applet/it/ln7.html -share/gnome/help/life_applet/it/stylesheet-images/caution.png -share/gnome/help/life_applet/it/stylesheet-images/important.png -share/gnome/help/life_applet/it/stylesheet-images/note.png -share/gnome/help/life_applet/it/stylesheet-images/tip.png -share/gnome/help/life_applet/it/stylesheet-images/warning.png -share/gnome/help/loadavg_applet/C/docbook.css +share/gnome/help/life_applet/it/stylesheet-images/caution.gif +share/gnome/help/life_applet/it/stylesheet-images/home.gif +share/gnome/help/life_applet/it/stylesheet-images/important.gif +share/gnome/help/life_applet/it/stylesheet-images/next.gif +share/gnome/help/life_applet/it/stylesheet-images/note.gif +share/gnome/help/life_applet/it/stylesheet-images/prev.gif +share/gnome/help/life_applet/it/stylesheet-images/tip.gif +share/gnome/help/life_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/life_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/life_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/life_applet/it/stylesheet-images/up.gif +share/gnome/help/life_applet/it/stylesheet-images/warning.gif +share/gnome/help/life_applet/it/topic.dat +share/gnome/help/loadavg_applet/C/figures/loadavg-applet-default.png +share/gnome/help/loadavg_applet/C/figures/loadavg-applet-greyed.png +share/gnome/help/loadavg_applet/C/figures/loadavg-applet-properties.png +share/gnome/help/loadavg_applet/C/figures/loadavg-applet.png share/gnome/help/loadavg_applet/C/index.html share/gnome/help/loadavg_applet/C/ln7.html -share/gnome/help/loadavg_applet/C/loadavg-applet-default.png -share/gnome/help/loadavg_applet/C/loadavg-applet-greyed.png -share/gnome/help/loadavg_applet/C/loadavg-applet-properties.png -share/gnome/help/loadavg_applet/C/loadavg-applet.png -share/gnome/help/loadavg_applet/C/stylesheet-images/caution.png -share/gnome/help/loadavg_applet/C/stylesheet-images/important.png -share/gnome/help/loadavg_applet/C/stylesheet-images/note.png -share/gnome/help/loadavg_applet/C/stylesheet-images/tip.png -share/gnome/help/loadavg_applet/C/stylesheet-images/warning.png -share/gnome/help/loadavg_applet/it/docbook.css +share/gnome/help/loadavg_applet/C/loadavg.sgml +share/gnome/help/loadavg_applet/C/loadavg_applet.sgml +share/gnome/help/loadavg_applet/C/stylesheet-images/caution.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/home.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/important.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/next.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/note.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/prev.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/tip.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/up.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/warning.gif +share/gnome/help/loadavg_applet/C/topic.dat +share/gnome/help/loadavg_applet/it/figures/loadavg-applet-default.png +share/gnome/help/loadavg_applet/it/figures/loadavg-applet-greyed.png +share/gnome/help/loadavg_applet/it/figures/loadavg-applet-properties.png +share/gnome/help/loadavg_applet/it/figures/loadavg-applet.png share/gnome/help/loadavg_applet/it/index.html share/gnome/help/loadavg_applet/it/ln10.html -share/gnome/help/loadavg_applet/it/loadavg-applet-default.png -share/gnome/help/loadavg_applet/it/loadavg-applet-greyed.png -share/gnome/help/loadavg_applet/it/loadavg-applet-properties.png -share/gnome/help/loadavg_applet/it/loadavg-applet.png -share/gnome/help/loadavg_applet/it/stylesheet-images/caution.png -share/gnome/help/loadavg_applet/it/stylesheet-images/important.png -share/gnome/help/loadavg_applet/it/stylesheet-images/note.png -share/gnome/help/loadavg_applet/it/stylesheet-images/tip.png -share/gnome/help/loadavg_applet/it/stylesheet-images/warning.png +share/gnome/help/loadavg_applet/it/loadavg.sgml +share/gnome/help/loadavg_applet/it/loadavg_applet.sgml +share/gnome/help/loadavg_applet/it/stylesheet-images/caution.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/home.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/important.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/next.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/note.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/prev.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/tip.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/up.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/warning.gif +share/gnome/help/loadavg_applet/it/topic.dat share/gnome/help/memload_applet/C/docbook.css +share/gnome/help/memload_applet/C/figures/memload-applet-default.png +share/gnome/help/memload_applet/C/figures/memload-applet-greyed.png +share/gnome/help/memload_applet/C/figures/memload-applet-properties.png +share/gnome/help/memload_applet/C/figures/memload-applet.png share/gnome/help/memload_applet/C/index.html share/gnome/help/memload_applet/C/ln7.html -share/gnome/help/memload_applet/C/memload-applet-default.png -share/gnome/help/memload_applet/C/memload-applet-greyed.png -share/gnome/help/memload_applet/C/memload-applet-properties.png -share/gnome/help/memload_applet/C/memload-applet.png -share/gnome/help/memload_applet/C/stylesheet-images/caution.png -share/gnome/help/memload_applet/C/stylesheet-images/important.png -share/gnome/help/memload_applet/C/stylesheet-images/note.png -share/gnome/help/memload_applet/C/stylesheet-images/tip.png -share/gnome/help/memload_applet/C/stylesheet-images/warning.png -share/gnome/help/memload_applet/it/docbook.css +share/gnome/help/memload_applet/C/memload.sgml +share/gnome/help/memload_applet/C/memload_applet.sgml +share/gnome/help/memload_applet/C/stylesheet-images/caution.gif +share/gnome/help/memload_applet/C/stylesheet-images/home.gif +share/gnome/help/memload_applet/C/stylesheet-images/important.gif +share/gnome/help/memload_applet/C/stylesheet-images/next.gif +share/gnome/help/memload_applet/C/stylesheet-images/note.gif +share/gnome/help/memload_applet/C/stylesheet-images/prev.gif +share/gnome/help/memload_applet/C/stylesheet-images/tip.gif +share/gnome/help/memload_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/memload_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/memload_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/memload_applet/C/stylesheet-images/up.gif +share/gnome/help/memload_applet/C/stylesheet-images/warning.gif +share/gnome/help/memload_applet/C/topic.dat +share/gnome/help/memload_applet/it/figures/memload-applet-default.png +share/gnome/help/memload_applet/it/figures/memload-applet-greyed.png +share/gnome/help/memload_applet/it/figures/memload-applet-properties.png +share/gnome/help/memload_applet/it/figures/memload-applet.png share/gnome/help/memload_applet/it/index.html share/gnome/help/memload_applet/it/ln10.html -share/gnome/help/memload_applet/it/memload-applet-default.png -share/gnome/help/memload_applet/it/memload-applet-greyed.png -share/gnome/help/memload_applet/it/memload-applet-properties.png -share/gnome/help/memload_applet/it/memload-applet.png -share/gnome/help/memload_applet/it/stylesheet-images/caution.png -share/gnome/help/memload_applet/it/stylesheet-images/important.png -share/gnome/help/memload_applet/it/stylesheet-images/note.png -share/gnome/help/memload_applet/it/stylesheet-images/tip.png -share/gnome/help/memload_applet/it/stylesheet-images/warning.png -share/gnome/help/mini-commander_applet/C/docbook.css +share/gnome/help/memload_applet/it/memload.sgml +share/gnome/help/memload_applet/it/memload_applet.sgml +share/gnome/help/memload_applet/it/stylesheet-images/caution.gif +share/gnome/help/memload_applet/it/stylesheet-images/home.gif +share/gnome/help/memload_applet/it/stylesheet-images/important.gif +share/gnome/help/memload_applet/it/stylesheet-images/next.gif +share/gnome/help/memload_applet/it/stylesheet-images/note.gif +share/gnome/help/memload_applet/it/stylesheet-images/prev.gif +share/gnome/help/memload_applet/it/stylesheet-images/tip.gif +share/gnome/help/memload_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/memload_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/memload_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/memload_applet/it/stylesheet-images/up.gif +share/gnome/help/memload_applet/it/stylesheet-images/warning.gif +share/gnome/help/memload_applet/it/topic.dat +share/gnome/help/mini-commander_applet/C/figures/mini-commander_applet.png +share/gnome/help/mini-commander_applet/C/figures/mini-commander_settings_general.png share/gnome/help/mini-commander_applet/C/index.html share/gnome/help/mini-commander_applet/C/ln7.html -share/gnome/help/mini-commander_applet/C/mini-commander_applet.png -share/gnome/help/mini-commander_applet/C/mini-commander_settings_general.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/caution.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/important.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/note.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/tip.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/warning.png -share/gnome/help/mini-commander_applet/it/docbook.css +share/gnome/help/mini-commander_applet/C/mini-commander.sgml +share/gnome/help/mini-commander_applet/C/mini-commander_applet.sgml +share/gnome/help/mini-commander_applet/C/stylesheet-images/caution.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/home.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/important.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/next.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/note.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/prev.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/tip.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/up.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/warning.gif +share/gnome/help/mini-commander_applet/C/topic.dat +share/gnome/help/mini-commander_applet/it/figures/mini-commander_applet.png +share/gnome/help/mini-commander_applet/it/figures/mini-commander_settings_general.png share/gnome/help/mini-commander_applet/it/index.html share/gnome/help/mini-commander_applet/it/ln10.html -share/gnome/help/mini-commander_applet/it/mini-commander_applet.png -share/gnome/help/mini-commander_applet/it/mini-commander_settings_general.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/caution.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/important.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/note.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/tip.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/warning.png -share/gnome/help/mixer_applet/C/docbook.css +share/gnome/help/mini-commander_applet/it/mini-commander.sgml +share/gnome/help/mini-commander_applet/it/mini-commander_applet.sgml +share/gnome/help/mini-commander_applet/it/stylesheet-images/caution.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/home.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/important.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/next.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/note.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/prev.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/tip.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/up.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/warning.gif +share/gnome/help/mini-commander_applet/it/topic.dat +share/gnome/help/mixer_applet/C/figures/mixer_applet.png share/gnome/help/mixer_applet/C/index.html share/gnome/help/mixer_applet/C/ln7.html -share/gnome/help/mixer_applet/C/mixer_applet.png -share/gnome/help/mixer_applet/C/stylesheet-images/caution.png -share/gnome/help/mixer_applet/C/stylesheet-images/important.png -share/gnome/help/mixer_applet/C/stylesheet-images/note.png -share/gnome/help/mixer_applet/C/stylesheet-images/tip.png -share/gnome/help/mixer_applet/C/stylesheet-images/warning.png -share/gnome/help/mixer_applet/it/docbook.css +share/gnome/help/mixer_applet/C/mixer.sgml +share/gnome/help/mixer_applet/C/mixer_applet.sgml +share/gnome/help/mixer_applet/C/stylesheet-images/caution.gif +share/gnome/help/mixer_applet/C/stylesheet-images/home.gif +share/gnome/help/mixer_applet/C/stylesheet-images/important.gif +share/gnome/help/mixer_applet/C/stylesheet-images/next.gif +share/gnome/help/mixer_applet/C/stylesheet-images/note.gif +share/gnome/help/mixer_applet/C/stylesheet-images/prev.gif +share/gnome/help/mixer_applet/C/stylesheet-images/tip.gif +share/gnome/help/mixer_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/mixer_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/mixer_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/mixer_applet/C/stylesheet-images/up.gif +share/gnome/help/mixer_applet/C/stylesheet-images/warning.gif +share/gnome/help/mixer_applet/C/topic.dat +share/gnome/help/mixer_applet/es/docbook.css +share/gnome/help/mixer_applet/es/index.html +share/gnome/help/mixer_applet/es/ln10.html +share/gnome/help/mixer_applet/es/mixer.sgml +share/gnome/help/mixer_applet/es/mixer_applet.png +share/gnome/help/mixer_applet/es/mixer_applet.sgml +share/gnome/help/mixer_applet/es/stylesheet-images/caution.gif +share/gnome/help/mixer_applet/es/stylesheet-images/caution.png +share/gnome/help/mixer_applet/es/stylesheet-images/home.gif +share/gnome/help/mixer_applet/es/stylesheet-images/important.gif +share/gnome/help/mixer_applet/es/stylesheet-images/important.png +share/gnome/help/mixer_applet/es/stylesheet-images/next.gif +share/gnome/help/mixer_applet/es/stylesheet-images/note.gif +share/gnome/help/mixer_applet/es/stylesheet-images/note.png +share/gnome/help/mixer_applet/es/stylesheet-images/prev.gif +share/gnome/help/mixer_applet/es/stylesheet-images/tip.gif +share/gnome/help/mixer_applet/es/stylesheet-images/tip.png +share/gnome/help/mixer_applet/es/stylesheet-images/toc-blank.gif +share/gnome/help/mixer_applet/es/stylesheet-images/toc-minus.gif +share/gnome/help/mixer_applet/es/stylesheet-images/toc-plus.gif +share/gnome/help/mixer_applet/es/stylesheet-images/up.gif +share/gnome/help/mixer_applet/es/stylesheet-images/warning.gif +share/gnome/help/mixer_applet/es/stylesheet-images/warning.png +share/gnome/help/mixer_applet/es/topic.dat share/gnome/help/mixer_applet/it/index.html share/gnome/help/mixer_applet/it/ln10.html +share/gnome/help/mixer_applet/it/mixer.sgml share/gnome/help/mixer_applet/it/mixer_applet.png +share/gnome/help/mixer_applet/it/mixer_applet.sgml +share/gnome/help/mixer_applet/it/stylesheet-images/caution.gif share/gnome/help/mixer_applet/it/stylesheet-images/caution.png +share/gnome/help/mixer_applet/it/stylesheet-images/home.gif +share/gnome/help/mixer_applet/it/stylesheet-images/important.gif share/gnome/help/mixer_applet/it/stylesheet-images/important.png +share/gnome/help/mixer_applet/it/stylesheet-images/next.gif +share/gnome/help/mixer_applet/it/stylesheet-images/note.gif share/gnome/help/mixer_applet/it/stylesheet-images/note.png +share/gnome/help/mixer_applet/it/stylesheet-images/prev.gif +share/gnome/help/mixer_applet/it/stylesheet-images/tip.gif share/gnome/help/mixer_applet/it/stylesheet-images/tip.png +share/gnome/help/mixer_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/mixer_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/mixer_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/mixer_applet/it/stylesheet-images/up.gif +share/gnome/help/mixer_applet/it/stylesheet-images/warning.gif share/gnome/help/mixer_applet/it/stylesheet-images/warning.png -share/gnome/help/modemlights_applet/C/docbook.css +share/gnome/help/mixer_applet/it/topic.dat +share/gnome/help/modemlights_applet/C/figures/modemlights-advpref.png +share/gnome/help/modemlights_applet/C/figures/modemlights-prefs.png +share/gnome/help/modemlights_applet/C/figures/modemlights.png share/gnome/help/modemlights_applet/C/index.html share/gnome/help/modemlights_applet/C/ln7.html -share/gnome/help/modemlights_applet/C/modemlights-advpref.png -share/gnome/help/modemlights_applet/C/modemlights-prefs.png -share/gnome/help/modemlights_applet/C/modemlights.png -share/gnome/help/modemlights_applet/C/stylesheet-images/caution.png -share/gnome/help/modemlights_applet/C/stylesheet-images/important.png -share/gnome/help/modemlights_applet/C/stylesheet-images/note.png -share/gnome/help/modemlights_applet/C/stylesheet-images/tip.png -share/gnome/help/modemlights_applet/C/stylesheet-images/warning.png -share/gnome/help/modemlights_applet/it/docbook.css +share/gnome/help/modemlights_applet/C/modemlights.sgml +share/gnome/help/modemlights_applet/C/modemlights_applet.sgml +share/gnome/help/modemlights_applet/C/stylesheet-images/caution.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/home.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/important.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/next.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/note.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/prev.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/tip.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/up.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/warning.gif +share/gnome/help/modemlights_applet/C/topic.dat +share/gnome/help/modemlights_applet/it/figures/modemlights-advpref.png +share/gnome/help/modemlights_applet/it/figures/modemlights-prefs.png +share/gnome/help/modemlights_applet/it/figures/modemlights.png share/gnome/help/modemlights_applet/it/index.html share/gnome/help/modemlights_applet/it/ln7.html -share/gnome/help/modemlights_applet/it/modemlights-advpref.png -share/gnome/help/modemlights_applet/it/modemlights-prefs.png -share/gnome/help/modemlights_applet/it/modemlights.png -share/gnome/help/modemlights_applet/it/stylesheet-images/caution.png -share/gnome/help/modemlights_applet/it/stylesheet-images/important.png -share/gnome/help/modemlights_applet/it/stylesheet-images/note.png -share/gnome/help/modemlights_applet/it/stylesheet-images/tip.png -share/gnome/help/modemlights_applet/it/stylesheet-images/warning.png -share/gnome/help/netload_applet/C/docbook.css +share/gnome/help/modemlights_applet/it/modemlights.sgml +share/gnome/help/modemlights_applet/it/modemlights_applet.sgml +share/gnome/help/modemlights_applet/it/stylesheet-images/caution.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/home.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/important.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/next.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/note.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/prev.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/tip.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/up.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/warning.gif +share/gnome/help/modemlights_applet/it/topic.dat +share/gnome/help/netload_applet/C/figures/netload-applet-default.png +share/gnome/help/netload_applet/C/figures/netload-applet-greyed.png +share/gnome/help/netload_applet/C/figures/netload-applet-properties.png +share/gnome/help/netload_applet/C/figures/netload-applet.png share/gnome/help/netload_applet/C/index.html share/gnome/help/netload_applet/C/ln7.html -share/gnome/help/netload_applet/C/netload-applet-default.png -share/gnome/help/netload_applet/C/netload-applet-greyed.png -share/gnome/help/netload_applet/C/netload-applet-properties.png -share/gnome/help/netload_applet/C/netload-applet.png -share/gnome/help/netload_applet/C/stylesheet-images/caution.png -share/gnome/help/netload_applet/C/stylesheet-images/important.png -share/gnome/help/netload_applet/C/stylesheet-images/note.png -share/gnome/help/netload_applet/C/stylesheet-images/tip.png -share/gnome/help/netload_applet/C/stylesheet-images/warning.png -share/gnome/help/netload_applet/it/docbook.css +share/gnome/help/netload_applet/C/netload.sgml +share/gnome/help/netload_applet/C/netload_applet.sgml +share/gnome/help/netload_applet/C/stylesheet-images/caution.gif +share/gnome/help/netload_applet/C/stylesheet-images/home.gif +share/gnome/help/netload_applet/C/stylesheet-images/important.gif +share/gnome/help/netload_applet/C/stylesheet-images/next.gif +share/gnome/help/netload_applet/C/stylesheet-images/note.gif +share/gnome/help/netload_applet/C/stylesheet-images/prev.gif +share/gnome/help/netload_applet/C/stylesheet-images/tip.gif +share/gnome/help/netload_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/netload_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/netload_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/netload_applet/C/stylesheet-images/up.gif +share/gnome/help/netload_applet/C/stylesheet-images/warning.gif +share/gnome/help/netload_applet/C/topic.dat +share/gnome/help/netload_applet/it/figures/netload-applet-default.png +share/gnome/help/netload_applet/it/figures/netload-applet-greyed.png +share/gnome/help/netload_applet/it/figures/netload-applet-properties.png +share/gnome/help/netload_applet/it/figures/netload-applet.png share/gnome/help/netload_applet/it/index.html share/gnome/help/netload_applet/it/ln7.html -share/gnome/help/netload_applet/it/netload-applet-default.png -share/gnome/help/netload_applet/it/netload-applet-greyed.png -share/gnome/help/netload_applet/it/netload-applet-properties.png -share/gnome/help/netload_applet/it/netload-applet.png -share/gnome/help/netload_applet/it/stylesheet-images/caution.png -share/gnome/help/netload_applet/it/stylesheet-images/important.png -share/gnome/help/netload_applet/it/stylesheet-images/note.png -share/gnome/help/netload_applet/it/stylesheet-images/tip.png -share/gnome/help/netload_applet/it/stylesheet-images/warning.png -share/gnome/help/odometer_applet/C/docbook.css +share/gnome/help/netload_applet/it/netload.sgml +share/gnome/help/netload_applet/it/netload_applet.sgml +share/gnome/help/netload_applet/it/stylesheet-images/caution.gif +share/gnome/help/netload_applet/it/stylesheet-images/home.gif +share/gnome/help/netload_applet/it/stylesheet-images/important.gif +share/gnome/help/netload_applet/it/stylesheet-images/next.gif +share/gnome/help/netload_applet/it/stylesheet-images/note.gif +share/gnome/help/netload_applet/it/stylesheet-images/prev.gif +share/gnome/help/netload_applet/it/stylesheet-images/tip.gif +share/gnome/help/netload_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/netload_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/netload_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/netload_applet/it/stylesheet-images/up.gif +share/gnome/help/netload_applet/it/stylesheet-images/warning.gif +share/gnome/help/netload_applet/it/topic.dat +share/gnome/help/odometer_applet/C/figures/odometer_applet.png +share/gnome/help/odometer_applet/C/figures/odometer_settings.png +share/gnome/help/odometer_applet/C/figures/odometer_themes.png share/gnome/help/odometer_applet/C/index.html share/gnome/help/odometer_applet/C/ln7.html -share/gnome/help/odometer_applet/C/odometer_applet.png -share/gnome/help/odometer_applet/C/odometer_settings.png -share/gnome/help/odometer_applet/C/odometer_themes.png -share/gnome/help/odometer_applet/C/stylesheet-images/caution.png -share/gnome/help/odometer_applet/C/stylesheet-images/important.png -share/gnome/help/odometer_applet/C/stylesheet-images/note.png -share/gnome/help/odometer_applet/C/stylesheet-images/tip.png -share/gnome/help/odometer_applet/C/stylesheet-images/warning.png -share/gnome/help/odometer_applet/fr/docbook.css +share/gnome/help/odometer_applet/C/odometer.sgml +share/gnome/help/odometer_applet/C/odometer_applet.sgml +share/gnome/help/odometer_applet/C/stylesheet-images/caution.gif +share/gnome/help/odometer_applet/C/stylesheet-images/home.gif +share/gnome/help/odometer_applet/C/stylesheet-images/important.gif +share/gnome/help/odometer_applet/C/stylesheet-images/next.gif +share/gnome/help/odometer_applet/C/stylesheet-images/note.gif +share/gnome/help/odometer_applet/C/stylesheet-images/prev.gif +share/gnome/help/odometer_applet/C/stylesheet-images/tip.gif +share/gnome/help/odometer_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/odometer_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/odometer_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/odometer_applet/C/stylesheet-images/up.gif +share/gnome/help/odometer_applet/C/stylesheet-images/warning.gif +share/gnome/help/odometer_applet/C/topic.dat +share/gnome/help/odometer_applet/fr/figures/odometer_applet.png +share/gnome/help/odometer_applet/fr/figures/odometer_settings.png +share/gnome/help/odometer_applet/fr/figures/odometer_themes.png share/gnome/help/odometer_applet/fr/index.html share/gnome/help/odometer_applet/fr/ln10.html -share/gnome/help/odometer_applet/fr/odometer_applet.png -share/gnome/help/odometer_applet/fr/odometer_settings.png -share/gnome/help/odometer_applet/fr/odometer_themes.png -share/gnome/help/odometer_applet/fr/stylesheet-images/caution.png -share/gnome/help/odometer_applet/fr/stylesheet-images/important.png -share/gnome/help/odometer_applet/fr/stylesheet-images/note.png -share/gnome/help/odometer_applet/fr/stylesheet-images/tip.png -share/gnome/help/odometer_applet/fr/stylesheet-images/warning.png -share/gnome/help/odometer_applet/it/docbook.css +share/gnome/help/odometer_applet/fr/odometer.sgml +share/gnome/help/odometer_applet/fr/odometer_applet.sgml +share/gnome/help/odometer_applet/fr/stylesheet-images/caution.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/home.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/important.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/next.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/note.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/prev.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/tip.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/toc-blank.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/toc-minus.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/toc-plus.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/up.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/warning.gif +share/gnome/help/odometer_applet/fr/topic.dat +share/gnome/help/odometer_applet/it/figures/odometer_applet.png +share/gnome/help/odometer_applet/it/figures/odometer_settings.png +share/gnome/help/odometer_applet/it/figures/odometer_themes.png share/gnome/help/odometer_applet/it/index.html share/gnome/help/odometer_applet/it/ln10.html -share/gnome/help/odometer_applet/it/odometer_applet.png -share/gnome/help/odometer_applet/it/odometer_settings.png -share/gnome/help/odometer_applet/it/odometer_themes.png -share/gnome/help/odometer_applet/it/stylesheet-images/caution.png -share/gnome/help/odometer_applet/it/stylesheet-images/important.png -share/gnome/help/odometer_applet/it/stylesheet-images/note.png -share/gnome/help/odometer_applet/it/stylesheet-images/tip.png -share/gnome/help/odometer_applet/it/stylesheet-images/warning.png -share/gnome/help/quicklaunch_applet/C/docbook.css +share/gnome/help/odometer_applet/it/odometer.sgml +share/gnome/help/odometer_applet/it/odometer_applet.sgml +share/gnome/help/odometer_applet/it/stylesheet-images/caution.gif +share/gnome/help/odometer_applet/it/stylesheet-images/home.gif +share/gnome/help/odometer_applet/it/stylesheet-images/important.gif +share/gnome/help/odometer_applet/it/stylesheet-images/next.gif +share/gnome/help/odometer_applet/it/stylesheet-images/note.gif +share/gnome/help/odometer_applet/it/stylesheet-images/prev.gif +share/gnome/help/odometer_applet/it/stylesheet-images/tip.gif +share/gnome/help/odometer_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/odometer_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/odometer_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/odometer_applet/it/stylesheet-images/up.gif +share/gnome/help/odometer_applet/it/stylesheet-images/warning.gif +share/gnome/help/odometer_applet/it/topic.dat +share/gnome/help/quicklaunch_applet/C/figures/quicklaunch_applet.png share/gnome/help/quicklaunch_applet/C/index.html share/gnome/help/quicklaunch_applet/C/ln7.html -share/gnome/help/quicklaunch_applet/C/quicklaunch_applet.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/caution.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/important.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/note.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/tip.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/warning.png -share/gnome/help/quicklaunch_applet/it/docbook.css +share/gnome/help/quicklaunch_applet/C/quicklaunch.sgml +share/gnome/help/quicklaunch_applet/C/quicklaunch_applet.sgml +share/gnome/help/quicklaunch_applet/C/stylesheet-images/caution.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/home.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/important.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/next.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/note.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/prev.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/tip.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/up.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/warning.gif +share/gnome/help/quicklaunch_applet/C/topic.dat +share/gnome/help/quicklaunch_applet/it/figures/quicklaunch_applet.png share/gnome/help/quicklaunch_applet/it/index.html share/gnome/help/quicklaunch_applet/it/ln10.html -share/gnome/help/quicklaunch_applet/it/quicklaunch_applet.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/caution.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/important.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/note.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/tip.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/warning.png -share/gnome/help/sound-monitor_applet/C/docbook.css +share/gnome/help/quicklaunch_applet/it/quicklaunch.sgml +share/gnome/help/quicklaunch_applet/it/quicklaunch_applet.sgml +share/gnome/help/quicklaunch_applet/it/stylesheet-images/caution.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/home.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/important.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/next.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/note.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/prev.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/tip.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/up.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/warning.gif +share/gnome/help/quicklaunch_applet/it/topic.dat +share/gnome/help/sound-monitor_applet/C/figures/soundmonitor_applet.png +share/gnome/help/sound-monitor_applet/C/figures/soundmonitor_applet_settings.png +share/gnome/help/sound-monitor_applet/C/figures/soundmonitor_applet_themes.png +share/gnome/help/sound-monitor_applet/C/figures/soundmonitor_manager_server.png share/gnome/help/sound-monitor_applet/C/index.html share/gnome/help/sound-monitor_applet/C/ln7.html -share/gnome/help/sound-monitor_applet/C/soundmonitor_applet.png -share/gnome/help/sound-monitor_applet/C/soundmonitor_applet_settings.png -share/gnome/help/sound-monitor_applet/C/soundmonitor_applet_themes.png -share/gnome/help/sound-monitor_applet/C/soundmonitor_manager_server.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/caution.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/important.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/note.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/tip.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/warning.png -share/gnome/help/sound-monitor_applet/it/docbook.css +share/gnome/help/sound-monitor_applet/C/sound-monitor.sgml +share/gnome/help/sound-monitor_applet/C/sound-monitor_applet.sgml +share/gnome/help/sound-monitor_applet/C/stylesheet-images/caution.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/home.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/important.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/next.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/note.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/prev.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/tip.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/up.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/warning.gif +share/gnome/help/sound-monitor_applet/C/topic.dat +share/gnome/help/sound-monitor_applet/it/figures/soundmonitor_applet.png +share/gnome/help/sound-monitor_applet/it/figures/soundmonitor_applet_settings.png +share/gnome/help/sound-monitor_applet/it/figures/soundmonitor_applet_themes.png +share/gnome/help/sound-monitor_applet/it/figures/soundmonitor_manager_server.png share/gnome/help/sound-monitor_applet/it/index.html share/gnome/help/sound-monitor_applet/it/ln10.html -share/gnome/help/sound-monitor_applet/it/soundmonitor_applet.png -share/gnome/help/sound-monitor_applet/it/soundmonitor_applet_settings.png -share/gnome/help/sound-monitor_applet/it/soundmonitor_applet_themes.png -share/gnome/help/sound-monitor_applet/it/soundmonitor_manager_server.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/caution.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/important.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/note.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/tip.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/warning.png -share/gnome/help/swapload_applet/C/docbook.css +share/gnome/help/sound-monitor_applet/it/sound-monitor.sgml +share/gnome/help/sound-monitor_applet/it/sound-monitor_applet.sgml +share/gnome/help/sound-monitor_applet/it/stylesheet-images/caution.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/home.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/important.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/next.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/note.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/prev.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/tip.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/up.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/warning.gif +share/gnome/help/swapload_applet/C/figures/swapload-applet-default.png +share/gnome/help/swapload_applet/C/figures/swapload-applet-greyed.png +share/gnome/help/swapload_applet/C/figures/swapload-applet-properties.png +share/gnome/help/swapload_applet/C/figures/swapload-applet.png share/gnome/help/swapload_applet/C/index.html share/gnome/help/swapload_applet/C/ln7.html -share/gnome/help/swapload_applet/C/stylesheet-images/caution.png -share/gnome/help/swapload_applet/C/stylesheet-images/important.png -share/gnome/help/swapload_applet/C/stylesheet-images/note.png -share/gnome/help/swapload_applet/C/stylesheet-images/tip.png -share/gnome/help/swapload_applet/C/stylesheet-images/warning.png -share/gnome/help/swapload_applet/C/swapload-applet-default.png -share/gnome/help/swapload_applet/C/swapload-applet-greyed.png -share/gnome/help/swapload_applet/C/swapload-applet-properties.png -share/gnome/help/swapload_applet/C/swapload-applet.png -share/gnome/help/swapload_applet/it/docbook.css +share/gnome/help/swapload_applet/C/stylesheet-images/caution.gif +share/gnome/help/swapload_applet/C/stylesheet-images/home.gif +share/gnome/help/swapload_applet/C/stylesheet-images/important.gif +share/gnome/help/swapload_applet/C/stylesheet-images/next.gif +share/gnome/help/swapload_applet/C/stylesheet-images/note.gif +share/gnome/help/swapload_applet/C/stylesheet-images/prev.gif +share/gnome/help/swapload_applet/C/stylesheet-images/tip.gif +share/gnome/help/swapload_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/swapload_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/swapload_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/swapload_applet/C/stylesheet-images/up.gif +share/gnome/help/swapload_applet/C/stylesheet-images/warning.gif +share/gnome/help/swapload_applet/C/swapload.sgml +share/gnome/help/swapload_applet/C/swapload_applet.sgml +share/gnome/help/swapload_applet/C/topic.dat +share/gnome/help/swapload_applet/it/figures/swapload-applet-default.png +share/gnome/help/swapload_applet/it/figures/swapload-applet-greyed.png +share/gnome/help/swapload_applet/it/figures/swapload-applet-properties.png +share/gnome/help/swapload_applet/it/figures/swapload-applet.png share/gnome/help/swapload_applet/it/index.html share/gnome/help/swapload_applet/it/ln7.html -share/gnome/help/swapload_applet/it/stylesheet-images/caution.png -share/gnome/help/swapload_applet/it/stylesheet-images/important.png -share/gnome/help/swapload_applet/it/stylesheet-images/note.png -share/gnome/help/swapload_applet/it/stylesheet-images/tip.png -share/gnome/help/swapload_applet/it/stylesheet-images/warning.png -share/gnome/help/swapload_applet/it/swapload-applet-default.png -share/gnome/help/swapload_applet/it/swapload-applet-greyed.png -share/gnome/help/swapload_applet/it/swapload-applet-properties.png -share/gnome/help/swapload_applet/it/swapload-applet.png -share/gnome/help/tickastat_applet/C/docbook.css +share/gnome/help/swapload_applet/it/stylesheet-images/caution.gif +share/gnome/help/swapload_applet/it/stylesheet-images/home.gif +share/gnome/help/swapload_applet/it/stylesheet-images/important.gif +share/gnome/help/swapload_applet/it/stylesheet-images/next.gif +share/gnome/help/swapload_applet/it/stylesheet-images/note.gif +share/gnome/help/swapload_applet/it/stylesheet-images/prev.gif +share/gnome/help/swapload_applet/it/stylesheet-images/tip.gif +share/gnome/help/swapload_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/swapload_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/swapload_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/swapload_applet/it/stylesheet-images/up.gif +share/gnome/help/swapload_applet/it/stylesheet-images/warning.gif +share/gnome/help/swapload_applet/it/swapload.sgml +share/gnome/help/swapload_applet/it/swapload_applet.sgml +share/gnome/help/swapload_applet/it/topic.dat +share/gnome/help/tickastat_applet/C/figures/tickastat_applet.png +share/gnome/help/tickastat_applet/C/figures/tickastat_coredump.png +share/gnome/help/tickastat_applet/C/figures/tickastat_loadaverage.png +share/gnome/help/tickastat_applet/C/figures/tickastat_settings.png share/gnome/help/tickastat_applet/C/index.html share/gnome/help/tickastat_applet/C/ln7.html -share/gnome/help/tickastat_applet/C/stylesheet-images/caution.png -share/gnome/help/tickastat_applet/C/stylesheet-images/important.png -share/gnome/help/tickastat_applet/C/stylesheet-images/note.png -share/gnome/help/tickastat_applet/C/stylesheet-images/tip.png -share/gnome/help/tickastat_applet/C/stylesheet-images/warning.png -share/gnome/help/tickastat_applet/C/tickastat_applet.png -share/gnome/help/tickastat_applet/C/tickastat_coredump.png -share/gnome/help/tickastat_applet/C/tickastat_loadaverage.png -share/gnome/help/tickastat_applet/C/tickastat_settings.png -share/gnome/help/tickastat_applet/it/docbook.css +share/gnome/help/tickastat_applet/C/stylesheet-images/caution.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/home.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/important.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/next.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/note.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/prev.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/tip.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/up.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/warning.gif +share/gnome/help/tickastat_applet/C/tickastat.sgml +share/gnome/help/tickastat_applet/C/tickastat_applet.sgml +share/gnome/help/tickastat_applet/C/topic.dat +share/gnome/help/tickastat_applet/it/figures/tickastat_applet.png +share/gnome/help/tickastat_applet/it/figures/tickastat_coredump.png +share/gnome/help/tickastat_applet/it/figures/tickastat_loadaverage.png +share/gnome/help/tickastat_applet/it/figures/tickastat_settings.png share/gnome/help/tickastat_applet/it/index.html share/gnome/help/tickastat_applet/it/ln10.html -share/gnome/help/tickastat_applet/it/stylesheet-images/caution.png -share/gnome/help/tickastat_applet/it/stylesheet-images/important.png -share/gnome/help/tickastat_applet/it/stylesheet-images/note.png -share/gnome/help/tickastat_applet/it/stylesheet-images/tip.png -share/gnome/help/tickastat_applet/it/stylesheet-images/warning.png -share/gnome/help/tickastat_applet/it/tickastat_applet.png -share/gnome/help/tickastat_applet/it/tickastat_coredump.png -share/gnome/help/tickastat_applet/it/tickastat_loadaverage.png -share/gnome/help/tickastat_applet/it/tickastat_settings.png -share/gnome/help/webcontrol_applet/C/docbook.css +share/gnome/help/tickastat_applet/it/stylesheet-images/caution.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/home.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/important.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/next.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/note.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/prev.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/tip.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/up.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/warning.gif +share/gnome/help/tickastat_applet/it/tickastat.sgml +share/gnome/help/tickastat_applet/it/tickastat_applet.sgml +share/gnome/help/tickastat_applet/it/topic.dat +share/gnome/help/webcontrol_applet/C/figures/webcontrol-applet-prefs.png +share/gnome/help/webcontrol_applet/C/figures/webcontrol-applet.png share/gnome/help/webcontrol_applet/C/index.html share/gnome/help/webcontrol_applet/C/ln7.html -share/gnome/help/webcontrol_applet/C/stylesheet-images/caution.png -share/gnome/help/webcontrol_applet/C/stylesheet-images/important.png -share/gnome/help/webcontrol_applet/C/stylesheet-images/note.png -share/gnome/help/webcontrol_applet/C/stylesheet-images/tip.png -share/gnome/help/webcontrol_applet/C/stylesheet-images/warning.png -share/gnome/help/webcontrol_applet/C/webcontrol-applet-prefs.png -share/gnome/help/webcontrol_applet/C/webcontrol-applet.png -share/gnome/help/webcontrol_applet/it/docbook.css +share/gnome/help/webcontrol_applet/C/stylesheet-images/caution.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/home.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/important.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/next.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/note.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/prev.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/tip.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/up.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/warning.gif +share/gnome/help/webcontrol_applet/C/topic.dat +share/gnome/help/webcontrol_applet/C/webcontrol.sgml +share/gnome/help/webcontrol_applet/C/webcontrol_applet.sgml +share/gnome/help/webcontrol_applet/it/figures/webcontrol-applet-prefs.png +share/gnome/help/webcontrol_applet/it/figures/webcontrol-applet.png share/gnome/help/webcontrol_applet/it/index.html share/gnome/help/webcontrol_applet/it/ln7.html -share/gnome/help/webcontrol_applet/it/stylesheet-images/caution.png -share/gnome/help/webcontrol_applet/it/stylesheet-images/important.png -share/gnome/help/webcontrol_applet/it/stylesheet-images/note.png -share/gnome/help/webcontrol_applet/it/stylesheet-images/tip.png -share/gnome/help/webcontrol_applet/it/stylesheet-images/warning.png -share/gnome/help/webcontrol_applet/it/webcontrol-applet-prefs.png -share/gnome/help/webcontrol_applet/it/webcontrol-applet.png -share/gnome/help/whereami_applet/C/docbook.css +share/gnome/help/webcontrol_applet/it/stylesheet-images/caution.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/home.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/important.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/next.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/note.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/prev.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/tip.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/up.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/warning.gif +share/gnome/help/webcontrol_applet/it/topic.dat +share/gnome/help/webcontrol_applet/it/webcontrol.sgml +share/gnome/help/webcontrol_applet/it/webcontrol_applet.sgml +share/gnome/help/whereami_applet/C/figures/whereami_applet.png share/gnome/help/whereami_applet/C/index.html share/gnome/help/whereami_applet/C/ln7.html -share/gnome/help/whereami_applet/C/stylesheet-images/caution.png -share/gnome/help/whereami_applet/C/stylesheet-images/important.png -share/gnome/help/whereami_applet/C/stylesheet-images/note.png -share/gnome/help/whereami_applet/C/stylesheet-images/tip.png -share/gnome/help/whereami_applet/C/stylesheet-images/warning.png -share/gnome/help/whereami_applet/C/whereami_applet.png -share/gnome/help/whereami_applet/it/docbook.css +share/gnome/help/whereami_applet/C/stylesheet-images/caution.gif +share/gnome/help/whereami_applet/C/stylesheet-images/home.gif +share/gnome/help/whereami_applet/C/stylesheet-images/important.gif +share/gnome/help/whereami_applet/C/stylesheet-images/next.gif +share/gnome/help/whereami_applet/C/stylesheet-images/note.gif +share/gnome/help/whereami_applet/C/stylesheet-images/prev.gif +share/gnome/help/whereami_applet/C/stylesheet-images/tip.gif +share/gnome/help/whereami_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/whereami_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/whereami_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/whereami_applet/C/stylesheet-images/up.gif +share/gnome/help/whereami_applet/C/stylesheet-images/warning.gif +share/gnome/help/whereami_applet/C/topic.dat +share/gnome/help/whereami_applet/C/whereami.sgml +share/gnome/help/whereami_applet/C/whereami_applet.sgml +share/gnome/help/whereami_applet/it/figures/whereami_applet.png share/gnome/help/whereami_applet/it/index.html share/gnome/help/whereami_applet/it/ln10.html -share/gnome/help/whereami_applet/it/stylesheet-images/caution.png -share/gnome/help/whereami_applet/it/stylesheet-images/important.png -share/gnome/help/whereami_applet/it/stylesheet-images/note.png -share/gnome/help/whereami_applet/it/stylesheet-images/tip.png -share/gnome/help/whereami_applet/it/stylesheet-images/warning.png -share/gnome/help/whereami_applet/it/whereami_applet.png +share/gnome/help/whereami_applet/it/stylesheet-images/caution.gif +share/gnome/help/whereami_applet/it/stylesheet-images/home.gif +share/gnome/help/whereami_applet/it/stylesheet-images/important.gif +share/gnome/help/whereami_applet/it/stylesheet-images/next.gif +share/gnome/help/whereami_applet/it/stylesheet-images/note.gif +share/gnome/help/whereami_applet/it/stylesheet-images/prev.gif +share/gnome/help/whereami_applet/it/stylesheet-images/tip.gif +share/gnome/help/whereami_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/whereami_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/whereami_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/whereami_applet/it/stylesheet-images/up.gif +share/gnome/help/whereami_applet/it/stylesheet-images/warning.gif +share/gnome/help/whereami_applet/it/topic.dat +share/gnome/help/whereami_applet/it/whereami.sgml +share/gnome/help/whereami_applet/it/whereami_applet.sgml share/gnome/odometer/57chevy/57chevy-small-black.png share/gnome/odometer/57chevy/57chevy-small-red.png share/gnome/odometer/57chevy/themedata @@ -913,6 +1835,74 @@ share/gnome/odometer/o/o-red.png share/gnome/odometer/o/themedata share/gnome/odometer/smplst/smplst.png share/gnome/odometer/smplst/themedata +share/gnome/omf/gnome-applets/anotherclock_applet-C.omf +share/gnome/omf/gnome-applets/anotherclock_applet-it.omf +share/gnome/omf/gnome-applets/anotherclock_applet-uk.omf +share/gnome/omf/gnome-applets/asclock_applet-C.omf +share/gnome/omf/gnome-applets/asclock_applet-it.omf +share/gnome/omf/gnome-applets/asclock_applet-ja.omf +share/gnome/omf/gnome-applets/battery_applet-C.omf +share/gnome/omf/gnome-applets/battery_applet-it.omf +share/gnome/omf/gnome-applets/battery_applet-ja.omf +share/gnome/omf/gnome-applets/cdplayer_applet-C.omf +share/gnome/omf/gnome-applets/cdplayer_applet-it.omf +share/gnome/omf/gnome-applets/cdplayer_applet-ja.omf +share/gnome/omf/gnome-applets/charpick_applet-C.omf +share/gnome/omf/gnome-applets/charpick_applet-it.omf +share/gnome/omf/gnome-applets/charpick_applet-ja.omf +share/gnome/omf/gnome-applets/clockmail_applet-C.omf +share/gnome/omf/gnome-applets/clockmail_applet-it.omf +share/gnome/omf/gnome-applets/clockmail_applet-ja.omf +share/gnome/omf/gnome-applets/cpuload_applet-C.omf +share/gnome/omf/gnome-applets/cpuload_applet-it.omf +share/gnome/omf/gnome-applets/cpumemusage_applet-C.omf +share/gnome/omf/gnome-applets/cpumemusage_applet-ja.omf +share/gnome/omf/gnome-applets/diskusage_applet-C.omf +share/gnome/omf/gnome-applets/diskusage_applet-it.omf +share/gnome/omf/gnome-applets/diskusage_applet-ja.omf +share/gnome/omf/gnome-applets/drivemount_applet-C.omf +share/gnome/omf/gnome-applets/drivemount_applet-it.omf +share/gnome/omf/gnome-applets/drivemount_applet-ja.omf +share/gnome/omf/gnome-applets/fifteen_applet-C.omf +share/gnome/omf/gnome-applets/fifteen_applet-it.omf +share/gnome/omf/gnome-applets/geyes_applet-C.omf +share/gnome/omf/gnome-applets/geyes_applet-it.omf +share/gnome/omf/gnome-applets/gkb_applet-C.omf +share/gnome/omf/gnome-applets/gkb_applet-hu.omf +share/gnome/omf/gnome-applets/gnotes_applet-C.omf +share/gnome/omf/gnome-applets/gnotes_applet-it.omf +share/gnome/omf/gnome-applets/gweather_applet-C.omf +share/gnome/omf/gnome-applets/gweather_applet-it.omf +share/gnome/omf/gnome-applets/jbc_applet-C.omf +share/gnome/omf/gnome-applets/jbc_applet-it.omf +share/gnome/omf/gnome-applets/life_applet-C.omf +share/gnome/omf/gnome-applets/life_applet-it.omf +share/gnome/omf/gnome-applets/loadavg_applet-C.omf +share/gnome/omf/gnome-applets/loadavg_applet-it.omf +share/gnome/omf/gnome-applets/memload_applet-C.omf +share/gnome/omf/gnome-applets/memload_applet-it.omf +share/gnome/omf/gnome-applets/mini-commander_applet-C.omf +share/gnome/omf/gnome-applets/mini-commander_applet-it.omf +share/gnome/omf/gnome-applets/mixer_applet-C.omf +share/gnome/omf/gnome-applets/modemlights_applet-C.omf +share/gnome/omf/gnome-applets/modemlights_applet-it.omf +share/gnome/omf/gnome-applets/netload_applet-C.omf +share/gnome/omf/gnome-applets/netload_applet-it.omf +share/gnome/omf/gnome-applets/odometer_applet-C.omf +share/gnome/omf/gnome-applets/odometer_applet-fr.omf +share/gnome/omf/gnome-applets/odometer_applet-it.omf +share/gnome/omf/gnome-applets/quicklaunch_applet-C.omf +share/gnome/omf/gnome-applets/quicklaunch_applet-it.omf +share/gnome/omf/gnome-applets/sound-monitor_applet-C.omf +share/gnome/omf/gnome-applets/sound-monitor_applet-it.omf +share/gnome/omf/gnome-applets/swapload_applet-C.omf +share/gnome/omf/gnome-applets/swapload_applet-it.omf +share/gnome/omf/gnome-applets/tickastat_applet-C.omf +share/gnome/omf/gnome-applets/tickastat_applet-it.omf +share/gnome/omf/gnome-applets/webcontrol_applet-C.omf +share/gnome/omf/gnome-applets/webcontrol_applet-it.omf +share/gnome/omf/gnome-applets/whereami_applet-C.omf +share/gnome/omf/gnome-applets/whereami_applet-it.omf share/gnome/pixmaps/another_clock.xpm share/gnome/pixmaps/charpick.png share/gnome/pixmaps/gkb-icon.png @@ -923,26 +1913,33 @@ share/gnome/pixmaps/gkb/bg.png share/gnome/pixmaps/gkb/br.png share/gnome/pixmaps/gkb/ca.png share/gnome/pixmaps/gkb/ch.png +share/gnome/pixmaps/gkb/cu.png share/gnome/pixmaps/gkb/cz.png share/gnome/pixmaps/gkb/de.png share/gnome/pixmaps/gkb/dk.png share/gnome/pixmaps/gkb/ee.png share/gnome/pixmaps/gkb/es.png +share/gnome/pixmaps/gkb/eu.png share/gnome/pixmaps/gkb/fi.png share/gnome/pixmaps/gkb/fr.png share/gnome/pixmaps/gkb/gb.png +share/gnome/pixmaps/gkb/gkb-foot.png share/gnome/pixmaps/gkb/gr.png +share/gnome/pixmaps/gkb/hr.png share/gnome/pixmaps/gkb/hu.png share/gnome/pixmaps/gkb/il.png share/gnome/pixmaps/gkb/is.png share/gnome/pixmaps/gkb/it.png share/gnome/pixmaps/gkb/jp.png +share/gnome/pixmaps/gkb/lt.png +share/gnome/pixmaps/gkb/mk.png share/gnome/pixmaps/gkb/mx.png share/gnome/pixmaps/gkb/nl.png share/gnome/pixmaps/gkb/no.png share/gnome/pixmaps/gkb/pl.png share/gnome/pixmaps/gkb/pt.png share/gnome/pixmaps/gkb/qc.png +share/gnome/pixmaps/gkb/ro.png share/gnome/pixmaps/gkb/ru.png share/gnome/pixmaps/gkb/se.png share/gnome/pixmaps/gkb/si.png @@ -1015,6 +2012,17 @@ share/gnome/sound-monitor/radar-green/scope.png share/gnome/sound-monitor/radar-green/scope_tiny_h.png share/gnome/sound-monitor/radar-green/scope_tiny_v.png share/gnome/sound-monitor/radar-green/themedata +share/gnome/sound-monitor/scope-clear/back.png +share/gnome/sound-monitor/scope-clear/back_small_h.png +share/gnome/sound-monitor/scope-clear/back_small_v.png +share/gnome/sound-monitor/scope-clear/back_tiny_h.png +share/gnome/sound-monitor/scope-clear/back_tiny_v.png +share/gnome/sound-monitor/scope-clear/scope.png +share/gnome/sound-monitor/scope-clear/scope_small_h.png +share/gnome/sound-monitor/scope-clear/scope_small_v.png +share/gnome/sound-monitor/scope-clear/scope_tiny_h.png +share/gnome/sound-monitor/scope-clear/scope_tiny_v.png +share/gnome/sound-monitor/scope-clear/themedata share/gnome/sound-monitor/scope-larger/back_h.png share/gnome/sound-monitor/scope-larger/back_tiny_h.png share/gnome/sound-monitor/scope-larger/back_tiny_v.png @@ -1047,6 +2055,7 @@ share/gnome/xmodmap/xmodmap.ch_de share/gnome/xmodmap/xmodmap.ch_fr share/gnome/xmodmap/xmodmap.cz share/gnome/xmodmap/xmodmap.de +share/gnome/xmodmap/xmodmap.de-apple share/gnome/xmodmap/xmodmap.dk share/gnome/xmodmap/xmodmap.dvorak share/gnome/xmodmap/xmodmap.ee @@ -1054,20 +2063,30 @@ share/gnome/xmodmap/xmodmap.es share/gnome/xmodmap/xmodmap.fi share/gnome/xmodmap/xmodmap.fr share/gnome/xmodmap/xmodmap.fr-2 +share/gnome/xmodmap/xmodmap.gb +share/gnome/xmodmap/xmodmap.gb-102 +share/gnome/xmodmap/xmodmap.gb-105 share/gnome/xmodmap/xmodmap.ge_la share/gnome/xmodmap/xmodmap.ge_ru share/gnome/xmodmap/xmodmap.gr share/gnome/xmodmap/xmodmap.hu +share/gnome/xmodmap/xmodmap.hu-101-lat1 +share/gnome/xmodmap/xmodmap.hu-101-lat2 +share/gnome/xmodmap/xmodmap.hu-ibm +share/gnome/xmodmap/xmodmap.hu-lat1 +share/gnome/xmodmap/xmodmap.hu-sun-lat2 share/gnome/xmodmap/xmodmap.hu.old share/gnome/xmodmap/xmodmap.hu_latin1 share/gnome/xmodmap/xmodmap.il share/gnome/xmodmap/xmodmap.il_phonetic share/gnome/xmodmap/xmodmap.is share/gnome/xmodmap/xmodmap.it +share/gnome/xmodmap/xmodmap.jp share/gnome/xmodmap/xmodmap.la share/gnome/xmodmap/xmodmap.lt share/gnome/xmodmap/xmodmap.lt_b share/gnome/xmodmap/xmodmap.lt_p +share/gnome/xmodmap/xmodmap.mk share/gnome/xmodmap/xmodmap.nl share/gnome/xmodmap/xmodmap.no share/gnome/xmodmap/xmodmap.pl @@ -1076,6 +2095,7 @@ share/gnome/xmodmap/xmodmap.pt share/gnome/xmodmap/xmodmap.pt-dead share/gnome/xmodmap/xmodmap.qc share/gnome/xmodmap/xmodmap.qc-2 +share/gnome/xmodmap/xmodmap.ro share/gnome/xmodmap/xmodmap.ru share/gnome/xmodmap/xmodmap.ru_yawerty share/gnome/xmodmap/xmodmap.se @@ -1084,13 +2104,23 @@ share/gnome/xmodmap/xmodmap.sg share/gnome/xmodmap/xmodmap.si share/gnome/xmodmap/xmodmap.sk share/gnome/xmodmap/xmodmap.th +share/gnome/xmodmap/xmodmap.th2 share/gnome/xmodmap/xmodmap.tr_f share/gnome/xmodmap/xmodmap.tr_q share/gnome/xmodmap/xmodmap.uk share/gnome/xmodmap/xmodmap.us +share/gnome/xmodmap/xmodmap.us-101 +share/gnome/xmodmap/xmodmap.us-84 +share/gnome/xmodmap/xmodmap.us-dec +share/gnome/xmodmap/xmodmap.us-ibm +share/gnome/xmodmap/xmodmap.us-int +share/gnome/xmodmap/xmodmap.us-mac +share/gnome/xmodmap/xmodmap.us-sgi-101 +share/gnome/xmodmap/xmodmap.us-sun share/gnome/xmodmap/xmodmap.us.old share/gnome/xmodmap/xmodmap.us_intl share/gnome/xmodmap/xmodmap.yu +share/locale/az/LC_MESSAGES/gnome-applets.mo share/locale/ca/LC_MESSAGES/gnome-applets.mo share/locale/cs/LC_MESSAGES/gnome-applets.mo share/locale/da/LC_MESSAGES/gnome-applets.mo @@ -1113,21 +2143,23 @@ share/locale/nl/LC_MESSAGES/gnome-applets.mo share/locale/no/LC_MESSAGES/gnome-applets.mo share/locale/pl/LC_MESSAGES/gnome-applets.mo share/locale/pt/LC_MESSAGES/gnome-applets.mo +share/locale/pt_BR/LC_MESSAGES/gnome-applets.mo share/locale/ro/LC_MESSAGES/gnome-applets.mo share/locale/ru/LC_MESSAGES/gnome-applets.mo share/locale/sk/LC_MESSAGES/gnome-applets.mo share/locale/sl/LC_MESSAGES/gnome-applets.mo share/locale/sv/LC_MESSAGES/gnome-applets.mo -share/locale/ta/LC_MESSAGES/gnome-applets.mo share/locale/tr/LC_MESSAGES/gnome-applets.mo share/locale/uk/LC_MESSAGES/gnome-applets.mo share/locale/wa/LC_MESSAGES/gnome-applets.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-applets.mo share/locale/zh_TW.Big5/LC_MESSAGES/gnome-applets.mo @dirrm share/gnome/xmodmap @dirrm share/gnome/tickastat/news @dirrm share/gnome/tickastat @dirrm share/gnome/sound-monitor/scope-round @dirrm share/gnome/sound-monitor/scope-larger +@dirrm share/gnome/sound-monitor/scope-clear @dirrm share/gnome/sound-monitor/scope @dirrm share/gnome/sound-monitor/radar-green @dirrm share/gnome/sound-monitor/radar-blue @@ -1140,6 +2172,7 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-applets.mo @dirrm share/gnome/pixmaps/mini-commander @dirrm share/gnome/pixmaps/gweather @dirrm share/gnome/pixmaps/gkb +@dirrm share/gnome/omf/gnome-applets @dirrm share/gnome/odometer/smplst @dirrm share/gnome/odometer/o @dirrm share/gnome/odometer/default @@ -1148,160 +2181,250 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-applets.mo @dirrm share/gnome/odometer/57chevy @dirrm share/gnome/odometer @dirrm share/gnome/help/whereami_applet/it/stylesheet-images +@dirrm share/gnome/help/whereami_applet/it/figures @dirrm share/gnome/help/whereami_applet/it @dirrm share/gnome/help/whereami_applet/C/stylesheet-images +@dirrm share/gnome/help/whereami_applet/C/figures @dirrm share/gnome/help/whereami_applet/C @dirrm share/gnome/help/whereami_applet @dirrm share/gnome/help/webcontrol_applet/it/stylesheet-images +@dirrm share/gnome/help/webcontrol_applet/it/figures @dirrm share/gnome/help/webcontrol_applet/it @dirrm share/gnome/help/webcontrol_applet/C/stylesheet-images +@dirrm share/gnome/help/webcontrol_applet/C/figures @dirrm share/gnome/help/webcontrol_applet/C @dirrm share/gnome/help/webcontrol_applet @dirrm share/gnome/help/tickastat_applet/it/stylesheet-images +@dirrm share/gnome/help/tickastat_applet/it/figures @dirrm share/gnome/help/tickastat_applet/it @dirrm share/gnome/help/tickastat_applet/C/stylesheet-images +@dirrm share/gnome/help/tickastat_applet/C/figures @dirrm share/gnome/help/tickastat_applet/C @dirrm share/gnome/help/tickastat_applet @dirrm share/gnome/help/swapload_applet/it/stylesheet-images +@dirrm share/gnome/help/swapload_applet/it/figures @dirrm share/gnome/help/swapload_applet/it @dirrm share/gnome/help/swapload_applet/C/stylesheet-images +@dirrm share/gnome/help/swapload_applet/C/figures @dirrm share/gnome/help/swapload_applet/C @dirrm share/gnome/help/swapload_applet @dirrm share/gnome/help/sound-monitor_applet/it/stylesheet-images +@dirrm share/gnome/help/sound-monitor_applet/it/figures @dirrm share/gnome/help/sound-monitor_applet/it @dirrm share/gnome/help/sound-monitor_applet/C/stylesheet-images +@dirrm share/gnome/help/sound-monitor_applet/C/figures @dirrm share/gnome/help/sound-monitor_applet/C @dirrm share/gnome/help/sound-monitor_applet @dirrm share/gnome/help/quicklaunch_applet/it/stylesheet-images +@dirrm share/gnome/help/quicklaunch_applet/it/figures @dirrm share/gnome/help/quicklaunch_applet/it @dirrm share/gnome/help/quicklaunch_applet/C/stylesheet-images +@dirrm share/gnome/help/quicklaunch_applet/C/figures @dirrm share/gnome/help/quicklaunch_applet/C @dirrm share/gnome/help/quicklaunch_applet @dirrm share/gnome/help/odometer_applet/it/stylesheet-images +@dirrm share/gnome/help/odometer_applet/it/figures @dirrm share/gnome/help/odometer_applet/it @dirrm share/gnome/help/odometer_applet/fr/stylesheet-images +@dirrm share/gnome/help/odometer_applet/fr/figures @dirrm share/gnome/help/odometer_applet/fr @dirrm share/gnome/help/odometer_applet/C/stylesheet-images +@dirrm share/gnome/help/odometer_applet/C/figures @dirrm share/gnome/help/odometer_applet/C @dirrm share/gnome/help/odometer_applet @dirrm share/gnome/help/netload_applet/it/stylesheet-images +@dirrm share/gnome/help/netload_applet/it/figures @dirrm share/gnome/help/netload_applet/it @dirrm share/gnome/help/netload_applet/C/stylesheet-images +@dirrm share/gnome/help/netload_applet/C/figures @dirrm share/gnome/help/netload_applet/C @dirrm share/gnome/help/netload_applet @dirrm share/gnome/help/modemlights_applet/it/stylesheet-images +@dirrm share/gnome/help/modemlights_applet/it/figures @dirrm share/gnome/help/modemlights_applet/it @dirrm share/gnome/help/modemlights_applet/C/stylesheet-images +@dirrm share/gnome/help/modemlights_applet/C/figures @dirrm share/gnome/help/modemlights_applet/C @dirrm share/gnome/help/modemlights_applet @dirrm share/gnome/help/mixer_applet/it/stylesheet-images @dirrm share/gnome/help/mixer_applet/it +@dirrm share/gnome/help/mixer_applet/es/stylesheet-images +@dirrm share/gnome/help/mixer_applet/es @dirrm share/gnome/help/mixer_applet/C/stylesheet-images +@dirrm share/gnome/help/mixer_applet/C/figures @dirrm share/gnome/help/mixer_applet/C @dirrm share/gnome/help/mixer_applet @dirrm share/gnome/help/mini-commander_applet/it/stylesheet-images +@dirrm share/gnome/help/mini-commander_applet/it/figures @dirrm share/gnome/help/mini-commander_applet/it @dirrm share/gnome/help/mini-commander_applet/C/stylesheet-images +@dirrm share/gnome/help/mini-commander_applet/C/figures @dirrm share/gnome/help/mini-commander_applet/C @dirrm share/gnome/help/mini-commander_applet @dirrm share/gnome/help/memload_applet/it/stylesheet-images +@dirrm share/gnome/help/memload_applet/it/figures @dirrm share/gnome/help/memload_applet/it @dirrm share/gnome/help/memload_applet/C/stylesheet-images +@dirrm share/gnome/help/memload_applet/C/figures @dirrm share/gnome/help/memload_applet/C @dirrm share/gnome/help/memload_applet @dirrm share/gnome/help/loadavg_applet/it/stylesheet-images +@dirrm share/gnome/help/loadavg_applet/it/figures @dirrm share/gnome/help/loadavg_applet/it @dirrm share/gnome/help/loadavg_applet/C/stylesheet-images +@dirrm share/gnome/help/loadavg_applet/C/figures @dirrm share/gnome/help/loadavg_applet/C @dirrm share/gnome/help/loadavg_applet @dirrm share/gnome/help/life_applet/it/stylesheet-images +@dirrm share/gnome/help/life_applet/it/figures @dirrm share/gnome/help/life_applet/it @dirrm share/gnome/help/life_applet/C/stylesheet-images +@dirrm share/gnome/help/life_applet/C/figures @dirrm share/gnome/help/life_applet/C @dirrm share/gnome/help/life_applet @dirrm share/gnome/help/jbc_applet/it/stylesheet-images +@dirrm share/gnome/help/jbc_applet/it/figures @dirrm share/gnome/help/jbc_applet/it @dirrm share/gnome/help/jbc_applet/C/stylesheet-images +@dirrm share/gnome/help/jbc_applet/C/figures @dirrm share/gnome/help/jbc_applet/C @dirrm share/gnome/help/jbc_applet @dirrm share/gnome/help/gweather_applet/it/stylesheet-images +@dirrm share/gnome/help/gweather_applet/it/figures @dirrm share/gnome/help/gweather_applet/it @dirrm share/gnome/help/gweather_applet/C/stylesheet-images +@dirrm share/gnome/help/gweather_applet/C/figures @dirrm share/gnome/help/gweather_applet/C @dirrm share/gnome/help/gweather_applet @dirrm share/gnome/help/gnotes_applet/it/stylesheet-images +@dirrm share/gnome/help/gnotes_applet/it/figures @dirrm share/gnome/help/gnotes_applet/it @dirrm share/gnome/help/gnotes_applet/C/stylesheet-images +@dirrm share/gnome/help/gnotes_applet/C/figures @dirrm share/gnome/help/gnotes_applet/C @dirrm share/gnome/help/gnotes_applet @dirrm share/gnome/help/gkb_applet/it/stylesheet-images @dirrm share/gnome/help/gkb_applet/it @dirrm share/gnome/help/gkb_applet/hu/stylesheet-images +@dirrm share/gnome/help/gkb_applet/hu/figures @dirrm share/gnome/help/gkb_applet/hu @dirrm share/gnome/help/gkb_applet/C/stylesheet-images +@dirrm share/gnome/help/gkb_applet/C/figures @dirrm share/gnome/help/gkb_applet/C @dirrm share/gnome/help/gkb_applet @dirrm share/gnome/help/geyes_applet/it/stylesheet-images +@dirrm share/gnome/help/geyes_applet/it/figures @dirrm share/gnome/help/geyes_applet/it @dirrm share/gnome/help/geyes_applet/C/stylesheet-images +@dirrm share/gnome/help/geyes_applet/C/figures @dirrm share/gnome/help/geyes_applet/C @dirrm share/gnome/help/geyes_applet @dirrm share/gnome/help/fifteen_applet/it/stylesheet-images +@dirrm share/gnome/help/fifteen_applet/it/figures @dirrm share/gnome/help/fifteen_applet/it @dirrm share/gnome/help/fifteen_applet/C/stylesheet-images +@dirrm share/gnome/help/fifteen_applet/C/figures @dirrm share/gnome/help/fifteen_applet/C @dirrm share/gnome/help/fifteen_applet +@dirrm share/gnome/help/drivemount_applet/ja/stylesheet-images +@dirrm share/gnome/help/drivemount_applet/ja/figures +@dirrm share/gnome/help/drivemount_applet/ja @dirrm share/gnome/help/drivemount_applet/it/stylesheet-images +@dirrm share/gnome/help/drivemount_applet/it/figures @dirrm share/gnome/help/drivemount_applet/it @dirrm share/gnome/help/drivemount_applet/C/stylesheet-images +@dirrm share/gnome/help/drivemount_applet/C/figures @dirrm share/gnome/help/drivemount_applet/C @dirrm share/gnome/help/drivemount_applet +@dirrm share/gnome/help/diskusage_applet/ja/stylesheet-images +@dirrm share/gnome/help/diskusage_applet/ja/figures +@dirrm share/gnome/help/diskusage_applet/ja @dirrm share/gnome/help/diskusage_applet/it/stylesheet-images +@dirrm share/gnome/help/diskusage_applet/it/figures @dirrm share/gnome/help/diskusage_applet/it @dirrm share/gnome/help/diskusage_applet/C/stylesheet-images +@dirrm share/gnome/help/diskusage_applet/C/figures @dirrm share/gnome/help/diskusage_applet/C @dirrm share/gnome/help/diskusage_applet +@dirrm share/gnome/help/cpumemusage_applet/ja/stylesheet-images +@dirrm share/gnome/help/cpumemusage_applet/ja/figures +@dirrm share/gnome/help/cpumemusage_applet/ja @dirrm share/gnome/help/cpumemusage_applet/it/stylesheet-images +@dirrm share/gnome/help/cpumemusage_applet/it/figures @dirrm share/gnome/help/cpumemusage_applet/it @dirrm share/gnome/help/cpumemusage_applet/C/stylesheet-images +@dirrm share/gnome/help/cpumemusage_applet/C/figures @dirrm share/gnome/help/cpumemusage_applet/C @dirrm share/gnome/help/cpumemusage_applet @dirrm share/gnome/help/cpuload_applet/it/stylesheet-images +@dirrm share/gnome/help/cpuload_applet/it/figures @dirrm share/gnome/help/cpuload_applet/it @dirrm share/gnome/help/cpuload_applet/C/stylesheet-images +@dirrm share/gnome/help/cpuload_applet/C/figures @dirrm share/gnome/help/cpuload_applet/C @dirrm share/gnome/help/cpuload_applet +@dirrm share/gnome/help/clockmail_applet/ja/stylesheet-images +@dirrm share/gnome/help/clockmail_applet/ja/figures +@dirrm share/gnome/help/clockmail_applet/ja @dirrm share/gnome/help/clockmail_applet/it/stylesheet-images +@dirrm share/gnome/help/clockmail_applet/it/figures @dirrm share/gnome/help/clockmail_applet/it @dirrm share/gnome/help/clockmail_applet/C/stylesheet-images +@dirrm share/gnome/help/clockmail_applet/C/figures @dirrm share/gnome/help/clockmail_applet/C @dirrm share/gnome/help/clockmail_applet +@dirrm share/gnome/help/charpick_applet/ja/stylesheet-images +@dirrm share/gnome/help/charpick_applet/ja/figures +@dirrm share/gnome/help/charpick_applet/ja @dirrm share/gnome/help/charpick_applet/it/stylesheet-images +@dirrm share/gnome/help/charpick_applet/it/figures @dirrm share/gnome/help/charpick_applet/it @dirrm share/gnome/help/charpick_applet/C/stylesheet-images +@dirrm share/gnome/help/charpick_applet/C/figures @dirrm share/gnome/help/charpick_applet/C @dirrm share/gnome/help/charpick_applet +@dirrm share/gnome/help/cdplayer_applet/ja/stylesheet-images +@dirrm share/gnome/help/cdplayer_applet/ja/figures +@dirrm share/gnome/help/cdplayer_applet/ja @dirrm share/gnome/help/cdplayer_applet/it/stylesheet-images +@dirrm share/gnome/help/cdplayer_applet/it/figures @dirrm share/gnome/help/cdplayer_applet/it @dirrm share/gnome/help/cdplayer_applet/C/stylesheet-images +@dirrm share/gnome/help/cdplayer_applet/C/figures @dirrm share/gnome/help/cdplayer_applet/C @dirrm share/gnome/help/cdplayer_applet +@dirrm share/gnome/help/battery_applet/ja/stylesheet-images +@dirrm share/gnome/help/battery_applet/ja/figures +@dirrm share/gnome/help/battery_applet/ja @dirrm share/gnome/help/battery_applet/it/stylesheet-images +@dirrm share/gnome/help/battery_applet/it/figures @dirrm share/gnome/help/battery_applet/it @dirrm share/gnome/help/battery_applet/C/stylesheet-images +@dirrm share/gnome/help/battery_applet/C/figures @dirrm share/gnome/help/battery_applet/C @dirrm share/gnome/help/battery_applet +@dirrm share/gnome/help/asclock_applet/ja/stylesheet-images +@dirrm share/gnome/help/asclock_applet/ja/figures +@dirrm share/gnome/help/asclock_applet/ja @dirrm share/gnome/help/asclock_applet/it/stylesheet-images +@dirrm share/gnome/help/asclock_applet/it/figures @dirrm share/gnome/help/asclock_applet/it @dirrm share/gnome/help/asclock_applet/C/stylesheet-images +@dirrm share/gnome/help/asclock_applet/C/figures @dirrm share/gnome/help/asclock_applet/C @dirrm share/gnome/help/asclock_applet +@dirrm share/gnome/help/anotherclock_applet/uk/stylesheet-images +@dirrm share/gnome/help/anotherclock_applet/uk/figures +@dirrm share/gnome/help/anotherclock_applet/uk @dirrm share/gnome/help/anotherclock_applet/it/stylesheet-images +@dirrm share/gnome/help/anotherclock_applet/it/figures @dirrm share/gnome/help/anotherclock_applet/it @dirrm share/gnome/help/anotherclock_applet/C/stylesheet-images +@dirrm share/gnome/help/anotherclock_applet/C/figures @dirrm share/gnome/help/anotherclock_applet/C @dirrm share/gnome/help/anotherclock_applet @dirrm share/gnome/gweather +@dirrm share/gnome/gkb @dirrm share/gnome/geyes/Horrid @dirrm share/gnome/geyes/Default-tiny @dirrm share/gnome/geyes/Default @@ -1311,12 +2434,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-applets.mo @dirrm share/gnome/clockmail/radar-green @dirrm share/gnome/clockmail/radar-blue @dirrm share/gnome/clockmail/odometer +@dirrm share/gnome/clockmail/nice_mailcount +@dirrm share/gnome/clockmail/nice_clock @dirrm share/gnome/clockmail/mailcounter @dirrm share/gnome/clockmail/mail-fuel-gauge @dirrm share/gnome/clockmail/mail-flap @dirrm share/gnome/clockmail/lcd @dirrm share/gnome/clockmail/clockmail-G @dirrm share/gnome/clockmail/clock-odometer +@dirrm share/gnome/clockmail/clock-digital-red +@dirrm share/gnome/clockmail/clock-digital-black @dirrm share/gnome/clockmail/clock-analog @dirrm share/gnome/clockmail/classic @dirrm share/gnome/clockmail/calendar diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index d8b55194da78..8c97338871be 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomelibs -PORTVERSION= 1.2.11 +PORTVERSION= 1.2.13 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs @@ -14,7 +14,9 @@ DISTNAME= gnome-libs-${PORTVERSION} MAINTAINER?= ade@FreeBSD.org +BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit +RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_X_PREFIX= yes USE_XPM= yes @@ -24,7 +26,7 @@ USE_IMLIB= yes USE_ESOUND= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -LIBTOOLFILES= configure libart_lgpl/configure devel-docs/configure +LIBTOOLFILES= configure libart_lgpl/configure CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --disable-test-gnome diff --git a/x11/gnome-libs/distinfo b/x11/gnome-libs/distinfo index 519e4dde953a..e02a278115ce 100644 --- a/x11/gnome-libs/distinfo +++ b/x11/gnome-libs/distinfo @@ -1 +1 @@ -MD5 (gnome-libs-1.2.11.tar.gz) = dbbbf93f9fe387c841de4b537be38ce3 +MD5 (gnome-libs-1.2.13.tar.gz) = 99e0b4f6bdbb69af160e93fe2b106142 diff --git a/x11/gnome-libs/files/patch-bb b/x11/gnome-libs/files/patch-bb index fed78b9bfaa3..0aa856f77061 100644 --- a/x11/gnome-libs/files/patch-bb +++ b/x11/gnome-libs/files/patch-bb @@ -14,7 +14,7 @@ -libgtkxmhtml_la_LDFLAGS = -version-info 1:1:0 -rpath $(libdir) -+libgtkxmhtml_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libgtkxmhtml_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libgtkxmhtml_la_LIBADD = $(LIBGTKXMHTML_LIBS) noinst_PROGRAMS = htmltest diff --git a/x11/gnome-libs/files/patch-bc b/x11/gnome-libs/files/patch-bc index 3f0690acc14a..fc6ef3c2f524 100644 --- a/x11/gnome-libs/files/patch-bc +++ b/x11/gnome-libs/files/patch-bc @@ -2,6 +2,6 @@ +++ libgnome/Makefile.in Mon Jan 22 13:45:00 2001 @@ -170,3 +170,3 @@ --libgnome_la_LDFLAGS = -version-info 36:2:4 #-rpath $(libdir) -+libgnome_la_LDFLAGS = -version-info 4:0:0 #-rpath $(libdir) +-libgnome_la_LDFLAGS = -version-info 36:3:4 #-rpath $(libdir) ++libgnome_la_LDFLAGS = -version-info 5:0:0 #-rpath $(libdir) libgnome_la_LIBADD = $(GLIB_LIBS) -lm $(DL_LIB) diff --git a/x11/gnome-libs/files/patch-bd b/x11/gnome-libs/files/patch-bd index 3407a11d3f83..8aaaa45d346d 100644 --- a/x11/gnome-libs/files/patch-bd +++ b/x11/gnome-libs/files/patch-bd @@ -2,8 +2,8 @@ +++ libgnomeui/Makefile.in Thu Jan 25 10:17:02 2001 @@ -201,3 +201,3 @@ --libgnomeui_la_LDFLAGS = -version-info 46:0:14 -rpath $(libdir) -+libgnomeui_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) +-libgnomeui_la_LDFLAGS = -version-info 46:1:14 -rpath $(libdir) ++libgnomeui_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libgnomeui_la_LIBADD = $(LIBGNOMEUI_LIBS) @@ -260,3 +260,3 @@ gtk-ted.lo gtkdial.lo gtkpixmapmenuitem.lo diff --git a/x11/gnome-libs/files/patch-be b/x11/gnome-libs/files/patch-be index aa269911e7db..4dfb80f96b5d 100644 --- a/x11/gnome-libs/files/patch-be +++ b/x11/gnome-libs/files/patch-be @@ -5,7 +5,7 @@ -libgnorba_la_LDFLAGS = -version-info 28:8:1 -rpath $(libdir) -+libgnorba_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libgnorba_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libgnorba_la_LIBADD = $(ORBIT_LIBS) $(GLIB_LIBS) -lm loadshlib_SOURCES = loadshlib.c @@ -14,7 +14,7 @@ gnome-unknown-skels.lo gnome-unknown-stubs.lo gnome-unknown-common.lo \ goad.lo orbitgtk.lo orbitgnome.lo orbitns.lo -libgnorbagtk_la_LDFLAGS = -+libgnorbagtk_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libgnorbagtk_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libgnorbagtk_la_LIBADD = libgnorbagtk_la_OBJECTS = gnome-factory-skels.lo gnome-factory-stubs.lo \ gnome-factory-common.lo Table-skels.lo Table-stubs.lo Table-common.lo \ diff --git a/x11/gnome-libs/files/patch-bf b/x11/gnome-libs/files/patch-bf index 44e1d7a697e1..4e10c904b528 100644 --- a/x11/gnome-libs/files/patch-bf +++ b/x11/gnome-libs/files/patch-bf @@ -14,7 +14,7 @@ libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c libgnomesupport_la_LIBADD = @LTLIBOBJS@ -libgnomesupport_la_LDFLAGS = -version-info 0:0:0 -+libgnomesupport_la_LDFLAGS = -version-info 4:0:0 ++libgnomesupport_la_LDFLAGS = -version-info 5:0:0 BUILT_SOURCES = gnomesupport.h diff --git a/x11/gnome-libs/files/patch-bg b/x11/gnome-libs/files/patch-bg index ff2f54e9b3ec..8b76c27b44ab 100644 --- a/x11/gnome-libs/files/patch-bg +++ b/x11/gnome-libs/files/patch-bg @@ -8,7 +8,7 @@ @@ -158,3 +158,3 @@ -libzvt_la_LDFLAGS = -version-info 4:10:2 -rpath $(libdir) -+libzvt_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libzvt_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) @@ -194,3 +194,3 @@ update.lo vt.lo zvtterm.lo diff --git a/x11/gnome-libs/files/patch-bh b/x11/gnome-libs/files/patch-bh index 560ff0aa6c04..e69de29bb2d1 100644 --- a/x11/gnome-libs/files/patch-bh +++ b/x11/gnome-libs/files/patch-bh @@ -1,11 +0,0 @@ ---- tools/Makefile.in.orig Tue Feb 16 01:09:02 1999 -+++ tools/Makefile.in Fri Feb 19 00:20:20 1999 -@@ -146,7 +146,7 @@ - mcserv = @mcserv@ - need_gnome_support = @need_gnome_support@ - --SUBDIRS = convertrgb gnome-doc -+SUBDIRS = convertrgb - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = diff --git a/x11/gnome-libs/files/patch-bi b/x11/gnome-libs/files/patch-bi index 32e3836e806c..feb8e007fb1a 100644 --- a/x11/gnome-libs/files/patch-bi +++ b/x11/gnome-libs/files/patch-bi @@ -5,7 +5,7 @@ -libart_lgpl_la_LDFLAGS = -version-info @LIBART_VERSION_INFO@ -+libart_lgpl_la_LDFLAGS = -version-info 4:0:0 ++libart_lgpl_la_LDFLAGS = -version-info 5:0:0 libart_lgplincdir = $(includedir)/libart_lgpl libart_lgplinc_HEADERS = art_affine.h art_alphagamma.h art_bpath.h art_filterlevel.h art_gray_svp.h art_misc.h art_pathcode.h art_pixbuf.h art_point.h art_rect.h art_rect_svp.h art_rect_uta.h art_rgb.h art_rgb_affine.h art_rgb_bitmap_affine.h art_rgb_pixbuf_affine.h art_rgb_rgba_affine.h art_rgb_svp.h art_svp.h art_svp_ops.h art_svp_render_aa.h art_svp_vpath.h art_svp_vpath_stroke.h art_uta.h art_uta_ops.h art_uta_rect.h art_uta_vpath.h art_uta_svp.h art_vpath.h art_vpath_bpath.h art_vpath_svp.h diff --git a/x11/gnome-libs/pkg-descr b/x11/gnome-libs/pkg-descr index 02f7a50d9bee..f7f15642367f 100644 --- a/x11/gnome-libs/pkg-descr +++ b/x11/gnome-libs/pkg-descr @@ -1,4 +1,3 @@ -libraries for GNOME, a GNU desktop environment +Libraries for GNOME, a GNU desktop environment -For more infomation about Gnome on FreeBSD, -please refer to ${PORTSDIR}/x11/gnome/pkg-descr +WWW: http://www.gnome.org/ diff --git a/x11/gnome-libs/pkg-plist b/x11/gnome-libs/pkg-plist index a491ac67423c..c5dda8991aed 100644 --- a/x11/gnome-libs/pkg-plist +++ b/x11/gnome-libs/pkg-plist @@ -179,28 +179,28 @@ include/zvt/vtx.h include/zvt/zvtterm.h lib/libart_lgpl.a lib/libart_lgpl.so -lib/libart_lgpl.so.4 +lib/libart_lgpl.so.5 lib/libgnome.a lib/libgnome.so -lib/libgnome.so.4 +lib/libgnome.so.5 lib/libgnomesupport.a lib/libgnomesupport.so -lib/libgnomesupport.so.4 +lib/libgnomesupport.so.5 lib/libgnomeui.a lib/libgnomeui.so -lib/libgnomeui.so.4 +lib/libgnomeui.so.5 lib/libgnorba.a lib/libgnorba.so -lib/libgnorba.so.4 +lib/libgnorba.so.5 lib/libgnorbagtk.a lib/libgnorbagtk.so -lib/libgnorbagtk.so.4 +lib/libgnorbagtk.so.5 lib/libgtkxmhtml.a lib/libgtkxmhtml.so -lib/libgtkxmhtml.so.4 +lib/libgtkxmhtml.so.5 lib/libzvt.a lib/libzvt.so -lib/libzvt.so.4 +lib/libzvt.so.5 share/aclocal/libart.m4 share/gnome/gtkrc share/gnome/gtkrc.el @@ -221,91 +221,9 @@ share/gnome/gtkrc.vi_VN.tcvn share/gnome/gtkrc.vi_VN.viscii share/gnome/gtkrc.zh_CN share/gnome/gtkrc.zh_TW.Big5 -share/gnome/help/gnome-dev-info/C/addauth.html -share/gnome/help/gnome-dev-info/C/altpol.html -share/gnome/help/gnome-dev-info/C/arch.html -share/gnome/help/gnome-dev-info/C/book1.html -share/gnome/help/gnome-dev-info/C/codstd.html -share/gnome/help/gnome-dev-info/C/cvs.html -share/gnome/help/gnome-dev-info/C/dialogapputil-docs.html -share/gnome/help/gnome-dev-info/C/docbook.css -share/gnome/help/gnome-dev-info/C/event-driven-programming.html -share/gnome/help/gnome-dev-info/C/gnome-actionarea.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-convenience-macros.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-functions.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-gnomeuiinfo.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-keybindings-config.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-quick-example.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper.html -share/gnome/help/gnome-dev-info/C/gnome-app-util.html -share/gnome/help/gnome-dev-info/C/gnome-app.html -share/gnome/help/gnome-dev-info/C/gnome-canvas-coordinates.html -share/gnome/help/gnome-dev-info/C/gnome-canvas-getting-started.html -share/gnome/help/gnome-dev-info/C/gnome-canvas-object-arguments.html -share/gnome/help/gnome-dev-info/C/gnome-canvas-organization-of-items.html -share/gnome/help/gnome-dev-info/C/gnome-canvas.html -share/gnome/help/gnome-dev-info/C/gnome-client.html -share/gnome/help/gnome-dev-info/C/gnome-color-selector.html -share/gnome/help/gnome-dev-info/C/gnome-defs.html -share/gnome/help/gnome-dev-info/C/gnome-dentry.html -share/gnome/help/gnome-dev-info/C/gnome-dev-info.html -share/gnome/help/gnome-dev-info/C/gnome-dialog.html -share/gnome/help/gnome-dev-info/C/gnome-dns.html -share/gnome/help/gnome-dev-info/C/gnome-fileconvert.html -share/gnome/help/gnome-dev-info/C/gnome-font-selector.html -share/gnome/help/gnome-dev-info/C/gnome-hello-0-basic.jpg -share/gnome/help/gnome-dev-info/C/gnome-hello-1-menus.jpg -share/gnome/help/gnome-dev-info/C/gnome-hello-2-i18n.jpg -share/gnome/help/gnome-dev-info/C/gnome-help.html -share/gnome/help/gnome-dev-info/C/gnome-history.html -share/gnome/help/gnome-dev-info/C/gnome-hook.html -share/gnome/help/gnome-dev-info/C/gnome-i18n.html -share/gnome/help/gnome-dev-info/C/gnome-ice.html -share/gnome/help/gnome-dev-info/C/gnome-mdi-docs.html -share/gnome/help/gnome-dev-info/C/gnome-messagebox.html -share/gnome/help/gnome-dev-info/C/gnome-mime.html -share/gnome/help/gnome-dev-info/C/gnome-net.html -share/gnome/help/gnome-dev-info/C/gnome-pixmap.html -share/gnome/help/gnome-dev-info/C/gnome-plugins.html -share/gnome/help/gnome-dev-info/C/gnome-properties.html -share/gnome/help/gnome-dev-info/C/gnome-score.html -share/gnome/help/gnome-dev-info/C/gnome-scores.html -share/gnome/help/gnome-dev-info/C/gnome-session.html -share/gnome/help/gnome-dev-info/C/gnome-startup.html -share/gnome/help/gnome-dev-info/C/gnome-stock-imlib.html -share/gnome/help/gnome-dev-info/C/gnome-stock-xpm.html -share/gnome/help/gnome-dev-info/C/gnome-stock.html -share/gnome/help/gnome-dev-info/C/gnome-string.html -share/gnome/help/gnome-dev-info/C/gnome-triggers.html -share/gnome/help/gnome-dev-info/C/gnome-util.html -share/gnome/help/gnome-dev-info/C/gnomeappbar.html -share/gnome/help/gnome-dev-info/C/graphics-contexts.html -share/gnome/help/gnome-dev-info/C/gtk-clock.html -share/gnome/help/gnome-dev-info/C/gtk-ted.html -share/gnome/help/gnome-dev-info/C/index.html -share/gnome/help/gnome-dev-info/C/intro.html -share/gnome/help/gnome-dev-info/C/libgnome.html -share/gnome/help/gnome-dev-info/C/libgnomeui.html -share/gnome/help/gnome-dev-info/C/libgnorba-docs.html -share/gnome/help/gnome-dev-info/C/ln14.html -share/gnome/help/gnome-dev-info/C/nontech.html -share/gnome/help/gnome-dev-info/C/orbitgtk.html -share/gnome/help/gnome-dev-info/C/start.html -share/gnome/help/gnome-dev-info/C/thisdoc.html -share/gnome/help/gnome-dev-info/C/tut-doc.html -share/gnome/help/gnome-dev-info/C/tut-i18n.html -share/gnome/help/gnome-dev-info/C/tut-menus.html -share/gnome/help/gnome-dev-info/C/tut-parsing.html -share/gnome/help/gnome-dev-info/C/tut-sm.html -share/gnome/help/gnome-dev-info/C/tutorial.html -share/gnome/help/gnome-dev-info/C/visuals.html -share/gnome/help/gnome-dev-info/C/what.html -share/gnome/help/gnome-dev-info/C/whatis.html -share/gnome/help/gnome-dev-info/C/x-concepts-docs.html -share/gnome/help/gnome-dev-info/C/x1453.html -share/gnome/help/gnome-dev-info/C/x2161.html -share/gnome/help/gnome-dev-info/C/x2674.html -share/gnome/help/gnome-dev-info/C/x671.html +share/gnome/doc/gnome-doc +share/gnome/doc/gnome-doc.el +share/gnome/doc/mkstub share/gnome/html/gnome-decl.txt share/gnome/html/gnome-sections.txt share/gnome/html/gnome.html @@ -333,7 +251,6 @@ share/gnome/html/gnome/gnome-gnome-util.html share/gnome/html/gnome/gnome-libgnome.html share/gnome/html/gnome/libgnome.html share/gnome/html/gnomeui-decl.txt -share/gnome/html/gnomeui-scan.c share/gnome/html/gnomeui-sections.txt share/gnome/html/gnomeui.hierarchy share/gnome/html/gnomeui.html @@ -374,7 +291,6 @@ share/gnome/html/gnomeui/gnomeentry.html share/gnome/html/gnomeui/gnomefileentry.html share/gnome/html/gnomeui/gnomefontpicker.html share/gnome/html/gnomeui/gnomefontselector.html -share/gnome/html/gnomeui/gnomeguru.html share/gnome/html/gnomeui/gnomehref.html share/gnome/html/gnomeui/gnomeiconentry.html share/gnome/html/gnomeui/gnomeiconlist.html @@ -422,26 +338,6 @@ share/gnome/html/gnomeui/gtkted.html share/gnome/html/gnomeui/libgnomeui.html share/gnome/html/gnorba-decl.txt share/gnome/html/gnorba-sections.txt -share/gnome/html/gnorba/book1.html -share/gnome/html/gnorba/gnorba-gnorba.html -share/gnome/html/gnorba/gnorba-goad.html -share/gnome/html/gnorba/libgnorba.html -share/gnome/html/zvt/book1.html -share/gnome/html/zvt/x119.html -share/gnome/html/zvt/x144.html -share/gnome/html/zvt/x152.html -share/gnome/html/zvt/x192.html -share/gnome/html/zvt/x222.html -share/gnome/html/zvt/x243.html -share/gnome/html/zvt/x263.html -share/gnome/html/zvt/x98.html -share/gnome/html/zvt/zvtterm-future.html -share/gnome/html/zvt/zvtterm-input-output.html -share/gnome/html/zvt/zvtterm-notes.html -share/gnome/html/zvt/zvtterm-properties.html -share/gnome/html/zvt/zvtterm-reference.html -share/gnome/html/zvt/zvtterm-window-hints.html -share/gnome/html/zvt/zvtterm.html share/gnome/idl/GnomeObject.idl share/gnome/idl/Table.idl share/gnome/idl/desktop-editor.idl @@ -496,6 +392,8 @@ share/locale/sr/LC_MESSAGES/gnome-libs.mo share/locale/sv/LC_MESSAGES/gnome-libs.mo share/locale/ta/LC_MESSAGES/gnome-libs.mo share/locale/tr/LC_MESSAGES/gnome-libs.mo +share/locale/uk/LC_MESSAGES/gnome-libs.mo +share/locale/vi/LC_MESSAGES/gnome-libs.mo share/locale/wa/LC_MESSAGES/gnome-libs.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-libs.mo share/locale/zh_TW.Big5/LC_MESSAGES/gnome-libs.mo @@ -513,6 +411,7 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-libs.mo @dirrm share/gnome/help/gnome-dev-info @dirrm share/gnome/help @dirrm share/gnome/games +@dirrm share/gnome/doc @dirrm share/gnome @dirrm include/zvt @dirrm include/libgnorba diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index a0557fa39364..fcca75ab53f4 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnome -PORTVERSION= 1.2 +PORTVERSION= 1.4 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -14,21 +14,26 @@ EXTRACT_ONLY= # empty MAINTAINER= ade@FreeBSD.org -RUN_DEPENDS= ${X11BASE}/share/themes/Metal/ICON.png:${PORTSDIR}/x11-toolkits/gtk-engines \ - another_clock_applet:${PORTSDIR}/x11/gnomeapplets \ - gmc:${PORTSDIR}/x11-fm/gnomemc \ - bug-buddy:${PORTSDIR}/devel/bugbuddy \ - glade:${PORTSDIR}/devel/glade \ - ${PYTHON_LIBDIR}/site-packages/_appletmodule.so:${PORTSDIR}/x11-toolkits/py-gnome \ - ${X11BASE}/share/gnome/help/users-guide/C/aboutug.html:${PORTSDIR}/misc/gnomeusersguide \ - gcalc:${PORTSDIR}/misc/gnomeutils \ - gnomecard:${PORTSDIR}/deskutils/gnomepim \ +RUN_DEPENDS= another_clock_applet:${PORTSDIR}/x11/gnomeapplets \ gtcd:${PORTSDIR}/audio/gnomemedia \ + ${X11BASE}/share/gnome/help/glossary/C/index.html:${PORTSDIR}/misc/gnomeuserdocs \ + gcalc:${PORTSDIR}/misc/gnomeutils \ + gnomecard:${PORTSDIR}/deskutils/gnomepim \ gnomine:${PORTSDIR}/games/gnomegames \ - ElectricEyes:${PORTSDIR}/graphics/electriceyes \ - gnumeric:${PORTSDIR}/math/gnumeric \ + sawfish:${PORTSDIR}/x11-wm/sawfish \ + ggv:${PORTSDIR}/print/ggv \ + ghex:${PORTSDIR}/editors/ghex \ + bug-buddy:${PORTSDIR}/devel/bugbuddy \ + glade:${PORTSDIR}/devel/glade \ gtop:${PORTSDIR}/sysutils/gtop \ - ggv:${PORTSDIR}/print/ggv + gdm:${PORTSDIR}/x11/gdm \ + xalf:${PORTSDIR}/x11/xalf \ + ${X11BASE}/share/themes/Metal/ICON.png:${PORTSDIR}/x11-toolkits/gtk-engines \ + ${PYTHON_SITELIBDIR}/_appletmodule.so:${PORTSDIR}/x11-toolkits/py-gnome \ + gnomeg:${PORTSDIR}/x11-toolkits/guile-gnome \ + ${X11BASE}/etc/panelmmConf.sh:${PORTSDIR}/x11-toolkits/panel-- \ + gmc:${PORTSDIR}/x11-fm/gnomemc \ + xscreensaver:${PORTSDIR}/x11/xscreensaver NO_BUILD= yes diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index a0557fa39364..fcca75ab53f4 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnome -PORTVERSION= 1.2 +PORTVERSION= 1.4 CATEGORIES= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -14,21 +14,26 @@ EXTRACT_ONLY= # empty MAINTAINER= ade@FreeBSD.org -RUN_DEPENDS= ${X11BASE}/share/themes/Metal/ICON.png:${PORTSDIR}/x11-toolkits/gtk-engines \ - another_clock_applet:${PORTSDIR}/x11/gnomeapplets \ - gmc:${PORTSDIR}/x11-fm/gnomemc \ - bug-buddy:${PORTSDIR}/devel/bugbuddy \ - glade:${PORTSDIR}/devel/glade \ - ${PYTHON_LIBDIR}/site-packages/_appletmodule.so:${PORTSDIR}/x11-toolkits/py-gnome \ - ${X11BASE}/share/gnome/help/users-guide/C/aboutug.html:${PORTSDIR}/misc/gnomeusersguide \ - gcalc:${PORTSDIR}/misc/gnomeutils \ - gnomecard:${PORTSDIR}/deskutils/gnomepim \ +RUN_DEPENDS= another_clock_applet:${PORTSDIR}/x11/gnomeapplets \ gtcd:${PORTSDIR}/audio/gnomemedia \ + ${X11BASE}/share/gnome/help/glossary/C/index.html:${PORTSDIR}/misc/gnomeuserdocs \ + gcalc:${PORTSDIR}/misc/gnomeutils \ + gnomecard:${PORTSDIR}/deskutils/gnomepim \ gnomine:${PORTSDIR}/games/gnomegames \ - ElectricEyes:${PORTSDIR}/graphics/electriceyes \ - gnumeric:${PORTSDIR}/math/gnumeric \ + sawfish:${PORTSDIR}/x11-wm/sawfish \ + ggv:${PORTSDIR}/print/ggv \ + ghex:${PORTSDIR}/editors/ghex \ + bug-buddy:${PORTSDIR}/devel/bugbuddy \ + glade:${PORTSDIR}/devel/glade \ gtop:${PORTSDIR}/sysutils/gtop \ - ggv:${PORTSDIR}/print/ggv + gdm:${PORTSDIR}/x11/gdm \ + xalf:${PORTSDIR}/x11/xalf \ + ${X11BASE}/share/themes/Metal/ICON.png:${PORTSDIR}/x11-toolkits/gtk-engines \ + ${PYTHON_SITELIBDIR}/_appletmodule.so:${PORTSDIR}/x11-toolkits/py-gnome \ + gnomeg:${PORTSDIR}/x11-toolkits/guile-gnome \ + ${X11BASE}/etc/panelmmConf.sh:${PORTSDIR}/x11-toolkits/panel-- \ + gmc:${PORTSDIR}/x11-fm/gnomemc \ + xscreensaver:${PORTSDIR}/x11/xscreensaver NO_BUILD= yes diff --git a/x11/gnomeapplets/Makefile b/x11/gnomeapplets/Makefile index 6cdc5a2ccfef..6a9f558c8677 100644 --- a/x11/gnomeapplets/Makefile +++ b/x11/gnomeapplets/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnomeapplets -PORTVERSION= 1.2.4 +PORTVERSION= 1.4.0.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-applets +MASTER_SITE_SUBDIR= unstable/sources/gnome-applets DISTNAME= gnome-applets-${PORTVERSION} MAINTAINER= ade@FreeBSD.org diff --git a/x11/gnomeapplets/distinfo b/x11/gnomeapplets/distinfo index b1249d1e17dd..9749a347077f 100644 --- a/x11/gnomeapplets/distinfo +++ b/x11/gnomeapplets/distinfo @@ -1 +1 @@ -MD5 (gnome-applets-1.2.4.tar.gz) = f0afb1eccc444530163571a38f972f2d +MD5 (gnome-applets-1.4.0.1.tar.gz) = 5b459439d4d698e86a6239734f42ca9f diff --git a/x11/gnomeapplets/files/patch-aa b/x11/gnomeapplets/files/patch-aa index 929f5f5d20f8..d2be8f42b3f5 100644 --- a/x11/gnomeapplets/files/patch-aa +++ b/x11/gnomeapplets/files/patch-aa @@ -1,10 +1,6 @@ ---- configure.orig Mon May 22 00:00:41 2000 -+++ configure Fri May 26 18:10:31 2000 -@@ -3399,6 +3399,7 @@ - *irix*) CDROM_HOST=iric; CDROM_LIBS="-lcdaudio -lmediad -lds";; - *linux*) CDROM_HOST=linux;; +--- configure.orig Thu Mar 15 11:59:13 2001 ++++ configure Mon Mar 19 10:00:53 2001 +@@ -3503,2 +3503,3 @@ *solaris*) CDROM_HOST=solaris;; +*freebsd*) CDROM_HOST=freebsd;; esac - - diff --git a/x11/gnomeapplets/files/patch-ab b/x11/gnomeapplets/files/patch-ab index beaeebb034be..bc3e9992a7d7 100644 --- a/x11/gnomeapplets/files/patch-ab +++ b/x11/gnomeapplets/files/patch-ab @@ -1,11 +1,7 @@ ---- applet-docs.make.orig Wed Apr 19 23:28:44 2000 -+++ applet-docs.make Fri May 26 18:07:21 2000 -@@ -9,7 +9,7 @@ - # figs = modemlights-advpref.png modemlights-prefs.png modemlights.png - # include $(top_srcdir)/applet-docs.make +--- applet-docs.make.orig Mon Feb 26 10:31:11 2001 ++++ applet-docs.make Thu Mar 1 17:58:21 2001 +@@ -11,3 +11,3 @@ --docdir = $(datadir)/gnome/help/$(applet)_applet/$(lang) -+docdir = $(datadir)/help/$(applet)_applet/$(lang) - doc_DATA = \ - index.html \ - topic.dat \ +-helpdir = $(datadir)/gnome/help/$(applet)_applet/$(lang) ++helpdir = $(datadir)/help/$(applet)_applet/$(lang) + help_DATA = \ diff --git a/x11/gnomeapplets/files/patch-ag b/x11/gnomeapplets/files/patch-ag new file mode 100644 index 000000000000..8124052f790d --- /dev/null +++ b/x11/gnomeapplets/files/patch-ag @@ -0,0 +1,7 @@ +--- mixer/docs/es/Makefile.in.orig Wed Mar 28 12:39:07 2001 ++++ mixer/docs/es/Makefile.in Sat Apr 7 22:51:25 2001 +@@ -159,3 +159,3 @@ + applet = mixer +-lang = es ++lang = es + sgml_ents = $(applet).sgml diff --git a/x11/gnomeapplets/pkg-plist b/x11/gnomeapplets/pkg-plist index fe278a0f4a33..c607f4924f67 100644 --- a/x11/gnomeapplets/pkg-plist +++ b/x11/gnomeapplets/pkg-plist @@ -182,10 +182,28 @@ share/gnome/clockmail/classic/clockmaildata share/gnome/clockmail/classic/digmed.png share/gnome/clockmail/classic/mailpics.png share/gnome/clockmail/clock-analog/back.png +share/gnome/clockmail/clock-analog/back_small.png +share/gnome/clockmail/clock-analog/back_tiny.png share/gnome/clockmail/clock-analog/clockmaildata share/gnome/clockmail/clock-analog/hour_hand.png +share/gnome/clockmail/clock-analog/hour_hand_small.png +share/gnome/clockmail/clock-analog/hour_hand_tiny.png share/gnome/clockmail/clock-analog/minute_hand.png +share/gnome/clockmail/clock-analog/minute_hand_small.png +share/gnome/clockmail/clock-analog/minute_hand_tiny.png share/gnome/clockmail/clock-analog/second_hand.png +share/gnome/clockmail/clock-analog/second_hand_small.png +share/gnome/clockmail/clock-analog/second_hand_tiny.png +share/gnome/clockmail/clock-digital-black/bback.png +share/gnome/clockmail/clock-digital-black/bback_sm.png +share/gnome/clockmail/clock-digital-black/bdigits.png +share/gnome/clockmail/clock-digital-black/bdigits_sm.png +share/gnome/clockmail/clock-digital-black/clockmaildata +share/gnome/clockmail/clock-digital-red/back.png +share/gnome/clockmail/clock-digital-red/back_sm.png +share/gnome/clockmail/clock-digital-red/clockmaildata +share/gnome/clockmail/clock-digital-red/digits.png +share/gnome/clockmail/clock-digital-red/digits_sm.png share/gnome/clockmail/clock-odometer/back_h.png share/gnome/clockmail/clock-odometer/back_tiny_h.png share/gnome/clockmail/clock-odometer/back_tiny_v.png @@ -218,6 +236,22 @@ share/gnome/clockmail/mailcounter/backgrnd.png share/gnome/clockmail/mailcounter/clockmaildata share/gnome/clockmail/mailcounter/digmed.png share/gnome/clockmail/mailcounter/mailpics.png +share/gnome/clockmail/nice_clock/back.png +share/gnome/clockmail/nice_clock/back_tiny.png +share/gnome/clockmail/nice_clock/clockmaildata +share/gnome/clockmail/nice_clock/hour_hand.png +share/gnome/clockmail/nice_clock/hour_hand_tiny.png +share/gnome/clockmail/nice_clock/minute_hand.png +share/gnome/clockmail/nice_clock/minute_hand_tiny.png +share/gnome/clockmail/nice_clock/second_hand.png +share/gnome/clockmail/nice_clock/second_hand_tiny.png +share/gnome/clockmail/nice_mailcount/back.png +share/gnome/clockmail/nice_mailcount/back_h.png +share/gnome/clockmail/nice_mailcount/button.png +share/gnome/clockmail/nice_mailcount/button_h.png +share/gnome/clockmail/nice_mailcount/clockmaildata +share/gnome/clockmail/nice_mailcount/digit.png +share/gnome/clockmail/nice_mailcount/light.png share/gnome/clockmail/odometer/backgrnd.png share/gnome/clockmail/odometer/clockmaildata share/gnome/clockmail/odometer/diglrg.png @@ -247,657 +281,1545 @@ share/gnome/geyes/Default/config share/gnome/geyes/Horrid/config share/gnome/geyes/Horrid/horrid_eye.png share/gnome/geyes/Horrid/horrid_pupil.png +share/gnome/gkb/AM_Armenian.keyprop +share/gnome/gkb/AZ_Azerbaidjani_Turkic.keyprop +share/gnome/gkb/Armenian.keyprop +share/gnome/gkb/BE_Dutch.keyprop +share/gnome/gkb/BG_Bulgarian.keyprop +share/gnome/gkb/BG_Bulgarian_x.keyprop +share/gnome/gkb/BR_Portuguese.keyprop +share/gnome/gkb/BR_Portuguese_x.keyprop +share/gnome/gkb/BY_Belarussian.keyprop +share/gnome/gkb/Basque.keyprop +share/gnome/gkb/Belgian.keyprop +share/gnome/gkb/BulgarianCyril.keyprop +share/gnome/gkb/CA_English.keyprop +share/gnome/gkb/CH_German_x.keyprop +share/gnome/gkb/CS_Czech.keyprop +share/gnome/gkb/CZ_Czech_Slovak.keyprop +share/gnome/gkb/CZ_Czech_x.keyprop +share/gnome/gkb/DE_German.keyprop +share/gnome/gkb/DE_German_x.keyprop +share/gnome/gkb/DK_Danish.keyprop +share/gnome/gkb/DK_Danish_x.keyprop +share/gnome/gkb/EE_Estonian.keyprop +share/gnome/gkb/EE_Estonian_x.keyprop +share/gnome/gkb/ES_Spanish.keyprop +share/gnome/gkb/ES_Spanish_x.keyprop +share/gnome/gkb/FI_Finnish.keyprop +share/gnome/gkb/FI_Finnish_x.keyprop +share/gnome/gkb/FR_French.keyprop +share/gnome/gkb/FR_French_x.keyprop +share/gnome/gkb/FrenchCanadian.keyprop +share/gnome/gkb/FrenchCanadian2.keyprop +share/gnome/gkb/FrenchSwiss.keyprop +share/gnome/gkb/GB-102.keyprop +share/gnome/gkb/GB.keyprop +share/gnome/gkb/GB_English.keyprop +share/gnome/gkb/GB_English_x.keyprop +share/gnome/gkb/GE_Georgian_x.keyprop +share/gnome/gkb/GR_Greek.keyprop +share/gnome/gkb/GR_Greek_x.keyprop +share/gnome/gkb/GeorgianLatin.keyprop +share/gnome/gkb/GeorgianRussian.keyprop +share/gnome/gkb/German.keyprop +share/gnome/gkb/GermanSwiss.keyprop +share/gnome/gkb/HU_Hungarian.keyprop +share/gnome/gkb/Hungarian-101.keyprop +share/gnome/gkb/Hungarian-lat1.keyprop +share/gnome/gkb/Hungarian-sun.keyprop +share/gnome/gkb/Hungarian.keyprop +share/gnome/gkb/Hungarian101-1.keyprop +share/gnome/gkb/Hungarian101.keyprop +share/gnome/gkb/IL_Hebrew.keyprop +share/gnome/gkb/IL_Hebrew_x.keyprop +share/gnome/gkb/IS_Icelandic.keyprop +share/gnome/gkb/IS_Icelandic_x.keyprop +share/gnome/gkb/IT_Italian.keyprop +share/gnome/gkb/IT_Italian_x.keyprop +share/gnome/gkb/JP_Japanese.keyprop +share/gnome/gkb/JP_Japanese_x.keyprop +share/gnome/gkb/LA_Lao_x.keyprop +share/gnome/gkb/LT_Lithuanian.keyprop +share/gnome/gkb/LT_Lithuanian_x.keyprop +share/gnome/gkb/LT_Prog.keyprop +share/gnome/gkb/LT_Standard.keyprop +share/gnome/gkb/MK_Macedonian.keyprop +share/gnome/gkb/Macedonian.keyprop +share/gnome/gkb/NL_Dutch_x.keyprop +share/gnome/gkb/NO_Norwegian.keyprop +share/gnome/gkb/Norwegian.keyprop +share/gnome/gkb/PL_Polish.keyprop +share/gnome/gkb/PT_Portuguese.keyprop +share/gnome/gkb/PT_Portuguese_x.keyprop +share/gnome/gkb/Polish.keyprop +share/gnome/gkb/PolishDeadkeys.keyprop +share/gnome/gkb/Portugal.keyprop +share/gnome/gkb/PortugalDeadkeys.keyprop +share/gnome/gkb/RO_Romanian.keyprop +share/gnome/gkb/RU_Russian.keyprop +share/gnome/gkb/RU_Russian_x.keyprop +share/gnome/gkb/RussianCyril.keyprop +share/gnome/gkb/SE_Swedish.keyprop +share/gnome/gkb/SI_Slovenian.keyprop +share/gnome/gkb/SR_Dutch.keyprop +share/gnome/gkb/Slovak.keyprop +share/gnome/gkb/Slovene.keyprop +share/gnome/gkb/Swedish.keyprop +share/gnome/gkb/TH_Thai.keyprop +share/gnome/gkb/TH_Thai_x.keyprop +share/gnome/gkb/TR-f.keyprop +share/gnome/gkb/TR-q.keyprop +share/gnome/gkb/TR_Turkish.keyprop +share/gnome/gkb/TR_Turkish_x.keyprop +share/gnome/gkb/Thai.keyprop +share/gnome/gkb/Thai2.keyprop +share/gnome/gkb/UA_Ukrainian.keyprop +share/gnome/gkb/UK.keyprop +share/gnome/gkb/US-101.keyprop +share/gnome/gkb/US-84.keyprop +share/gnome/gkb/US-dec.keyprop +share/gnome/gkb/US-ibm.keyprop +share/gnome/gkb/US-int.keyprop +share/gnome/gkb/US-mac.keyprop +share/gnome/gkb/US-sgi-101.keyprop +share/gnome/gkb/US-sun.keyprop +share/gnome/gkb/US.keyprop +share/gnome/gkb/US_English.keyprop +share/gnome/gkb/US_international.keyprop +share/gnome/gkb/VN_Vietnamese.keyprop +share/gnome/gkb/YU_Serbo-Croatian_x.keyprop +share/gnome/gkb/Yugoslav.keyprop share/gnome/gweather/Locations -share/gnome/help/anotherclock_applet/C/anotherclock-applet.png -share/gnome/help/anotherclock_applet/C/anotherclock-properties.png -share/gnome/help/anotherclock_applet/C/docbook.css +share/gnome/help/anotherclock_applet/C/anotherclock.sgml +share/gnome/help/anotherclock_applet/C/anotherclock_applet.sgml +share/gnome/help/anotherclock_applet/C/figures/anotherclock-applet.png +share/gnome/help/anotherclock_applet/C/figures/anotherclock-properties.png share/gnome/help/anotherclock_applet/C/index.html share/gnome/help/anotherclock_applet/C/ln7.html -share/gnome/help/anotherclock_applet/C/stylesheet-images/caution.png -share/gnome/help/anotherclock_applet/C/stylesheet-images/important.png -share/gnome/help/anotherclock_applet/C/stylesheet-images/note.png -share/gnome/help/anotherclock_applet/C/stylesheet-images/tip.png -share/gnome/help/anotherclock_applet/C/stylesheet-images/warning.png -share/gnome/help/anotherclock_applet/it/anotherclock-applet.png -share/gnome/help/anotherclock_applet/it/docbook.css +share/gnome/help/anotherclock_applet/C/stylesheet-images/caution.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/home.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/important.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/next.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/note.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/prev.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/tip.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/up.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/warning.gif +share/gnome/help/anotherclock_applet/C/topic.dat +share/gnome/help/anotherclock_applet/it/anotherclock.sgml +share/gnome/help/anotherclock_applet/it/anotherclock_applet.sgml +share/gnome/help/anotherclock_applet/it/figures/anotherclock-applet.png share/gnome/help/anotherclock_applet/it/index.html share/gnome/help/anotherclock_applet/it/ln7.html -share/gnome/help/anotherclock_applet/it/stylesheet-images/caution.png -share/gnome/help/anotherclock_applet/it/stylesheet-images/important.png -share/gnome/help/anotherclock_applet/it/stylesheet-images/note.png -share/gnome/help/anotherclock_applet/it/stylesheet-images/tip.png -share/gnome/help/anotherclock_applet/it/stylesheet-images/warning.png -share/gnome/help/asclock_applet/C/asclock_applet.png -share/gnome/help/asclock_applet/C/asclock_settings.png -share/gnome/help/asclock_applet/C/docbook.css +share/gnome/help/anotherclock_applet/it/stylesheet-images/caution.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/home.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/important.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/next.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/note.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/prev.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/tip.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/up.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/warning.gif +share/gnome/help/anotherclock_applet/it/topic.dat +share/gnome/help/anotherclock_applet/uk/anotherclock.sgml +share/gnome/help/anotherclock_applet/uk/anotherclock_applet.sgml +share/gnome/help/anotherclock_applet/uk/figures/anotherclock-applet.png +share/gnome/help/anotherclock_applet/uk/figures/anotherclock-properties.png +share/gnome/help/anotherclock_applet/uk/index.html +share/gnome/help/anotherclock_applet/uk/ln7.html +share/gnome/help/anotherclock_applet/uk/stylesheet-images/caution.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/home.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/important.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/next.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/note.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/prev.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/tip.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/toc-blank.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/toc-minus.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/toc-plus.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/up.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/warning.gif +share/gnome/help/anotherclock_applet/uk/topic.dat +share/gnome/help/asclock_applet/C/asclock.sgml +share/gnome/help/asclock_applet/C/asclock_applet.sgml +share/gnome/help/asclock_applet/C/figures/asclock_applet.png +share/gnome/help/asclock_applet/C/figures/asclock_settings.png share/gnome/help/asclock_applet/C/index.html share/gnome/help/asclock_applet/C/ln7.html -share/gnome/help/asclock_applet/C/stylesheet-images/caution.png -share/gnome/help/asclock_applet/C/stylesheet-images/important.png -share/gnome/help/asclock_applet/C/stylesheet-images/note.png -share/gnome/help/asclock_applet/C/stylesheet-images/tip.png -share/gnome/help/asclock_applet/C/stylesheet-images/warning.png -share/gnome/help/asclock_applet/it/docbook.css +share/gnome/help/asclock_applet/C/stylesheet-images/caution.gif +share/gnome/help/asclock_applet/C/stylesheet-images/home.gif +share/gnome/help/asclock_applet/C/stylesheet-images/important.gif +share/gnome/help/asclock_applet/C/stylesheet-images/next.gif +share/gnome/help/asclock_applet/C/stylesheet-images/note.gif +share/gnome/help/asclock_applet/C/stylesheet-images/prev.gif +share/gnome/help/asclock_applet/C/stylesheet-images/tip.gif +share/gnome/help/asclock_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/asclock_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/asclock_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/asclock_applet/C/stylesheet-images/up.gif +share/gnome/help/asclock_applet/C/stylesheet-images/warning.gif +share/gnome/help/asclock_applet/C/topic.dat +share/gnome/help/asclock_applet/it/asclock.sgml +share/gnome/help/asclock_applet/it/asclock_applet.sgml share/gnome/help/asclock_applet/it/index.html share/gnome/help/asclock_applet/it/ln11.html -share/gnome/help/asclock_applet/it/stylesheet-images/caution.png -share/gnome/help/asclock_applet/it/stylesheet-images/important.png -share/gnome/help/asclock_applet/it/stylesheet-images/note.png -share/gnome/help/asclock_applet/it/stylesheet-images/tip.png -share/gnome/help/asclock_applet/it/stylesheet-images/warning.png -share/gnome/help/battery_applet/C/battery-applet-ac-offline-25-20.png -share/gnome/help/battery_applet/C/battery-applet-ac-online-25-20.png -share/gnome/help/battery_applet/C/battery-applet-graph.png -share/gnome/help/battery_applet/C/battery-applet-properties-general.png -share/gnome/help/battery_applet/C/battery-applet-properties-graph.png -share/gnome/help/battery_applet/C/battery-applet-properties-messages.png -share/gnome/help/battery_applet/C/battery-applet-properties-readout.png -share/gnome/help/battery_applet/C/docbook.css +share/gnome/help/asclock_applet/it/stylesheet-images/caution.gif +share/gnome/help/asclock_applet/it/stylesheet-images/home.gif +share/gnome/help/asclock_applet/it/stylesheet-images/important.gif +share/gnome/help/asclock_applet/it/stylesheet-images/next.gif +share/gnome/help/asclock_applet/it/stylesheet-images/note.gif +share/gnome/help/asclock_applet/it/stylesheet-images/prev.gif +share/gnome/help/asclock_applet/it/stylesheet-images/tip.gif +share/gnome/help/asclock_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/asclock_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/asclock_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/asclock_applet/it/stylesheet-images/up.gif +share/gnome/help/asclock_applet/it/stylesheet-images/warning.gif +share/gnome/help/asclock_applet/it/topic.dat +share/gnome/help/asclock_applet/ja/asclock.sgml +share/gnome/help/asclock_applet/ja/asclock_applet.sgml +share/gnome/help/asclock_applet/ja/docbook.css +share/gnome/help/asclock_applet/ja/figures/asclock_applet.png +share/gnome/help/asclock_applet/ja/figures/asclock_settings.png +share/gnome/help/asclock_applet/ja/index.html +share/gnome/help/asclock_applet/ja/ln10.html +share/gnome/help/asclock_applet/ja/stylesheet-images/caution.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/home.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/important.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/next.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/note.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/prev.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/tip.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/up.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/warning.gif +share/gnome/help/asclock_applet/ja/topic.dat +share/gnome/help/battery_applet/C/battery.sgml +share/gnome/help/battery_applet/C/battery_applet.sgml +share/gnome/help/battery_applet/C/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/battery_applet/C/figures/battery-applet-ac-online-25-20.png +share/gnome/help/battery_applet/C/figures/battery-applet-graph.png +share/gnome/help/battery_applet/C/figures/battery-applet-properties-general.png +share/gnome/help/battery_applet/C/figures/battery-applet-properties-graph.png +share/gnome/help/battery_applet/C/figures/battery-applet-properties-messages.png +share/gnome/help/battery_applet/C/figures/battery-applet-properties-readout.png share/gnome/help/battery_applet/C/index.html share/gnome/help/battery_applet/C/ln7.html -share/gnome/help/battery_applet/C/stylesheet-images/caution.png -share/gnome/help/battery_applet/C/stylesheet-images/important.png -share/gnome/help/battery_applet/C/stylesheet-images/note.png -share/gnome/help/battery_applet/C/stylesheet-images/tip.png -share/gnome/help/battery_applet/C/stylesheet-images/warning.png -share/gnome/help/battery_applet/it/battery-applet-ac-offline-25-20.png -share/gnome/help/battery_applet/it/battery-applet-ac-online-25-20.png -share/gnome/help/battery_applet/it/battery-applet-graph.png -share/gnome/help/battery_applet/it/battery-applet-properties-general.png -share/gnome/help/battery_applet/it/battery-applet-properties-graph.png -share/gnome/help/battery_applet/it/battery-applet-properties-messages.png -share/gnome/help/battery_applet/it/battery-applet-properties-readout.png -share/gnome/help/battery_applet/it/docbook.css +share/gnome/help/battery_applet/C/stylesheet-images/caution.gif +share/gnome/help/battery_applet/C/stylesheet-images/home.gif +share/gnome/help/battery_applet/C/stylesheet-images/important.gif +share/gnome/help/battery_applet/C/stylesheet-images/next.gif +share/gnome/help/battery_applet/C/stylesheet-images/note.gif +share/gnome/help/battery_applet/C/stylesheet-images/prev.gif +share/gnome/help/battery_applet/C/stylesheet-images/tip.gif +share/gnome/help/battery_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/battery_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/battery_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/battery_applet/C/stylesheet-images/up.gif +share/gnome/help/battery_applet/C/stylesheet-images/warning.gif +share/gnome/help/battery_applet/C/topic.dat +share/gnome/help/battery_applet/it/battery.sgml +share/gnome/help/battery_applet/it/battery_applet.sgml +share/gnome/help/battery_applet/it/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/battery_applet/it/figures/battery-applet-ac-online-25-20.png +share/gnome/help/battery_applet/it/figures/battery-applet-graph.png +share/gnome/help/battery_applet/it/figures/battery-applet-properties-general.png +share/gnome/help/battery_applet/it/figures/battery-applet-properties-graph.png +share/gnome/help/battery_applet/it/figures/battery-applet-properties-messages.png +share/gnome/help/battery_applet/it/figures/battery-applet-properties-readout.png share/gnome/help/battery_applet/it/index.html share/gnome/help/battery_applet/it/ln11.html -share/gnome/help/battery_applet/it/stylesheet-images/caution.png -share/gnome/help/battery_applet/it/stylesheet-images/important.png -share/gnome/help/battery_applet/it/stylesheet-images/note.png -share/gnome/help/battery_applet/it/stylesheet-images/tip.png -share/gnome/help/battery_applet/it/stylesheet-images/warning.png -share/gnome/help/cdplayer_applet/C/cdplayer_applet.png -share/gnome/help/cdplayer_applet/C/docbook.css +share/gnome/help/battery_applet/it/stylesheet-images/caution.gif +share/gnome/help/battery_applet/it/stylesheet-images/home.gif +share/gnome/help/battery_applet/it/stylesheet-images/important.gif +share/gnome/help/battery_applet/it/stylesheet-images/next.gif +share/gnome/help/battery_applet/it/stylesheet-images/note.gif +share/gnome/help/battery_applet/it/stylesheet-images/prev.gif +share/gnome/help/battery_applet/it/stylesheet-images/tip.gif +share/gnome/help/battery_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/battery_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/battery_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/battery_applet/it/stylesheet-images/up.gif +share/gnome/help/battery_applet/it/stylesheet-images/warning.gif +share/gnome/help/battery_applet/it/topic.dat +share/gnome/help/battery_applet/ja/battery.sgml +share/gnome/help/battery_applet/ja/battery_applet.sgml +share/gnome/help/battery_applet/ja/docbook.css +share/gnome/help/battery_applet/ja/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/battery_applet/ja/figures/battery-applet-ac-online-25-20.png +share/gnome/help/battery_applet/ja/figures/battery-applet-graph.png +share/gnome/help/battery_applet/ja/figures/battery-applet-properties-general.png +share/gnome/help/battery_applet/ja/figures/battery-applet-properties-graph.png +share/gnome/help/battery_applet/ja/figures/battery-applet-properties-messages.png +share/gnome/help/battery_applet/ja/figures/battery-applet-properties-readout.png +share/gnome/help/battery_applet/ja/index.html +share/gnome/help/battery_applet/ja/ln10.html +share/gnome/help/battery_applet/ja/stylesheet-images/caution.gif +share/gnome/help/battery_applet/ja/stylesheet-images/home.gif +share/gnome/help/battery_applet/ja/stylesheet-images/important.gif +share/gnome/help/battery_applet/ja/stylesheet-images/next.gif +share/gnome/help/battery_applet/ja/stylesheet-images/note.gif +share/gnome/help/battery_applet/ja/stylesheet-images/prev.gif +share/gnome/help/battery_applet/ja/stylesheet-images/tip.gif +share/gnome/help/battery_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/battery_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/battery_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/battery_applet/ja/stylesheet-images/up.gif +share/gnome/help/battery_applet/ja/stylesheet-images/warning.gif +share/gnome/help/battery_applet/ja/topic.dat +share/gnome/help/cdplayer_applet/C/cdplayer.sgml +share/gnome/help/cdplayer_applet/C/cdplayer_applet.sgml +share/gnome/help/cdplayer_applet/C/figures/cdplayer_applet.png share/gnome/help/cdplayer_applet/C/index.html share/gnome/help/cdplayer_applet/C/ln7.html -share/gnome/help/cdplayer_applet/C/stylesheet-images/caution.png -share/gnome/help/cdplayer_applet/C/stylesheet-images/important.png -share/gnome/help/cdplayer_applet/C/stylesheet-images/note.png -share/gnome/help/cdplayer_applet/C/stylesheet-images/tip.png -share/gnome/help/cdplayer_applet/C/stylesheet-images/warning.png -share/gnome/help/cdplayer_applet/it/cdplayer_applet.png -share/gnome/help/cdplayer_applet/it/docbook.css +share/gnome/help/cdplayer_applet/C/stylesheet-images/caution.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/home.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/important.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/next.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/note.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/prev.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/tip.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/up.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/warning.gif +share/gnome/help/cdplayer_applet/C/topic.dat +share/gnome/help/cdplayer_applet/it/cdplayer.sgml +share/gnome/help/cdplayer_applet/it/cdplayer_applet.sgml +share/gnome/help/cdplayer_applet/it/figures/cdplayer_applet.png share/gnome/help/cdplayer_applet/it/index.html share/gnome/help/cdplayer_applet/it/ln10.html -share/gnome/help/cdplayer_applet/it/stylesheet-images/caution.png -share/gnome/help/cdplayer_applet/it/stylesheet-images/important.png -share/gnome/help/cdplayer_applet/it/stylesheet-images/note.png -share/gnome/help/cdplayer_applet/it/stylesheet-images/tip.png -share/gnome/help/cdplayer_applet/it/stylesheet-images/warning.png -share/gnome/help/charpick_applet/C/charpick_applet.png -share/gnome/help/charpick_applet/C/charpick_applet_settings.png -share/gnome/help/charpick_applet/C/charpick_characters.png -share/gnome/help/charpick_applet/C/docbook.css +share/gnome/help/cdplayer_applet/it/stylesheet-images/caution.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/home.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/important.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/next.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/note.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/prev.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/tip.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/up.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/warning.gif +share/gnome/help/cdplayer_applet/ja/cdplayer.sgml +share/gnome/help/cdplayer_applet/ja/cdplayer_applet.sgml +share/gnome/help/cdplayer_applet/ja/docbook.css +share/gnome/help/cdplayer_applet/ja/figures/cdplayer_applet.png +share/gnome/help/cdplayer_applet/ja/index.html +share/gnome/help/cdplayer_applet/ja/ln10.html +share/gnome/help/cdplayer_applet/ja/stylesheet-images/caution.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/home.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/important.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/next.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/note.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/prev.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/tip.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/up.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/warning.gif +share/gnome/help/cdplayer_applet/ja/topic.dat +share/gnome/help/charpick_applet/C/charpick.sgml +share/gnome/help/charpick_applet/C/charpick_applet.sgml +share/gnome/help/charpick_applet/C/figures/charpick_applet.png +share/gnome/help/charpick_applet/C/figures/charpick_applet_settings.png +share/gnome/help/charpick_applet/C/figures/charpick_characters.png share/gnome/help/charpick_applet/C/index.html share/gnome/help/charpick_applet/C/ln7.html -share/gnome/help/charpick_applet/C/stylesheet-images/caution.png -share/gnome/help/charpick_applet/C/stylesheet-images/important.png -share/gnome/help/charpick_applet/C/stylesheet-images/note.png -share/gnome/help/charpick_applet/C/stylesheet-images/tip.png -share/gnome/help/charpick_applet/C/stylesheet-images/warning.png -share/gnome/help/charpick_applet/it/charpick_applet.png -share/gnome/help/charpick_applet/it/charpick_applet_settings.png -share/gnome/help/charpick_applet/it/charpick_characters.png -share/gnome/help/charpick_applet/it/docbook.css +share/gnome/help/charpick_applet/C/stylesheet-images/caution.gif +share/gnome/help/charpick_applet/C/stylesheet-images/home.gif +share/gnome/help/charpick_applet/C/stylesheet-images/important.gif +share/gnome/help/charpick_applet/C/stylesheet-images/next.gif +share/gnome/help/charpick_applet/C/stylesheet-images/note.gif +share/gnome/help/charpick_applet/C/stylesheet-images/prev.gif +share/gnome/help/charpick_applet/C/stylesheet-images/tip.gif +share/gnome/help/charpick_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/charpick_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/charpick_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/charpick_applet/C/stylesheet-images/up.gif +share/gnome/help/charpick_applet/C/stylesheet-images/warning.gif +share/gnome/help/charpick_applet/C/topic.dat +share/gnome/help/charpick_applet/it/charpick.sgml +share/gnome/help/charpick_applet/it/charpick_applet.sgml +share/gnome/help/charpick_applet/it/figures/charpick_applet.png +share/gnome/help/charpick_applet/it/figures/charpick_applet_settings.png +share/gnome/help/charpick_applet/it/figures/charpick_characters.png share/gnome/help/charpick_applet/it/index.html share/gnome/help/charpick_applet/it/ln10.html -share/gnome/help/charpick_applet/it/stylesheet-images/caution.png -share/gnome/help/charpick_applet/it/stylesheet-images/important.png -share/gnome/help/charpick_applet/it/stylesheet-images/note.png -share/gnome/help/charpick_applet/it/stylesheet-images/tip.png -share/gnome/help/charpick_applet/it/stylesheet-images/warning.png -share/gnome/help/clockmail_applet/C/clockmail-prefs-general.png -share/gnome/help/clockmail_applet/C/clockmail-prefs-theme.png -share/gnome/help/clockmail_applet/C/clockmail_applet.png -share/gnome/help/clockmail_applet/C/docbook.css +share/gnome/help/charpick_applet/it/stylesheet-images/caution.gif +share/gnome/help/charpick_applet/it/stylesheet-images/home.gif +share/gnome/help/charpick_applet/it/stylesheet-images/important.gif +share/gnome/help/charpick_applet/it/stylesheet-images/next.gif +share/gnome/help/charpick_applet/it/stylesheet-images/note.gif +share/gnome/help/charpick_applet/it/stylesheet-images/prev.gif +share/gnome/help/charpick_applet/it/stylesheet-images/tip.gif +share/gnome/help/charpick_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/charpick_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/charpick_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/charpick_applet/it/stylesheet-images/up.gif +share/gnome/help/charpick_applet/it/stylesheet-images/warning.gif +share/gnome/help/charpick_applet/it/topic.dat +share/gnome/help/charpick_applet/ja/charpick.sgml +share/gnome/help/charpick_applet/ja/charpick_applet.sgml +share/gnome/help/charpick_applet/ja/docbook.css +share/gnome/help/charpick_applet/ja/figures/charpick_applet.png +share/gnome/help/charpick_applet/ja/figures/charpick_applet_settings.png +share/gnome/help/charpick_applet/ja/figures/charpick_characters.png +share/gnome/help/charpick_applet/ja/index.html +share/gnome/help/charpick_applet/ja/ln10.html +share/gnome/help/charpick_applet/ja/stylesheet-images/caution.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/home.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/important.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/next.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/note.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/prev.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/tip.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/up.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/warning.gif +share/gnome/help/charpick_applet/ja/topic.dat +share/gnome/help/clockmail_applet/C/clockmail.sgml +share/gnome/help/clockmail_applet/C/clockmail_applet.sgml +share/gnome/help/clockmail_applet/C/figures/clockmail-prefs-general.png +share/gnome/help/clockmail_applet/C/figures/clockmail-prefs-theme.png +share/gnome/help/clockmail_applet/C/figures/clockmail_applet.png share/gnome/help/clockmail_applet/C/index.html share/gnome/help/clockmail_applet/C/ln7.html -share/gnome/help/clockmail_applet/C/stylesheet-images/caution.png -share/gnome/help/clockmail_applet/C/stylesheet-images/important.png -share/gnome/help/clockmail_applet/C/stylesheet-images/note.png -share/gnome/help/clockmail_applet/C/stylesheet-images/tip.png -share/gnome/help/clockmail_applet/C/stylesheet-images/warning.png -share/gnome/help/clockmail_applet/it/docbook.css +share/gnome/help/clockmail_applet/C/stylesheet-images/caution.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/home.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/important.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/next.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/note.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/prev.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/tip.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/up.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/warning.gif +share/gnome/help/clockmail_applet/C/topic.dat +share/gnome/help/clockmail_applet/it/clockmail.sgml +share/gnome/help/clockmail_applet/it/clockmail_applet.sgml share/gnome/help/clockmail_applet/it/index.html share/gnome/help/clockmail_applet/it/ln11.html -share/gnome/help/clockmail_applet/it/stylesheet-images/caution.png -share/gnome/help/clockmail_applet/it/stylesheet-images/important.png -share/gnome/help/clockmail_applet/it/stylesheet-images/note.png -share/gnome/help/clockmail_applet/it/stylesheet-images/tip.png -share/gnome/help/clockmail_applet/it/stylesheet-images/warning.png -share/gnome/help/cpuload_applet/C/cpuload-applet-default.png -share/gnome/help/cpuload_applet/C/cpuload-applet-greyed.png -share/gnome/help/cpuload_applet/C/cpuload-applet-properties.png -share/gnome/help/cpuload_applet/C/cpuload-applet.png -share/gnome/help/cpuload_applet/C/docbook.css +share/gnome/help/clockmail_applet/it/stylesheet-images/caution.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/home.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/important.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/next.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/note.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/prev.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/tip.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/up.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/warning.gif +share/gnome/help/clockmail_applet/it/topic.dat +share/gnome/help/clockmail_applet/ja/clockmail.sgml +share/gnome/help/clockmail_applet/ja/clockmail_applet.sgml +share/gnome/help/clockmail_applet/ja/docbook.css +share/gnome/help/clockmail_applet/ja/figures/clockmail-prefs-general.png +share/gnome/help/clockmail_applet/ja/figures/clockmail-prefs-theme.png +share/gnome/help/clockmail_applet/ja/figures/clockmail_applet.png +share/gnome/help/clockmail_applet/ja/index.html +share/gnome/help/clockmail_applet/ja/ln10.html +share/gnome/help/clockmail_applet/ja/stylesheet-images/caution.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/home.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/important.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/next.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/note.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/prev.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/tip.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/up.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/warning.gif +share/gnome/help/clockmail_applet/ja/topic.dat +share/gnome/help/cpuload_applet/C/cpuload.sgml +share/gnome/help/cpuload_applet/C/cpuload_applet.sgml +share/gnome/help/cpuload_applet/C/figures/cpuload-applet-default.png +share/gnome/help/cpuload_applet/C/figures/cpuload-applet-greyed.png +share/gnome/help/cpuload_applet/C/figures/cpuload-applet-properties.png +share/gnome/help/cpuload_applet/C/figures/cpuload-applet.png share/gnome/help/cpuload_applet/C/index.html share/gnome/help/cpuload_applet/C/ln7.html -share/gnome/help/cpuload_applet/C/stylesheet-images/caution.png -share/gnome/help/cpuload_applet/C/stylesheet-images/important.png -share/gnome/help/cpuload_applet/C/stylesheet-images/note.png -share/gnome/help/cpuload_applet/C/stylesheet-images/tip.png -share/gnome/help/cpuload_applet/C/stylesheet-images/warning.png -share/gnome/help/cpuload_applet/it/cpuload-applet-default.png -share/gnome/help/cpuload_applet/it/cpuload-applet-greyed.png -share/gnome/help/cpuload_applet/it/cpuload-applet-properties.png -share/gnome/help/cpuload_applet/it/cpuload-applet.png -share/gnome/help/cpuload_applet/it/docbook.css +share/gnome/help/cpuload_applet/C/stylesheet-images/caution.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/home.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/important.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/next.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/note.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/prev.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/tip.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/up.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/warning.gif +share/gnome/help/cpuload_applet/C/topic.dat +share/gnome/help/cpuload_applet/it/cpuload.sgml +share/gnome/help/cpuload_applet/it/cpuload_applet.sgml +share/gnome/help/cpuload_applet/it/figures/cpuload-applet-default.png +share/gnome/help/cpuload_applet/it/figures/cpuload-applet-greyed.png +share/gnome/help/cpuload_applet/it/figures/cpuload-applet-properties.png +share/gnome/help/cpuload_applet/it/figures/cpuload-applet.png share/gnome/help/cpuload_applet/it/index.html share/gnome/help/cpuload_applet/it/ln7.html -share/gnome/help/cpuload_applet/it/stylesheet-images/caution.png -share/gnome/help/cpuload_applet/it/stylesheet-images/important.png -share/gnome/help/cpuload_applet/it/stylesheet-images/note.png -share/gnome/help/cpuload_applet/it/stylesheet-images/tip.png -share/gnome/help/cpuload_applet/it/stylesheet-images/warning.png -share/gnome/help/cpumemusage_applet/C/cpumemusage-applet.png -share/gnome/help/cpumemusage_applet/C/docbook.css +share/gnome/help/cpuload_applet/it/stylesheet-images/caution.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/home.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/important.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/next.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/note.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/prev.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/tip.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/up.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/warning.gif +share/gnome/help/cpuload_applet/it/topic.dat +share/gnome/help/cpumemusage_applet/C/cpumemusage.sgml +share/gnome/help/cpumemusage_applet/C/cpumemusage_applet.sgml +share/gnome/help/cpumemusage_applet/C/figures/cpumemusage-applet.png share/gnome/help/cpumemusage_applet/C/index.html share/gnome/help/cpumemusage_applet/C/ln17.html -share/gnome/help/cpumemusage_applet/C/stylesheet-images/caution.png -share/gnome/help/cpumemusage_applet/C/stylesheet-images/important.png -share/gnome/help/cpumemusage_applet/C/stylesheet-images/note.png -share/gnome/help/cpumemusage_applet/C/stylesheet-images/tip.png -share/gnome/help/cpumemusage_applet/C/stylesheet-images/warning.png -share/gnome/help/cpumemusage_applet/it/cpumemusage-applet.png -share/gnome/help/cpumemusage_applet/it/docbook.css +share/gnome/help/cpumemusage_applet/C/stylesheet-images/caution.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/home.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/important.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/next.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/note.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/prev.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/tip.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/up.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/warning.gif +share/gnome/help/cpumemusage_applet/C/topic.dat +share/gnome/help/cpumemusage_applet/it/cpumemusage.sgml +share/gnome/help/cpumemusage_applet/it/cpumemusage_applet.sgml +share/gnome/help/cpumemusage_applet/it/figures/cpumemusage-applet.png share/gnome/help/cpumemusage_applet/it/index.html share/gnome/help/cpumemusage_applet/it/ln17.html -share/gnome/help/cpumemusage_applet/it/stylesheet-images/caution.png -share/gnome/help/cpumemusage_applet/it/stylesheet-images/important.png -share/gnome/help/cpumemusage_applet/it/stylesheet-images/note.png -share/gnome/help/cpumemusage_applet/it/stylesheet-images/tip.png -share/gnome/help/cpumemusage_applet/it/stylesheet-images/warning.png -share/gnome/help/diskusage_applet/C/diskusage-applet-prefs.png -share/gnome/help/diskusage_applet/C/diskusage-applet.png -share/gnome/help/diskusage_applet/C/docbook.css +share/gnome/help/cpumemusage_applet/it/stylesheet-images/caution.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/home.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/important.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/next.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/note.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/prev.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/tip.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/up.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/warning.gif +share/gnome/help/cpumemusage_applet/it/topic.dat +share/gnome/help/cpumemusage_applet/ja/cpumemusage.sgml +share/gnome/help/cpumemusage_applet/ja/cpumemusage_applet.sgml +share/gnome/help/cpumemusage_applet/ja/docbook.css +share/gnome/help/cpumemusage_applet/ja/figures/cpumemusage-applet.png +share/gnome/help/cpumemusage_applet/ja/index.html +share/gnome/help/cpumemusage_applet/ja/ln20.html +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/caution.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/home.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/important.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/next.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/note.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/prev.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/tip.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/up.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/warning.gif +share/gnome/help/cpumemusage_applet/ja/topic.dat +share/gnome/help/diskusage_applet/C/diskusage.sgml +share/gnome/help/diskusage_applet/C/diskusage_applet.sgml +share/gnome/help/diskusage_applet/C/figures/diskusage-applet-prefs.png +share/gnome/help/diskusage_applet/C/figures/diskusage-applet.png share/gnome/help/diskusage_applet/C/index.html share/gnome/help/diskusage_applet/C/ln7.html -share/gnome/help/diskusage_applet/C/stylesheet-images/caution.png -share/gnome/help/diskusage_applet/C/stylesheet-images/important.png -share/gnome/help/diskusage_applet/C/stylesheet-images/note.png -share/gnome/help/diskusage_applet/C/stylesheet-images/tip.png -share/gnome/help/diskusage_applet/C/stylesheet-images/warning.png -share/gnome/help/diskusage_applet/it/diskusage-applet-prefs.png -share/gnome/help/diskusage_applet/it/diskusage-applet.png -share/gnome/help/diskusage_applet/it/docbook.css +share/gnome/help/diskusage_applet/C/stylesheet-images/caution.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/home.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/important.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/next.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/note.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/prev.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/tip.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/up.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/warning.gif +share/gnome/help/diskusage_applet/C/topic.dat +share/gnome/help/diskusage_applet/it/diskusage.sgml +share/gnome/help/diskusage_applet/it/diskusage_applet.sgml +share/gnome/help/diskusage_applet/it/figures/diskusage-applet-prefs.png +share/gnome/help/diskusage_applet/it/figures/diskusage-applet.png share/gnome/help/diskusage_applet/it/index.html share/gnome/help/diskusage_applet/it/ln10.html -share/gnome/help/diskusage_applet/it/stylesheet-images/caution.png -share/gnome/help/diskusage_applet/it/stylesheet-images/important.png -share/gnome/help/diskusage_applet/it/stylesheet-images/note.png -share/gnome/help/diskusage_applet/it/stylesheet-images/tip.png -share/gnome/help/diskusage_applet/it/stylesheet-images/warning.png -share/gnome/help/drivemount_applet/C/docbook.css -share/gnome/help/drivemount_applet/C/drivemount_applet_all.png -share/gnome/help/drivemount_applet/C/drivemount_applet_floppy.png -share/gnome/help/drivemount_applet/C/drivemount_applet_settings.png -share/gnome/help/drivemount_applet/C/drivemount_applet_tooltip.png +share/gnome/help/diskusage_applet/it/stylesheet-images/caution.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/home.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/important.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/next.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/note.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/prev.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/tip.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/up.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/warning.gif +share/gnome/help/diskusage_applet/it/topic.dat +share/gnome/help/diskusage_applet/ja/diskusage.sgml +share/gnome/help/diskusage_applet/ja/diskusage_applet.sgml +share/gnome/help/diskusage_applet/ja/docbook.css +share/gnome/help/diskusage_applet/ja/figures/diskusage-applet-prefs.png +share/gnome/help/diskusage_applet/ja/figures/diskusage-applet.png +share/gnome/help/diskusage_applet/ja/index.html +share/gnome/help/diskusage_applet/ja/ln10.html +share/gnome/help/diskusage_applet/ja/stylesheet-images/caution.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/home.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/important.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/next.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/note.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/prev.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/tip.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/up.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/warning.gif +share/gnome/help/diskusage_applet/ja/topic.dat +share/gnome/help/drivemount_applet/C/drivemount.sgml +share/gnome/help/drivemount_applet/C/drivemount_applet.sgml +share/gnome/help/drivemount_applet/C/figures/drivemount_applet_all.png +share/gnome/help/drivemount_applet/C/figures/drivemount_applet_floppy.png +share/gnome/help/drivemount_applet/C/figures/drivemount_applet_settings.png +share/gnome/help/drivemount_applet/C/figures/drivemount_applet_tooltip.png share/gnome/help/drivemount_applet/C/index.html share/gnome/help/drivemount_applet/C/ln7.html -share/gnome/help/drivemount_applet/C/stylesheet-images/caution.png -share/gnome/help/drivemount_applet/C/stylesheet-images/important.png -share/gnome/help/drivemount_applet/C/stylesheet-images/note.png -share/gnome/help/drivemount_applet/C/stylesheet-images/tip.png -share/gnome/help/drivemount_applet/C/stylesheet-images/warning.png -share/gnome/help/drivemount_applet/it/docbook.css -share/gnome/help/drivemount_applet/it/drivemount_applet_all.png -share/gnome/help/drivemount_applet/it/drivemount_applet_floppy.png -share/gnome/help/drivemount_applet/it/drivemount_applet_settings.png -share/gnome/help/drivemount_applet/it/drivemount_applet_tooltip.png +share/gnome/help/drivemount_applet/C/stylesheet-images/caution.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/home.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/important.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/next.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/note.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/prev.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/tip.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/up.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/warning.gif +share/gnome/help/drivemount_applet/C/topic.dat +share/gnome/help/drivemount_applet/it/drivemount.sgml +share/gnome/help/drivemount_applet/it/drivemount_applet.sgml +share/gnome/help/drivemount_applet/it/figures/drivemount_applet_all.png +share/gnome/help/drivemount_applet/it/figures/drivemount_applet_floppy.png +share/gnome/help/drivemount_applet/it/figures/drivemount_applet_settings.png +share/gnome/help/drivemount_applet/it/figures/drivemount_applet_tooltip.png share/gnome/help/drivemount_applet/it/index.html share/gnome/help/drivemount_applet/it/ln10.html -share/gnome/help/drivemount_applet/it/stylesheet-images/caution.png -share/gnome/help/drivemount_applet/it/stylesheet-images/important.png -share/gnome/help/drivemount_applet/it/stylesheet-images/note.png -share/gnome/help/drivemount_applet/it/stylesheet-images/tip.png -share/gnome/help/drivemount_applet/it/stylesheet-images/warning.png -share/gnome/help/fifteen_applet/C/docbook.css -share/gnome/help/fifteen_applet/C/fifteen_applet.png +share/gnome/help/drivemount_applet/it/stylesheet-images/caution.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/home.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/important.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/next.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/note.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/prev.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/tip.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/up.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/warning.gif +share/gnome/help/drivemount_applet/it/topic.dat +share/gnome/help/drivemount_applet/ja/docbook.css +share/gnome/help/drivemount_applet/ja/drivemount.sgml +share/gnome/help/drivemount_applet/ja/drivemount_applet.sgml +share/gnome/help/drivemount_applet/ja/figures/drivemount_applet_all.png +share/gnome/help/drivemount_applet/ja/figures/drivemount_applet_floppy.png +share/gnome/help/drivemount_applet/ja/figures/drivemount_applet_settings.png +share/gnome/help/drivemount_applet/ja/figures/drivemount_applet_tooltip.png +share/gnome/help/drivemount_applet/ja/index.html +share/gnome/help/drivemount_applet/ja/ln10.html +share/gnome/help/drivemount_applet/ja/stylesheet-images/caution.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/home.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/important.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/next.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/note.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/prev.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/tip.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/up.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/warning.gif +share/gnome/help/drivemount_applet/ja/topic.dat +share/gnome/help/fifteen_applet/C/fifteen.sgml +share/gnome/help/fifteen_applet/C/fifteen_applet.sgml +share/gnome/help/fifteen_applet/C/figures/fifteen_applet.png share/gnome/help/fifteen_applet/C/index.html share/gnome/help/fifteen_applet/C/ln7.html -share/gnome/help/fifteen_applet/C/stylesheet-images/caution.png -share/gnome/help/fifteen_applet/C/stylesheet-images/important.png -share/gnome/help/fifteen_applet/C/stylesheet-images/note.png -share/gnome/help/fifteen_applet/C/stylesheet-images/tip.png -share/gnome/help/fifteen_applet/C/stylesheet-images/warning.png -share/gnome/help/fifteen_applet/it/docbook.css -share/gnome/help/fifteen_applet/it/fifteen_applet.png +share/gnome/help/fifteen_applet/C/stylesheet-images/caution.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/home.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/important.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/next.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/note.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/prev.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/tip.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/up.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/warning.gif +share/gnome/help/fifteen_applet/C/topic.dat +share/gnome/help/fifteen_applet/it/fifteen.sgml +share/gnome/help/fifteen_applet/it/fifteen_applet.sgml +share/gnome/help/fifteen_applet/it/figures/fifteen_applet.png share/gnome/help/fifteen_applet/it/index.html share/gnome/help/fifteen_applet/it/ln10.html -share/gnome/help/fifteen_applet/it/stylesheet-images/caution.png -share/gnome/help/fifteen_applet/it/stylesheet-images/important.png -share/gnome/help/fifteen_applet/it/stylesheet-images/note.png -share/gnome/help/fifteen_applet/it/stylesheet-images/tip.png -share/gnome/help/fifteen_applet/it/stylesheet-images/warning.png -share/gnome/help/geyes_applet/C/docbook.css -share/gnome/help/geyes_applet/C/geyes_applet.png -share/gnome/help/geyes_applet/C/geyes_settings.png +share/gnome/help/fifteen_applet/it/stylesheet-images/caution.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/home.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/important.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/next.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/note.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/prev.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/tip.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/up.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/warning.gif +share/gnome/help/fifteen_applet/it/topic.dat +share/gnome/help/geyes_applet/C/figures/geyes_applet.png +share/gnome/help/geyes_applet/C/figures/geyes_settings.png +share/gnome/help/geyes_applet/C/geyes.sgml +share/gnome/help/geyes_applet/C/geyes_applet.sgml share/gnome/help/geyes_applet/C/index.html share/gnome/help/geyes_applet/C/ln7.html -share/gnome/help/geyes_applet/C/stylesheet-images/caution.png -share/gnome/help/geyes_applet/C/stylesheet-images/important.png -share/gnome/help/geyes_applet/C/stylesheet-images/note.png -share/gnome/help/geyes_applet/C/stylesheet-images/tip.png -share/gnome/help/geyes_applet/C/stylesheet-images/warning.png -share/gnome/help/geyes_applet/it/docbook.css -share/gnome/help/geyes_applet/it/geyes_applet.png +share/gnome/help/geyes_applet/C/stylesheet-images/caution.gif +share/gnome/help/geyes_applet/C/stylesheet-images/home.gif +share/gnome/help/geyes_applet/C/stylesheet-images/important.gif +share/gnome/help/geyes_applet/C/stylesheet-images/next.gif +share/gnome/help/geyes_applet/C/stylesheet-images/note.gif +share/gnome/help/geyes_applet/C/stylesheet-images/prev.gif +share/gnome/help/geyes_applet/C/stylesheet-images/tip.gif +share/gnome/help/geyes_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/geyes_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/geyes_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/geyes_applet/C/stylesheet-images/up.gif +share/gnome/help/geyes_applet/C/stylesheet-images/warning.gif +share/gnome/help/geyes_applet/C/topic.dat +share/gnome/help/geyes_applet/it/figures/geyes_applet.png +share/gnome/help/geyes_applet/it/geyes.sgml +share/gnome/help/geyes_applet/it/geyes_applet.sgml share/gnome/help/geyes_applet/it/index.html share/gnome/help/geyes_applet/it/ln10.html -share/gnome/help/geyes_applet/it/stylesheet-images/caution.png -share/gnome/help/geyes_applet/it/stylesheet-images/important.png -share/gnome/help/geyes_applet/it/stylesheet-images/note.png -share/gnome/help/geyes_applet/it/stylesheet-images/tip.png -share/gnome/help/geyes_applet/it/stylesheet-images/warning.png -share/gnome/help/gkb_applet/C/docbook.css -share/gnome/help/gkb_applet/C/gkb_applet.png -share/gnome/help/gkb_applet/C/gkb_applet_settings.png +share/gnome/help/geyes_applet/it/stylesheet-images/caution.gif +share/gnome/help/geyes_applet/it/stylesheet-images/home.gif +share/gnome/help/geyes_applet/it/stylesheet-images/important.gif +share/gnome/help/geyes_applet/it/stylesheet-images/next.gif +share/gnome/help/geyes_applet/it/stylesheet-images/note.gif +share/gnome/help/geyes_applet/it/stylesheet-images/prev.gif +share/gnome/help/geyes_applet/it/stylesheet-images/tip.gif +share/gnome/help/geyes_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/geyes_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/geyes_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/geyes_applet/it/stylesheet-images/up.gif +share/gnome/help/geyes_applet/it/stylesheet-images/warning.gif +share/gnome/help/geyes_applet/it/topic.dat +share/gnome/help/gkb_applet/C/figures/gkb_add_list.png +share/gnome/help/gkb_applet/C/figures/gkb_applet.png +share/gnome/help/gkb_applet/C/figures/gkb_applet_settings.png +share/gnome/help/gkb_applet/C/figures/gkb_applet_settings2.png +share/gnome/help/gkb_applet/C/figures/gkb_edit_keymap.png +share/gnome/help/gkb_applet/C/gkb.sgml +share/gnome/help/gkb_applet/C/gkb_applet.sgml share/gnome/help/gkb_applet/C/index.html share/gnome/help/gkb_applet/C/ln7.html -share/gnome/help/gkb_applet/C/stylesheet-images/caution.png -share/gnome/help/gkb_applet/C/stylesheet-images/important.png -share/gnome/help/gkb_applet/C/stylesheet-images/note.png -share/gnome/help/gkb_applet/C/stylesheet-images/tip.png -share/gnome/help/gkb_applet/C/stylesheet-images/warning.png -share/gnome/help/gkb_applet/hu/docbook.css -share/gnome/help/gkb_applet/hu/gkb_applet.png -share/gnome/help/gkb_applet/hu/gkb_applet_settings.png +share/gnome/help/gkb_applet/C/stylesheet-images/caution.gif +share/gnome/help/gkb_applet/C/stylesheet-images/home.gif +share/gnome/help/gkb_applet/C/stylesheet-images/important.gif +share/gnome/help/gkb_applet/C/stylesheet-images/next.gif +share/gnome/help/gkb_applet/C/stylesheet-images/note.gif +share/gnome/help/gkb_applet/C/stylesheet-images/prev.gif +share/gnome/help/gkb_applet/C/stylesheet-images/tip.gif +share/gnome/help/gkb_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/gkb_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/gkb_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/gkb_applet/C/stylesheet-images/up.gif +share/gnome/help/gkb_applet/C/stylesheet-images/warning.gif +share/gnome/help/gkb_applet/C/topic.dat +share/gnome/help/gkb_applet/hu/figures/gkb_applet.png +share/gnome/help/gkb_applet/hu/figures/gkb_applet_settings.png +share/gnome/help/gkb_applet/hu/gkb.sgml +share/gnome/help/gkb_applet/hu/gkb_applet.sgml share/gnome/help/gkb_applet/hu/index.html share/gnome/help/gkb_applet/hu/ln10.html -share/gnome/help/gkb_applet/hu/stylesheet-images/caution.png -share/gnome/help/gkb_applet/hu/stylesheet-images/important.png -share/gnome/help/gkb_applet/hu/stylesheet-images/note.png -share/gnome/help/gkb_applet/hu/stylesheet-images/tip.png -share/gnome/help/gkb_applet/hu/stylesheet-images/warning.png -share/gnome/help/gkb_applet/it/docbook.css +share/gnome/help/gkb_applet/hu/stylesheet-images/caution.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/home.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/important.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/next.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/note.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/prev.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/tip.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/toc-blank.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/toc-minus.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/toc-plus.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/up.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/warning.gif +share/gnome/help/gkb_applet/hu/topic.dat share/gnome/help/gkb_applet/it/gkb_applet.png +share/gnome/help/gkb_applet/it/gkb_applet.sgml share/gnome/help/gkb_applet/it/gkb_applet_settings.png share/gnome/help/gkb_applet/it/index.html share/gnome/help/gkb_applet/it/ln10.html +share/gnome/help/gkb_applet/it/stylesheet-images/caution.gif share/gnome/help/gkb_applet/it/stylesheet-images/caution.png +share/gnome/help/gkb_applet/it/stylesheet-images/home.gif +share/gnome/help/gkb_applet/it/stylesheet-images/important.gif share/gnome/help/gkb_applet/it/stylesheet-images/important.png +share/gnome/help/gkb_applet/it/stylesheet-images/next.gif +share/gnome/help/gkb_applet/it/stylesheet-images/note.gif share/gnome/help/gkb_applet/it/stylesheet-images/note.png +share/gnome/help/gkb_applet/it/stylesheet-images/prev.gif +share/gnome/help/gkb_applet/it/stylesheet-images/tip.gif share/gnome/help/gkb_applet/it/stylesheet-images/tip.png +share/gnome/help/gkb_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/gkb_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/gkb_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/gkb_applet/it/stylesheet-images/up.gif +share/gnome/help/gkb_applet/it/stylesheet-images/warning.gif share/gnome/help/gkb_applet/it/stylesheet-images/warning.png -share/gnome/help/gnotes_applet/C/docbook.css -share/gnome/help/gnotes_applet/C/gnotes-fig.png -share/gnome/help/gnotes_applet/C/gnotes-properties.png +share/gnome/help/gkb_applet/it/topic.dat +share/gnome/help/gnotes_applet/C/figures/gnotes-fig.png +share/gnome/help/gnotes_applet/C/figures/gnotes-properties.png +share/gnome/help/gnotes_applet/C/gnotes.sgml +share/gnome/help/gnotes_applet/C/gnotes_applet.sgml share/gnome/help/gnotes_applet/C/index.html share/gnome/help/gnotes_applet/C/ln7.html -share/gnome/help/gnotes_applet/C/stylesheet-images/caution.png -share/gnome/help/gnotes_applet/C/stylesheet-images/important.png -share/gnome/help/gnotes_applet/C/stylesheet-images/note.png -share/gnome/help/gnotes_applet/C/stylesheet-images/tip.png -share/gnome/help/gnotes_applet/C/stylesheet-images/warning.png -share/gnome/help/gnotes_applet/it/docbook.css -share/gnome/help/gnotes_applet/it/gnotes-fig.png -share/gnome/help/gnotes_applet/it/gnotes-properties.png +share/gnome/help/gnotes_applet/C/stylesheet-images/caution.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/home.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/important.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/next.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/note.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/prev.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/tip.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/up.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/warning.gif +share/gnome/help/gnotes_applet/C/topic.dat +share/gnome/help/gnotes_applet/it/figures/gnotes-fig.png +share/gnome/help/gnotes_applet/it/figures/gnotes-properties.png +share/gnome/help/gnotes_applet/it/gnotes.sgml +share/gnome/help/gnotes_applet/it/gnotes_applet.sgml share/gnome/help/gnotes_applet/it/index.html share/gnome/help/gnotes_applet/it/ln11.html -share/gnome/help/gnotes_applet/it/stylesheet-images/caution.png -share/gnome/help/gnotes_applet/it/stylesheet-images/important.png -share/gnome/help/gnotes_applet/it/stylesheet-images/note.png -share/gnome/help/gnotes_applet/it/stylesheet-images/tip.png -share/gnome/help/gnotes_applet/it/stylesheet-images/warning.png -share/gnome/help/gweather_applet/C/docbook.css -share/gnome/help/gweather_applet/C/gweather_applet.png -share/gnome/help/gweather_applet/C/gweather_settings.png -share/gnome/help/gweather_applet/C/gweather_weather.png +share/gnome/help/gnotes_applet/it/stylesheet-images/caution.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/home.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/important.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/next.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/note.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/prev.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/tip.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/up.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/warning.gif +share/gnome/help/gnotes_applet/it/topic.dat +share/gnome/help/gweather_applet/C/figures/gweather_applet.png +share/gnome/help/gweather_applet/C/figures/gweather_settings.png +share/gnome/help/gweather_applet/C/figures/gweather_weather.png +share/gnome/help/gweather_applet/C/gweather.sgml +share/gnome/help/gweather_applet/C/gweather_applet.sgml share/gnome/help/gweather_applet/C/index.html share/gnome/help/gweather_applet/C/ln7.html -share/gnome/help/gweather_applet/C/stylesheet-images/caution.png -share/gnome/help/gweather_applet/C/stylesheet-images/important.png -share/gnome/help/gweather_applet/C/stylesheet-images/note.png -share/gnome/help/gweather_applet/C/stylesheet-images/tip.png -share/gnome/help/gweather_applet/C/stylesheet-images/warning.png -share/gnome/help/gweather_applet/it/docbook.css -share/gnome/help/gweather_applet/it/gweather_applet.png -share/gnome/help/gweather_applet/it/gweather_settings.png -share/gnome/help/gweather_applet/it/gweather_weather.png +share/gnome/help/gweather_applet/C/stylesheet-images/caution.gif +share/gnome/help/gweather_applet/C/stylesheet-images/home.gif +share/gnome/help/gweather_applet/C/stylesheet-images/important.gif +share/gnome/help/gweather_applet/C/stylesheet-images/next.gif +share/gnome/help/gweather_applet/C/stylesheet-images/note.gif +share/gnome/help/gweather_applet/C/stylesheet-images/prev.gif +share/gnome/help/gweather_applet/C/stylesheet-images/tip.gif +share/gnome/help/gweather_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/gweather_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/gweather_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/gweather_applet/C/stylesheet-images/up.gif +share/gnome/help/gweather_applet/C/stylesheet-images/warning.gif +share/gnome/help/gweather_applet/C/topic.dat +share/gnome/help/gweather_applet/it/figures/gweather_applet.png +share/gnome/help/gweather_applet/it/figures/gweather_settings.png +share/gnome/help/gweather_applet/it/figures/gweather_weather.png +share/gnome/help/gweather_applet/it/gweather.sgml +share/gnome/help/gweather_applet/it/gweather_applet.sgml share/gnome/help/gweather_applet/it/index.html share/gnome/help/gweather_applet/it/ln10.html -share/gnome/help/gweather_applet/it/stylesheet-images/caution.png -share/gnome/help/gweather_applet/it/stylesheet-images/important.png -share/gnome/help/gweather_applet/it/stylesheet-images/note.png -share/gnome/help/gweather_applet/it/stylesheet-images/tip.png -share/gnome/help/gweather_applet/it/stylesheet-images/warning.png -share/gnome/help/jbc_applet/C/docbook.css +share/gnome/help/gweather_applet/it/stylesheet-images/caution.gif +share/gnome/help/gweather_applet/it/stylesheet-images/home.gif +share/gnome/help/gweather_applet/it/stylesheet-images/important.gif +share/gnome/help/gweather_applet/it/stylesheet-images/next.gif +share/gnome/help/gweather_applet/it/stylesheet-images/note.gif +share/gnome/help/gweather_applet/it/stylesheet-images/prev.gif +share/gnome/help/gweather_applet/it/stylesheet-images/tip.gif +share/gnome/help/gweather_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/gweather_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/gweather_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/gweather_applet/it/stylesheet-images/up.gif +share/gnome/help/gweather_applet/it/stylesheet-images/warning.gif +share/gnome/help/gweather_applet/it/topic.dat +share/gnome/help/jbc_applet/C/figures/jbc_applet.png share/gnome/help/jbc_applet/C/index.html -share/gnome/help/jbc_applet/C/jbc_applet.png +share/gnome/help/jbc_applet/C/jbc.sgml +share/gnome/help/jbc_applet/C/jbc_applet.sgml share/gnome/help/jbc_applet/C/ln7.html -share/gnome/help/jbc_applet/C/stylesheet-images/caution.png -share/gnome/help/jbc_applet/C/stylesheet-images/important.png -share/gnome/help/jbc_applet/C/stylesheet-images/note.png -share/gnome/help/jbc_applet/C/stylesheet-images/tip.png -share/gnome/help/jbc_applet/C/stylesheet-images/warning.png -share/gnome/help/jbc_applet/it/docbook.css +share/gnome/help/jbc_applet/C/stylesheet-images/caution.gif +share/gnome/help/jbc_applet/C/stylesheet-images/home.gif +share/gnome/help/jbc_applet/C/stylesheet-images/important.gif +share/gnome/help/jbc_applet/C/stylesheet-images/next.gif +share/gnome/help/jbc_applet/C/stylesheet-images/note.gif +share/gnome/help/jbc_applet/C/stylesheet-images/prev.gif +share/gnome/help/jbc_applet/C/stylesheet-images/tip.gif +share/gnome/help/jbc_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/jbc_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/jbc_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/jbc_applet/C/stylesheet-images/up.gif +share/gnome/help/jbc_applet/C/stylesheet-images/warning.gif +share/gnome/help/jbc_applet/C/topic.dat +share/gnome/help/jbc_applet/it/figures/jbc_applet.png share/gnome/help/jbc_applet/it/index.html -share/gnome/help/jbc_applet/it/jbc_applet.png +share/gnome/help/jbc_applet/it/jbc.sgml +share/gnome/help/jbc_applet/it/jbc_applet.sgml share/gnome/help/jbc_applet/it/ln10.html -share/gnome/help/jbc_applet/it/stylesheet-images/caution.png -share/gnome/help/jbc_applet/it/stylesheet-images/important.png -share/gnome/help/jbc_applet/it/stylesheet-images/note.png -share/gnome/help/jbc_applet/it/stylesheet-images/tip.png -share/gnome/help/jbc_applet/it/stylesheet-images/warning.png -share/gnome/help/life_applet/C/docbook.css +share/gnome/help/jbc_applet/it/stylesheet-images/caution.gif +share/gnome/help/jbc_applet/it/stylesheet-images/home.gif +share/gnome/help/jbc_applet/it/stylesheet-images/important.gif +share/gnome/help/jbc_applet/it/stylesheet-images/next.gif +share/gnome/help/jbc_applet/it/stylesheet-images/note.gif +share/gnome/help/jbc_applet/it/stylesheet-images/prev.gif +share/gnome/help/jbc_applet/it/stylesheet-images/tip.gif +share/gnome/help/jbc_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/jbc_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/jbc_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/jbc_applet/it/stylesheet-images/up.gif +share/gnome/help/jbc_applet/it/stylesheet-images/warning.gif +share/gnome/help/jbc_applet/it/topic.dat +share/gnome/help/life_applet/C/figures/life-applet.png share/gnome/help/life_applet/C/index.html -share/gnome/help/life_applet/C/life-applet.png +share/gnome/help/life_applet/C/life.sgml +share/gnome/help/life_applet/C/life_applet.sgml share/gnome/help/life_applet/C/ln7.html -share/gnome/help/life_applet/C/stylesheet-images/caution.png -share/gnome/help/life_applet/C/stylesheet-images/important.png -share/gnome/help/life_applet/C/stylesheet-images/note.png -share/gnome/help/life_applet/C/stylesheet-images/tip.png -share/gnome/help/life_applet/C/stylesheet-images/warning.png -share/gnome/help/life_applet/it/docbook.css +share/gnome/help/life_applet/C/stylesheet-images/caution.gif +share/gnome/help/life_applet/C/stylesheet-images/home.gif +share/gnome/help/life_applet/C/stylesheet-images/important.gif +share/gnome/help/life_applet/C/stylesheet-images/next.gif +share/gnome/help/life_applet/C/stylesheet-images/note.gif +share/gnome/help/life_applet/C/stylesheet-images/prev.gif +share/gnome/help/life_applet/C/stylesheet-images/tip.gif +share/gnome/help/life_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/life_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/life_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/life_applet/C/stylesheet-images/up.gif +share/gnome/help/life_applet/C/stylesheet-images/warning.gif +share/gnome/help/life_applet/C/topic.dat +share/gnome/help/life_applet/it/figures/life-applet.png share/gnome/help/life_applet/it/index.html -share/gnome/help/life_applet/it/life-applet.png +share/gnome/help/life_applet/it/life.sgml +share/gnome/help/life_applet/it/life_applet.sgml share/gnome/help/life_applet/it/ln7.html -share/gnome/help/life_applet/it/stylesheet-images/caution.png -share/gnome/help/life_applet/it/stylesheet-images/important.png -share/gnome/help/life_applet/it/stylesheet-images/note.png -share/gnome/help/life_applet/it/stylesheet-images/tip.png -share/gnome/help/life_applet/it/stylesheet-images/warning.png -share/gnome/help/loadavg_applet/C/docbook.css +share/gnome/help/life_applet/it/stylesheet-images/caution.gif +share/gnome/help/life_applet/it/stylesheet-images/home.gif +share/gnome/help/life_applet/it/stylesheet-images/important.gif +share/gnome/help/life_applet/it/stylesheet-images/next.gif +share/gnome/help/life_applet/it/stylesheet-images/note.gif +share/gnome/help/life_applet/it/stylesheet-images/prev.gif +share/gnome/help/life_applet/it/stylesheet-images/tip.gif +share/gnome/help/life_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/life_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/life_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/life_applet/it/stylesheet-images/up.gif +share/gnome/help/life_applet/it/stylesheet-images/warning.gif +share/gnome/help/life_applet/it/topic.dat +share/gnome/help/loadavg_applet/C/figures/loadavg-applet-default.png +share/gnome/help/loadavg_applet/C/figures/loadavg-applet-greyed.png +share/gnome/help/loadavg_applet/C/figures/loadavg-applet-properties.png +share/gnome/help/loadavg_applet/C/figures/loadavg-applet.png share/gnome/help/loadavg_applet/C/index.html share/gnome/help/loadavg_applet/C/ln7.html -share/gnome/help/loadavg_applet/C/loadavg-applet-default.png -share/gnome/help/loadavg_applet/C/loadavg-applet-greyed.png -share/gnome/help/loadavg_applet/C/loadavg-applet-properties.png -share/gnome/help/loadavg_applet/C/loadavg-applet.png -share/gnome/help/loadavg_applet/C/stylesheet-images/caution.png -share/gnome/help/loadavg_applet/C/stylesheet-images/important.png -share/gnome/help/loadavg_applet/C/stylesheet-images/note.png -share/gnome/help/loadavg_applet/C/stylesheet-images/tip.png -share/gnome/help/loadavg_applet/C/stylesheet-images/warning.png -share/gnome/help/loadavg_applet/it/docbook.css +share/gnome/help/loadavg_applet/C/loadavg.sgml +share/gnome/help/loadavg_applet/C/loadavg_applet.sgml +share/gnome/help/loadavg_applet/C/stylesheet-images/caution.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/home.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/important.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/next.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/note.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/prev.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/tip.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/up.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/warning.gif +share/gnome/help/loadavg_applet/C/topic.dat +share/gnome/help/loadavg_applet/it/figures/loadavg-applet-default.png +share/gnome/help/loadavg_applet/it/figures/loadavg-applet-greyed.png +share/gnome/help/loadavg_applet/it/figures/loadavg-applet-properties.png +share/gnome/help/loadavg_applet/it/figures/loadavg-applet.png share/gnome/help/loadavg_applet/it/index.html share/gnome/help/loadavg_applet/it/ln10.html -share/gnome/help/loadavg_applet/it/loadavg-applet-default.png -share/gnome/help/loadavg_applet/it/loadavg-applet-greyed.png -share/gnome/help/loadavg_applet/it/loadavg-applet-properties.png -share/gnome/help/loadavg_applet/it/loadavg-applet.png -share/gnome/help/loadavg_applet/it/stylesheet-images/caution.png -share/gnome/help/loadavg_applet/it/stylesheet-images/important.png -share/gnome/help/loadavg_applet/it/stylesheet-images/note.png -share/gnome/help/loadavg_applet/it/stylesheet-images/tip.png -share/gnome/help/loadavg_applet/it/stylesheet-images/warning.png +share/gnome/help/loadavg_applet/it/loadavg.sgml +share/gnome/help/loadavg_applet/it/loadavg_applet.sgml +share/gnome/help/loadavg_applet/it/stylesheet-images/caution.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/home.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/important.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/next.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/note.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/prev.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/tip.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/up.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/warning.gif +share/gnome/help/loadavg_applet/it/topic.dat share/gnome/help/memload_applet/C/docbook.css +share/gnome/help/memload_applet/C/figures/memload-applet-default.png +share/gnome/help/memload_applet/C/figures/memload-applet-greyed.png +share/gnome/help/memload_applet/C/figures/memload-applet-properties.png +share/gnome/help/memload_applet/C/figures/memload-applet.png share/gnome/help/memload_applet/C/index.html share/gnome/help/memload_applet/C/ln7.html -share/gnome/help/memload_applet/C/memload-applet-default.png -share/gnome/help/memload_applet/C/memload-applet-greyed.png -share/gnome/help/memload_applet/C/memload-applet-properties.png -share/gnome/help/memload_applet/C/memload-applet.png -share/gnome/help/memload_applet/C/stylesheet-images/caution.png -share/gnome/help/memload_applet/C/stylesheet-images/important.png -share/gnome/help/memload_applet/C/stylesheet-images/note.png -share/gnome/help/memload_applet/C/stylesheet-images/tip.png -share/gnome/help/memload_applet/C/stylesheet-images/warning.png -share/gnome/help/memload_applet/it/docbook.css +share/gnome/help/memload_applet/C/memload.sgml +share/gnome/help/memload_applet/C/memload_applet.sgml +share/gnome/help/memload_applet/C/stylesheet-images/caution.gif +share/gnome/help/memload_applet/C/stylesheet-images/home.gif +share/gnome/help/memload_applet/C/stylesheet-images/important.gif +share/gnome/help/memload_applet/C/stylesheet-images/next.gif +share/gnome/help/memload_applet/C/stylesheet-images/note.gif +share/gnome/help/memload_applet/C/stylesheet-images/prev.gif +share/gnome/help/memload_applet/C/stylesheet-images/tip.gif +share/gnome/help/memload_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/memload_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/memload_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/memload_applet/C/stylesheet-images/up.gif +share/gnome/help/memload_applet/C/stylesheet-images/warning.gif +share/gnome/help/memload_applet/C/topic.dat +share/gnome/help/memload_applet/it/figures/memload-applet-default.png +share/gnome/help/memload_applet/it/figures/memload-applet-greyed.png +share/gnome/help/memload_applet/it/figures/memload-applet-properties.png +share/gnome/help/memload_applet/it/figures/memload-applet.png share/gnome/help/memload_applet/it/index.html share/gnome/help/memload_applet/it/ln10.html -share/gnome/help/memload_applet/it/memload-applet-default.png -share/gnome/help/memload_applet/it/memload-applet-greyed.png -share/gnome/help/memload_applet/it/memload-applet-properties.png -share/gnome/help/memload_applet/it/memload-applet.png -share/gnome/help/memload_applet/it/stylesheet-images/caution.png -share/gnome/help/memload_applet/it/stylesheet-images/important.png -share/gnome/help/memload_applet/it/stylesheet-images/note.png -share/gnome/help/memload_applet/it/stylesheet-images/tip.png -share/gnome/help/memload_applet/it/stylesheet-images/warning.png -share/gnome/help/mini-commander_applet/C/docbook.css +share/gnome/help/memload_applet/it/memload.sgml +share/gnome/help/memload_applet/it/memload_applet.sgml +share/gnome/help/memload_applet/it/stylesheet-images/caution.gif +share/gnome/help/memload_applet/it/stylesheet-images/home.gif +share/gnome/help/memload_applet/it/stylesheet-images/important.gif +share/gnome/help/memload_applet/it/stylesheet-images/next.gif +share/gnome/help/memload_applet/it/stylesheet-images/note.gif +share/gnome/help/memload_applet/it/stylesheet-images/prev.gif +share/gnome/help/memload_applet/it/stylesheet-images/tip.gif +share/gnome/help/memload_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/memload_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/memload_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/memload_applet/it/stylesheet-images/up.gif +share/gnome/help/memload_applet/it/stylesheet-images/warning.gif +share/gnome/help/memload_applet/it/topic.dat +share/gnome/help/mini-commander_applet/C/figures/mini-commander_applet.png +share/gnome/help/mini-commander_applet/C/figures/mini-commander_settings_general.png share/gnome/help/mini-commander_applet/C/index.html share/gnome/help/mini-commander_applet/C/ln7.html -share/gnome/help/mini-commander_applet/C/mini-commander_applet.png -share/gnome/help/mini-commander_applet/C/mini-commander_settings_general.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/caution.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/important.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/note.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/tip.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/warning.png -share/gnome/help/mini-commander_applet/it/docbook.css +share/gnome/help/mini-commander_applet/C/mini-commander.sgml +share/gnome/help/mini-commander_applet/C/mini-commander_applet.sgml +share/gnome/help/mini-commander_applet/C/stylesheet-images/caution.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/home.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/important.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/next.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/note.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/prev.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/tip.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/up.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/warning.gif +share/gnome/help/mini-commander_applet/C/topic.dat +share/gnome/help/mini-commander_applet/it/figures/mini-commander_applet.png +share/gnome/help/mini-commander_applet/it/figures/mini-commander_settings_general.png share/gnome/help/mini-commander_applet/it/index.html share/gnome/help/mini-commander_applet/it/ln10.html -share/gnome/help/mini-commander_applet/it/mini-commander_applet.png -share/gnome/help/mini-commander_applet/it/mini-commander_settings_general.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/caution.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/important.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/note.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/tip.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/warning.png -share/gnome/help/mixer_applet/C/docbook.css +share/gnome/help/mini-commander_applet/it/mini-commander.sgml +share/gnome/help/mini-commander_applet/it/mini-commander_applet.sgml +share/gnome/help/mini-commander_applet/it/stylesheet-images/caution.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/home.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/important.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/next.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/note.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/prev.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/tip.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/up.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/warning.gif +share/gnome/help/mini-commander_applet/it/topic.dat +share/gnome/help/mixer_applet/C/figures/mixer_applet.png share/gnome/help/mixer_applet/C/index.html share/gnome/help/mixer_applet/C/ln7.html -share/gnome/help/mixer_applet/C/mixer_applet.png -share/gnome/help/mixer_applet/C/stylesheet-images/caution.png -share/gnome/help/mixer_applet/C/stylesheet-images/important.png -share/gnome/help/mixer_applet/C/stylesheet-images/note.png -share/gnome/help/mixer_applet/C/stylesheet-images/tip.png -share/gnome/help/mixer_applet/C/stylesheet-images/warning.png -share/gnome/help/mixer_applet/it/docbook.css +share/gnome/help/mixer_applet/C/mixer.sgml +share/gnome/help/mixer_applet/C/mixer_applet.sgml +share/gnome/help/mixer_applet/C/stylesheet-images/caution.gif +share/gnome/help/mixer_applet/C/stylesheet-images/home.gif +share/gnome/help/mixer_applet/C/stylesheet-images/important.gif +share/gnome/help/mixer_applet/C/stylesheet-images/next.gif +share/gnome/help/mixer_applet/C/stylesheet-images/note.gif +share/gnome/help/mixer_applet/C/stylesheet-images/prev.gif +share/gnome/help/mixer_applet/C/stylesheet-images/tip.gif +share/gnome/help/mixer_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/mixer_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/mixer_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/mixer_applet/C/stylesheet-images/up.gif +share/gnome/help/mixer_applet/C/stylesheet-images/warning.gif +share/gnome/help/mixer_applet/C/topic.dat +share/gnome/help/mixer_applet/es/docbook.css +share/gnome/help/mixer_applet/es/index.html +share/gnome/help/mixer_applet/es/ln10.html +share/gnome/help/mixer_applet/es/mixer.sgml +share/gnome/help/mixer_applet/es/mixer_applet.png +share/gnome/help/mixer_applet/es/mixer_applet.sgml +share/gnome/help/mixer_applet/es/stylesheet-images/caution.gif +share/gnome/help/mixer_applet/es/stylesheet-images/caution.png +share/gnome/help/mixer_applet/es/stylesheet-images/home.gif +share/gnome/help/mixer_applet/es/stylesheet-images/important.gif +share/gnome/help/mixer_applet/es/stylesheet-images/important.png +share/gnome/help/mixer_applet/es/stylesheet-images/next.gif +share/gnome/help/mixer_applet/es/stylesheet-images/note.gif +share/gnome/help/mixer_applet/es/stylesheet-images/note.png +share/gnome/help/mixer_applet/es/stylesheet-images/prev.gif +share/gnome/help/mixer_applet/es/stylesheet-images/tip.gif +share/gnome/help/mixer_applet/es/stylesheet-images/tip.png +share/gnome/help/mixer_applet/es/stylesheet-images/toc-blank.gif +share/gnome/help/mixer_applet/es/stylesheet-images/toc-minus.gif +share/gnome/help/mixer_applet/es/stylesheet-images/toc-plus.gif +share/gnome/help/mixer_applet/es/stylesheet-images/up.gif +share/gnome/help/mixer_applet/es/stylesheet-images/warning.gif +share/gnome/help/mixer_applet/es/stylesheet-images/warning.png +share/gnome/help/mixer_applet/es/topic.dat share/gnome/help/mixer_applet/it/index.html share/gnome/help/mixer_applet/it/ln10.html +share/gnome/help/mixer_applet/it/mixer.sgml share/gnome/help/mixer_applet/it/mixer_applet.png +share/gnome/help/mixer_applet/it/mixer_applet.sgml +share/gnome/help/mixer_applet/it/stylesheet-images/caution.gif share/gnome/help/mixer_applet/it/stylesheet-images/caution.png +share/gnome/help/mixer_applet/it/stylesheet-images/home.gif +share/gnome/help/mixer_applet/it/stylesheet-images/important.gif share/gnome/help/mixer_applet/it/stylesheet-images/important.png +share/gnome/help/mixer_applet/it/stylesheet-images/next.gif +share/gnome/help/mixer_applet/it/stylesheet-images/note.gif share/gnome/help/mixer_applet/it/stylesheet-images/note.png +share/gnome/help/mixer_applet/it/stylesheet-images/prev.gif +share/gnome/help/mixer_applet/it/stylesheet-images/tip.gif share/gnome/help/mixer_applet/it/stylesheet-images/tip.png +share/gnome/help/mixer_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/mixer_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/mixer_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/mixer_applet/it/stylesheet-images/up.gif +share/gnome/help/mixer_applet/it/stylesheet-images/warning.gif share/gnome/help/mixer_applet/it/stylesheet-images/warning.png -share/gnome/help/modemlights_applet/C/docbook.css +share/gnome/help/mixer_applet/it/topic.dat +share/gnome/help/modemlights_applet/C/figures/modemlights-advpref.png +share/gnome/help/modemlights_applet/C/figures/modemlights-prefs.png +share/gnome/help/modemlights_applet/C/figures/modemlights.png share/gnome/help/modemlights_applet/C/index.html share/gnome/help/modemlights_applet/C/ln7.html -share/gnome/help/modemlights_applet/C/modemlights-advpref.png -share/gnome/help/modemlights_applet/C/modemlights-prefs.png -share/gnome/help/modemlights_applet/C/modemlights.png -share/gnome/help/modemlights_applet/C/stylesheet-images/caution.png -share/gnome/help/modemlights_applet/C/stylesheet-images/important.png -share/gnome/help/modemlights_applet/C/stylesheet-images/note.png -share/gnome/help/modemlights_applet/C/stylesheet-images/tip.png -share/gnome/help/modemlights_applet/C/stylesheet-images/warning.png -share/gnome/help/modemlights_applet/it/docbook.css +share/gnome/help/modemlights_applet/C/modemlights.sgml +share/gnome/help/modemlights_applet/C/modemlights_applet.sgml +share/gnome/help/modemlights_applet/C/stylesheet-images/caution.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/home.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/important.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/next.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/note.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/prev.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/tip.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/up.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/warning.gif +share/gnome/help/modemlights_applet/C/topic.dat +share/gnome/help/modemlights_applet/it/figures/modemlights-advpref.png +share/gnome/help/modemlights_applet/it/figures/modemlights-prefs.png +share/gnome/help/modemlights_applet/it/figures/modemlights.png share/gnome/help/modemlights_applet/it/index.html share/gnome/help/modemlights_applet/it/ln7.html -share/gnome/help/modemlights_applet/it/modemlights-advpref.png -share/gnome/help/modemlights_applet/it/modemlights-prefs.png -share/gnome/help/modemlights_applet/it/modemlights.png -share/gnome/help/modemlights_applet/it/stylesheet-images/caution.png -share/gnome/help/modemlights_applet/it/stylesheet-images/important.png -share/gnome/help/modemlights_applet/it/stylesheet-images/note.png -share/gnome/help/modemlights_applet/it/stylesheet-images/tip.png -share/gnome/help/modemlights_applet/it/stylesheet-images/warning.png -share/gnome/help/netload_applet/C/docbook.css +share/gnome/help/modemlights_applet/it/modemlights.sgml +share/gnome/help/modemlights_applet/it/modemlights_applet.sgml +share/gnome/help/modemlights_applet/it/stylesheet-images/caution.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/home.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/important.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/next.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/note.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/prev.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/tip.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/up.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/warning.gif +share/gnome/help/modemlights_applet/it/topic.dat +share/gnome/help/netload_applet/C/figures/netload-applet-default.png +share/gnome/help/netload_applet/C/figures/netload-applet-greyed.png +share/gnome/help/netload_applet/C/figures/netload-applet-properties.png +share/gnome/help/netload_applet/C/figures/netload-applet.png share/gnome/help/netload_applet/C/index.html share/gnome/help/netload_applet/C/ln7.html -share/gnome/help/netload_applet/C/netload-applet-default.png -share/gnome/help/netload_applet/C/netload-applet-greyed.png -share/gnome/help/netload_applet/C/netload-applet-properties.png -share/gnome/help/netload_applet/C/netload-applet.png -share/gnome/help/netload_applet/C/stylesheet-images/caution.png -share/gnome/help/netload_applet/C/stylesheet-images/important.png -share/gnome/help/netload_applet/C/stylesheet-images/note.png -share/gnome/help/netload_applet/C/stylesheet-images/tip.png -share/gnome/help/netload_applet/C/stylesheet-images/warning.png -share/gnome/help/netload_applet/it/docbook.css +share/gnome/help/netload_applet/C/netload.sgml +share/gnome/help/netload_applet/C/netload_applet.sgml +share/gnome/help/netload_applet/C/stylesheet-images/caution.gif +share/gnome/help/netload_applet/C/stylesheet-images/home.gif +share/gnome/help/netload_applet/C/stylesheet-images/important.gif +share/gnome/help/netload_applet/C/stylesheet-images/next.gif +share/gnome/help/netload_applet/C/stylesheet-images/note.gif +share/gnome/help/netload_applet/C/stylesheet-images/prev.gif +share/gnome/help/netload_applet/C/stylesheet-images/tip.gif +share/gnome/help/netload_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/netload_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/netload_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/netload_applet/C/stylesheet-images/up.gif +share/gnome/help/netload_applet/C/stylesheet-images/warning.gif +share/gnome/help/netload_applet/C/topic.dat +share/gnome/help/netload_applet/it/figures/netload-applet-default.png +share/gnome/help/netload_applet/it/figures/netload-applet-greyed.png +share/gnome/help/netload_applet/it/figures/netload-applet-properties.png +share/gnome/help/netload_applet/it/figures/netload-applet.png share/gnome/help/netload_applet/it/index.html share/gnome/help/netload_applet/it/ln7.html -share/gnome/help/netload_applet/it/netload-applet-default.png -share/gnome/help/netload_applet/it/netload-applet-greyed.png -share/gnome/help/netload_applet/it/netload-applet-properties.png -share/gnome/help/netload_applet/it/netload-applet.png -share/gnome/help/netload_applet/it/stylesheet-images/caution.png -share/gnome/help/netload_applet/it/stylesheet-images/important.png -share/gnome/help/netload_applet/it/stylesheet-images/note.png -share/gnome/help/netload_applet/it/stylesheet-images/tip.png -share/gnome/help/netload_applet/it/stylesheet-images/warning.png -share/gnome/help/odometer_applet/C/docbook.css +share/gnome/help/netload_applet/it/netload.sgml +share/gnome/help/netload_applet/it/netload_applet.sgml +share/gnome/help/netload_applet/it/stylesheet-images/caution.gif +share/gnome/help/netload_applet/it/stylesheet-images/home.gif +share/gnome/help/netload_applet/it/stylesheet-images/important.gif +share/gnome/help/netload_applet/it/stylesheet-images/next.gif +share/gnome/help/netload_applet/it/stylesheet-images/note.gif +share/gnome/help/netload_applet/it/stylesheet-images/prev.gif +share/gnome/help/netload_applet/it/stylesheet-images/tip.gif +share/gnome/help/netload_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/netload_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/netload_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/netload_applet/it/stylesheet-images/up.gif +share/gnome/help/netload_applet/it/stylesheet-images/warning.gif +share/gnome/help/netload_applet/it/topic.dat +share/gnome/help/odometer_applet/C/figures/odometer_applet.png +share/gnome/help/odometer_applet/C/figures/odometer_settings.png +share/gnome/help/odometer_applet/C/figures/odometer_themes.png share/gnome/help/odometer_applet/C/index.html share/gnome/help/odometer_applet/C/ln7.html -share/gnome/help/odometer_applet/C/odometer_applet.png -share/gnome/help/odometer_applet/C/odometer_settings.png -share/gnome/help/odometer_applet/C/odometer_themes.png -share/gnome/help/odometer_applet/C/stylesheet-images/caution.png -share/gnome/help/odometer_applet/C/stylesheet-images/important.png -share/gnome/help/odometer_applet/C/stylesheet-images/note.png -share/gnome/help/odometer_applet/C/stylesheet-images/tip.png -share/gnome/help/odometer_applet/C/stylesheet-images/warning.png -share/gnome/help/odometer_applet/fr/docbook.css +share/gnome/help/odometer_applet/C/odometer.sgml +share/gnome/help/odometer_applet/C/odometer_applet.sgml +share/gnome/help/odometer_applet/C/stylesheet-images/caution.gif +share/gnome/help/odometer_applet/C/stylesheet-images/home.gif +share/gnome/help/odometer_applet/C/stylesheet-images/important.gif +share/gnome/help/odometer_applet/C/stylesheet-images/next.gif +share/gnome/help/odometer_applet/C/stylesheet-images/note.gif +share/gnome/help/odometer_applet/C/stylesheet-images/prev.gif +share/gnome/help/odometer_applet/C/stylesheet-images/tip.gif +share/gnome/help/odometer_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/odometer_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/odometer_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/odometer_applet/C/stylesheet-images/up.gif +share/gnome/help/odometer_applet/C/stylesheet-images/warning.gif +share/gnome/help/odometer_applet/C/topic.dat +share/gnome/help/odometer_applet/fr/figures/odometer_applet.png +share/gnome/help/odometer_applet/fr/figures/odometer_settings.png +share/gnome/help/odometer_applet/fr/figures/odometer_themes.png share/gnome/help/odometer_applet/fr/index.html share/gnome/help/odometer_applet/fr/ln10.html -share/gnome/help/odometer_applet/fr/odometer_applet.png -share/gnome/help/odometer_applet/fr/odometer_settings.png -share/gnome/help/odometer_applet/fr/odometer_themes.png -share/gnome/help/odometer_applet/fr/stylesheet-images/caution.png -share/gnome/help/odometer_applet/fr/stylesheet-images/important.png -share/gnome/help/odometer_applet/fr/stylesheet-images/note.png -share/gnome/help/odometer_applet/fr/stylesheet-images/tip.png -share/gnome/help/odometer_applet/fr/stylesheet-images/warning.png -share/gnome/help/odometer_applet/it/docbook.css +share/gnome/help/odometer_applet/fr/odometer.sgml +share/gnome/help/odometer_applet/fr/odometer_applet.sgml +share/gnome/help/odometer_applet/fr/stylesheet-images/caution.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/home.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/important.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/next.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/note.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/prev.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/tip.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/toc-blank.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/toc-minus.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/toc-plus.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/up.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/warning.gif +share/gnome/help/odometer_applet/fr/topic.dat +share/gnome/help/odometer_applet/it/figures/odometer_applet.png +share/gnome/help/odometer_applet/it/figures/odometer_settings.png +share/gnome/help/odometer_applet/it/figures/odometer_themes.png share/gnome/help/odometer_applet/it/index.html share/gnome/help/odometer_applet/it/ln10.html -share/gnome/help/odometer_applet/it/odometer_applet.png -share/gnome/help/odometer_applet/it/odometer_settings.png -share/gnome/help/odometer_applet/it/odometer_themes.png -share/gnome/help/odometer_applet/it/stylesheet-images/caution.png -share/gnome/help/odometer_applet/it/stylesheet-images/important.png -share/gnome/help/odometer_applet/it/stylesheet-images/note.png -share/gnome/help/odometer_applet/it/stylesheet-images/tip.png -share/gnome/help/odometer_applet/it/stylesheet-images/warning.png -share/gnome/help/quicklaunch_applet/C/docbook.css +share/gnome/help/odometer_applet/it/odometer.sgml +share/gnome/help/odometer_applet/it/odometer_applet.sgml +share/gnome/help/odometer_applet/it/stylesheet-images/caution.gif +share/gnome/help/odometer_applet/it/stylesheet-images/home.gif +share/gnome/help/odometer_applet/it/stylesheet-images/important.gif +share/gnome/help/odometer_applet/it/stylesheet-images/next.gif +share/gnome/help/odometer_applet/it/stylesheet-images/note.gif +share/gnome/help/odometer_applet/it/stylesheet-images/prev.gif +share/gnome/help/odometer_applet/it/stylesheet-images/tip.gif +share/gnome/help/odometer_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/odometer_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/odometer_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/odometer_applet/it/stylesheet-images/up.gif +share/gnome/help/odometer_applet/it/stylesheet-images/warning.gif +share/gnome/help/odometer_applet/it/topic.dat +share/gnome/help/quicklaunch_applet/C/figures/quicklaunch_applet.png share/gnome/help/quicklaunch_applet/C/index.html share/gnome/help/quicklaunch_applet/C/ln7.html -share/gnome/help/quicklaunch_applet/C/quicklaunch_applet.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/caution.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/important.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/note.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/tip.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/warning.png -share/gnome/help/quicklaunch_applet/it/docbook.css +share/gnome/help/quicklaunch_applet/C/quicklaunch.sgml +share/gnome/help/quicklaunch_applet/C/quicklaunch_applet.sgml +share/gnome/help/quicklaunch_applet/C/stylesheet-images/caution.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/home.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/important.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/next.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/note.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/prev.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/tip.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/up.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/warning.gif +share/gnome/help/quicklaunch_applet/C/topic.dat +share/gnome/help/quicklaunch_applet/it/figures/quicklaunch_applet.png share/gnome/help/quicklaunch_applet/it/index.html share/gnome/help/quicklaunch_applet/it/ln10.html -share/gnome/help/quicklaunch_applet/it/quicklaunch_applet.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/caution.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/important.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/note.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/tip.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/warning.png -share/gnome/help/sound-monitor_applet/C/docbook.css +share/gnome/help/quicklaunch_applet/it/quicklaunch.sgml +share/gnome/help/quicklaunch_applet/it/quicklaunch_applet.sgml +share/gnome/help/quicklaunch_applet/it/stylesheet-images/caution.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/home.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/important.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/next.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/note.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/prev.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/tip.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/up.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/warning.gif +share/gnome/help/quicklaunch_applet/it/topic.dat +share/gnome/help/sound-monitor_applet/C/figures/soundmonitor_applet.png +share/gnome/help/sound-monitor_applet/C/figures/soundmonitor_applet_settings.png +share/gnome/help/sound-monitor_applet/C/figures/soundmonitor_applet_themes.png +share/gnome/help/sound-monitor_applet/C/figures/soundmonitor_manager_server.png share/gnome/help/sound-monitor_applet/C/index.html share/gnome/help/sound-monitor_applet/C/ln7.html -share/gnome/help/sound-monitor_applet/C/soundmonitor_applet.png -share/gnome/help/sound-monitor_applet/C/soundmonitor_applet_settings.png -share/gnome/help/sound-monitor_applet/C/soundmonitor_applet_themes.png -share/gnome/help/sound-monitor_applet/C/soundmonitor_manager_server.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/caution.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/important.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/note.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/tip.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/warning.png -share/gnome/help/sound-monitor_applet/it/docbook.css +share/gnome/help/sound-monitor_applet/C/sound-monitor.sgml +share/gnome/help/sound-monitor_applet/C/sound-monitor_applet.sgml +share/gnome/help/sound-monitor_applet/C/stylesheet-images/caution.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/home.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/important.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/next.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/note.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/prev.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/tip.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/up.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/warning.gif +share/gnome/help/sound-monitor_applet/C/topic.dat +share/gnome/help/sound-monitor_applet/it/figures/soundmonitor_applet.png +share/gnome/help/sound-monitor_applet/it/figures/soundmonitor_applet_settings.png +share/gnome/help/sound-monitor_applet/it/figures/soundmonitor_applet_themes.png +share/gnome/help/sound-monitor_applet/it/figures/soundmonitor_manager_server.png share/gnome/help/sound-monitor_applet/it/index.html share/gnome/help/sound-monitor_applet/it/ln10.html -share/gnome/help/sound-monitor_applet/it/soundmonitor_applet.png -share/gnome/help/sound-monitor_applet/it/soundmonitor_applet_settings.png -share/gnome/help/sound-monitor_applet/it/soundmonitor_applet_themes.png -share/gnome/help/sound-monitor_applet/it/soundmonitor_manager_server.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/caution.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/important.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/note.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/tip.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/warning.png -share/gnome/help/swapload_applet/C/docbook.css +share/gnome/help/sound-monitor_applet/it/sound-monitor.sgml +share/gnome/help/sound-monitor_applet/it/sound-monitor_applet.sgml +share/gnome/help/sound-monitor_applet/it/stylesheet-images/caution.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/home.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/important.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/next.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/note.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/prev.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/tip.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/up.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/warning.gif +share/gnome/help/swapload_applet/C/figures/swapload-applet-default.png +share/gnome/help/swapload_applet/C/figures/swapload-applet-greyed.png +share/gnome/help/swapload_applet/C/figures/swapload-applet-properties.png +share/gnome/help/swapload_applet/C/figures/swapload-applet.png share/gnome/help/swapload_applet/C/index.html share/gnome/help/swapload_applet/C/ln7.html -share/gnome/help/swapload_applet/C/stylesheet-images/caution.png -share/gnome/help/swapload_applet/C/stylesheet-images/important.png -share/gnome/help/swapload_applet/C/stylesheet-images/note.png -share/gnome/help/swapload_applet/C/stylesheet-images/tip.png -share/gnome/help/swapload_applet/C/stylesheet-images/warning.png -share/gnome/help/swapload_applet/C/swapload-applet-default.png -share/gnome/help/swapload_applet/C/swapload-applet-greyed.png -share/gnome/help/swapload_applet/C/swapload-applet-properties.png -share/gnome/help/swapload_applet/C/swapload-applet.png -share/gnome/help/swapload_applet/it/docbook.css +share/gnome/help/swapload_applet/C/stylesheet-images/caution.gif +share/gnome/help/swapload_applet/C/stylesheet-images/home.gif +share/gnome/help/swapload_applet/C/stylesheet-images/important.gif +share/gnome/help/swapload_applet/C/stylesheet-images/next.gif +share/gnome/help/swapload_applet/C/stylesheet-images/note.gif +share/gnome/help/swapload_applet/C/stylesheet-images/prev.gif +share/gnome/help/swapload_applet/C/stylesheet-images/tip.gif +share/gnome/help/swapload_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/swapload_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/swapload_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/swapload_applet/C/stylesheet-images/up.gif +share/gnome/help/swapload_applet/C/stylesheet-images/warning.gif +share/gnome/help/swapload_applet/C/swapload.sgml +share/gnome/help/swapload_applet/C/swapload_applet.sgml +share/gnome/help/swapload_applet/C/topic.dat +share/gnome/help/swapload_applet/it/figures/swapload-applet-default.png +share/gnome/help/swapload_applet/it/figures/swapload-applet-greyed.png +share/gnome/help/swapload_applet/it/figures/swapload-applet-properties.png +share/gnome/help/swapload_applet/it/figures/swapload-applet.png share/gnome/help/swapload_applet/it/index.html share/gnome/help/swapload_applet/it/ln7.html -share/gnome/help/swapload_applet/it/stylesheet-images/caution.png -share/gnome/help/swapload_applet/it/stylesheet-images/important.png -share/gnome/help/swapload_applet/it/stylesheet-images/note.png -share/gnome/help/swapload_applet/it/stylesheet-images/tip.png -share/gnome/help/swapload_applet/it/stylesheet-images/warning.png -share/gnome/help/swapload_applet/it/swapload-applet-default.png -share/gnome/help/swapload_applet/it/swapload-applet-greyed.png -share/gnome/help/swapload_applet/it/swapload-applet-properties.png -share/gnome/help/swapload_applet/it/swapload-applet.png -share/gnome/help/tickastat_applet/C/docbook.css +share/gnome/help/swapload_applet/it/stylesheet-images/caution.gif +share/gnome/help/swapload_applet/it/stylesheet-images/home.gif +share/gnome/help/swapload_applet/it/stylesheet-images/important.gif +share/gnome/help/swapload_applet/it/stylesheet-images/next.gif +share/gnome/help/swapload_applet/it/stylesheet-images/note.gif +share/gnome/help/swapload_applet/it/stylesheet-images/prev.gif +share/gnome/help/swapload_applet/it/stylesheet-images/tip.gif +share/gnome/help/swapload_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/swapload_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/swapload_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/swapload_applet/it/stylesheet-images/up.gif +share/gnome/help/swapload_applet/it/stylesheet-images/warning.gif +share/gnome/help/swapload_applet/it/swapload.sgml +share/gnome/help/swapload_applet/it/swapload_applet.sgml +share/gnome/help/swapload_applet/it/topic.dat +share/gnome/help/tickastat_applet/C/figures/tickastat_applet.png +share/gnome/help/tickastat_applet/C/figures/tickastat_coredump.png +share/gnome/help/tickastat_applet/C/figures/tickastat_loadaverage.png +share/gnome/help/tickastat_applet/C/figures/tickastat_settings.png share/gnome/help/tickastat_applet/C/index.html share/gnome/help/tickastat_applet/C/ln7.html -share/gnome/help/tickastat_applet/C/stylesheet-images/caution.png -share/gnome/help/tickastat_applet/C/stylesheet-images/important.png -share/gnome/help/tickastat_applet/C/stylesheet-images/note.png -share/gnome/help/tickastat_applet/C/stylesheet-images/tip.png -share/gnome/help/tickastat_applet/C/stylesheet-images/warning.png -share/gnome/help/tickastat_applet/C/tickastat_applet.png -share/gnome/help/tickastat_applet/C/tickastat_coredump.png -share/gnome/help/tickastat_applet/C/tickastat_loadaverage.png -share/gnome/help/tickastat_applet/C/tickastat_settings.png -share/gnome/help/tickastat_applet/it/docbook.css +share/gnome/help/tickastat_applet/C/stylesheet-images/caution.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/home.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/important.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/next.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/note.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/prev.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/tip.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/up.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/warning.gif +share/gnome/help/tickastat_applet/C/tickastat.sgml +share/gnome/help/tickastat_applet/C/tickastat_applet.sgml +share/gnome/help/tickastat_applet/C/topic.dat +share/gnome/help/tickastat_applet/it/figures/tickastat_applet.png +share/gnome/help/tickastat_applet/it/figures/tickastat_coredump.png +share/gnome/help/tickastat_applet/it/figures/tickastat_loadaverage.png +share/gnome/help/tickastat_applet/it/figures/tickastat_settings.png share/gnome/help/tickastat_applet/it/index.html share/gnome/help/tickastat_applet/it/ln10.html -share/gnome/help/tickastat_applet/it/stylesheet-images/caution.png -share/gnome/help/tickastat_applet/it/stylesheet-images/important.png -share/gnome/help/tickastat_applet/it/stylesheet-images/note.png -share/gnome/help/tickastat_applet/it/stylesheet-images/tip.png -share/gnome/help/tickastat_applet/it/stylesheet-images/warning.png -share/gnome/help/tickastat_applet/it/tickastat_applet.png -share/gnome/help/tickastat_applet/it/tickastat_coredump.png -share/gnome/help/tickastat_applet/it/tickastat_loadaverage.png -share/gnome/help/tickastat_applet/it/tickastat_settings.png -share/gnome/help/webcontrol_applet/C/docbook.css +share/gnome/help/tickastat_applet/it/stylesheet-images/caution.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/home.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/important.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/next.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/note.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/prev.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/tip.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/up.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/warning.gif +share/gnome/help/tickastat_applet/it/tickastat.sgml +share/gnome/help/tickastat_applet/it/tickastat_applet.sgml +share/gnome/help/tickastat_applet/it/topic.dat +share/gnome/help/webcontrol_applet/C/figures/webcontrol-applet-prefs.png +share/gnome/help/webcontrol_applet/C/figures/webcontrol-applet.png share/gnome/help/webcontrol_applet/C/index.html share/gnome/help/webcontrol_applet/C/ln7.html -share/gnome/help/webcontrol_applet/C/stylesheet-images/caution.png -share/gnome/help/webcontrol_applet/C/stylesheet-images/important.png -share/gnome/help/webcontrol_applet/C/stylesheet-images/note.png -share/gnome/help/webcontrol_applet/C/stylesheet-images/tip.png -share/gnome/help/webcontrol_applet/C/stylesheet-images/warning.png -share/gnome/help/webcontrol_applet/C/webcontrol-applet-prefs.png -share/gnome/help/webcontrol_applet/C/webcontrol-applet.png -share/gnome/help/webcontrol_applet/it/docbook.css +share/gnome/help/webcontrol_applet/C/stylesheet-images/caution.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/home.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/important.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/next.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/note.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/prev.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/tip.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/up.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/warning.gif +share/gnome/help/webcontrol_applet/C/topic.dat +share/gnome/help/webcontrol_applet/C/webcontrol.sgml +share/gnome/help/webcontrol_applet/C/webcontrol_applet.sgml +share/gnome/help/webcontrol_applet/it/figures/webcontrol-applet-prefs.png +share/gnome/help/webcontrol_applet/it/figures/webcontrol-applet.png share/gnome/help/webcontrol_applet/it/index.html share/gnome/help/webcontrol_applet/it/ln7.html -share/gnome/help/webcontrol_applet/it/stylesheet-images/caution.png -share/gnome/help/webcontrol_applet/it/stylesheet-images/important.png -share/gnome/help/webcontrol_applet/it/stylesheet-images/note.png -share/gnome/help/webcontrol_applet/it/stylesheet-images/tip.png -share/gnome/help/webcontrol_applet/it/stylesheet-images/warning.png -share/gnome/help/webcontrol_applet/it/webcontrol-applet-prefs.png -share/gnome/help/webcontrol_applet/it/webcontrol-applet.png -share/gnome/help/whereami_applet/C/docbook.css +share/gnome/help/webcontrol_applet/it/stylesheet-images/caution.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/home.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/important.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/next.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/note.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/prev.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/tip.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/up.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/warning.gif +share/gnome/help/webcontrol_applet/it/topic.dat +share/gnome/help/webcontrol_applet/it/webcontrol.sgml +share/gnome/help/webcontrol_applet/it/webcontrol_applet.sgml +share/gnome/help/whereami_applet/C/figures/whereami_applet.png share/gnome/help/whereami_applet/C/index.html share/gnome/help/whereami_applet/C/ln7.html -share/gnome/help/whereami_applet/C/stylesheet-images/caution.png -share/gnome/help/whereami_applet/C/stylesheet-images/important.png -share/gnome/help/whereami_applet/C/stylesheet-images/note.png -share/gnome/help/whereami_applet/C/stylesheet-images/tip.png -share/gnome/help/whereami_applet/C/stylesheet-images/warning.png -share/gnome/help/whereami_applet/C/whereami_applet.png -share/gnome/help/whereami_applet/it/docbook.css +share/gnome/help/whereami_applet/C/stylesheet-images/caution.gif +share/gnome/help/whereami_applet/C/stylesheet-images/home.gif +share/gnome/help/whereami_applet/C/stylesheet-images/important.gif +share/gnome/help/whereami_applet/C/stylesheet-images/next.gif +share/gnome/help/whereami_applet/C/stylesheet-images/note.gif +share/gnome/help/whereami_applet/C/stylesheet-images/prev.gif +share/gnome/help/whereami_applet/C/stylesheet-images/tip.gif +share/gnome/help/whereami_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/whereami_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/whereami_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/whereami_applet/C/stylesheet-images/up.gif +share/gnome/help/whereami_applet/C/stylesheet-images/warning.gif +share/gnome/help/whereami_applet/C/topic.dat +share/gnome/help/whereami_applet/C/whereami.sgml +share/gnome/help/whereami_applet/C/whereami_applet.sgml +share/gnome/help/whereami_applet/it/figures/whereami_applet.png share/gnome/help/whereami_applet/it/index.html share/gnome/help/whereami_applet/it/ln10.html -share/gnome/help/whereami_applet/it/stylesheet-images/caution.png -share/gnome/help/whereami_applet/it/stylesheet-images/important.png -share/gnome/help/whereami_applet/it/stylesheet-images/note.png -share/gnome/help/whereami_applet/it/stylesheet-images/tip.png -share/gnome/help/whereami_applet/it/stylesheet-images/warning.png -share/gnome/help/whereami_applet/it/whereami_applet.png +share/gnome/help/whereami_applet/it/stylesheet-images/caution.gif +share/gnome/help/whereami_applet/it/stylesheet-images/home.gif +share/gnome/help/whereami_applet/it/stylesheet-images/important.gif +share/gnome/help/whereami_applet/it/stylesheet-images/next.gif +share/gnome/help/whereami_applet/it/stylesheet-images/note.gif +share/gnome/help/whereami_applet/it/stylesheet-images/prev.gif +share/gnome/help/whereami_applet/it/stylesheet-images/tip.gif +share/gnome/help/whereami_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/whereami_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/whereami_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/whereami_applet/it/stylesheet-images/up.gif +share/gnome/help/whereami_applet/it/stylesheet-images/warning.gif +share/gnome/help/whereami_applet/it/topic.dat +share/gnome/help/whereami_applet/it/whereami.sgml +share/gnome/help/whereami_applet/it/whereami_applet.sgml share/gnome/odometer/57chevy/57chevy-small-black.png share/gnome/odometer/57chevy/57chevy-small-red.png share/gnome/odometer/57chevy/themedata @@ -913,6 +1835,74 @@ share/gnome/odometer/o/o-red.png share/gnome/odometer/o/themedata share/gnome/odometer/smplst/smplst.png share/gnome/odometer/smplst/themedata +share/gnome/omf/gnome-applets/anotherclock_applet-C.omf +share/gnome/omf/gnome-applets/anotherclock_applet-it.omf +share/gnome/omf/gnome-applets/anotherclock_applet-uk.omf +share/gnome/omf/gnome-applets/asclock_applet-C.omf +share/gnome/omf/gnome-applets/asclock_applet-it.omf +share/gnome/omf/gnome-applets/asclock_applet-ja.omf +share/gnome/omf/gnome-applets/battery_applet-C.omf +share/gnome/omf/gnome-applets/battery_applet-it.omf +share/gnome/omf/gnome-applets/battery_applet-ja.omf +share/gnome/omf/gnome-applets/cdplayer_applet-C.omf +share/gnome/omf/gnome-applets/cdplayer_applet-it.omf +share/gnome/omf/gnome-applets/cdplayer_applet-ja.omf +share/gnome/omf/gnome-applets/charpick_applet-C.omf +share/gnome/omf/gnome-applets/charpick_applet-it.omf +share/gnome/omf/gnome-applets/charpick_applet-ja.omf +share/gnome/omf/gnome-applets/clockmail_applet-C.omf +share/gnome/omf/gnome-applets/clockmail_applet-it.omf +share/gnome/omf/gnome-applets/clockmail_applet-ja.omf +share/gnome/omf/gnome-applets/cpuload_applet-C.omf +share/gnome/omf/gnome-applets/cpuload_applet-it.omf +share/gnome/omf/gnome-applets/cpumemusage_applet-C.omf +share/gnome/omf/gnome-applets/cpumemusage_applet-ja.omf +share/gnome/omf/gnome-applets/diskusage_applet-C.omf +share/gnome/omf/gnome-applets/diskusage_applet-it.omf +share/gnome/omf/gnome-applets/diskusage_applet-ja.omf +share/gnome/omf/gnome-applets/drivemount_applet-C.omf +share/gnome/omf/gnome-applets/drivemount_applet-it.omf +share/gnome/omf/gnome-applets/drivemount_applet-ja.omf +share/gnome/omf/gnome-applets/fifteen_applet-C.omf +share/gnome/omf/gnome-applets/fifteen_applet-it.omf +share/gnome/omf/gnome-applets/geyes_applet-C.omf +share/gnome/omf/gnome-applets/geyes_applet-it.omf +share/gnome/omf/gnome-applets/gkb_applet-C.omf +share/gnome/omf/gnome-applets/gkb_applet-hu.omf +share/gnome/omf/gnome-applets/gnotes_applet-C.omf +share/gnome/omf/gnome-applets/gnotes_applet-it.omf +share/gnome/omf/gnome-applets/gweather_applet-C.omf +share/gnome/omf/gnome-applets/gweather_applet-it.omf +share/gnome/omf/gnome-applets/jbc_applet-C.omf +share/gnome/omf/gnome-applets/jbc_applet-it.omf +share/gnome/omf/gnome-applets/life_applet-C.omf +share/gnome/omf/gnome-applets/life_applet-it.omf +share/gnome/omf/gnome-applets/loadavg_applet-C.omf +share/gnome/omf/gnome-applets/loadavg_applet-it.omf +share/gnome/omf/gnome-applets/memload_applet-C.omf +share/gnome/omf/gnome-applets/memload_applet-it.omf +share/gnome/omf/gnome-applets/mini-commander_applet-C.omf +share/gnome/omf/gnome-applets/mini-commander_applet-it.omf +share/gnome/omf/gnome-applets/mixer_applet-C.omf +share/gnome/omf/gnome-applets/modemlights_applet-C.omf +share/gnome/omf/gnome-applets/modemlights_applet-it.omf +share/gnome/omf/gnome-applets/netload_applet-C.omf +share/gnome/omf/gnome-applets/netload_applet-it.omf +share/gnome/omf/gnome-applets/odometer_applet-C.omf +share/gnome/omf/gnome-applets/odometer_applet-fr.omf +share/gnome/omf/gnome-applets/odometer_applet-it.omf +share/gnome/omf/gnome-applets/quicklaunch_applet-C.omf +share/gnome/omf/gnome-applets/quicklaunch_applet-it.omf +share/gnome/omf/gnome-applets/sound-monitor_applet-C.omf +share/gnome/omf/gnome-applets/sound-monitor_applet-it.omf +share/gnome/omf/gnome-applets/swapload_applet-C.omf +share/gnome/omf/gnome-applets/swapload_applet-it.omf +share/gnome/omf/gnome-applets/tickastat_applet-C.omf +share/gnome/omf/gnome-applets/tickastat_applet-it.omf +share/gnome/omf/gnome-applets/webcontrol_applet-C.omf +share/gnome/omf/gnome-applets/webcontrol_applet-it.omf +share/gnome/omf/gnome-applets/whereami_applet-C.omf +share/gnome/omf/gnome-applets/whereami_applet-it.omf share/gnome/pixmaps/another_clock.xpm share/gnome/pixmaps/charpick.png share/gnome/pixmaps/gkb-icon.png @@ -923,26 +1913,33 @@ share/gnome/pixmaps/gkb/bg.png share/gnome/pixmaps/gkb/br.png share/gnome/pixmaps/gkb/ca.png share/gnome/pixmaps/gkb/ch.png +share/gnome/pixmaps/gkb/cu.png share/gnome/pixmaps/gkb/cz.png share/gnome/pixmaps/gkb/de.png share/gnome/pixmaps/gkb/dk.png share/gnome/pixmaps/gkb/ee.png share/gnome/pixmaps/gkb/es.png +share/gnome/pixmaps/gkb/eu.png share/gnome/pixmaps/gkb/fi.png share/gnome/pixmaps/gkb/fr.png share/gnome/pixmaps/gkb/gb.png +share/gnome/pixmaps/gkb/gkb-foot.png share/gnome/pixmaps/gkb/gr.png +share/gnome/pixmaps/gkb/hr.png share/gnome/pixmaps/gkb/hu.png share/gnome/pixmaps/gkb/il.png share/gnome/pixmaps/gkb/is.png share/gnome/pixmaps/gkb/it.png share/gnome/pixmaps/gkb/jp.png +share/gnome/pixmaps/gkb/lt.png +share/gnome/pixmaps/gkb/mk.png share/gnome/pixmaps/gkb/mx.png share/gnome/pixmaps/gkb/nl.png share/gnome/pixmaps/gkb/no.png share/gnome/pixmaps/gkb/pl.png share/gnome/pixmaps/gkb/pt.png share/gnome/pixmaps/gkb/qc.png +share/gnome/pixmaps/gkb/ro.png share/gnome/pixmaps/gkb/ru.png share/gnome/pixmaps/gkb/se.png share/gnome/pixmaps/gkb/si.png @@ -1015,6 +2012,17 @@ share/gnome/sound-monitor/radar-green/scope.png share/gnome/sound-monitor/radar-green/scope_tiny_h.png share/gnome/sound-monitor/radar-green/scope_tiny_v.png share/gnome/sound-monitor/radar-green/themedata +share/gnome/sound-monitor/scope-clear/back.png +share/gnome/sound-monitor/scope-clear/back_small_h.png +share/gnome/sound-monitor/scope-clear/back_small_v.png +share/gnome/sound-monitor/scope-clear/back_tiny_h.png +share/gnome/sound-monitor/scope-clear/back_tiny_v.png +share/gnome/sound-monitor/scope-clear/scope.png +share/gnome/sound-monitor/scope-clear/scope_small_h.png +share/gnome/sound-monitor/scope-clear/scope_small_v.png +share/gnome/sound-monitor/scope-clear/scope_tiny_h.png +share/gnome/sound-monitor/scope-clear/scope_tiny_v.png +share/gnome/sound-monitor/scope-clear/themedata share/gnome/sound-monitor/scope-larger/back_h.png share/gnome/sound-monitor/scope-larger/back_tiny_h.png share/gnome/sound-monitor/scope-larger/back_tiny_v.png @@ -1047,6 +2055,7 @@ share/gnome/xmodmap/xmodmap.ch_de share/gnome/xmodmap/xmodmap.ch_fr share/gnome/xmodmap/xmodmap.cz share/gnome/xmodmap/xmodmap.de +share/gnome/xmodmap/xmodmap.de-apple share/gnome/xmodmap/xmodmap.dk share/gnome/xmodmap/xmodmap.dvorak share/gnome/xmodmap/xmodmap.ee @@ -1054,20 +2063,30 @@ share/gnome/xmodmap/xmodmap.es share/gnome/xmodmap/xmodmap.fi share/gnome/xmodmap/xmodmap.fr share/gnome/xmodmap/xmodmap.fr-2 +share/gnome/xmodmap/xmodmap.gb +share/gnome/xmodmap/xmodmap.gb-102 +share/gnome/xmodmap/xmodmap.gb-105 share/gnome/xmodmap/xmodmap.ge_la share/gnome/xmodmap/xmodmap.ge_ru share/gnome/xmodmap/xmodmap.gr share/gnome/xmodmap/xmodmap.hu +share/gnome/xmodmap/xmodmap.hu-101-lat1 +share/gnome/xmodmap/xmodmap.hu-101-lat2 +share/gnome/xmodmap/xmodmap.hu-ibm +share/gnome/xmodmap/xmodmap.hu-lat1 +share/gnome/xmodmap/xmodmap.hu-sun-lat2 share/gnome/xmodmap/xmodmap.hu.old share/gnome/xmodmap/xmodmap.hu_latin1 share/gnome/xmodmap/xmodmap.il share/gnome/xmodmap/xmodmap.il_phonetic share/gnome/xmodmap/xmodmap.is share/gnome/xmodmap/xmodmap.it +share/gnome/xmodmap/xmodmap.jp share/gnome/xmodmap/xmodmap.la share/gnome/xmodmap/xmodmap.lt share/gnome/xmodmap/xmodmap.lt_b share/gnome/xmodmap/xmodmap.lt_p +share/gnome/xmodmap/xmodmap.mk share/gnome/xmodmap/xmodmap.nl share/gnome/xmodmap/xmodmap.no share/gnome/xmodmap/xmodmap.pl @@ -1076,6 +2095,7 @@ share/gnome/xmodmap/xmodmap.pt share/gnome/xmodmap/xmodmap.pt-dead share/gnome/xmodmap/xmodmap.qc share/gnome/xmodmap/xmodmap.qc-2 +share/gnome/xmodmap/xmodmap.ro share/gnome/xmodmap/xmodmap.ru share/gnome/xmodmap/xmodmap.ru_yawerty share/gnome/xmodmap/xmodmap.se @@ -1084,13 +2104,23 @@ share/gnome/xmodmap/xmodmap.sg share/gnome/xmodmap/xmodmap.si share/gnome/xmodmap/xmodmap.sk share/gnome/xmodmap/xmodmap.th +share/gnome/xmodmap/xmodmap.th2 share/gnome/xmodmap/xmodmap.tr_f share/gnome/xmodmap/xmodmap.tr_q share/gnome/xmodmap/xmodmap.uk share/gnome/xmodmap/xmodmap.us +share/gnome/xmodmap/xmodmap.us-101 +share/gnome/xmodmap/xmodmap.us-84 +share/gnome/xmodmap/xmodmap.us-dec +share/gnome/xmodmap/xmodmap.us-ibm +share/gnome/xmodmap/xmodmap.us-int +share/gnome/xmodmap/xmodmap.us-mac +share/gnome/xmodmap/xmodmap.us-sgi-101 +share/gnome/xmodmap/xmodmap.us-sun share/gnome/xmodmap/xmodmap.us.old share/gnome/xmodmap/xmodmap.us_intl share/gnome/xmodmap/xmodmap.yu +share/locale/az/LC_MESSAGES/gnome-applets.mo share/locale/ca/LC_MESSAGES/gnome-applets.mo share/locale/cs/LC_MESSAGES/gnome-applets.mo share/locale/da/LC_MESSAGES/gnome-applets.mo @@ -1113,21 +2143,23 @@ share/locale/nl/LC_MESSAGES/gnome-applets.mo share/locale/no/LC_MESSAGES/gnome-applets.mo share/locale/pl/LC_MESSAGES/gnome-applets.mo share/locale/pt/LC_MESSAGES/gnome-applets.mo +share/locale/pt_BR/LC_MESSAGES/gnome-applets.mo share/locale/ro/LC_MESSAGES/gnome-applets.mo share/locale/ru/LC_MESSAGES/gnome-applets.mo share/locale/sk/LC_MESSAGES/gnome-applets.mo share/locale/sl/LC_MESSAGES/gnome-applets.mo share/locale/sv/LC_MESSAGES/gnome-applets.mo -share/locale/ta/LC_MESSAGES/gnome-applets.mo share/locale/tr/LC_MESSAGES/gnome-applets.mo share/locale/uk/LC_MESSAGES/gnome-applets.mo share/locale/wa/LC_MESSAGES/gnome-applets.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-applets.mo share/locale/zh_TW.Big5/LC_MESSAGES/gnome-applets.mo @dirrm share/gnome/xmodmap @dirrm share/gnome/tickastat/news @dirrm share/gnome/tickastat @dirrm share/gnome/sound-monitor/scope-round @dirrm share/gnome/sound-monitor/scope-larger +@dirrm share/gnome/sound-monitor/scope-clear @dirrm share/gnome/sound-monitor/scope @dirrm share/gnome/sound-monitor/radar-green @dirrm share/gnome/sound-monitor/radar-blue @@ -1140,6 +2172,7 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-applets.mo @dirrm share/gnome/pixmaps/mini-commander @dirrm share/gnome/pixmaps/gweather @dirrm share/gnome/pixmaps/gkb +@dirrm share/gnome/omf/gnome-applets @dirrm share/gnome/odometer/smplst @dirrm share/gnome/odometer/o @dirrm share/gnome/odometer/default @@ -1148,160 +2181,250 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-applets.mo @dirrm share/gnome/odometer/57chevy @dirrm share/gnome/odometer @dirrm share/gnome/help/whereami_applet/it/stylesheet-images +@dirrm share/gnome/help/whereami_applet/it/figures @dirrm share/gnome/help/whereami_applet/it @dirrm share/gnome/help/whereami_applet/C/stylesheet-images +@dirrm share/gnome/help/whereami_applet/C/figures @dirrm share/gnome/help/whereami_applet/C @dirrm share/gnome/help/whereami_applet @dirrm share/gnome/help/webcontrol_applet/it/stylesheet-images +@dirrm share/gnome/help/webcontrol_applet/it/figures @dirrm share/gnome/help/webcontrol_applet/it @dirrm share/gnome/help/webcontrol_applet/C/stylesheet-images +@dirrm share/gnome/help/webcontrol_applet/C/figures @dirrm share/gnome/help/webcontrol_applet/C @dirrm share/gnome/help/webcontrol_applet @dirrm share/gnome/help/tickastat_applet/it/stylesheet-images +@dirrm share/gnome/help/tickastat_applet/it/figures @dirrm share/gnome/help/tickastat_applet/it @dirrm share/gnome/help/tickastat_applet/C/stylesheet-images +@dirrm share/gnome/help/tickastat_applet/C/figures @dirrm share/gnome/help/tickastat_applet/C @dirrm share/gnome/help/tickastat_applet @dirrm share/gnome/help/swapload_applet/it/stylesheet-images +@dirrm share/gnome/help/swapload_applet/it/figures @dirrm share/gnome/help/swapload_applet/it @dirrm share/gnome/help/swapload_applet/C/stylesheet-images +@dirrm share/gnome/help/swapload_applet/C/figures @dirrm share/gnome/help/swapload_applet/C @dirrm share/gnome/help/swapload_applet @dirrm share/gnome/help/sound-monitor_applet/it/stylesheet-images +@dirrm share/gnome/help/sound-monitor_applet/it/figures @dirrm share/gnome/help/sound-monitor_applet/it @dirrm share/gnome/help/sound-monitor_applet/C/stylesheet-images +@dirrm share/gnome/help/sound-monitor_applet/C/figures @dirrm share/gnome/help/sound-monitor_applet/C @dirrm share/gnome/help/sound-monitor_applet @dirrm share/gnome/help/quicklaunch_applet/it/stylesheet-images +@dirrm share/gnome/help/quicklaunch_applet/it/figures @dirrm share/gnome/help/quicklaunch_applet/it @dirrm share/gnome/help/quicklaunch_applet/C/stylesheet-images +@dirrm share/gnome/help/quicklaunch_applet/C/figures @dirrm share/gnome/help/quicklaunch_applet/C @dirrm share/gnome/help/quicklaunch_applet @dirrm share/gnome/help/odometer_applet/it/stylesheet-images +@dirrm share/gnome/help/odometer_applet/it/figures @dirrm share/gnome/help/odometer_applet/it @dirrm share/gnome/help/odometer_applet/fr/stylesheet-images +@dirrm share/gnome/help/odometer_applet/fr/figures @dirrm share/gnome/help/odometer_applet/fr @dirrm share/gnome/help/odometer_applet/C/stylesheet-images +@dirrm share/gnome/help/odometer_applet/C/figures @dirrm share/gnome/help/odometer_applet/C @dirrm share/gnome/help/odometer_applet @dirrm share/gnome/help/netload_applet/it/stylesheet-images +@dirrm share/gnome/help/netload_applet/it/figures @dirrm share/gnome/help/netload_applet/it @dirrm share/gnome/help/netload_applet/C/stylesheet-images +@dirrm share/gnome/help/netload_applet/C/figures @dirrm share/gnome/help/netload_applet/C @dirrm share/gnome/help/netload_applet @dirrm share/gnome/help/modemlights_applet/it/stylesheet-images +@dirrm share/gnome/help/modemlights_applet/it/figures @dirrm share/gnome/help/modemlights_applet/it @dirrm share/gnome/help/modemlights_applet/C/stylesheet-images +@dirrm share/gnome/help/modemlights_applet/C/figures @dirrm share/gnome/help/modemlights_applet/C @dirrm share/gnome/help/modemlights_applet @dirrm share/gnome/help/mixer_applet/it/stylesheet-images @dirrm share/gnome/help/mixer_applet/it +@dirrm share/gnome/help/mixer_applet/es/stylesheet-images +@dirrm share/gnome/help/mixer_applet/es @dirrm share/gnome/help/mixer_applet/C/stylesheet-images +@dirrm share/gnome/help/mixer_applet/C/figures @dirrm share/gnome/help/mixer_applet/C @dirrm share/gnome/help/mixer_applet @dirrm share/gnome/help/mini-commander_applet/it/stylesheet-images +@dirrm share/gnome/help/mini-commander_applet/it/figures @dirrm share/gnome/help/mini-commander_applet/it @dirrm share/gnome/help/mini-commander_applet/C/stylesheet-images +@dirrm share/gnome/help/mini-commander_applet/C/figures @dirrm share/gnome/help/mini-commander_applet/C @dirrm share/gnome/help/mini-commander_applet @dirrm share/gnome/help/memload_applet/it/stylesheet-images +@dirrm share/gnome/help/memload_applet/it/figures @dirrm share/gnome/help/memload_applet/it @dirrm share/gnome/help/memload_applet/C/stylesheet-images +@dirrm share/gnome/help/memload_applet/C/figures @dirrm share/gnome/help/memload_applet/C @dirrm share/gnome/help/memload_applet @dirrm share/gnome/help/loadavg_applet/it/stylesheet-images +@dirrm share/gnome/help/loadavg_applet/it/figures @dirrm share/gnome/help/loadavg_applet/it @dirrm share/gnome/help/loadavg_applet/C/stylesheet-images +@dirrm share/gnome/help/loadavg_applet/C/figures @dirrm share/gnome/help/loadavg_applet/C @dirrm share/gnome/help/loadavg_applet @dirrm share/gnome/help/life_applet/it/stylesheet-images +@dirrm share/gnome/help/life_applet/it/figures @dirrm share/gnome/help/life_applet/it @dirrm share/gnome/help/life_applet/C/stylesheet-images +@dirrm share/gnome/help/life_applet/C/figures @dirrm share/gnome/help/life_applet/C @dirrm share/gnome/help/life_applet @dirrm share/gnome/help/jbc_applet/it/stylesheet-images +@dirrm share/gnome/help/jbc_applet/it/figures @dirrm share/gnome/help/jbc_applet/it @dirrm share/gnome/help/jbc_applet/C/stylesheet-images +@dirrm share/gnome/help/jbc_applet/C/figures @dirrm share/gnome/help/jbc_applet/C @dirrm share/gnome/help/jbc_applet @dirrm share/gnome/help/gweather_applet/it/stylesheet-images +@dirrm share/gnome/help/gweather_applet/it/figures @dirrm share/gnome/help/gweather_applet/it @dirrm share/gnome/help/gweather_applet/C/stylesheet-images +@dirrm share/gnome/help/gweather_applet/C/figures @dirrm share/gnome/help/gweather_applet/C @dirrm share/gnome/help/gweather_applet @dirrm share/gnome/help/gnotes_applet/it/stylesheet-images +@dirrm share/gnome/help/gnotes_applet/it/figures @dirrm share/gnome/help/gnotes_applet/it @dirrm share/gnome/help/gnotes_applet/C/stylesheet-images +@dirrm share/gnome/help/gnotes_applet/C/figures @dirrm share/gnome/help/gnotes_applet/C @dirrm share/gnome/help/gnotes_applet @dirrm share/gnome/help/gkb_applet/it/stylesheet-images @dirrm share/gnome/help/gkb_applet/it @dirrm share/gnome/help/gkb_applet/hu/stylesheet-images +@dirrm share/gnome/help/gkb_applet/hu/figures @dirrm share/gnome/help/gkb_applet/hu @dirrm share/gnome/help/gkb_applet/C/stylesheet-images +@dirrm share/gnome/help/gkb_applet/C/figures @dirrm share/gnome/help/gkb_applet/C @dirrm share/gnome/help/gkb_applet @dirrm share/gnome/help/geyes_applet/it/stylesheet-images +@dirrm share/gnome/help/geyes_applet/it/figures @dirrm share/gnome/help/geyes_applet/it @dirrm share/gnome/help/geyes_applet/C/stylesheet-images +@dirrm share/gnome/help/geyes_applet/C/figures @dirrm share/gnome/help/geyes_applet/C @dirrm share/gnome/help/geyes_applet @dirrm share/gnome/help/fifteen_applet/it/stylesheet-images +@dirrm share/gnome/help/fifteen_applet/it/figures @dirrm share/gnome/help/fifteen_applet/it @dirrm share/gnome/help/fifteen_applet/C/stylesheet-images +@dirrm share/gnome/help/fifteen_applet/C/figures @dirrm share/gnome/help/fifteen_applet/C @dirrm share/gnome/help/fifteen_applet +@dirrm share/gnome/help/drivemount_applet/ja/stylesheet-images +@dirrm share/gnome/help/drivemount_applet/ja/figures +@dirrm share/gnome/help/drivemount_applet/ja @dirrm share/gnome/help/drivemount_applet/it/stylesheet-images +@dirrm share/gnome/help/drivemount_applet/it/figures @dirrm share/gnome/help/drivemount_applet/it @dirrm share/gnome/help/drivemount_applet/C/stylesheet-images +@dirrm share/gnome/help/drivemount_applet/C/figures @dirrm share/gnome/help/drivemount_applet/C @dirrm share/gnome/help/drivemount_applet +@dirrm share/gnome/help/diskusage_applet/ja/stylesheet-images +@dirrm share/gnome/help/diskusage_applet/ja/figures +@dirrm share/gnome/help/diskusage_applet/ja @dirrm share/gnome/help/diskusage_applet/it/stylesheet-images +@dirrm share/gnome/help/diskusage_applet/it/figures @dirrm share/gnome/help/diskusage_applet/it @dirrm share/gnome/help/diskusage_applet/C/stylesheet-images +@dirrm share/gnome/help/diskusage_applet/C/figures @dirrm share/gnome/help/diskusage_applet/C @dirrm share/gnome/help/diskusage_applet +@dirrm share/gnome/help/cpumemusage_applet/ja/stylesheet-images +@dirrm share/gnome/help/cpumemusage_applet/ja/figures +@dirrm share/gnome/help/cpumemusage_applet/ja @dirrm share/gnome/help/cpumemusage_applet/it/stylesheet-images +@dirrm share/gnome/help/cpumemusage_applet/it/figures @dirrm share/gnome/help/cpumemusage_applet/it @dirrm share/gnome/help/cpumemusage_applet/C/stylesheet-images +@dirrm share/gnome/help/cpumemusage_applet/C/figures @dirrm share/gnome/help/cpumemusage_applet/C @dirrm share/gnome/help/cpumemusage_applet @dirrm share/gnome/help/cpuload_applet/it/stylesheet-images +@dirrm share/gnome/help/cpuload_applet/it/figures @dirrm share/gnome/help/cpuload_applet/it @dirrm share/gnome/help/cpuload_applet/C/stylesheet-images +@dirrm share/gnome/help/cpuload_applet/C/figures @dirrm share/gnome/help/cpuload_applet/C @dirrm share/gnome/help/cpuload_applet +@dirrm share/gnome/help/clockmail_applet/ja/stylesheet-images +@dirrm share/gnome/help/clockmail_applet/ja/figures +@dirrm share/gnome/help/clockmail_applet/ja @dirrm share/gnome/help/clockmail_applet/it/stylesheet-images +@dirrm share/gnome/help/clockmail_applet/it/figures @dirrm share/gnome/help/clockmail_applet/it @dirrm share/gnome/help/clockmail_applet/C/stylesheet-images +@dirrm share/gnome/help/clockmail_applet/C/figures @dirrm share/gnome/help/clockmail_applet/C @dirrm share/gnome/help/clockmail_applet +@dirrm share/gnome/help/charpick_applet/ja/stylesheet-images +@dirrm share/gnome/help/charpick_applet/ja/figures +@dirrm share/gnome/help/charpick_applet/ja @dirrm share/gnome/help/charpick_applet/it/stylesheet-images +@dirrm share/gnome/help/charpick_applet/it/figures @dirrm share/gnome/help/charpick_applet/it @dirrm share/gnome/help/charpick_applet/C/stylesheet-images +@dirrm share/gnome/help/charpick_applet/C/figures @dirrm share/gnome/help/charpick_applet/C @dirrm share/gnome/help/charpick_applet +@dirrm share/gnome/help/cdplayer_applet/ja/stylesheet-images +@dirrm share/gnome/help/cdplayer_applet/ja/figures +@dirrm share/gnome/help/cdplayer_applet/ja @dirrm share/gnome/help/cdplayer_applet/it/stylesheet-images +@dirrm share/gnome/help/cdplayer_applet/it/figures @dirrm share/gnome/help/cdplayer_applet/it @dirrm share/gnome/help/cdplayer_applet/C/stylesheet-images +@dirrm share/gnome/help/cdplayer_applet/C/figures @dirrm share/gnome/help/cdplayer_applet/C @dirrm share/gnome/help/cdplayer_applet +@dirrm share/gnome/help/battery_applet/ja/stylesheet-images +@dirrm share/gnome/help/battery_applet/ja/figures +@dirrm share/gnome/help/battery_applet/ja @dirrm share/gnome/help/battery_applet/it/stylesheet-images +@dirrm share/gnome/help/battery_applet/it/figures @dirrm share/gnome/help/battery_applet/it @dirrm share/gnome/help/battery_applet/C/stylesheet-images +@dirrm share/gnome/help/battery_applet/C/figures @dirrm share/gnome/help/battery_applet/C @dirrm share/gnome/help/battery_applet +@dirrm share/gnome/help/asclock_applet/ja/stylesheet-images +@dirrm share/gnome/help/asclock_applet/ja/figures +@dirrm share/gnome/help/asclock_applet/ja @dirrm share/gnome/help/asclock_applet/it/stylesheet-images +@dirrm share/gnome/help/asclock_applet/it/figures @dirrm share/gnome/help/asclock_applet/it @dirrm share/gnome/help/asclock_applet/C/stylesheet-images +@dirrm share/gnome/help/asclock_applet/C/figures @dirrm share/gnome/help/asclock_applet/C @dirrm share/gnome/help/asclock_applet +@dirrm share/gnome/help/anotherclock_applet/uk/stylesheet-images +@dirrm share/gnome/help/anotherclock_applet/uk/figures +@dirrm share/gnome/help/anotherclock_applet/uk @dirrm share/gnome/help/anotherclock_applet/it/stylesheet-images +@dirrm share/gnome/help/anotherclock_applet/it/figures @dirrm share/gnome/help/anotherclock_applet/it @dirrm share/gnome/help/anotherclock_applet/C/stylesheet-images +@dirrm share/gnome/help/anotherclock_applet/C/figures @dirrm share/gnome/help/anotherclock_applet/C @dirrm share/gnome/help/anotherclock_applet @dirrm share/gnome/gweather +@dirrm share/gnome/gkb @dirrm share/gnome/geyes/Horrid @dirrm share/gnome/geyes/Default-tiny @dirrm share/gnome/geyes/Default @@ -1311,12 +2434,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-applets.mo @dirrm share/gnome/clockmail/radar-green @dirrm share/gnome/clockmail/radar-blue @dirrm share/gnome/clockmail/odometer +@dirrm share/gnome/clockmail/nice_mailcount +@dirrm share/gnome/clockmail/nice_clock @dirrm share/gnome/clockmail/mailcounter @dirrm share/gnome/clockmail/mail-fuel-gauge @dirrm share/gnome/clockmail/mail-flap @dirrm share/gnome/clockmail/lcd @dirrm share/gnome/clockmail/clockmail-G @dirrm share/gnome/clockmail/clock-odometer +@dirrm share/gnome/clockmail/clock-digital-red +@dirrm share/gnome/clockmail/clock-digital-black @dirrm share/gnome/clockmail/clock-analog @dirrm share/gnome/clockmail/classic @dirrm share/gnome/clockmail/calendar diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index 6cdc5a2ccfef..6a9f558c8677 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnomeapplets -PORTVERSION= 1.2.4 +PORTVERSION= 1.4.0.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-applets +MASTER_SITE_SUBDIR= unstable/sources/gnome-applets DISTNAME= gnome-applets-${PORTVERSION} MAINTAINER= ade@FreeBSD.org diff --git a/x11/gnomeapplets2/distinfo b/x11/gnomeapplets2/distinfo index b1249d1e17dd..9749a347077f 100644 --- a/x11/gnomeapplets2/distinfo +++ b/x11/gnomeapplets2/distinfo @@ -1 +1 @@ -MD5 (gnome-applets-1.2.4.tar.gz) = f0afb1eccc444530163571a38f972f2d +MD5 (gnome-applets-1.4.0.1.tar.gz) = 5b459439d4d698e86a6239734f42ca9f diff --git a/x11/gnomeapplets2/files/patch-aa b/x11/gnomeapplets2/files/patch-aa index 929f5f5d20f8..d2be8f42b3f5 100644 --- a/x11/gnomeapplets2/files/patch-aa +++ b/x11/gnomeapplets2/files/patch-aa @@ -1,10 +1,6 @@ ---- configure.orig Mon May 22 00:00:41 2000 -+++ configure Fri May 26 18:10:31 2000 -@@ -3399,6 +3399,7 @@ - *irix*) CDROM_HOST=iric; CDROM_LIBS="-lcdaudio -lmediad -lds";; - *linux*) CDROM_HOST=linux;; +--- configure.orig Thu Mar 15 11:59:13 2001 ++++ configure Mon Mar 19 10:00:53 2001 +@@ -3503,2 +3503,3 @@ *solaris*) CDROM_HOST=solaris;; +*freebsd*) CDROM_HOST=freebsd;; esac - - diff --git a/x11/gnomeapplets2/files/patch-ab b/x11/gnomeapplets2/files/patch-ab index beaeebb034be..bc3e9992a7d7 100644 --- a/x11/gnomeapplets2/files/patch-ab +++ b/x11/gnomeapplets2/files/patch-ab @@ -1,11 +1,7 @@ ---- applet-docs.make.orig Wed Apr 19 23:28:44 2000 -+++ applet-docs.make Fri May 26 18:07:21 2000 -@@ -9,7 +9,7 @@ - # figs = modemlights-advpref.png modemlights-prefs.png modemlights.png - # include $(top_srcdir)/applet-docs.make +--- applet-docs.make.orig Mon Feb 26 10:31:11 2001 ++++ applet-docs.make Thu Mar 1 17:58:21 2001 +@@ -11,3 +11,3 @@ --docdir = $(datadir)/gnome/help/$(applet)_applet/$(lang) -+docdir = $(datadir)/help/$(applet)_applet/$(lang) - doc_DATA = \ - index.html \ - topic.dat \ +-helpdir = $(datadir)/gnome/help/$(applet)_applet/$(lang) ++helpdir = $(datadir)/help/$(applet)_applet/$(lang) + help_DATA = \ diff --git a/x11/gnomeapplets2/files/patch-ag b/x11/gnomeapplets2/files/patch-ag new file mode 100644 index 000000000000..8124052f790d --- /dev/null +++ b/x11/gnomeapplets2/files/patch-ag @@ -0,0 +1,7 @@ +--- mixer/docs/es/Makefile.in.orig Wed Mar 28 12:39:07 2001 ++++ mixer/docs/es/Makefile.in Sat Apr 7 22:51:25 2001 +@@ -159,3 +159,3 @@ + applet = mixer +-lang = es ++lang = es + sgml_ents = $(applet).sgml diff --git a/x11/gnomeapplets2/pkg-plist b/x11/gnomeapplets2/pkg-plist index fe278a0f4a33..c607f4924f67 100644 --- a/x11/gnomeapplets2/pkg-plist +++ b/x11/gnomeapplets2/pkg-plist @@ -182,10 +182,28 @@ share/gnome/clockmail/classic/clockmaildata share/gnome/clockmail/classic/digmed.png share/gnome/clockmail/classic/mailpics.png share/gnome/clockmail/clock-analog/back.png +share/gnome/clockmail/clock-analog/back_small.png +share/gnome/clockmail/clock-analog/back_tiny.png share/gnome/clockmail/clock-analog/clockmaildata share/gnome/clockmail/clock-analog/hour_hand.png +share/gnome/clockmail/clock-analog/hour_hand_small.png +share/gnome/clockmail/clock-analog/hour_hand_tiny.png share/gnome/clockmail/clock-analog/minute_hand.png +share/gnome/clockmail/clock-analog/minute_hand_small.png +share/gnome/clockmail/clock-analog/minute_hand_tiny.png share/gnome/clockmail/clock-analog/second_hand.png +share/gnome/clockmail/clock-analog/second_hand_small.png +share/gnome/clockmail/clock-analog/second_hand_tiny.png +share/gnome/clockmail/clock-digital-black/bback.png +share/gnome/clockmail/clock-digital-black/bback_sm.png +share/gnome/clockmail/clock-digital-black/bdigits.png +share/gnome/clockmail/clock-digital-black/bdigits_sm.png +share/gnome/clockmail/clock-digital-black/clockmaildata +share/gnome/clockmail/clock-digital-red/back.png +share/gnome/clockmail/clock-digital-red/back_sm.png +share/gnome/clockmail/clock-digital-red/clockmaildata +share/gnome/clockmail/clock-digital-red/digits.png +share/gnome/clockmail/clock-digital-red/digits_sm.png share/gnome/clockmail/clock-odometer/back_h.png share/gnome/clockmail/clock-odometer/back_tiny_h.png share/gnome/clockmail/clock-odometer/back_tiny_v.png @@ -218,6 +236,22 @@ share/gnome/clockmail/mailcounter/backgrnd.png share/gnome/clockmail/mailcounter/clockmaildata share/gnome/clockmail/mailcounter/digmed.png share/gnome/clockmail/mailcounter/mailpics.png +share/gnome/clockmail/nice_clock/back.png +share/gnome/clockmail/nice_clock/back_tiny.png +share/gnome/clockmail/nice_clock/clockmaildata +share/gnome/clockmail/nice_clock/hour_hand.png +share/gnome/clockmail/nice_clock/hour_hand_tiny.png +share/gnome/clockmail/nice_clock/minute_hand.png +share/gnome/clockmail/nice_clock/minute_hand_tiny.png +share/gnome/clockmail/nice_clock/second_hand.png +share/gnome/clockmail/nice_clock/second_hand_tiny.png +share/gnome/clockmail/nice_mailcount/back.png +share/gnome/clockmail/nice_mailcount/back_h.png +share/gnome/clockmail/nice_mailcount/button.png +share/gnome/clockmail/nice_mailcount/button_h.png +share/gnome/clockmail/nice_mailcount/clockmaildata +share/gnome/clockmail/nice_mailcount/digit.png +share/gnome/clockmail/nice_mailcount/light.png share/gnome/clockmail/odometer/backgrnd.png share/gnome/clockmail/odometer/clockmaildata share/gnome/clockmail/odometer/diglrg.png @@ -247,657 +281,1545 @@ share/gnome/geyes/Default/config share/gnome/geyes/Horrid/config share/gnome/geyes/Horrid/horrid_eye.png share/gnome/geyes/Horrid/horrid_pupil.png +share/gnome/gkb/AM_Armenian.keyprop +share/gnome/gkb/AZ_Azerbaidjani_Turkic.keyprop +share/gnome/gkb/Armenian.keyprop +share/gnome/gkb/BE_Dutch.keyprop +share/gnome/gkb/BG_Bulgarian.keyprop +share/gnome/gkb/BG_Bulgarian_x.keyprop +share/gnome/gkb/BR_Portuguese.keyprop +share/gnome/gkb/BR_Portuguese_x.keyprop +share/gnome/gkb/BY_Belarussian.keyprop +share/gnome/gkb/Basque.keyprop +share/gnome/gkb/Belgian.keyprop +share/gnome/gkb/BulgarianCyril.keyprop +share/gnome/gkb/CA_English.keyprop +share/gnome/gkb/CH_German_x.keyprop +share/gnome/gkb/CS_Czech.keyprop +share/gnome/gkb/CZ_Czech_Slovak.keyprop +share/gnome/gkb/CZ_Czech_x.keyprop +share/gnome/gkb/DE_German.keyprop +share/gnome/gkb/DE_German_x.keyprop +share/gnome/gkb/DK_Danish.keyprop +share/gnome/gkb/DK_Danish_x.keyprop +share/gnome/gkb/EE_Estonian.keyprop +share/gnome/gkb/EE_Estonian_x.keyprop +share/gnome/gkb/ES_Spanish.keyprop +share/gnome/gkb/ES_Spanish_x.keyprop +share/gnome/gkb/FI_Finnish.keyprop +share/gnome/gkb/FI_Finnish_x.keyprop +share/gnome/gkb/FR_French.keyprop +share/gnome/gkb/FR_French_x.keyprop +share/gnome/gkb/FrenchCanadian.keyprop +share/gnome/gkb/FrenchCanadian2.keyprop +share/gnome/gkb/FrenchSwiss.keyprop +share/gnome/gkb/GB-102.keyprop +share/gnome/gkb/GB.keyprop +share/gnome/gkb/GB_English.keyprop +share/gnome/gkb/GB_English_x.keyprop +share/gnome/gkb/GE_Georgian_x.keyprop +share/gnome/gkb/GR_Greek.keyprop +share/gnome/gkb/GR_Greek_x.keyprop +share/gnome/gkb/GeorgianLatin.keyprop +share/gnome/gkb/GeorgianRussian.keyprop +share/gnome/gkb/German.keyprop +share/gnome/gkb/GermanSwiss.keyprop +share/gnome/gkb/HU_Hungarian.keyprop +share/gnome/gkb/Hungarian-101.keyprop +share/gnome/gkb/Hungarian-lat1.keyprop +share/gnome/gkb/Hungarian-sun.keyprop +share/gnome/gkb/Hungarian.keyprop +share/gnome/gkb/Hungarian101-1.keyprop +share/gnome/gkb/Hungarian101.keyprop +share/gnome/gkb/IL_Hebrew.keyprop +share/gnome/gkb/IL_Hebrew_x.keyprop +share/gnome/gkb/IS_Icelandic.keyprop +share/gnome/gkb/IS_Icelandic_x.keyprop +share/gnome/gkb/IT_Italian.keyprop +share/gnome/gkb/IT_Italian_x.keyprop +share/gnome/gkb/JP_Japanese.keyprop +share/gnome/gkb/JP_Japanese_x.keyprop +share/gnome/gkb/LA_Lao_x.keyprop +share/gnome/gkb/LT_Lithuanian.keyprop +share/gnome/gkb/LT_Lithuanian_x.keyprop +share/gnome/gkb/LT_Prog.keyprop +share/gnome/gkb/LT_Standard.keyprop +share/gnome/gkb/MK_Macedonian.keyprop +share/gnome/gkb/Macedonian.keyprop +share/gnome/gkb/NL_Dutch_x.keyprop +share/gnome/gkb/NO_Norwegian.keyprop +share/gnome/gkb/Norwegian.keyprop +share/gnome/gkb/PL_Polish.keyprop +share/gnome/gkb/PT_Portuguese.keyprop +share/gnome/gkb/PT_Portuguese_x.keyprop +share/gnome/gkb/Polish.keyprop +share/gnome/gkb/PolishDeadkeys.keyprop +share/gnome/gkb/Portugal.keyprop +share/gnome/gkb/PortugalDeadkeys.keyprop +share/gnome/gkb/RO_Romanian.keyprop +share/gnome/gkb/RU_Russian.keyprop +share/gnome/gkb/RU_Russian_x.keyprop +share/gnome/gkb/RussianCyril.keyprop +share/gnome/gkb/SE_Swedish.keyprop +share/gnome/gkb/SI_Slovenian.keyprop +share/gnome/gkb/SR_Dutch.keyprop +share/gnome/gkb/Slovak.keyprop +share/gnome/gkb/Slovene.keyprop +share/gnome/gkb/Swedish.keyprop +share/gnome/gkb/TH_Thai.keyprop +share/gnome/gkb/TH_Thai_x.keyprop +share/gnome/gkb/TR-f.keyprop +share/gnome/gkb/TR-q.keyprop +share/gnome/gkb/TR_Turkish.keyprop +share/gnome/gkb/TR_Turkish_x.keyprop +share/gnome/gkb/Thai.keyprop +share/gnome/gkb/Thai2.keyprop +share/gnome/gkb/UA_Ukrainian.keyprop +share/gnome/gkb/UK.keyprop +share/gnome/gkb/US-101.keyprop +share/gnome/gkb/US-84.keyprop +share/gnome/gkb/US-dec.keyprop +share/gnome/gkb/US-ibm.keyprop +share/gnome/gkb/US-int.keyprop +share/gnome/gkb/US-mac.keyprop +share/gnome/gkb/US-sgi-101.keyprop +share/gnome/gkb/US-sun.keyprop +share/gnome/gkb/US.keyprop +share/gnome/gkb/US_English.keyprop +share/gnome/gkb/US_international.keyprop +share/gnome/gkb/VN_Vietnamese.keyprop +share/gnome/gkb/YU_Serbo-Croatian_x.keyprop +share/gnome/gkb/Yugoslav.keyprop share/gnome/gweather/Locations -share/gnome/help/anotherclock_applet/C/anotherclock-applet.png -share/gnome/help/anotherclock_applet/C/anotherclock-properties.png -share/gnome/help/anotherclock_applet/C/docbook.css +share/gnome/help/anotherclock_applet/C/anotherclock.sgml +share/gnome/help/anotherclock_applet/C/anotherclock_applet.sgml +share/gnome/help/anotherclock_applet/C/figures/anotherclock-applet.png +share/gnome/help/anotherclock_applet/C/figures/anotherclock-properties.png share/gnome/help/anotherclock_applet/C/index.html share/gnome/help/anotherclock_applet/C/ln7.html -share/gnome/help/anotherclock_applet/C/stylesheet-images/caution.png -share/gnome/help/anotherclock_applet/C/stylesheet-images/important.png -share/gnome/help/anotherclock_applet/C/stylesheet-images/note.png -share/gnome/help/anotherclock_applet/C/stylesheet-images/tip.png -share/gnome/help/anotherclock_applet/C/stylesheet-images/warning.png -share/gnome/help/anotherclock_applet/it/anotherclock-applet.png -share/gnome/help/anotherclock_applet/it/docbook.css +share/gnome/help/anotherclock_applet/C/stylesheet-images/caution.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/home.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/important.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/next.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/note.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/prev.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/tip.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/up.gif +share/gnome/help/anotherclock_applet/C/stylesheet-images/warning.gif +share/gnome/help/anotherclock_applet/C/topic.dat +share/gnome/help/anotherclock_applet/it/anotherclock.sgml +share/gnome/help/anotherclock_applet/it/anotherclock_applet.sgml +share/gnome/help/anotherclock_applet/it/figures/anotherclock-applet.png share/gnome/help/anotherclock_applet/it/index.html share/gnome/help/anotherclock_applet/it/ln7.html -share/gnome/help/anotherclock_applet/it/stylesheet-images/caution.png -share/gnome/help/anotherclock_applet/it/stylesheet-images/important.png -share/gnome/help/anotherclock_applet/it/stylesheet-images/note.png -share/gnome/help/anotherclock_applet/it/stylesheet-images/tip.png -share/gnome/help/anotherclock_applet/it/stylesheet-images/warning.png -share/gnome/help/asclock_applet/C/asclock_applet.png -share/gnome/help/asclock_applet/C/asclock_settings.png -share/gnome/help/asclock_applet/C/docbook.css +share/gnome/help/anotherclock_applet/it/stylesheet-images/caution.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/home.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/important.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/next.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/note.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/prev.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/tip.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/up.gif +share/gnome/help/anotherclock_applet/it/stylesheet-images/warning.gif +share/gnome/help/anotherclock_applet/it/topic.dat +share/gnome/help/anotherclock_applet/uk/anotherclock.sgml +share/gnome/help/anotherclock_applet/uk/anotherclock_applet.sgml +share/gnome/help/anotherclock_applet/uk/figures/anotherclock-applet.png +share/gnome/help/anotherclock_applet/uk/figures/anotherclock-properties.png +share/gnome/help/anotherclock_applet/uk/index.html +share/gnome/help/anotherclock_applet/uk/ln7.html +share/gnome/help/anotherclock_applet/uk/stylesheet-images/caution.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/home.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/important.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/next.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/note.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/prev.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/tip.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/toc-blank.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/toc-minus.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/toc-plus.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/up.gif +share/gnome/help/anotherclock_applet/uk/stylesheet-images/warning.gif +share/gnome/help/anotherclock_applet/uk/topic.dat +share/gnome/help/asclock_applet/C/asclock.sgml +share/gnome/help/asclock_applet/C/asclock_applet.sgml +share/gnome/help/asclock_applet/C/figures/asclock_applet.png +share/gnome/help/asclock_applet/C/figures/asclock_settings.png share/gnome/help/asclock_applet/C/index.html share/gnome/help/asclock_applet/C/ln7.html -share/gnome/help/asclock_applet/C/stylesheet-images/caution.png -share/gnome/help/asclock_applet/C/stylesheet-images/important.png -share/gnome/help/asclock_applet/C/stylesheet-images/note.png -share/gnome/help/asclock_applet/C/stylesheet-images/tip.png -share/gnome/help/asclock_applet/C/stylesheet-images/warning.png -share/gnome/help/asclock_applet/it/docbook.css +share/gnome/help/asclock_applet/C/stylesheet-images/caution.gif +share/gnome/help/asclock_applet/C/stylesheet-images/home.gif +share/gnome/help/asclock_applet/C/stylesheet-images/important.gif +share/gnome/help/asclock_applet/C/stylesheet-images/next.gif +share/gnome/help/asclock_applet/C/stylesheet-images/note.gif +share/gnome/help/asclock_applet/C/stylesheet-images/prev.gif +share/gnome/help/asclock_applet/C/stylesheet-images/tip.gif +share/gnome/help/asclock_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/asclock_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/asclock_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/asclock_applet/C/stylesheet-images/up.gif +share/gnome/help/asclock_applet/C/stylesheet-images/warning.gif +share/gnome/help/asclock_applet/C/topic.dat +share/gnome/help/asclock_applet/it/asclock.sgml +share/gnome/help/asclock_applet/it/asclock_applet.sgml share/gnome/help/asclock_applet/it/index.html share/gnome/help/asclock_applet/it/ln11.html -share/gnome/help/asclock_applet/it/stylesheet-images/caution.png -share/gnome/help/asclock_applet/it/stylesheet-images/important.png -share/gnome/help/asclock_applet/it/stylesheet-images/note.png -share/gnome/help/asclock_applet/it/stylesheet-images/tip.png -share/gnome/help/asclock_applet/it/stylesheet-images/warning.png -share/gnome/help/battery_applet/C/battery-applet-ac-offline-25-20.png -share/gnome/help/battery_applet/C/battery-applet-ac-online-25-20.png -share/gnome/help/battery_applet/C/battery-applet-graph.png -share/gnome/help/battery_applet/C/battery-applet-properties-general.png -share/gnome/help/battery_applet/C/battery-applet-properties-graph.png -share/gnome/help/battery_applet/C/battery-applet-properties-messages.png -share/gnome/help/battery_applet/C/battery-applet-properties-readout.png -share/gnome/help/battery_applet/C/docbook.css +share/gnome/help/asclock_applet/it/stylesheet-images/caution.gif +share/gnome/help/asclock_applet/it/stylesheet-images/home.gif +share/gnome/help/asclock_applet/it/stylesheet-images/important.gif +share/gnome/help/asclock_applet/it/stylesheet-images/next.gif +share/gnome/help/asclock_applet/it/stylesheet-images/note.gif +share/gnome/help/asclock_applet/it/stylesheet-images/prev.gif +share/gnome/help/asclock_applet/it/stylesheet-images/tip.gif +share/gnome/help/asclock_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/asclock_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/asclock_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/asclock_applet/it/stylesheet-images/up.gif +share/gnome/help/asclock_applet/it/stylesheet-images/warning.gif +share/gnome/help/asclock_applet/it/topic.dat +share/gnome/help/asclock_applet/ja/asclock.sgml +share/gnome/help/asclock_applet/ja/asclock_applet.sgml +share/gnome/help/asclock_applet/ja/docbook.css +share/gnome/help/asclock_applet/ja/figures/asclock_applet.png +share/gnome/help/asclock_applet/ja/figures/asclock_settings.png +share/gnome/help/asclock_applet/ja/index.html +share/gnome/help/asclock_applet/ja/ln10.html +share/gnome/help/asclock_applet/ja/stylesheet-images/caution.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/home.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/important.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/next.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/note.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/prev.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/tip.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/up.gif +share/gnome/help/asclock_applet/ja/stylesheet-images/warning.gif +share/gnome/help/asclock_applet/ja/topic.dat +share/gnome/help/battery_applet/C/battery.sgml +share/gnome/help/battery_applet/C/battery_applet.sgml +share/gnome/help/battery_applet/C/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/battery_applet/C/figures/battery-applet-ac-online-25-20.png +share/gnome/help/battery_applet/C/figures/battery-applet-graph.png +share/gnome/help/battery_applet/C/figures/battery-applet-properties-general.png +share/gnome/help/battery_applet/C/figures/battery-applet-properties-graph.png +share/gnome/help/battery_applet/C/figures/battery-applet-properties-messages.png +share/gnome/help/battery_applet/C/figures/battery-applet-properties-readout.png share/gnome/help/battery_applet/C/index.html share/gnome/help/battery_applet/C/ln7.html -share/gnome/help/battery_applet/C/stylesheet-images/caution.png -share/gnome/help/battery_applet/C/stylesheet-images/important.png -share/gnome/help/battery_applet/C/stylesheet-images/note.png -share/gnome/help/battery_applet/C/stylesheet-images/tip.png -share/gnome/help/battery_applet/C/stylesheet-images/warning.png -share/gnome/help/battery_applet/it/battery-applet-ac-offline-25-20.png -share/gnome/help/battery_applet/it/battery-applet-ac-online-25-20.png -share/gnome/help/battery_applet/it/battery-applet-graph.png -share/gnome/help/battery_applet/it/battery-applet-properties-general.png -share/gnome/help/battery_applet/it/battery-applet-properties-graph.png -share/gnome/help/battery_applet/it/battery-applet-properties-messages.png -share/gnome/help/battery_applet/it/battery-applet-properties-readout.png -share/gnome/help/battery_applet/it/docbook.css +share/gnome/help/battery_applet/C/stylesheet-images/caution.gif +share/gnome/help/battery_applet/C/stylesheet-images/home.gif +share/gnome/help/battery_applet/C/stylesheet-images/important.gif +share/gnome/help/battery_applet/C/stylesheet-images/next.gif +share/gnome/help/battery_applet/C/stylesheet-images/note.gif +share/gnome/help/battery_applet/C/stylesheet-images/prev.gif +share/gnome/help/battery_applet/C/stylesheet-images/tip.gif +share/gnome/help/battery_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/battery_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/battery_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/battery_applet/C/stylesheet-images/up.gif +share/gnome/help/battery_applet/C/stylesheet-images/warning.gif +share/gnome/help/battery_applet/C/topic.dat +share/gnome/help/battery_applet/it/battery.sgml +share/gnome/help/battery_applet/it/battery_applet.sgml +share/gnome/help/battery_applet/it/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/battery_applet/it/figures/battery-applet-ac-online-25-20.png +share/gnome/help/battery_applet/it/figures/battery-applet-graph.png +share/gnome/help/battery_applet/it/figures/battery-applet-properties-general.png +share/gnome/help/battery_applet/it/figures/battery-applet-properties-graph.png +share/gnome/help/battery_applet/it/figures/battery-applet-properties-messages.png +share/gnome/help/battery_applet/it/figures/battery-applet-properties-readout.png share/gnome/help/battery_applet/it/index.html share/gnome/help/battery_applet/it/ln11.html -share/gnome/help/battery_applet/it/stylesheet-images/caution.png -share/gnome/help/battery_applet/it/stylesheet-images/important.png -share/gnome/help/battery_applet/it/stylesheet-images/note.png -share/gnome/help/battery_applet/it/stylesheet-images/tip.png -share/gnome/help/battery_applet/it/stylesheet-images/warning.png -share/gnome/help/cdplayer_applet/C/cdplayer_applet.png -share/gnome/help/cdplayer_applet/C/docbook.css +share/gnome/help/battery_applet/it/stylesheet-images/caution.gif +share/gnome/help/battery_applet/it/stylesheet-images/home.gif +share/gnome/help/battery_applet/it/stylesheet-images/important.gif +share/gnome/help/battery_applet/it/stylesheet-images/next.gif +share/gnome/help/battery_applet/it/stylesheet-images/note.gif +share/gnome/help/battery_applet/it/stylesheet-images/prev.gif +share/gnome/help/battery_applet/it/stylesheet-images/tip.gif +share/gnome/help/battery_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/battery_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/battery_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/battery_applet/it/stylesheet-images/up.gif +share/gnome/help/battery_applet/it/stylesheet-images/warning.gif +share/gnome/help/battery_applet/it/topic.dat +share/gnome/help/battery_applet/ja/battery.sgml +share/gnome/help/battery_applet/ja/battery_applet.sgml +share/gnome/help/battery_applet/ja/docbook.css +share/gnome/help/battery_applet/ja/figures/battery-applet-ac-offline-25-20.png +share/gnome/help/battery_applet/ja/figures/battery-applet-ac-online-25-20.png +share/gnome/help/battery_applet/ja/figures/battery-applet-graph.png +share/gnome/help/battery_applet/ja/figures/battery-applet-properties-general.png +share/gnome/help/battery_applet/ja/figures/battery-applet-properties-graph.png +share/gnome/help/battery_applet/ja/figures/battery-applet-properties-messages.png +share/gnome/help/battery_applet/ja/figures/battery-applet-properties-readout.png +share/gnome/help/battery_applet/ja/index.html +share/gnome/help/battery_applet/ja/ln10.html +share/gnome/help/battery_applet/ja/stylesheet-images/caution.gif +share/gnome/help/battery_applet/ja/stylesheet-images/home.gif +share/gnome/help/battery_applet/ja/stylesheet-images/important.gif +share/gnome/help/battery_applet/ja/stylesheet-images/next.gif +share/gnome/help/battery_applet/ja/stylesheet-images/note.gif +share/gnome/help/battery_applet/ja/stylesheet-images/prev.gif +share/gnome/help/battery_applet/ja/stylesheet-images/tip.gif +share/gnome/help/battery_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/battery_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/battery_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/battery_applet/ja/stylesheet-images/up.gif +share/gnome/help/battery_applet/ja/stylesheet-images/warning.gif +share/gnome/help/battery_applet/ja/topic.dat +share/gnome/help/cdplayer_applet/C/cdplayer.sgml +share/gnome/help/cdplayer_applet/C/cdplayer_applet.sgml +share/gnome/help/cdplayer_applet/C/figures/cdplayer_applet.png share/gnome/help/cdplayer_applet/C/index.html share/gnome/help/cdplayer_applet/C/ln7.html -share/gnome/help/cdplayer_applet/C/stylesheet-images/caution.png -share/gnome/help/cdplayer_applet/C/stylesheet-images/important.png -share/gnome/help/cdplayer_applet/C/stylesheet-images/note.png -share/gnome/help/cdplayer_applet/C/stylesheet-images/tip.png -share/gnome/help/cdplayer_applet/C/stylesheet-images/warning.png -share/gnome/help/cdplayer_applet/it/cdplayer_applet.png -share/gnome/help/cdplayer_applet/it/docbook.css +share/gnome/help/cdplayer_applet/C/stylesheet-images/caution.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/home.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/important.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/next.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/note.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/prev.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/tip.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/up.gif +share/gnome/help/cdplayer_applet/C/stylesheet-images/warning.gif +share/gnome/help/cdplayer_applet/C/topic.dat +share/gnome/help/cdplayer_applet/it/cdplayer.sgml +share/gnome/help/cdplayer_applet/it/cdplayer_applet.sgml +share/gnome/help/cdplayer_applet/it/figures/cdplayer_applet.png share/gnome/help/cdplayer_applet/it/index.html share/gnome/help/cdplayer_applet/it/ln10.html -share/gnome/help/cdplayer_applet/it/stylesheet-images/caution.png -share/gnome/help/cdplayer_applet/it/stylesheet-images/important.png -share/gnome/help/cdplayer_applet/it/stylesheet-images/note.png -share/gnome/help/cdplayer_applet/it/stylesheet-images/tip.png -share/gnome/help/cdplayer_applet/it/stylesheet-images/warning.png -share/gnome/help/charpick_applet/C/charpick_applet.png -share/gnome/help/charpick_applet/C/charpick_applet_settings.png -share/gnome/help/charpick_applet/C/charpick_characters.png -share/gnome/help/charpick_applet/C/docbook.css +share/gnome/help/cdplayer_applet/it/stylesheet-images/caution.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/home.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/important.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/next.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/note.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/prev.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/tip.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/up.gif +share/gnome/help/cdplayer_applet/it/stylesheet-images/warning.gif +share/gnome/help/cdplayer_applet/ja/cdplayer.sgml +share/gnome/help/cdplayer_applet/ja/cdplayer_applet.sgml +share/gnome/help/cdplayer_applet/ja/docbook.css +share/gnome/help/cdplayer_applet/ja/figures/cdplayer_applet.png +share/gnome/help/cdplayer_applet/ja/index.html +share/gnome/help/cdplayer_applet/ja/ln10.html +share/gnome/help/cdplayer_applet/ja/stylesheet-images/caution.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/home.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/important.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/next.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/note.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/prev.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/tip.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/up.gif +share/gnome/help/cdplayer_applet/ja/stylesheet-images/warning.gif +share/gnome/help/cdplayer_applet/ja/topic.dat +share/gnome/help/charpick_applet/C/charpick.sgml +share/gnome/help/charpick_applet/C/charpick_applet.sgml +share/gnome/help/charpick_applet/C/figures/charpick_applet.png +share/gnome/help/charpick_applet/C/figures/charpick_applet_settings.png +share/gnome/help/charpick_applet/C/figures/charpick_characters.png share/gnome/help/charpick_applet/C/index.html share/gnome/help/charpick_applet/C/ln7.html -share/gnome/help/charpick_applet/C/stylesheet-images/caution.png -share/gnome/help/charpick_applet/C/stylesheet-images/important.png -share/gnome/help/charpick_applet/C/stylesheet-images/note.png -share/gnome/help/charpick_applet/C/stylesheet-images/tip.png -share/gnome/help/charpick_applet/C/stylesheet-images/warning.png -share/gnome/help/charpick_applet/it/charpick_applet.png -share/gnome/help/charpick_applet/it/charpick_applet_settings.png -share/gnome/help/charpick_applet/it/charpick_characters.png -share/gnome/help/charpick_applet/it/docbook.css +share/gnome/help/charpick_applet/C/stylesheet-images/caution.gif +share/gnome/help/charpick_applet/C/stylesheet-images/home.gif +share/gnome/help/charpick_applet/C/stylesheet-images/important.gif +share/gnome/help/charpick_applet/C/stylesheet-images/next.gif +share/gnome/help/charpick_applet/C/stylesheet-images/note.gif +share/gnome/help/charpick_applet/C/stylesheet-images/prev.gif +share/gnome/help/charpick_applet/C/stylesheet-images/tip.gif +share/gnome/help/charpick_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/charpick_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/charpick_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/charpick_applet/C/stylesheet-images/up.gif +share/gnome/help/charpick_applet/C/stylesheet-images/warning.gif +share/gnome/help/charpick_applet/C/topic.dat +share/gnome/help/charpick_applet/it/charpick.sgml +share/gnome/help/charpick_applet/it/charpick_applet.sgml +share/gnome/help/charpick_applet/it/figures/charpick_applet.png +share/gnome/help/charpick_applet/it/figures/charpick_applet_settings.png +share/gnome/help/charpick_applet/it/figures/charpick_characters.png share/gnome/help/charpick_applet/it/index.html share/gnome/help/charpick_applet/it/ln10.html -share/gnome/help/charpick_applet/it/stylesheet-images/caution.png -share/gnome/help/charpick_applet/it/stylesheet-images/important.png -share/gnome/help/charpick_applet/it/stylesheet-images/note.png -share/gnome/help/charpick_applet/it/stylesheet-images/tip.png -share/gnome/help/charpick_applet/it/stylesheet-images/warning.png -share/gnome/help/clockmail_applet/C/clockmail-prefs-general.png -share/gnome/help/clockmail_applet/C/clockmail-prefs-theme.png -share/gnome/help/clockmail_applet/C/clockmail_applet.png -share/gnome/help/clockmail_applet/C/docbook.css +share/gnome/help/charpick_applet/it/stylesheet-images/caution.gif +share/gnome/help/charpick_applet/it/stylesheet-images/home.gif +share/gnome/help/charpick_applet/it/stylesheet-images/important.gif +share/gnome/help/charpick_applet/it/stylesheet-images/next.gif +share/gnome/help/charpick_applet/it/stylesheet-images/note.gif +share/gnome/help/charpick_applet/it/stylesheet-images/prev.gif +share/gnome/help/charpick_applet/it/stylesheet-images/tip.gif +share/gnome/help/charpick_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/charpick_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/charpick_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/charpick_applet/it/stylesheet-images/up.gif +share/gnome/help/charpick_applet/it/stylesheet-images/warning.gif +share/gnome/help/charpick_applet/it/topic.dat +share/gnome/help/charpick_applet/ja/charpick.sgml +share/gnome/help/charpick_applet/ja/charpick_applet.sgml +share/gnome/help/charpick_applet/ja/docbook.css +share/gnome/help/charpick_applet/ja/figures/charpick_applet.png +share/gnome/help/charpick_applet/ja/figures/charpick_applet_settings.png +share/gnome/help/charpick_applet/ja/figures/charpick_characters.png +share/gnome/help/charpick_applet/ja/index.html +share/gnome/help/charpick_applet/ja/ln10.html +share/gnome/help/charpick_applet/ja/stylesheet-images/caution.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/home.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/important.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/next.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/note.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/prev.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/tip.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/up.gif +share/gnome/help/charpick_applet/ja/stylesheet-images/warning.gif +share/gnome/help/charpick_applet/ja/topic.dat +share/gnome/help/clockmail_applet/C/clockmail.sgml +share/gnome/help/clockmail_applet/C/clockmail_applet.sgml +share/gnome/help/clockmail_applet/C/figures/clockmail-prefs-general.png +share/gnome/help/clockmail_applet/C/figures/clockmail-prefs-theme.png +share/gnome/help/clockmail_applet/C/figures/clockmail_applet.png share/gnome/help/clockmail_applet/C/index.html share/gnome/help/clockmail_applet/C/ln7.html -share/gnome/help/clockmail_applet/C/stylesheet-images/caution.png -share/gnome/help/clockmail_applet/C/stylesheet-images/important.png -share/gnome/help/clockmail_applet/C/stylesheet-images/note.png -share/gnome/help/clockmail_applet/C/stylesheet-images/tip.png -share/gnome/help/clockmail_applet/C/stylesheet-images/warning.png -share/gnome/help/clockmail_applet/it/docbook.css +share/gnome/help/clockmail_applet/C/stylesheet-images/caution.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/home.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/important.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/next.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/note.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/prev.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/tip.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/up.gif +share/gnome/help/clockmail_applet/C/stylesheet-images/warning.gif +share/gnome/help/clockmail_applet/C/topic.dat +share/gnome/help/clockmail_applet/it/clockmail.sgml +share/gnome/help/clockmail_applet/it/clockmail_applet.sgml share/gnome/help/clockmail_applet/it/index.html share/gnome/help/clockmail_applet/it/ln11.html -share/gnome/help/clockmail_applet/it/stylesheet-images/caution.png -share/gnome/help/clockmail_applet/it/stylesheet-images/important.png -share/gnome/help/clockmail_applet/it/stylesheet-images/note.png -share/gnome/help/clockmail_applet/it/stylesheet-images/tip.png -share/gnome/help/clockmail_applet/it/stylesheet-images/warning.png -share/gnome/help/cpuload_applet/C/cpuload-applet-default.png -share/gnome/help/cpuload_applet/C/cpuload-applet-greyed.png -share/gnome/help/cpuload_applet/C/cpuload-applet-properties.png -share/gnome/help/cpuload_applet/C/cpuload-applet.png -share/gnome/help/cpuload_applet/C/docbook.css +share/gnome/help/clockmail_applet/it/stylesheet-images/caution.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/home.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/important.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/next.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/note.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/prev.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/tip.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/up.gif +share/gnome/help/clockmail_applet/it/stylesheet-images/warning.gif +share/gnome/help/clockmail_applet/it/topic.dat +share/gnome/help/clockmail_applet/ja/clockmail.sgml +share/gnome/help/clockmail_applet/ja/clockmail_applet.sgml +share/gnome/help/clockmail_applet/ja/docbook.css +share/gnome/help/clockmail_applet/ja/figures/clockmail-prefs-general.png +share/gnome/help/clockmail_applet/ja/figures/clockmail-prefs-theme.png +share/gnome/help/clockmail_applet/ja/figures/clockmail_applet.png +share/gnome/help/clockmail_applet/ja/index.html +share/gnome/help/clockmail_applet/ja/ln10.html +share/gnome/help/clockmail_applet/ja/stylesheet-images/caution.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/home.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/important.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/next.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/note.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/prev.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/tip.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/up.gif +share/gnome/help/clockmail_applet/ja/stylesheet-images/warning.gif +share/gnome/help/clockmail_applet/ja/topic.dat +share/gnome/help/cpuload_applet/C/cpuload.sgml +share/gnome/help/cpuload_applet/C/cpuload_applet.sgml +share/gnome/help/cpuload_applet/C/figures/cpuload-applet-default.png +share/gnome/help/cpuload_applet/C/figures/cpuload-applet-greyed.png +share/gnome/help/cpuload_applet/C/figures/cpuload-applet-properties.png +share/gnome/help/cpuload_applet/C/figures/cpuload-applet.png share/gnome/help/cpuload_applet/C/index.html share/gnome/help/cpuload_applet/C/ln7.html -share/gnome/help/cpuload_applet/C/stylesheet-images/caution.png -share/gnome/help/cpuload_applet/C/stylesheet-images/important.png -share/gnome/help/cpuload_applet/C/stylesheet-images/note.png -share/gnome/help/cpuload_applet/C/stylesheet-images/tip.png -share/gnome/help/cpuload_applet/C/stylesheet-images/warning.png -share/gnome/help/cpuload_applet/it/cpuload-applet-default.png -share/gnome/help/cpuload_applet/it/cpuload-applet-greyed.png -share/gnome/help/cpuload_applet/it/cpuload-applet-properties.png -share/gnome/help/cpuload_applet/it/cpuload-applet.png -share/gnome/help/cpuload_applet/it/docbook.css +share/gnome/help/cpuload_applet/C/stylesheet-images/caution.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/home.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/important.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/next.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/note.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/prev.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/tip.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/up.gif +share/gnome/help/cpuload_applet/C/stylesheet-images/warning.gif +share/gnome/help/cpuload_applet/C/topic.dat +share/gnome/help/cpuload_applet/it/cpuload.sgml +share/gnome/help/cpuload_applet/it/cpuload_applet.sgml +share/gnome/help/cpuload_applet/it/figures/cpuload-applet-default.png +share/gnome/help/cpuload_applet/it/figures/cpuload-applet-greyed.png +share/gnome/help/cpuload_applet/it/figures/cpuload-applet-properties.png +share/gnome/help/cpuload_applet/it/figures/cpuload-applet.png share/gnome/help/cpuload_applet/it/index.html share/gnome/help/cpuload_applet/it/ln7.html -share/gnome/help/cpuload_applet/it/stylesheet-images/caution.png -share/gnome/help/cpuload_applet/it/stylesheet-images/important.png -share/gnome/help/cpuload_applet/it/stylesheet-images/note.png -share/gnome/help/cpuload_applet/it/stylesheet-images/tip.png -share/gnome/help/cpuload_applet/it/stylesheet-images/warning.png -share/gnome/help/cpumemusage_applet/C/cpumemusage-applet.png -share/gnome/help/cpumemusage_applet/C/docbook.css +share/gnome/help/cpuload_applet/it/stylesheet-images/caution.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/home.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/important.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/next.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/note.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/prev.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/tip.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/up.gif +share/gnome/help/cpuload_applet/it/stylesheet-images/warning.gif +share/gnome/help/cpuload_applet/it/topic.dat +share/gnome/help/cpumemusage_applet/C/cpumemusage.sgml +share/gnome/help/cpumemusage_applet/C/cpumemusage_applet.sgml +share/gnome/help/cpumemusage_applet/C/figures/cpumemusage-applet.png share/gnome/help/cpumemusage_applet/C/index.html share/gnome/help/cpumemusage_applet/C/ln17.html -share/gnome/help/cpumemusage_applet/C/stylesheet-images/caution.png -share/gnome/help/cpumemusage_applet/C/stylesheet-images/important.png -share/gnome/help/cpumemusage_applet/C/stylesheet-images/note.png -share/gnome/help/cpumemusage_applet/C/stylesheet-images/tip.png -share/gnome/help/cpumemusage_applet/C/stylesheet-images/warning.png -share/gnome/help/cpumemusage_applet/it/cpumemusage-applet.png -share/gnome/help/cpumemusage_applet/it/docbook.css +share/gnome/help/cpumemusage_applet/C/stylesheet-images/caution.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/home.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/important.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/next.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/note.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/prev.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/tip.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/up.gif +share/gnome/help/cpumemusage_applet/C/stylesheet-images/warning.gif +share/gnome/help/cpumemusage_applet/C/topic.dat +share/gnome/help/cpumemusage_applet/it/cpumemusage.sgml +share/gnome/help/cpumemusage_applet/it/cpumemusage_applet.sgml +share/gnome/help/cpumemusage_applet/it/figures/cpumemusage-applet.png share/gnome/help/cpumemusage_applet/it/index.html share/gnome/help/cpumemusage_applet/it/ln17.html -share/gnome/help/cpumemusage_applet/it/stylesheet-images/caution.png -share/gnome/help/cpumemusage_applet/it/stylesheet-images/important.png -share/gnome/help/cpumemusage_applet/it/stylesheet-images/note.png -share/gnome/help/cpumemusage_applet/it/stylesheet-images/tip.png -share/gnome/help/cpumemusage_applet/it/stylesheet-images/warning.png -share/gnome/help/diskusage_applet/C/diskusage-applet-prefs.png -share/gnome/help/diskusage_applet/C/diskusage-applet.png -share/gnome/help/diskusage_applet/C/docbook.css +share/gnome/help/cpumemusage_applet/it/stylesheet-images/caution.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/home.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/important.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/next.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/note.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/prev.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/tip.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/up.gif +share/gnome/help/cpumemusage_applet/it/stylesheet-images/warning.gif +share/gnome/help/cpumemusage_applet/it/topic.dat +share/gnome/help/cpumemusage_applet/ja/cpumemusage.sgml +share/gnome/help/cpumemusage_applet/ja/cpumemusage_applet.sgml +share/gnome/help/cpumemusage_applet/ja/docbook.css +share/gnome/help/cpumemusage_applet/ja/figures/cpumemusage-applet.png +share/gnome/help/cpumemusage_applet/ja/index.html +share/gnome/help/cpumemusage_applet/ja/ln20.html +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/caution.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/home.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/important.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/next.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/note.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/prev.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/tip.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/up.gif +share/gnome/help/cpumemusage_applet/ja/stylesheet-images/warning.gif +share/gnome/help/cpumemusage_applet/ja/topic.dat +share/gnome/help/diskusage_applet/C/diskusage.sgml +share/gnome/help/diskusage_applet/C/diskusage_applet.sgml +share/gnome/help/diskusage_applet/C/figures/diskusage-applet-prefs.png +share/gnome/help/diskusage_applet/C/figures/diskusage-applet.png share/gnome/help/diskusage_applet/C/index.html share/gnome/help/diskusage_applet/C/ln7.html -share/gnome/help/diskusage_applet/C/stylesheet-images/caution.png -share/gnome/help/diskusage_applet/C/stylesheet-images/important.png -share/gnome/help/diskusage_applet/C/stylesheet-images/note.png -share/gnome/help/diskusage_applet/C/stylesheet-images/tip.png -share/gnome/help/diskusage_applet/C/stylesheet-images/warning.png -share/gnome/help/diskusage_applet/it/diskusage-applet-prefs.png -share/gnome/help/diskusage_applet/it/diskusage-applet.png -share/gnome/help/diskusage_applet/it/docbook.css +share/gnome/help/diskusage_applet/C/stylesheet-images/caution.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/home.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/important.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/next.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/note.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/prev.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/tip.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/up.gif +share/gnome/help/diskusage_applet/C/stylesheet-images/warning.gif +share/gnome/help/diskusage_applet/C/topic.dat +share/gnome/help/diskusage_applet/it/diskusage.sgml +share/gnome/help/diskusage_applet/it/diskusage_applet.sgml +share/gnome/help/diskusage_applet/it/figures/diskusage-applet-prefs.png +share/gnome/help/diskusage_applet/it/figures/diskusage-applet.png share/gnome/help/diskusage_applet/it/index.html share/gnome/help/diskusage_applet/it/ln10.html -share/gnome/help/diskusage_applet/it/stylesheet-images/caution.png -share/gnome/help/diskusage_applet/it/stylesheet-images/important.png -share/gnome/help/diskusage_applet/it/stylesheet-images/note.png -share/gnome/help/diskusage_applet/it/stylesheet-images/tip.png -share/gnome/help/diskusage_applet/it/stylesheet-images/warning.png -share/gnome/help/drivemount_applet/C/docbook.css -share/gnome/help/drivemount_applet/C/drivemount_applet_all.png -share/gnome/help/drivemount_applet/C/drivemount_applet_floppy.png -share/gnome/help/drivemount_applet/C/drivemount_applet_settings.png -share/gnome/help/drivemount_applet/C/drivemount_applet_tooltip.png +share/gnome/help/diskusage_applet/it/stylesheet-images/caution.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/home.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/important.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/next.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/note.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/prev.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/tip.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/up.gif +share/gnome/help/diskusage_applet/it/stylesheet-images/warning.gif +share/gnome/help/diskusage_applet/it/topic.dat +share/gnome/help/diskusage_applet/ja/diskusage.sgml +share/gnome/help/diskusage_applet/ja/diskusage_applet.sgml +share/gnome/help/diskusage_applet/ja/docbook.css +share/gnome/help/diskusage_applet/ja/figures/diskusage-applet-prefs.png +share/gnome/help/diskusage_applet/ja/figures/diskusage-applet.png +share/gnome/help/diskusage_applet/ja/index.html +share/gnome/help/diskusage_applet/ja/ln10.html +share/gnome/help/diskusage_applet/ja/stylesheet-images/caution.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/home.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/important.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/next.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/note.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/prev.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/tip.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/up.gif +share/gnome/help/diskusage_applet/ja/stylesheet-images/warning.gif +share/gnome/help/diskusage_applet/ja/topic.dat +share/gnome/help/drivemount_applet/C/drivemount.sgml +share/gnome/help/drivemount_applet/C/drivemount_applet.sgml +share/gnome/help/drivemount_applet/C/figures/drivemount_applet_all.png +share/gnome/help/drivemount_applet/C/figures/drivemount_applet_floppy.png +share/gnome/help/drivemount_applet/C/figures/drivemount_applet_settings.png +share/gnome/help/drivemount_applet/C/figures/drivemount_applet_tooltip.png share/gnome/help/drivemount_applet/C/index.html share/gnome/help/drivemount_applet/C/ln7.html -share/gnome/help/drivemount_applet/C/stylesheet-images/caution.png -share/gnome/help/drivemount_applet/C/stylesheet-images/important.png -share/gnome/help/drivemount_applet/C/stylesheet-images/note.png -share/gnome/help/drivemount_applet/C/stylesheet-images/tip.png -share/gnome/help/drivemount_applet/C/stylesheet-images/warning.png -share/gnome/help/drivemount_applet/it/docbook.css -share/gnome/help/drivemount_applet/it/drivemount_applet_all.png -share/gnome/help/drivemount_applet/it/drivemount_applet_floppy.png -share/gnome/help/drivemount_applet/it/drivemount_applet_settings.png -share/gnome/help/drivemount_applet/it/drivemount_applet_tooltip.png +share/gnome/help/drivemount_applet/C/stylesheet-images/caution.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/home.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/important.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/next.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/note.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/prev.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/tip.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/up.gif +share/gnome/help/drivemount_applet/C/stylesheet-images/warning.gif +share/gnome/help/drivemount_applet/C/topic.dat +share/gnome/help/drivemount_applet/it/drivemount.sgml +share/gnome/help/drivemount_applet/it/drivemount_applet.sgml +share/gnome/help/drivemount_applet/it/figures/drivemount_applet_all.png +share/gnome/help/drivemount_applet/it/figures/drivemount_applet_floppy.png +share/gnome/help/drivemount_applet/it/figures/drivemount_applet_settings.png +share/gnome/help/drivemount_applet/it/figures/drivemount_applet_tooltip.png share/gnome/help/drivemount_applet/it/index.html share/gnome/help/drivemount_applet/it/ln10.html -share/gnome/help/drivemount_applet/it/stylesheet-images/caution.png -share/gnome/help/drivemount_applet/it/stylesheet-images/important.png -share/gnome/help/drivemount_applet/it/stylesheet-images/note.png -share/gnome/help/drivemount_applet/it/stylesheet-images/tip.png -share/gnome/help/drivemount_applet/it/stylesheet-images/warning.png -share/gnome/help/fifteen_applet/C/docbook.css -share/gnome/help/fifteen_applet/C/fifteen_applet.png +share/gnome/help/drivemount_applet/it/stylesheet-images/caution.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/home.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/important.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/next.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/note.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/prev.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/tip.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/up.gif +share/gnome/help/drivemount_applet/it/stylesheet-images/warning.gif +share/gnome/help/drivemount_applet/it/topic.dat +share/gnome/help/drivemount_applet/ja/docbook.css +share/gnome/help/drivemount_applet/ja/drivemount.sgml +share/gnome/help/drivemount_applet/ja/drivemount_applet.sgml +share/gnome/help/drivemount_applet/ja/figures/drivemount_applet_all.png +share/gnome/help/drivemount_applet/ja/figures/drivemount_applet_floppy.png +share/gnome/help/drivemount_applet/ja/figures/drivemount_applet_settings.png +share/gnome/help/drivemount_applet/ja/figures/drivemount_applet_tooltip.png +share/gnome/help/drivemount_applet/ja/index.html +share/gnome/help/drivemount_applet/ja/ln10.html +share/gnome/help/drivemount_applet/ja/stylesheet-images/caution.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/home.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/important.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/next.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/note.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/prev.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/tip.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/toc-blank.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/toc-minus.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/toc-plus.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/up.gif +share/gnome/help/drivemount_applet/ja/stylesheet-images/warning.gif +share/gnome/help/drivemount_applet/ja/topic.dat +share/gnome/help/fifteen_applet/C/fifteen.sgml +share/gnome/help/fifteen_applet/C/fifteen_applet.sgml +share/gnome/help/fifteen_applet/C/figures/fifteen_applet.png share/gnome/help/fifteen_applet/C/index.html share/gnome/help/fifteen_applet/C/ln7.html -share/gnome/help/fifteen_applet/C/stylesheet-images/caution.png -share/gnome/help/fifteen_applet/C/stylesheet-images/important.png -share/gnome/help/fifteen_applet/C/stylesheet-images/note.png -share/gnome/help/fifteen_applet/C/stylesheet-images/tip.png -share/gnome/help/fifteen_applet/C/stylesheet-images/warning.png -share/gnome/help/fifteen_applet/it/docbook.css -share/gnome/help/fifteen_applet/it/fifteen_applet.png +share/gnome/help/fifteen_applet/C/stylesheet-images/caution.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/home.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/important.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/next.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/note.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/prev.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/tip.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/up.gif +share/gnome/help/fifteen_applet/C/stylesheet-images/warning.gif +share/gnome/help/fifteen_applet/C/topic.dat +share/gnome/help/fifteen_applet/it/fifteen.sgml +share/gnome/help/fifteen_applet/it/fifteen_applet.sgml +share/gnome/help/fifteen_applet/it/figures/fifteen_applet.png share/gnome/help/fifteen_applet/it/index.html share/gnome/help/fifteen_applet/it/ln10.html -share/gnome/help/fifteen_applet/it/stylesheet-images/caution.png -share/gnome/help/fifteen_applet/it/stylesheet-images/important.png -share/gnome/help/fifteen_applet/it/stylesheet-images/note.png -share/gnome/help/fifteen_applet/it/stylesheet-images/tip.png -share/gnome/help/fifteen_applet/it/stylesheet-images/warning.png -share/gnome/help/geyes_applet/C/docbook.css -share/gnome/help/geyes_applet/C/geyes_applet.png -share/gnome/help/geyes_applet/C/geyes_settings.png +share/gnome/help/fifteen_applet/it/stylesheet-images/caution.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/home.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/important.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/next.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/note.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/prev.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/tip.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/up.gif +share/gnome/help/fifteen_applet/it/stylesheet-images/warning.gif +share/gnome/help/fifteen_applet/it/topic.dat +share/gnome/help/geyes_applet/C/figures/geyes_applet.png +share/gnome/help/geyes_applet/C/figures/geyes_settings.png +share/gnome/help/geyes_applet/C/geyes.sgml +share/gnome/help/geyes_applet/C/geyes_applet.sgml share/gnome/help/geyes_applet/C/index.html share/gnome/help/geyes_applet/C/ln7.html -share/gnome/help/geyes_applet/C/stylesheet-images/caution.png -share/gnome/help/geyes_applet/C/stylesheet-images/important.png -share/gnome/help/geyes_applet/C/stylesheet-images/note.png -share/gnome/help/geyes_applet/C/stylesheet-images/tip.png -share/gnome/help/geyes_applet/C/stylesheet-images/warning.png -share/gnome/help/geyes_applet/it/docbook.css -share/gnome/help/geyes_applet/it/geyes_applet.png +share/gnome/help/geyes_applet/C/stylesheet-images/caution.gif +share/gnome/help/geyes_applet/C/stylesheet-images/home.gif +share/gnome/help/geyes_applet/C/stylesheet-images/important.gif +share/gnome/help/geyes_applet/C/stylesheet-images/next.gif +share/gnome/help/geyes_applet/C/stylesheet-images/note.gif +share/gnome/help/geyes_applet/C/stylesheet-images/prev.gif +share/gnome/help/geyes_applet/C/stylesheet-images/tip.gif +share/gnome/help/geyes_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/geyes_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/geyes_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/geyes_applet/C/stylesheet-images/up.gif +share/gnome/help/geyes_applet/C/stylesheet-images/warning.gif +share/gnome/help/geyes_applet/C/topic.dat +share/gnome/help/geyes_applet/it/figures/geyes_applet.png +share/gnome/help/geyes_applet/it/geyes.sgml +share/gnome/help/geyes_applet/it/geyes_applet.sgml share/gnome/help/geyes_applet/it/index.html share/gnome/help/geyes_applet/it/ln10.html -share/gnome/help/geyes_applet/it/stylesheet-images/caution.png -share/gnome/help/geyes_applet/it/stylesheet-images/important.png -share/gnome/help/geyes_applet/it/stylesheet-images/note.png -share/gnome/help/geyes_applet/it/stylesheet-images/tip.png -share/gnome/help/geyes_applet/it/stylesheet-images/warning.png -share/gnome/help/gkb_applet/C/docbook.css -share/gnome/help/gkb_applet/C/gkb_applet.png -share/gnome/help/gkb_applet/C/gkb_applet_settings.png +share/gnome/help/geyes_applet/it/stylesheet-images/caution.gif +share/gnome/help/geyes_applet/it/stylesheet-images/home.gif +share/gnome/help/geyes_applet/it/stylesheet-images/important.gif +share/gnome/help/geyes_applet/it/stylesheet-images/next.gif +share/gnome/help/geyes_applet/it/stylesheet-images/note.gif +share/gnome/help/geyes_applet/it/stylesheet-images/prev.gif +share/gnome/help/geyes_applet/it/stylesheet-images/tip.gif +share/gnome/help/geyes_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/geyes_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/geyes_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/geyes_applet/it/stylesheet-images/up.gif +share/gnome/help/geyes_applet/it/stylesheet-images/warning.gif +share/gnome/help/geyes_applet/it/topic.dat +share/gnome/help/gkb_applet/C/figures/gkb_add_list.png +share/gnome/help/gkb_applet/C/figures/gkb_applet.png +share/gnome/help/gkb_applet/C/figures/gkb_applet_settings.png +share/gnome/help/gkb_applet/C/figures/gkb_applet_settings2.png +share/gnome/help/gkb_applet/C/figures/gkb_edit_keymap.png +share/gnome/help/gkb_applet/C/gkb.sgml +share/gnome/help/gkb_applet/C/gkb_applet.sgml share/gnome/help/gkb_applet/C/index.html share/gnome/help/gkb_applet/C/ln7.html -share/gnome/help/gkb_applet/C/stylesheet-images/caution.png -share/gnome/help/gkb_applet/C/stylesheet-images/important.png -share/gnome/help/gkb_applet/C/stylesheet-images/note.png -share/gnome/help/gkb_applet/C/stylesheet-images/tip.png -share/gnome/help/gkb_applet/C/stylesheet-images/warning.png -share/gnome/help/gkb_applet/hu/docbook.css -share/gnome/help/gkb_applet/hu/gkb_applet.png -share/gnome/help/gkb_applet/hu/gkb_applet_settings.png +share/gnome/help/gkb_applet/C/stylesheet-images/caution.gif +share/gnome/help/gkb_applet/C/stylesheet-images/home.gif +share/gnome/help/gkb_applet/C/stylesheet-images/important.gif +share/gnome/help/gkb_applet/C/stylesheet-images/next.gif +share/gnome/help/gkb_applet/C/stylesheet-images/note.gif +share/gnome/help/gkb_applet/C/stylesheet-images/prev.gif +share/gnome/help/gkb_applet/C/stylesheet-images/tip.gif +share/gnome/help/gkb_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/gkb_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/gkb_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/gkb_applet/C/stylesheet-images/up.gif +share/gnome/help/gkb_applet/C/stylesheet-images/warning.gif +share/gnome/help/gkb_applet/C/topic.dat +share/gnome/help/gkb_applet/hu/figures/gkb_applet.png +share/gnome/help/gkb_applet/hu/figures/gkb_applet_settings.png +share/gnome/help/gkb_applet/hu/gkb.sgml +share/gnome/help/gkb_applet/hu/gkb_applet.sgml share/gnome/help/gkb_applet/hu/index.html share/gnome/help/gkb_applet/hu/ln10.html -share/gnome/help/gkb_applet/hu/stylesheet-images/caution.png -share/gnome/help/gkb_applet/hu/stylesheet-images/important.png -share/gnome/help/gkb_applet/hu/stylesheet-images/note.png -share/gnome/help/gkb_applet/hu/stylesheet-images/tip.png -share/gnome/help/gkb_applet/hu/stylesheet-images/warning.png -share/gnome/help/gkb_applet/it/docbook.css +share/gnome/help/gkb_applet/hu/stylesheet-images/caution.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/home.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/important.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/next.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/note.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/prev.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/tip.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/toc-blank.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/toc-minus.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/toc-plus.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/up.gif +share/gnome/help/gkb_applet/hu/stylesheet-images/warning.gif +share/gnome/help/gkb_applet/hu/topic.dat share/gnome/help/gkb_applet/it/gkb_applet.png +share/gnome/help/gkb_applet/it/gkb_applet.sgml share/gnome/help/gkb_applet/it/gkb_applet_settings.png share/gnome/help/gkb_applet/it/index.html share/gnome/help/gkb_applet/it/ln10.html +share/gnome/help/gkb_applet/it/stylesheet-images/caution.gif share/gnome/help/gkb_applet/it/stylesheet-images/caution.png +share/gnome/help/gkb_applet/it/stylesheet-images/home.gif +share/gnome/help/gkb_applet/it/stylesheet-images/important.gif share/gnome/help/gkb_applet/it/stylesheet-images/important.png +share/gnome/help/gkb_applet/it/stylesheet-images/next.gif +share/gnome/help/gkb_applet/it/stylesheet-images/note.gif share/gnome/help/gkb_applet/it/stylesheet-images/note.png +share/gnome/help/gkb_applet/it/stylesheet-images/prev.gif +share/gnome/help/gkb_applet/it/stylesheet-images/tip.gif share/gnome/help/gkb_applet/it/stylesheet-images/tip.png +share/gnome/help/gkb_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/gkb_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/gkb_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/gkb_applet/it/stylesheet-images/up.gif +share/gnome/help/gkb_applet/it/stylesheet-images/warning.gif share/gnome/help/gkb_applet/it/stylesheet-images/warning.png -share/gnome/help/gnotes_applet/C/docbook.css -share/gnome/help/gnotes_applet/C/gnotes-fig.png -share/gnome/help/gnotes_applet/C/gnotes-properties.png +share/gnome/help/gkb_applet/it/topic.dat +share/gnome/help/gnotes_applet/C/figures/gnotes-fig.png +share/gnome/help/gnotes_applet/C/figures/gnotes-properties.png +share/gnome/help/gnotes_applet/C/gnotes.sgml +share/gnome/help/gnotes_applet/C/gnotes_applet.sgml share/gnome/help/gnotes_applet/C/index.html share/gnome/help/gnotes_applet/C/ln7.html -share/gnome/help/gnotes_applet/C/stylesheet-images/caution.png -share/gnome/help/gnotes_applet/C/stylesheet-images/important.png -share/gnome/help/gnotes_applet/C/stylesheet-images/note.png -share/gnome/help/gnotes_applet/C/stylesheet-images/tip.png -share/gnome/help/gnotes_applet/C/stylesheet-images/warning.png -share/gnome/help/gnotes_applet/it/docbook.css -share/gnome/help/gnotes_applet/it/gnotes-fig.png -share/gnome/help/gnotes_applet/it/gnotes-properties.png +share/gnome/help/gnotes_applet/C/stylesheet-images/caution.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/home.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/important.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/next.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/note.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/prev.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/tip.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/up.gif +share/gnome/help/gnotes_applet/C/stylesheet-images/warning.gif +share/gnome/help/gnotes_applet/C/topic.dat +share/gnome/help/gnotes_applet/it/figures/gnotes-fig.png +share/gnome/help/gnotes_applet/it/figures/gnotes-properties.png +share/gnome/help/gnotes_applet/it/gnotes.sgml +share/gnome/help/gnotes_applet/it/gnotes_applet.sgml share/gnome/help/gnotes_applet/it/index.html share/gnome/help/gnotes_applet/it/ln11.html -share/gnome/help/gnotes_applet/it/stylesheet-images/caution.png -share/gnome/help/gnotes_applet/it/stylesheet-images/important.png -share/gnome/help/gnotes_applet/it/stylesheet-images/note.png -share/gnome/help/gnotes_applet/it/stylesheet-images/tip.png -share/gnome/help/gnotes_applet/it/stylesheet-images/warning.png -share/gnome/help/gweather_applet/C/docbook.css -share/gnome/help/gweather_applet/C/gweather_applet.png -share/gnome/help/gweather_applet/C/gweather_settings.png -share/gnome/help/gweather_applet/C/gweather_weather.png +share/gnome/help/gnotes_applet/it/stylesheet-images/caution.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/home.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/important.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/next.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/note.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/prev.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/tip.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/up.gif +share/gnome/help/gnotes_applet/it/stylesheet-images/warning.gif +share/gnome/help/gnotes_applet/it/topic.dat +share/gnome/help/gweather_applet/C/figures/gweather_applet.png +share/gnome/help/gweather_applet/C/figures/gweather_settings.png +share/gnome/help/gweather_applet/C/figures/gweather_weather.png +share/gnome/help/gweather_applet/C/gweather.sgml +share/gnome/help/gweather_applet/C/gweather_applet.sgml share/gnome/help/gweather_applet/C/index.html share/gnome/help/gweather_applet/C/ln7.html -share/gnome/help/gweather_applet/C/stylesheet-images/caution.png -share/gnome/help/gweather_applet/C/stylesheet-images/important.png -share/gnome/help/gweather_applet/C/stylesheet-images/note.png -share/gnome/help/gweather_applet/C/stylesheet-images/tip.png -share/gnome/help/gweather_applet/C/stylesheet-images/warning.png -share/gnome/help/gweather_applet/it/docbook.css -share/gnome/help/gweather_applet/it/gweather_applet.png -share/gnome/help/gweather_applet/it/gweather_settings.png -share/gnome/help/gweather_applet/it/gweather_weather.png +share/gnome/help/gweather_applet/C/stylesheet-images/caution.gif +share/gnome/help/gweather_applet/C/stylesheet-images/home.gif +share/gnome/help/gweather_applet/C/stylesheet-images/important.gif +share/gnome/help/gweather_applet/C/stylesheet-images/next.gif +share/gnome/help/gweather_applet/C/stylesheet-images/note.gif +share/gnome/help/gweather_applet/C/stylesheet-images/prev.gif +share/gnome/help/gweather_applet/C/stylesheet-images/tip.gif +share/gnome/help/gweather_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/gweather_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/gweather_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/gweather_applet/C/stylesheet-images/up.gif +share/gnome/help/gweather_applet/C/stylesheet-images/warning.gif +share/gnome/help/gweather_applet/C/topic.dat +share/gnome/help/gweather_applet/it/figures/gweather_applet.png +share/gnome/help/gweather_applet/it/figures/gweather_settings.png +share/gnome/help/gweather_applet/it/figures/gweather_weather.png +share/gnome/help/gweather_applet/it/gweather.sgml +share/gnome/help/gweather_applet/it/gweather_applet.sgml share/gnome/help/gweather_applet/it/index.html share/gnome/help/gweather_applet/it/ln10.html -share/gnome/help/gweather_applet/it/stylesheet-images/caution.png -share/gnome/help/gweather_applet/it/stylesheet-images/important.png -share/gnome/help/gweather_applet/it/stylesheet-images/note.png -share/gnome/help/gweather_applet/it/stylesheet-images/tip.png -share/gnome/help/gweather_applet/it/stylesheet-images/warning.png -share/gnome/help/jbc_applet/C/docbook.css +share/gnome/help/gweather_applet/it/stylesheet-images/caution.gif +share/gnome/help/gweather_applet/it/stylesheet-images/home.gif +share/gnome/help/gweather_applet/it/stylesheet-images/important.gif +share/gnome/help/gweather_applet/it/stylesheet-images/next.gif +share/gnome/help/gweather_applet/it/stylesheet-images/note.gif +share/gnome/help/gweather_applet/it/stylesheet-images/prev.gif +share/gnome/help/gweather_applet/it/stylesheet-images/tip.gif +share/gnome/help/gweather_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/gweather_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/gweather_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/gweather_applet/it/stylesheet-images/up.gif +share/gnome/help/gweather_applet/it/stylesheet-images/warning.gif +share/gnome/help/gweather_applet/it/topic.dat +share/gnome/help/jbc_applet/C/figures/jbc_applet.png share/gnome/help/jbc_applet/C/index.html -share/gnome/help/jbc_applet/C/jbc_applet.png +share/gnome/help/jbc_applet/C/jbc.sgml +share/gnome/help/jbc_applet/C/jbc_applet.sgml share/gnome/help/jbc_applet/C/ln7.html -share/gnome/help/jbc_applet/C/stylesheet-images/caution.png -share/gnome/help/jbc_applet/C/stylesheet-images/important.png -share/gnome/help/jbc_applet/C/stylesheet-images/note.png -share/gnome/help/jbc_applet/C/stylesheet-images/tip.png -share/gnome/help/jbc_applet/C/stylesheet-images/warning.png -share/gnome/help/jbc_applet/it/docbook.css +share/gnome/help/jbc_applet/C/stylesheet-images/caution.gif +share/gnome/help/jbc_applet/C/stylesheet-images/home.gif +share/gnome/help/jbc_applet/C/stylesheet-images/important.gif +share/gnome/help/jbc_applet/C/stylesheet-images/next.gif +share/gnome/help/jbc_applet/C/stylesheet-images/note.gif +share/gnome/help/jbc_applet/C/stylesheet-images/prev.gif +share/gnome/help/jbc_applet/C/stylesheet-images/tip.gif +share/gnome/help/jbc_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/jbc_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/jbc_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/jbc_applet/C/stylesheet-images/up.gif +share/gnome/help/jbc_applet/C/stylesheet-images/warning.gif +share/gnome/help/jbc_applet/C/topic.dat +share/gnome/help/jbc_applet/it/figures/jbc_applet.png share/gnome/help/jbc_applet/it/index.html -share/gnome/help/jbc_applet/it/jbc_applet.png +share/gnome/help/jbc_applet/it/jbc.sgml +share/gnome/help/jbc_applet/it/jbc_applet.sgml share/gnome/help/jbc_applet/it/ln10.html -share/gnome/help/jbc_applet/it/stylesheet-images/caution.png -share/gnome/help/jbc_applet/it/stylesheet-images/important.png -share/gnome/help/jbc_applet/it/stylesheet-images/note.png -share/gnome/help/jbc_applet/it/stylesheet-images/tip.png -share/gnome/help/jbc_applet/it/stylesheet-images/warning.png -share/gnome/help/life_applet/C/docbook.css +share/gnome/help/jbc_applet/it/stylesheet-images/caution.gif +share/gnome/help/jbc_applet/it/stylesheet-images/home.gif +share/gnome/help/jbc_applet/it/stylesheet-images/important.gif +share/gnome/help/jbc_applet/it/stylesheet-images/next.gif +share/gnome/help/jbc_applet/it/stylesheet-images/note.gif +share/gnome/help/jbc_applet/it/stylesheet-images/prev.gif +share/gnome/help/jbc_applet/it/stylesheet-images/tip.gif +share/gnome/help/jbc_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/jbc_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/jbc_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/jbc_applet/it/stylesheet-images/up.gif +share/gnome/help/jbc_applet/it/stylesheet-images/warning.gif +share/gnome/help/jbc_applet/it/topic.dat +share/gnome/help/life_applet/C/figures/life-applet.png share/gnome/help/life_applet/C/index.html -share/gnome/help/life_applet/C/life-applet.png +share/gnome/help/life_applet/C/life.sgml +share/gnome/help/life_applet/C/life_applet.sgml share/gnome/help/life_applet/C/ln7.html -share/gnome/help/life_applet/C/stylesheet-images/caution.png -share/gnome/help/life_applet/C/stylesheet-images/important.png -share/gnome/help/life_applet/C/stylesheet-images/note.png -share/gnome/help/life_applet/C/stylesheet-images/tip.png -share/gnome/help/life_applet/C/stylesheet-images/warning.png -share/gnome/help/life_applet/it/docbook.css +share/gnome/help/life_applet/C/stylesheet-images/caution.gif +share/gnome/help/life_applet/C/stylesheet-images/home.gif +share/gnome/help/life_applet/C/stylesheet-images/important.gif +share/gnome/help/life_applet/C/stylesheet-images/next.gif +share/gnome/help/life_applet/C/stylesheet-images/note.gif +share/gnome/help/life_applet/C/stylesheet-images/prev.gif +share/gnome/help/life_applet/C/stylesheet-images/tip.gif +share/gnome/help/life_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/life_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/life_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/life_applet/C/stylesheet-images/up.gif +share/gnome/help/life_applet/C/stylesheet-images/warning.gif +share/gnome/help/life_applet/C/topic.dat +share/gnome/help/life_applet/it/figures/life-applet.png share/gnome/help/life_applet/it/index.html -share/gnome/help/life_applet/it/life-applet.png +share/gnome/help/life_applet/it/life.sgml +share/gnome/help/life_applet/it/life_applet.sgml share/gnome/help/life_applet/it/ln7.html -share/gnome/help/life_applet/it/stylesheet-images/caution.png -share/gnome/help/life_applet/it/stylesheet-images/important.png -share/gnome/help/life_applet/it/stylesheet-images/note.png -share/gnome/help/life_applet/it/stylesheet-images/tip.png -share/gnome/help/life_applet/it/stylesheet-images/warning.png -share/gnome/help/loadavg_applet/C/docbook.css +share/gnome/help/life_applet/it/stylesheet-images/caution.gif +share/gnome/help/life_applet/it/stylesheet-images/home.gif +share/gnome/help/life_applet/it/stylesheet-images/important.gif +share/gnome/help/life_applet/it/stylesheet-images/next.gif +share/gnome/help/life_applet/it/stylesheet-images/note.gif +share/gnome/help/life_applet/it/stylesheet-images/prev.gif +share/gnome/help/life_applet/it/stylesheet-images/tip.gif +share/gnome/help/life_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/life_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/life_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/life_applet/it/stylesheet-images/up.gif +share/gnome/help/life_applet/it/stylesheet-images/warning.gif +share/gnome/help/life_applet/it/topic.dat +share/gnome/help/loadavg_applet/C/figures/loadavg-applet-default.png +share/gnome/help/loadavg_applet/C/figures/loadavg-applet-greyed.png +share/gnome/help/loadavg_applet/C/figures/loadavg-applet-properties.png +share/gnome/help/loadavg_applet/C/figures/loadavg-applet.png share/gnome/help/loadavg_applet/C/index.html share/gnome/help/loadavg_applet/C/ln7.html -share/gnome/help/loadavg_applet/C/loadavg-applet-default.png -share/gnome/help/loadavg_applet/C/loadavg-applet-greyed.png -share/gnome/help/loadavg_applet/C/loadavg-applet-properties.png -share/gnome/help/loadavg_applet/C/loadavg-applet.png -share/gnome/help/loadavg_applet/C/stylesheet-images/caution.png -share/gnome/help/loadavg_applet/C/stylesheet-images/important.png -share/gnome/help/loadavg_applet/C/stylesheet-images/note.png -share/gnome/help/loadavg_applet/C/stylesheet-images/tip.png -share/gnome/help/loadavg_applet/C/stylesheet-images/warning.png -share/gnome/help/loadavg_applet/it/docbook.css +share/gnome/help/loadavg_applet/C/loadavg.sgml +share/gnome/help/loadavg_applet/C/loadavg_applet.sgml +share/gnome/help/loadavg_applet/C/stylesheet-images/caution.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/home.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/important.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/next.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/note.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/prev.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/tip.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/up.gif +share/gnome/help/loadavg_applet/C/stylesheet-images/warning.gif +share/gnome/help/loadavg_applet/C/topic.dat +share/gnome/help/loadavg_applet/it/figures/loadavg-applet-default.png +share/gnome/help/loadavg_applet/it/figures/loadavg-applet-greyed.png +share/gnome/help/loadavg_applet/it/figures/loadavg-applet-properties.png +share/gnome/help/loadavg_applet/it/figures/loadavg-applet.png share/gnome/help/loadavg_applet/it/index.html share/gnome/help/loadavg_applet/it/ln10.html -share/gnome/help/loadavg_applet/it/loadavg-applet-default.png -share/gnome/help/loadavg_applet/it/loadavg-applet-greyed.png -share/gnome/help/loadavg_applet/it/loadavg-applet-properties.png -share/gnome/help/loadavg_applet/it/loadavg-applet.png -share/gnome/help/loadavg_applet/it/stylesheet-images/caution.png -share/gnome/help/loadavg_applet/it/stylesheet-images/important.png -share/gnome/help/loadavg_applet/it/stylesheet-images/note.png -share/gnome/help/loadavg_applet/it/stylesheet-images/tip.png -share/gnome/help/loadavg_applet/it/stylesheet-images/warning.png +share/gnome/help/loadavg_applet/it/loadavg.sgml +share/gnome/help/loadavg_applet/it/loadavg_applet.sgml +share/gnome/help/loadavg_applet/it/stylesheet-images/caution.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/home.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/important.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/next.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/note.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/prev.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/tip.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/up.gif +share/gnome/help/loadavg_applet/it/stylesheet-images/warning.gif +share/gnome/help/loadavg_applet/it/topic.dat share/gnome/help/memload_applet/C/docbook.css +share/gnome/help/memload_applet/C/figures/memload-applet-default.png +share/gnome/help/memload_applet/C/figures/memload-applet-greyed.png +share/gnome/help/memload_applet/C/figures/memload-applet-properties.png +share/gnome/help/memload_applet/C/figures/memload-applet.png share/gnome/help/memload_applet/C/index.html share/gnome/help/memload_applet/C/ln7.html -share/gnome/help/memload_applet/C/memload-applet-default.png -share/gnome/help/memload_applet/C/memload-applet-greyed.png -share/gnome/help/memload_applet/C/memload-applet-properties.png -share/gnome/help/memload_applet/C/memload-applet.png -share/gnome/help/memload_applet/C/stylesheet-images/caution.png -share/gnome/help/memload_applet/C/stylesheet-images/important.png -share/gnome/help/memload_applet/C/stylesheet-images/note.png -share/gnome/help/memload_applet/C/stylesheet-images/tip.png -share/gnome/help/memload_applet/C/stylesheet-images/warning.png -share/gnome/help/memload_applet/it/docbook.css +share/gnome/help/memload_applet/C/memload.sgml +share/gnome/help/memload_applet/C/memload_applet.sgml +share/gnome/help/memload_applet/C/stylesheet-images/caution.gif +share/gnome/help/memload_applet/C/stylesheet-images/home.gif +share/gnome/help/memload_applet/C/stylesheet-images/important.gif +share/gnome/help/memload_applet/C/stylesheet-images/next.gif +share/gnome/help/memload_applet/C/stylesheet-images/note.gif +share/gnome/help/memload_applet/C/stylesheet-images/prev.gif +share/gnome/help/memload_applet/C/stylesheet-images/tip.gif +share/gnome/help/memload_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/memload_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/memload_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/memload_applet/C/stylesheet-images/up.gif +share/gnome/help/memload_applet/C/stylesheet-images/warning.gif +share/gnome/help/memload_applet/C/topic.dat +share/gnome/help/memload_applet/it/figures/memload-applet-default.png +share/gnome/help/memload_applet/it/figures/memload-applet-greyed.png +share/gnome/help/memload_applet/it/figures/memload-applet-properties.png +share/gnome/help/memload_applet/it/figures/memload-applet.png share/gnome/help/memload_applet/it/index.html share/gnome/help/memload_applet/it/ln10.html -share/gnome/help/memload_applet/it/memload-applet-default.png -share/gnome/help/memload_applet/it/memload-applet-greyed.png -share/gnome/help/memload_applet/it/memload-applet-properties.png -share/gnome/help/memload_applet/it/memload-applet.png -share/gnome/help/memload_applet/it/stylesheet-images/caution.png -share/gnome/help/memload_applet/it/stylesheet-images/important.png -share/gnome/help/memload_applet/it/stylesheet-images/note.png -share/gnome/help/memload_applet/it/stylesheet-images/tip.png -share/gnome/help/memload_applet/it/stylesheet-images/warning.png -share/gnome/help/mini-commander_applet/C/docbook.css +share/gnome/help/memload_applet/it/memload.sgml +share/gnome/help/memload_applet/it/memload_applet.sgml +share/gnome/help/memload_applet/it/stylesheet-images/caution.gif +share/gnome/help/memload_applet/it/stylesheet-images/home.gif +share/gnome/help/memload_applet/it/stylesheet-images/important.gif +share/gnome/help/memload_applet/it/stylesheet-images/next.gif +share/gnome/help/memload_applet/it/stylesheet-images/note.gif +share/gnome/help/memload_applet/it/stylesheet-images/prev.gif +share/gnome/help/memload_applet/it/stylesheet-images/tip.gif +share/gnome/help/memload_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/memload_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/memload_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/memload_applet/it/stylesheet-images/up.gif +share/gnome/help/memload_applet/it/stylesheet-images/warning.gif +share/gnome/help/memload_applet/it/topic.dat +share/gnome/help/mini-commander_applet/C/figures/mini-commander_applet.png +share/gnome/help/mini-commander_applet/C/figures/mini-commander_settings_general.png share/gnome/help/mini-commander_applet/C/index.html share/gnome/help/mini-commander_applet/C/ln7.html -share/gnome/help/mini-commander_applet/C/mini-commander_applet.png -share/gnome/help/mini-commander_applet/C/mini-commander_settings_general.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/caution.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/important.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/note.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/tip.png -share/gnome/help/mini-commander_applet/C/stylesheet-images/warning.png -share/gnome/help/mini-commander_applet/it/docbook.css +share/gnome/help/mini-commander_applet/C/mini-commander.sgml +share/gnome/help/mini-commander_applet/C/mini-commander_applet.sgml +share/gnome/help/mini-commander_applet/C/stylesheet-images/caution.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/home.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/important.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/next.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/note.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/prev.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/tip.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/up.gif +share/gnome/help/mini-commander_applet/C/stylesheet-images/warning.gif +share/gnome/help/mini-commander_applet/C/topic.dat +share/gnome/help/mini-commander_applet/it/figures/mini-commander_applet.png +share/gnome/help/mini-commander_applet/it/figures/mini-commander_settings_general.png share/gnome/help/mini-commander_applet/it/index.html share/gnome/help/mini-commander_applet/it/ln10.html -share/gnome/help/mini-commander_applet/it/mini-commander_applet.png -share/gnome/help/mini-commander_applet/it/mini-commander_settings_general.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/caution.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/important.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/note.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/tip.png -share/gnome/help/mini-commander_applet/it/stylesheet-images/warning.png -share/gnome/help/mixer_applet/C/docbook.css +share/gnome/help/mini-commander_applet/it/mini-commander.sgml +share/gnome/help/mini-commander_applet/it/mini-commander_applet.sgml +share/gnome/help/mini-commander_applet/it/stylesheet-images/caution.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/home.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/important.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/next.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/note.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/prev.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/tip.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/up.gif +share/gnome/help/mini-commander_applet/it/stylesheet-images/warning.gif +share/gnome/help/mini-commander_applet/it/topic.dat +share/gnome/help/mixer_applet/C/figures/mixer_applet.png share/gnome/help/mixer_applet/C/index.html share/gnome/help/mixer_applet/C/ln7.html -share/gnome/help/mixer_applet/C/mixer_applet.png -share/gnome/help/mixer_applet/C/stylesheet-images/caution.png -share/gnome/help/mixer_applet/C/stylesheet-images/important.png -share/gnome/help/mixer_applet/C/stylesheet-images/note.png -share/gnome/help/mixer_applet/C/stylesheet-images/tip.png -share/gnome/help/mixer_applet/C/stylesheet-images/warning.png -share/gnome/help/mixer_applet/it/docbook.css +share/gnome/help/mixer_applet/C/mixer.sgml +share/gnome/help/mixer_applet/C/mixer_applet.sgml +share/gnome/help/mixer_applet/C/stylesheet-images/caution.gif +share/gnome/help/mixer_applet/C/stylesheet-images/home.gif +share/gnome/help/mixer_applet/C/stylesheet-images/important.gif +share/gnome/help/mixer_applet/C/stylesheet-images/next.gif +share/gnome/help/mixer_applet/C/stylesheet-images/note.gif +share/gnome/help/mixer_applet/C/stylesheet-images/prev.gif +share/gnome/help/mixer_applet/C/stylesheet-images/tip.gif +share/gnome/help/mixer_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/mixer_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/mixer_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/mixer_applet/C/stylesheet-images/up.gif +share/gnome/help/mixer_applet/C/stylesheet-images/warning.gif +share/gnome/help/mixer_applet/C/topic.dat +share/gnome/help/mixer_applet/es/docbook.css +share/gnome/help/mixer_applet/es/index.html +share/gnome/help/mixer_applet/es/ln10.html +share/gnome/help/mixer_applet/es/mixer.sgml +share/gnome/help/mixer_applet/es/mixer_applet.png +share/gnome/help/mixer_applet/es/mixer_applet.sgml +share/gnome/help/mixer_applet/es/stylesheet-images/caution.gif +share/gnome/help/mixer_applet/es/stylesheet-images/caution.png +share/gnome/help/mixer_applet/es/stylesheet-images/home.gif +share/gnome/help/mixer_applet/es/stylesheet-images/important.gif +share/gnome/help/mixer_applet/es/stylesheet-images/important.png +share/gnome/help/mixer_applet/es/stylesheet-images/next.gif +share/gnome/help/mixer_applet/es/stylesheet-images/note.gif +share/gnome/help/mixer_applet/es/stylesheet-images/note.png +share/gnome/help/mixer_applet/es/stylesheet-images/prev.gif +share/gnome/help/mixer_applet/es/stylesheet-images/tip.gif +share/gnome/help/mixer_applet/es/stylesheet-images/tip.png +share/gnome/help/mixer_applet/es/stylesheet-images/toc-blank.gif +share/gnome/help/mixer_applet/es/stylesheet-images/toc-minus.gif +share/gnome/help/mixer_applet/es/stylesheet-images/toc-plus.gif +share/gnome/help/mixer_applet/es/stylesheet-images/up.gif +share/gnome/help/mixer_applet/es/stylesheet-images/warning.gif +share/gnome/help/mixer_applet/es/stylesheet-images/warning.png +share/gnome/help/mixer_applet/es/topic.dat share/gnome/help/mixer_applet/it/index.html share/gnome/help/mixer_applet/it/ln10.html +share/gnome/help/mixer_applet/it/mixer.sgml share/gnome/help/mixer_applet/it/mixer_applet.png +share/gnome/help/mixer_applet/it/mixer_applet.sgml +share/gnome/help/mixer_applet/it/stylesheet-images/caution.gif share/gnome/help/mixer_applet/it/stylesheet-images/caution.png +share/gnome/help/mixer_applet/it/stylesheet-images/home.gif +share/gnome/help/mixer_applet/it/stylesheet-images/important.gif share/gnome/help/mixer_applet/it/stylesheet-images/important.png +share/gnome/help/mixer_applet/it/stylesheet-images/next.gif +share/gnome/help/mixer_applet/it/stylesheet-images/note.gif share/gnome/help/mixer_applet/it/stylesheet-images/note.png +share/gnome/help/mixer_applet/it/stylesheet-images/prev.gif +share/gnome/help/mixer_applet/it/stylesheet-images/tip.gif share/gnome/help/mixer_applet/it/stylesheet-images/tip.png +share/gnome/help/mixer_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/mixer_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/mixer_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/mixer_applet/it/stylesheet-images/up.gif +share/gnome/help/mixer_applet/it/stylesheet-images/warning.gif share/gnome/help/mixer_applet/it/stylesheet-images/warning.png -share/gnome/help/modemlights_applet/C/docbook.css +share/gnome/help/mixer_applet/it/topic.dat +share/gnome/help/modemlights_applet/C/figures/modemlights-advpref.png +share/gnome/help/modemlights_applet/C/figures/modemlights-prefs.png +share/gnome/help/modemlights_applet/C/figures/modemlights.png share/gnome/help/modemlights_applet/C/index.html share/gnome/help/modemlights_applet/C/ln7.html -share/gnome/help/modemlights_applet/C/modemlights-advpref.png -share/gnome/help/modemlights_applet/C/modemlights-prefs.png -share/gnome/help/modemlights_applet/C/modemlights.png -share/gnome/help/modemlights_applet/C/stylesheet-images/caution.png -share/gnome/help/modemlights_applet/C/stylesheet-images/important.png -share/gnome/help/modemlights_applet/C/stylesheet-images/note.png -share/gnome/help/modemlights_applet/C/stylesheet-images/tip.png -share/gnome/help/modemlights_applet/C/stylesheet-images/warning.png -share/gnome/help/modemlights_applet/it/docbook.css +share/gnome/help/modemlights_applet/C/modemlights.sgml +share/gnome/help/modemlights_applet/C/modemlights_applet.sgml +share/gnome/help/modemlights_applet/C/stylesheet-images/caution.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/home.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/important.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/next.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/note.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/prev.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/tip.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/up.gif +share/gnome/help/modemlights_applet/C/stylesheet-images/warning.gif +share/gnome/help/modemlights_applet/C/topic.dat +share/gnome/help/modemlights_applet/it/figures/modemlights-advpref.png +share/gnome/help/modemlights_applet/it/figures/modemlights-prefs.png +share/gnome/help/modemlights_applet/it/figures/modemlights.png share/gnome/help/modemlights_applet/it/index.html share/gnome/help/modemlights_applet/it/ln7.html -share/gnome/help/modemlights_applet/it/modemlights-advpref.png -share/gnome/help/modemlights_applet/it/modemlights-prefs.png -share/gnome/help/modemlights_applet/it/modemlights.png -share/gnome/help/modemlights_applet/it/stylesheet-images/caution.png -share/gnome/help/modemlights_applet/it/stylesheet-images/important.png -share/gnome/help/modemlights_applet/it/stylesheet-images/note.png -share/gnome/help/modemlights_applet/it/stylesheet-images/tip.png -share/gnome/help/modemlights_applet/it/stylesheet-images/warning.png -share/gnome/help/netload_applet/C/docbook.css +share/gnome/help/modemlights_applet/it/modemlights.sgml +share/gnome/help/modemlights_applet/it/modemlights_applet.sgml +share/gnome/help/modemlights_applet/it/stylesheet-images/caution.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/home.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/important.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/next.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/note.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/prev.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/tip.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/up.gif +share/gnome/help/modemlights_applet/it/stylesheet-images/warning.gif +share/gnome/help/modemlights_applet/it/topic.dat +share/gnome/help/netload_applet/C/figures/netload-applet-default.png +share/gnome/help/netload_applet/C/figures/netload-applet-greyed.png +share/gnome/help/netload_applet/C/figures/netload-applet-properties.png +share/gnome/help/netload_applet/C/figures/netload-applet.png share/gnome/help/netload_applet/C/index.html share/gnome/help/netload_applet/C/ln7.html -share/gnome/help/netload_applet/C/netload-applet-default.png -share/gnome/help/netload_applet/C/netload-applet-greyed.png -share/gnome/help/netload_applet/C/netload-applet-properties.png -share/gnome/help/netload_applet/C/netload-applet.png -share/gnome/help/netload_applet/C/stylesheet-images/caution.png -share/gnome/help/netload_applet/C/stylesheet-images/important.png -share/gnome/help/netload_applet/C/stylesheet-images/note.png -share/gnome/help/netload_applet/C/stylesheet-images/tip.png -share/gnome/help/netload_applet/C/stylesheet-images/warning.png -share/gnome/help/netload_applet/it/docbook.css +share/gnome/help/netload_applet/C/netload.sgml +share/gnome/help/netload_applet/C/netload_applet.sgml +share/gnome/help/netload_applet/C/stylesheet-images/caution.gif +share/gnome/help/netload_applet/C/stylesheet-images/home.gif +share/gnome/help/netload_applet/C/stylesheet-images/important.gif +share/gnome/help/netload_applet/C/stylesheet-images/next.gif +share/gnome/help/netload_applet/C/stylesheet-images/note.gif +share/gnome/help/netload_applet/C/stylesheet-images/prev.gif +share/gnome/help/netload_applet/C/stylesheet-images/tip.gif +share/gnome/help/netload_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/netload_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/netload_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/netload_applet/C/stylesheet-images/up.gif +share/gnome/help/netload_applet/C/stylesheet-images/warning.gif +share/gnome/help/netload_applet/C/topic.dat +share/gnome/help/netload_applet/it/figures/netload-applet-default.png +share/gnome/help/netload_applet/it/figures/netload-applet-greyed.png +share/gnome/help/netload_applet/it/figures/netload-applet-properties.png +share/gnome/help/netload_applet/it/figures/netload-applet.png share/gnome/help/netload_applet/it/index.html share/gnome/help/netload_applet/it/ln7.html -share/gnome/help/netload_applet/it/netload-applet-default.png -share/gnome/help/netload_applet/it/netload-applet-greyed.png -share/gnome/help/netload_applet/it/netload-applet-properties.png -share/gnome/help/netload_applet/it/netload-applet.png -share/gnome/help/netload_applet/it/stylesheet-images/caution.png -share/gnome/help/netload_applet/it/stylesheet-images/important.png -share/gnome/help/netload_applet/it/stylesheet-images/note.png -share/gnome/help/netload_applet/it/stylesheet-images/tip.png -share/gnome/help/netload_applet/it/stylesheet-images/warning.png -share/gnome/help/odometer_applet/C/docbook.css +share/gnome/help/netload_applet/it/netload.sgml +share/gnome/help/netload_applet/it/netload_applet.sgml +share/gnome/help/netload_applet/it/stylesheet-images/caution.gif +share/gnome/help/netload_applet/it/stylesheet-images/home.gif +share/gnome/help/netload_applet/it/stylesheet-images/important.gif +share/gnome/help/netload_applet/it/stylesheet-images/next.gif +share/gnome/help/netload_applet/it/stylesheet-images/note.gif +share/gnome/help/netload_applet/it/stylesheet-images/prev.gif +share/gnome/help/netload_applet/it/stylesheet-images/tip.gif +share/gnome/help/netload_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/netload_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/netload_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/netload_applet/it/stylesheet-images/up.gif +share/gnome/help/netload_applet/it/stylesheet-images/warning.gif +share/gnome/help/netload_applet/it/topic.dat +share/gnome/help/odometer_applet/C/figures/odometer_applet.png +share/gnome/help/odometer_applet/C/figures/odometer_settings.png +share/gnome/help/odometer_applet/C/figures/odometer_themes.png share/gnome/help/odometer_applet/C/index.html share/gnome/help/odometer_applet/C/ln7.html -share/gnome/help/odometer_applet/C/odometer_applet.png -share/gnome/help/odometer_applet/C/odometer_settings.png -share/gnome/help/odometer_applet/C/odometer_themes.png -share/gnome/help/odometer_applet/C/stylesheet-images/caution.png -share/gnome/help/odometer_applet/C/stylesheet-images/important.png -share/gnome/help/odometer_applet/C/stylesheet-images/note.png -share/gnome/help/odometer_applet/C/stylesheet-images/tip.png -share/gnome/help/odometer_applet/C/stylesheet-images/warning.png -share/gnome/help/odometer_applet/fr/docbook.css +share/gnome/help/odometer_applet/C/odometer.sgml +share/gnome/help/odometer_applet/C/odometer_applet.sgml +share/gnome/help/odometer_applet/C/stylesheet-images/caution.gif +share/gnome/help/odometer_applet/C/stylesheet-images/home.gif +share/gnome/help/odometer_applet/C/stylesheet-images/important.gif +share/gnome/help/odometer_applet/C/stylesheet-images/next.gif +share/gnome/help/odometer_applet/C/stylesheet-images/note.gif +share/gnome/help/odometer_applet/C/stylesheet-images/prev.gif +share/gnome/help/odometer_applet/C/stylesheet-images/tip.gif +share/gnome/help/odometer_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/odometer_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/odometer_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/odometer_applet/C/stylesheet-images/up.gif +share/gnome/help/odometer_applet/C/stylesheet-images/warning.gif +share/gnome/help/odometer_applet/C/topic.dat +share/gnome/help/odometer_applet/fr/figures/odometer_applet.png +share/gnome/help/odometer_applet/fr/figures/odometer_settings.png +share/gnome/help/odometer_applet/fr/figures/odometer_themes.png share/gnome/help/odometer_applet/fr/index.html share/gnome/help/odometer_applet/fr/ln10.html -share/gnome/help/odometer_applet/fr/odometer_applet.png -share/gnome/help/odometer_applet/fr/odometer_settings.png -share/gnome/help/odometer_applet/fr/odometer_themes.png -share/gnome/help/odometer_applet/fr/stylesheet-images/caution.png -share/gnome/help/odometer_applet/fr/stylesheet-images/important.png -share/gnome/help/odometer_applet/fr/stylesheet-images/note.png -share/gnome/help/odometer_applet/fr/stylesheet-images/tip.png -share/gnome/help/odometer_applet/fr/stylesheet-images/warning.png -share/gnome/help/odometer_applet/it/docbook.css +share/gnome/help/odometer_applet/fr/odometer.sgml +share/gnome/help/odometer_applet/fr/odometer_applet.sgml +share/gnome/help/odometer_applet/fr/stylesheet-images/caution.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/home.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/important.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/next.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/note.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/prev.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/tip.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/toc-blank.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/toc-minus.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/toc-plus.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/up.gif +share/gnome/help/odometer_applet/fr/stylesheet-images/warning.gif +share/gnome/help/odometer_applet/fr/topic.dat +share/gnome/help/odometer_applet/it/figures/odometer_applet.png +share/gnome/help/odometer_applet/it/figures/odometer_settings.png +share/gnome/help/odometer_applet/it/figures/odometer_themes.png share/gnome/help/odometer_applet/it/index.html share/gnome/help/odometer_applet/it/ln10.html -share/gnome/help/odometer_applet/it/odometer_applet.png -share/gnome/help/odometer_applet/it/odometer_settings.png -share/gnome/help/odometer_applet/it/odometer_themes.png -share/gnome/help/odometer_applet/it/stylesheet-images/caution.png -share/gnome/help/odometer_applet/it/stylesheet-images/important.png -share/gnome/help/odometer_applet/it/stylesheet-images/note.png -share/gnome/help/odometer_applet/it/stylesheet-images/tip.png -share/gnome/help/odometer_applet/it/stylesheet-images/warning.png -share/gnome/help/quicklaunch_applet/C/docbook.css +share/gnome/help/odometer_applet/it/odometer.sgml +share/gnome/help/odometer_applet/it/odometer_applet.sgml +share/gnome/help/odometer_applet/it/stylesheet-images/caution.gif +share/gnome/help/odometer_applet/it/stylesheet-images/home.gif +share/gnome/help/odometer_applet/it/stylesheet-images/important.gif +share/gnome/help/odometer_applet/it/stylesheet-images/next.gif +share/gnome/help/odometer_applet/it/stylesheet-images/note.gif +share/gnome/help/odometer_applet/it/stylesheet-images/prev.gif +share/gnome/help/odometer_applet/it/stylesheet-images/tip.gif +share/gnome/help/odometer_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/odometer_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/odometer_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/odometer_applet/it/stylesheet-images/up.gif +share/gnome/help/odometer_applet/it/stylesheet-images/warning.gif +share/gnome/help/odometer_applet/it/topic.dat +share/gnome/help/quicklaunch_applet/C/figures/quicklaunch_applet.png share/gnome/help/quicklaunch_applet/C/index.html share/gnome/help/quicklaunch_applet/C/ln7.html -share/gnome/help/quicklaunch_applet/C/quicklaunch_applet.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/caution.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/important.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/note.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/tip.png -share/gnome/help/quicklaunch_applet/C/stylesheet-images/warning.png -share/gnome/help/quicklaunch_applet/it/docbook.css +share/gnome/help/quicklaunch_applet/C/quicklaunch.sgml +share/gnome/help/quicklaunch_applet/C/quicklaunch_applet.sgml +share/gnome/help/quicklaunch_applet/C/stylesheet-images/caution.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/home.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/important.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/next.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/note.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/prev.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/tip.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/up.gif +share/gnome/help/quicklaunch_applet/C/stylesheet-images/warning.gif +share/gnome/help/quicklaunch_applet/C/topic.dat +share/gnome/help/quicklaunch_applet/it/figures/quicklaunch_applet.png share/gnome/help/quicklaunch_applet/it/index.html share/gnome/help/quicklaunch_applet/it/ln10.html -share/gnome/help/quicklaunch_applet/it/quicklaunch_applet.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/caution.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/important.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/note.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/tip.png -share/gnome/help/quicklaunch_applet/it/stylesheet-images/warning.png -share/gnome/help/sound-monitor_applet/C/docbook.css +share/gnome/help/quicklaunch_applet/it/quicklaunch.sgml +share/gnome/help/quicklaunch_applet/it/quicklaunch_applet.sgml +share/gnome/help/quicklaunch_applet/it/stylesheet-images/caution.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/home.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/important.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/next.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/note.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/prev.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/tip.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/up.gif +share/gnome/help/quicklaunch_applet/it/stylesheet-images/warning.gif +share/gnome/help/quicklaunch_applet/it/topic.dat +share/gnome/help/sound-monitor_applet/C/figures/soundmonitor_applet.png +share/gnome/help/sound-monitor_applet/C/figures/soundmonitor_applet_settings.png +share/gnome/help/sound-monitor_applet/C/figures/soundmonitor_applet_themes.png +share/gnome/help/sound-monitor_applet/C/figures/soundmonitor_manager_server.png share/gnome/help/sound-monitor_applet/C/index.html share/gnome/help/sound-monitor_applet/C/ln7.html -share/gnome/help/sound-monitor_applet/C/soundmonitor_applet.png -share/gnome/help/sound-monitor_applet/C/soundmonitor_applet_settings.png -share/gnome/help/sound-monitor_applet/C/soundmonitor_applet_themes.png -share/gnome/help/sound-monitor_applet/C/soundmonitor_manager_server.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/caution.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/important.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/note.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/tip.png -share/gnome/help/sound-monitor_applet/C/stylesheet-images/warning.png -share/gnome/help/sound-monitor_applet/it/docbook.css +share/gnome/help/sound-monitor_applet/C/sound-monitor.sgml +share/gnome/help/sound-monitor_applet/C/sound-monitor_applet.sgml +share/gnome/help/sound-monitor_applet/C/stylesheet-images/caution.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/home.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/important.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/next.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/note.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/prev.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/tip.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/up.gif +share/gnome/help/sound-monitor_applet/C/stylesheet-images/warning.gif +share/gnome/help/sound-monitor_applet/C/topic.dat +share/gnome/help/sound-monitor_applet/it/figures/soundmonitor_applet.png +share/gnome/help/sound-monitor_applet/it/figures/soundmonitor_applet_settings.png +share/gnome/help/sound-monitor_applet/it/figures/soundmonitor_applet_themes.png +share/gnome/help/sound-monitor_applet/it/figures/soundmonitor_manager_server.png share/gnome/help/sound-monitor_applet/it/index.html share/gnome/help/sound-monitor_applet/it/ln10.html -share/gnome/help/sound-monitor_applet/it/soundmonitor_applet.png -share/gnome/help/sound-monitor_applet/it/soundmonitor_applet_settings.png -share/gnome/help/sound-monitor_applet/it/soundmonitor_applet_themes.png -share/gnome/help/sound-monitor_applet/it/soundmonitor_manager_server.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/caution.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/important.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/note.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/tip.png -share/gnome/help/sound-monitor_applet/it/stylesheet-images/warning.png -share/gnome/help/swapload_applet/C/docbook.css +share/gnome/help/sound-monitor_applet/it/sound-monitor.sgml +share/gnome/help/sound-monitor_applet/it/sound-monitor_applet.sgml +share/gnome/help/sound-monitor_applet/it/stylesheet-images/caution.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/home.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/important.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/next.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/note.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/prev.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/tip.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/up.gif +share/gnome/help/sound-monitor_applet/it/stylesheet-images/warning.gif +share/gnome/help/swapload_applet/C/figures/swapload-applet-default.png +share/gnome/help/swapload_applet/C/figures/swapload-applet-greyed.png +share/gnome/help/swapload_applet/C/figures/swapload-applet-properties.png +share/gnome/help/swapload_applet/C/figures/swapload-applet.png share/gnome/help/swapload_applet/C/index.html share/gnome/help/swapload_applet/C/ln7.html -share/gnome/help/swapload_applet/C/stylesheet-images/caution.png -share/gnome/help/swapload_applet/C/stylesheet-images/important.png -share/gnome/help/swapload_applet/C/stylesheet-images/note.png -share/gnome/help/swapload_applet/C/stylesheet-images/tip.png -share/gnome/help/swapload_applet/C/stylesheet-images/warning.png -share/gnome/help/swapload_applet/C/swapload-applet-default.png -share/gnome/help/swapload_applet/C/swapload-applet-greyed.png -share/gnome/help/swapload_applet/C/swapload-applet-properties.png -share/gnome/help/swapload_applet/C/swapload-applet.png -share/gnome/help/swapload_applet/it/docbook.css +share/gnome/help/swapload_applet/C/stylesheet-images/caution.gif +share/gnome/help/swapload_applet/C/stylesheet-images/home.gif +share/gnome/help/swapload_applet/C/stylesheet-images/important.gif +share/gnome/help/swapload_applet/C/stylesheet-images/next.gif +share/gnome/help/swapload_applet/C/stylesheet-images/note.gif +share/gnome/help/swapload_applet/C/stylesheet-images/prev.gif +share/gnome/help/swapload_applet/C/stylesheet-images/tip.gif +share/gnome/help/swapload_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/swapload_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/swapload_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/swapload_applet/C/stylesheet-images/up.gif +share/gnome/help/swapload_applet/C/stylesheet-images/warning.gif +share/gnome/help/swapload_applet/C/swapload.sgml +share/gnome/help/swapload_applet/C/swapload_applet.sgml +share/gnome/help/swapload_applet/C/topic.dat +share/gnome/help/swapload_applet/it/figures/swapload-applet-default.png +share/gnome/help/swapload_applet/it/figures/swapload-applet-greyed.png +share/gnome/help/swapload_applet/it/figures/swapload-applet-properties.png +share/gnome/help/swapload_applet/it/figures/swapload-applet.png share/gnome/help/swapload_applet/it/index.html share/gnome/help/swapload_applet/it/ln7.html -share/gnome/help/swapload_applet/it/stylesheet-images/caution.png -share/gnome/help/swapload_applet/it/stylesheet-images/important.png -share/gnome/help/swapload_applet/it/stylesheet-images/note.png -share/gnome/help/swapload_applet/it/stylesheet-images/tip.png -share/gnome/help/swapload_applet/it/stylesheet-images/warning.png -share/gnome/help/swapload_applet/it/swapload-applet-default.png -share/gnome/help/swapload_applet/it/swapload-applet-greyed.png -share/gnome/help/swapload_applet/it/swapload-applet-properties.png -share/gnome/help/swapload_applet/it/swapload-applet.png -share/gnome/help/tickastat_applet/C/docbook.css +share/gnome/help/swapload_applet/it/stylesheet-images/caution.gif +share/gnome/help/swapload_applet/it/stylesheet-images/home.gif +share/gnome/help/swapload_applet/it/stylesheet-images/important.gif +share/gnome/help/swapload_applet/it/stylesheet-images/next.gif +share/gnome/help/swapload_applet/it/stylesheet-images/note.gif +share/gnome/help/swapload_applet/it/stylesheet-images/prev.gif +share/gnome/help/swapload_applet/it/stylesheet-images/tip.gif +share/gnome/help/swapload_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/swapload_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/swapload_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/swapload_applet/it/stylesheet-images/up.gif +share/gnome/help/swapload_applet/it/stylesheet-images/warning.gif +share/gnome/help/swapload_applet/it/swapload.sgml +share/gnome/help/swapload_applet/it/swapload_applet.sgml +share/gnome/help/swapload_applet/it/topic.dat +share/gnome/help/tickastat_applet/C/figures/tickastat_applet.png +share/gnome/help/tickastat_applet/C/figures/tickastat_coredump.png +share/gnome/help/tickastat_applet/C/figures/tickastat_loadaverage.png +share/gnome/help/tickastat_applet/C/figures/tickastat_settings.png share/gnome/help/tickastat_applet/C/index.html share/gnome/help/tickastat_applet/C/ln7.html -share/gnome/help/tickastat_applet/C/stylesheet-images/caution.png -share/gnome/help/tickastat_applet/C/stylesheet-images/important.png -share/gnome/help/tickastat_applet/C/stylesheet-images/note.png -share/gnome/help/tickastat_applet/C/stylesheet-images/tip.png -share/gnome/help/tickastat_applet/C/stylesheet-images/warning.png -share/gnome/help/tickastat_applet/C/tickastat_applet.png -share/gnome/help/tickastat_applet/C/tickastat_coredump.png -share/gnome/help/tickastat_applet/C/tickastat_loadaverage.png -share/gnome/help/tickastat_applet/C/tickastat_settings.png -share/gnome/help/tickastat_applet/it/docbook.css +share/gnome/help/tickastat_applet/C/stylesheet-images/caution.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/home.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/important.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/next.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/note.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/prev.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/tip.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/up.gif +share/gnome/help/tickastat_applet/C/stylesheet-images/warning.gif +share/gnome/help/tickastat_applet/C/tickastat.sgml +share/gnome/help/tickastat_applet/C/tickastat_applet.sgml +share/gnome/help/tickastat_applet/C/topic.dat +share/gnome/help/tickastat_applet/it/figures/tickastat_applet.png +share/gnome/help/tickastat_applet/it/figures/tickastat_coredump.png +share/gnome/help/tickastat_applet/it/figures/tickastat_loadaverage.png +share/gnome/help/tickastat_applet/it/figures/tickastat_settings.png share/gnome/help/tickastat_applet/it/index.html share/gnome/help/tickastat_applet/it/ln10.html -share/gnome/help/tickastat_applet/it/stylesheet-images/caution.png -share/gnome/help/tickastat_applet/it/stylesheet-images/important.png -share/gnome/help/tickastat_applet/it/stylesheet-images/note.png -share/gnome/help/tickastat_applet/it/stylesheet-images/tip.png -share/gnome/help/tickastat_applet/it/stylesheet-images/warning.png -share/gnome/help/tickastat_applet/it/tickastat_applet.png -share/gnome/help/tickastat_applet/it/tickastat_coredump.png -share/gnome/help/tickastat_applet/it/tickastat_loadaverage.png -share/gnome/help/tickastat_applet/it/tickastat_settings.png -share/gnome/help/webcontrol_applet/C/docbook.css +share/gnome/help/tickastat_applet/it/stylesheet-images/caution.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/home.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/important.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/next.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/note.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/prev.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/tip.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/up.gif +share/gnome/help/tickastat_applet/it/stylesheet-images/warning.gif +share/gnome/help/tickastat_applet/it/tickastat.sgml +share/gnome/help/tickastat_applet/it/tickastat_applet.sgml +share/gnome/help/tickastat_applet/it/topic.dat +share/gnome/help/webcontrol_applet/C/figures/webcontrol-applet-prefs.png +share/gnome/help/webcontrol_applet/C/figures/webcontrol-applet.png share/gnome/help/webcontrol_applet/C/index.html share/gnome/help/webcontrol_applet/C/ln7.html -share/gnome/help/webcontrol_applet/C/stylesheet-images/caution.png -share/gnome/help/webcontrol_applet/C/stylesheet-images/important.png -share/gnome/help/webcontrol_applet/C/stylesheet-images/note.png -share/gnome/help/webcontrol_applet/C/stylesheet-images/tip.png -share/gnome/help/webcontrol_applet/C/stylesheet-images/warning.png -share/gnome/help/webcontrol_applet/C/webcontrol-applet-prefs.png -share/gnome/help/webcontrol_applet/C/webcontrol-applet.png -share/gnome/help/webcontrol_applet/it/docbook.css +share/gnome/help/webcontrol_applet/C/stylesheet-images/caution.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/home.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/important.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/next.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/note.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/prev.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/tip.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/up.gif +share/gnome/help/webcontrol_applet/C/stylesheet-images/warning.gif +share/gnome/help/webcontrol_applet/C/topic.dat +share/gnome/help/webcontrol_applet/C/webcontrol.sgml +share/gnome/help/webcontrol_applet/C/webcontrol_applet.sgml +share/gnome/help/webcontrol_applet/it/figures/webcontrol-applet-prefs.png +share/gnome/help/webcontrol_applet/it/figures/webcontrol-applet.png share/gnome/help/webcontrol_applet/it/index.html share/gnome/help/webcontrol_applet/it/ln7.html -share/gnome/help/webcontrol_applet/it/stylesheet-images/caution.png -share/gnome/help/webcontrol_applet/it/stylesheet-images/important.png -share/gnome/help/webcontrol_applet/it/stylesheet-images/note.png -share/gnome/help/webcontrol_applet/it/stylesheet-images/tip.png -share/gnome/help/webcontrol_applet/it/stylesheet-images/warning.png -share/gnome/help/webcontrol_applet/it/webcontrol-applet-prefs.png -share/gnome/help/webcontrol_applet/it/webcontrol-applet.png -share/gnome/help/whereami_applet/C/docbook.css +share/gnome/help/webcontrol_applet/it/stylesheet-images/caution.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/home.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/important.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/next.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/note.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/prev.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/tip.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/up.gif +share/gnome/help/webcontrol_applet/it/stylesheet-images/warning.gif +share/gnome/help/webcontrol_applet/it/topic.dat +share/gnome/help/webcontrol_applet/it/webcontrol.sgml +share/gnome/help/webcontrol_applet/it/webcontrol_applet.sgml +share/gnome/help/whereami_applet/C/figures/whereami_applet.png share/gnome/help/whereami_applet/C/index.html share/gnome/help/whereami_applet/C/ln7.html -share/gnome/help/whereami_applet/C/stylesheet-images/caution.png -share/gnome/help/whereami_applet/C/stylesheet-images/important.png -share/gnome/help/whereami_applet/C/stylesheet-images/note.png -share/gnome/help/whereami_applet/C/stylesheet-images/tip.png -share/gnome/help/whereami_applet/C/stylesheet-images/warning.png -share/gnome/help/whereami_applet/C/whereami_applet.png -share/gnome/help/whereami_applet/it/docbook.css +share/gnome/help/whereami_applet/C/stylesheet-images/caution.gif +share/gnome/help/whereami_applet/C/stylesheet-images/home.gif +share/gnome/help/whereami_applet/C/stylesheet-images/important.gif +share/gnome/help/whereami_applet/C/stylesheet-images/next.gif +share/gnome/help/whereami_applet/C/stylesheet-images/note.gif +share/gnome/help/whereami_applet/C/stylesheet-images/prev.gif +share/gnome/help/whereami_applet/C/stylesheet-images/tip.gif +share/gnome/help/whereami_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/whereami_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/whereami_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/whereami_applet/C/stylesheet-images/up.gif +share/gnome/help/whereami_applet/C/stylesheet-images/warning.gif +share/gnome/help/whereami_applet/C/topic.dat +share/gnome/help/whereami_applet/C/whereami.sgml +share/gnome/help/whereami_applet/C/whereami_applet.sgml +share/gnome/help/whereami_applet/it/figures/whereami_applet.png share/gnome/help/whereami_applet/it/index.html share/gnome/help/whereami_applet/it/ln10.html -share/gnome/help/whereami_applet/it/stylesheet-images/caution.png -share/gnome/help/whereami_applet/it/stylesheet-images/important.png -share/gnome/help/whereami_applet/it/stylesheet-images/note.png -share/gnome/help/whereami_applet/it/stylesheet-images/tip.png -share/gnome/help/whereami_applet/it/stylesheet-images/warning.png -share/gnome/help/whereami_applet/it/whereami_applet.png +share/gnome/help/whereami_applet/it/stylesheet-images/caution.gif +share/gnome/help/whereami_applet/it/stylesheet-images/home.gif +share/gnome/help/whereami_applet/it/stylesheet-images/important.gif +share/gnome/help/whereami_applet/it/stylesheet-images/next.gif +share/gnome/help/whereami_applet/it/stylesheet-images/note.gif +share/gnome/help/whereami_applet/it/stylesheet-images/prev.gif +share/gnome/help/whereami_applet/it/stylesheet-images/tip.gif +share/gnome/help/whereami_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/whereami_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/whereami_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/whereami_applet/it/stylesheet-images/up.gif +share/gnome/help/whereami_applet/it/stylesheet-images/warning.gif +share/gnome/help/whereami_applet/it/topic.dat +share/gnome/help/whereami_applet/it/whereami.sgml +share/gnome/help/whereami_applet/it/whereami_applet.sgml share/gnome/odometer/57chevy/57chevy-small-black.png share/gnome/odometer/57chevy/57chevy-small-red.png share/gnome/odometer/57chevy/themedata @@ -913,6 +1835,74 @@ share/gnome/odometer/o/o-red.png share/gnome/odometer/o/themedata share/gnome/odometer/smplst/smplst.png share/gnome/odometer/smplst/themedata +share/gnome/omf/gnome-applets/anotherclock_applet-C.omf +share/gnome/omf/gnome-applets/anotherclock_applet-it.omf +share/gnome/omf/gnome-applets/anotherclock_applet-uk.omf +share/gnome/omf/gnome-applets/asclock_applet-C.omf +share/gnome/omf/gnome-applets/asclock_applet-it.omf +share/gnome/omf/gnome-applets/asclock_applet-ja.omf +share/gnome/omf/gnome-applets/battery_applet-C.omf +share/gnome/omf/gnome-applets/battery_applet-it.omf +share/gnome/omf/gnome-applets/battery_applet-ja.omf +share/gnome/omf/gnome-applets/cdplayer_applet-C.omf +share/gnome/omf/gnome-applets/cdplayer_applet-it.omf +share/gnome/omf/gnome-applets/cdplayer_applet-ja.omf +share/gnome/omf/gnome-applets/charpick_applet-C.omf +share/gnome/omf/gnome-applets/charpick_applet-it.omf +share/gnome/omf/gnome-applets/charpick_applet-ja.omf +share/gnome/omf/gnome-applets/clockmail_applet-C.omf +share/gnome/omf/gnome-applets/clockmail_applet-it.omf +share/gnome/omf/gnome-applets/clockmail_applet-ja.omf +share/gnome/omf/gnome-applets/cpuload_applet-C.omf +share/gnome/omf/gnome-applets/cpuload_applet-it.omf +share/gnome/omf/gnome-applets/cpumemusage_applet-C.omf +share/gnome/omf/gnome-applets/cpumemusage_applet-ja.omf +share/gnome/omf/gnome-applets/diskusage_applet-C.omf +share/gnome/omf/gnome-applets/diskusage_applet-it.omf +share/gnome/omf/gnome-applets/diskusage_applet-ja.omf +share/gnome/omf/gnome-applets/drivemount_applet-C.omf +share/gnome/omf/gnome-applets/drivemount_applet-it.omf +share/gnome/omf/gnome-applets/drivemount_applet-ja.omf +share/gnome/omf/gnome-applets/fifteen_applet-C.omf +share/gnome/omf/gnome-applets/fifteen_applet-it.omf +share/gnome/omf/gnome-applets/geyes_applet-C.omf +share/gnome/omf/gnome-applets/geyes_applet-it.omf +share/gnome/omf/gnome-applets/gkb_applet-C.omf +share/gnome/omf/gnome-applets/gkb_applet-hu.omf +share/gnome/omf/gnome-applets/gnotes_applet-C.omf +share/gnome/omf/gnome-applets/gnotes_applet-it.omf +share/gnome/omf/gnome-applets/gweather_applet-C.omf +share/gnome/omf/gnome-applets/gweather_applet-it.omf +share/gnome/omf/gnome-applets/jbc_applet-C.omf +share/gnome/omf/gnome-applets/jbc_applet-it.omf +share/gnome/omf/gnome-applets/life_applet-C.omf +share/gnome/omf/gnome-applets/life_applet-it.omf +share/gnome/omf/gnome-applets/loadavg_applet-C.omf +share/gnome/omf/gnome-applets/loadavg_applet-it.omf +share/gnome/omf/gnome-applets/memload_applet-C.omf +share/gnome/omf/gnome-applets/memload_applet-it.omf +share/gnome/omf/gnome-applets/mini-commander_applet-C.omf +share/gnome/omf/gnome-applets/mini-commander_applet-it.omf +share/gnome/omf/gnome-applets/mixer_applet-C.omf +share/gnome/omf/gnome-applets/modemlights_applet-C.omf +share/gnome/omf/gnome-applets/modemlights_applet-it.omf +share/gnome/omf/gnome-applets/netload_applet-C.omf +share/gnome/omf/gnome-applets/netload_applet-it.omf +share/gnome/omf/gnome-applets/odometer_applet-C.omf +share/gnome/omf/gnome-applets/odometer_applet-fr.omf +share/gnome/omf/gnome-applets/odometer_applet-it.omf +share/gnome/omf/gnome-applets/quicklaunch_applet-C.omf +share/gnome/omf/gnome-applets/quicklaunch_applet-it.omf +share/gnome/omf/gnome-applets/sound-monitor_applet-C.omf +share/gnome/omf/gnome-applets/sound-monitor_applet-it.omf +share/gnome/omf/gnome-applets/swapload_applet-C.omf +share/gnome/omf/gnome-applets/swapload_applet-it.omf +share/gnome/omf/gnome-applets/tickastat_applet-C.omf +share/gnome/omf/gnome-applets/tickastat_applet-it.omf +share/gnome/omf/gnome-applets/webcontrol_applet-C.omf +share/gnome/omf/gnome-applets/webcontrol_applet-it.omf +share/gnome/omf/gnome-applets/whereami_applet-C.omf +share/gnome/omf/gnome-applets/whereami_applet-it.omf share/gnome/pixmaps/another_clock.xpm share/gnome/pixmaps/charpick.png share/gnome/pixmaps/gkb-icon.png @@ -923,26 +1913,33 @@ share/gnome/pixmaps/gkb/bg.png share/gnome/pixmaps/gkb/br.png share/gnome/pixmaps/gkb/ca.png share/gnome/pixmaps/gkb/ch.png +share/gnome/pixmaps/gkb/cu.png share/gnome/pixmaps/gkb/cz.png share/gnome/pixmaps/gkb/de.png share/gnome/pixmaps/gkb/dk.png share/gnome/pixmaps/gkb/ee.png share/gnome/pixmaps/gkb/es.png +share/gnome/pixmaps/gkb/eu.png share/gnome/pixmaps/gkb/fi.png share/gnome/pixmaps/gkb/fr.png share/gnome/pixmaps/gkb/gb.png +share/gnome/pixmaps/gkb/gkb-foot.png share/gnome/pixmaps/gkb/gr.png +share/gnome/pixmaps/gkb/hr.png share/gnome/pixmaps/gkb/hu.png share/gnome/pixmaps/gkb/il.png share/gnome/pixmaps/gkb/is.png share/gnome/pixmaps/gkb/it.png share/gnome/pixmaps/gkb/jp.png +share/gnome/pixmaps/gkb/lt.png +share/gnome/pixmaps/gkb/mk.png share/gnome/pixmaps/gkb/mx.png share/gnome/pixmaps/gkb/nl.png share/gnome/pixmaps/gkb/no.png share/gnome/pixmaps/gkb/pl.png share/gnome/pixmaps/gkb/pt.png share/gnome/pixmaps/gkb/qc.png +share/gnome/pixmaps/gkb/ro.png share/gnome/pixmaps/gkb/ru.png share/gnome/pixmaps/gkb/se.png share/gnome/pixmaps/gkb/si.png @@ -1015,6 +2012,17 @@ share/gnome/sound-monitor/radar-green/scope.png share/gnome/sound-monitor/radar-green/scope_tiny_h.png share/gnome/sound-monitor/radar-green/scope_tiny_v.png share/gnome/sound-monitor/radar-green/themedata +share/gnome/sound-monitor/scope-clear/back.png +share/gnome/sound-monitor/scope-clear/back_small_h.png +share/gnome/sound-monitor/scope-clear/back_small_v.png +share/gnome/sound-monitor/scope-clear/back_tiny_h.png +share/gnome/sound-monitor/scope-clear/back_tiny_v.png +share/gnome/sound-monitor/scope-clear/scope.png +share/gnome/sound-monitor/scope-clear/scope_small_h.png +share/gnome/sound-monitor/scope-clear/scope_small_v.png +share/gnome/sound-monitor/scope-clear/scope_tiny_h.png +share/gnome/sound-monitor/scope-clear/scope_tiny_v.png +share/gnome/sound-monitor/scope-clear/themedata share/gnome/sound-monitor/scope-larger/back_h.png share/gnome/sound-monitor/scope-larger/back_tiny_h.png share/gnome/sound-monitor/scope-larger/back_tiny_v.png @@ -1047,6 +2055,7 @@ share/gnome/xmodmap/xmodmap.ch_de share/gnome/xmodmap/xmodmap.ch_fr share/gnome/xmodmap/xmodmap.cz share/gnome/xmodmap/xmodmap.de +share/gnome/xmodmap/xmodmap.de-apple share/gnome/xmodmap/xmodmap.dk share/gnome/xmodmap/xmodmap.dvorak share/gnome/xmodmap/xmodmap.ee @@ -1054,20 +2063,30 @@ share/gnome/xmodmap/xmodmap.es share/gnome/xmodmap/xmodmap.fi share/gnome/xmodmap/xmodmap.fr share/gnome/xmodmap/xmodmap.fr-2 +share/gnome/xmodmap/xmodmap.gb +share/gnome/xmodmap/xmodmap.gb-102 +share/gnome/xmodmap/xmodmap.gb-105 share/gnome/xmodmap/xmodmap.ge_la share/gnome/xmodmap/xmodmap.ge_ru share/gnome/xmodmap/xmodmap.gr share/gnome/xmodmap/xmodmap.hu +share/gnome/xmodmap/xmodmap.hu-101-lat1 +share/gnome/xmodmap/xmodmap.hu-101-lat2 +share/gnome/xmodmap/xmodmap.hu-ibm +share/gnome/xmodmap/xmodmap.hu-lat1 +share/gnome/xmodmap/xmodmap.hu-sun-lat2 share/gnome/xmodmap/xmodmap.hu.old share/gnome/xmodmap/xmodmap.hu_latin1 share/gnome/xmodmap/xmodmap.il share/gnome/xmodmap/xmodmap.il_phonetic share/gnome/xmodmap/xmodmap.is share/gnome/xmodmap/xmodmap.it +share/gnome/xmodmap/xmodmap.jp share/gnome/xmodmap/xmodmap.la share/gnome/xmodmap/xmodmap.lt share/gnome/xmodmap/xmodmap.lt_b share/gnome/xmodmap/xmodmap.lt_p +share/gnome/xmodmap/xmodmap.mk share/gnome/xmodmap/xmodmap.nl share/gnome/xmodmap/xmodmap.no share/gnome/xmodmap/xmodmap.pl @@ -1076,6 +2095,7 @@ share/gnome/xmodmap/xmodmap.pt share/gnome/xmodmap/xmodmap.pt-dead share/gnome/xmodmap/xmodmap.qc share/gnome/xmodmap/xmodmap.qc-2 +share/gnome/xmodmap/xmodmap.ro share/gnome/xmodmap/xmodmap.ru share/gnome/xmodmap/xmodmap.ru_yawerty share/gnome/xmodmap/xmodmap.se @@ -1084,13 +2104,23 @@ share/gnome/xmodmap/xmodmap.sg share/gnome/xmodmap/xmodmap.si share/gnome/xmodmap/xmodmap.sk share/gnome/xmodmap/xmodmap.th +share/gnome/xmodmap/xmodmap.th2 share/gnome/xmodmap/xmodmap.tr_f share/gnome/xmodmap/xmodmap.tr_q share/gnome/xmodmap/xmodmap.uk share/gnome/xmodmap/xmodmap.us +share/gnome/xmodmap/xmodmap.us-101 +share/gnome/xmodmap/xmodmap.us-84 +share/gnome/xmodmap/xmodmap.us-dec +share/gnome/xmodmap/xmodmap.us-ibm +share/gnome/xmodmap/xmodmap.us-int +share/gnome/xmodmap/xmodmap.us-mac +share/gnome/xmodmap/xmodmap.us-sgi-101 +share/gnome/xmodmap/xmodmap.us-sun share/gnome/xmodmap/xmodmap.us.old share/gnome/xmodmap/xmodmap.us_intl share/gnome/xmodmap/xmodmap.yu +share/locale/az/LC_MESSAGES/gnome-applets.mo share/locale/ca/LC_MESSAGES/gnome-applets.mo share/locale/cs/LC_MESSAGES/gnome-applets.mo share/locale/da/LC_MESSAGES/gnome-applets.mo @@ -1113,21 +2143,23 @@ share/locale/nl/LC_MESSAGES/gnome-applets.mo share/locale/no/LC_MESSAGES/gnome-applets.mo share/locale/pl/LC_MESSAGES/gnome-applets.mo share/locale/pt/LC_MESSAGES/gnome-applets.mo +share/locale/pt_BR/LC_MESSAGES/gnome-applets.mo share/locale/ro/LC_MESSAGES/gnome-applets.mo share/locale/ru/LC_MESSAGES/gnome-applets.mo share/locale/sk/LC_MESSAGES/gnome-applets.mo share/locale/sl/LC_MESSAGES/gnome-applets.mo share/locale/sv/LC_MESSAGES/gnome-applets.mo -share/locale/ta/LC_MESSAGES/gnome-applets.mo share/locale/tr/LC_MESSAGES/gnome-applets.mo share/locale/uk/LC_MESSAGES/gnome-applets.mo share/locale/wa/LC_MESSAGES/gnome-applets.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-applets.mo share/locale/zh_TW.Big5/LC_MESSAGES/gnome-applets.mo @dirrm share/gnome/xmodmap @dirrm share/gnome/tickastat/news @dirrm share/gnome/tickastat @dirrm share/gnome/sound-monitor/scope-round @dirrm share/gnome/sound-monitor/scope-larger +@dirrm share/gnome/sound-monitor/scope-clear @dirrm share/gnome/sound-monitor/scope @dirrm share/gnome/sound-monitor/radar-green @dirrm share/gnome/sound-monitor/radar-blue @@ -1140,6 +2172,7 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-applets.mo @dirrm share/gnome/pixmaps/mini-commander @dirrm share/gnome/pixmaps/gweather @dirrm share/gnome/pixmaps/gkb +@dirrm share/gnome/omf/gnome-applets @dirrm share/gnome/odometer/smplst @dirrm share/gnome/odometer/o @dirrm share/gnome/odometer/default @@ -1148,160 +2181,250 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-applets.mo @dirrm share/gnome/odometer/57chevy @dirrm share/gnome/odometer @dirrm share/gnome/help/whereami_applet/it/stylesheet-images +@dirrm share/gnome/help/whereami_applet/it/figures @dirrm share/gnome/help/whereami_applet/it @dirrm share/gnome/help/whereami_applet/C/stylesheet-images +@dirrm share/gnome/help/whereami_applet/C/figures @dirrm share/gnome/help/whereami_applet/C @dirrm share/gnome/help/whereami_applet @dirrm share/gnome/help/webcontrol_applet/it/stylesheet-images +@dirrm share/gnome/help/webcontrol_applet/it/figures @dirrm share/gnome/help/webcontrol_applet/it @dirrm share/gnome/help/webcontrol_applet/C/stylesheet-images +@dirrm share/gnome/help/webcontrol_applet/C/figures @dirrm share/gnome/help/webcontrol_applet/C @dirrm share/gnome/help/webcontrol_applet @dirrm share/gnome/help/tickastat_applet/it/stylesheet-images +@dirrm share/gnome/help/tickastat_applet/it/figures @dirrm share/gnome/help/tickastat_applet/it @dirrm share/gnome/help/tickastat_applet/C/stylesheet-images +@dirrm share/gnome/help/tickastat_applet/C/figures @dirrm share/gnome/help/tickastat_applet/C @dirrm share/gnome/help/tickastat_applet @dirrm share/gnome/help/swapload_applet/it/stylesheet-images +@dirrm share/gnome/help/swapload_applet/it/figures @dirrm share/gnome/help/swapload_applet/it @dirrm share/gnome/help/swapload_applet/C/stylesheet-images +@dirrm share/gnome/help/swapload_applet/C/figures @dirrm share/gnome/help/swapload_applet/C @dirrm share/gnome/help/swapload_applet @dirrm share/gnome/help/sound-monitor_applet/it/stylesheet-images +@dirrm share/gnome/help/sound-monitor_applet/it/figures @dirrm share/gnome/help/sound-monitor_applet/it @dirrm share/gnome/help/sound-monitor_applet/C/stylesheet-images +@dirrm share/gnome/help/sound-monitor_applet/C/figures @dirrm share/gnome/help/sound-monitor_applet/C @dirrm share/gnome/help/sound-monitor_applet @dirrm share/gnome/help/quicklaunch_applet/it/stylesheet-images +@dirrm share/gnome/help/quicklaunch_applet/it/figures @dirrm share/gnome/help/quicklaunch_applet/it @dirrm share/gnome/help/quicklaunch_applet/C/stylesheet-images +@dirrm share/gnome/help/quicklaunch_applet/C/figures @dirrm share/gnome/help/quicklaunch_applet/C @dirrm share/gnome/help/quicklaunch_applet @dirrm share/gnome/help/odometer_applet/it/stylesheet-images +@dirrm share/gnome/help/odometer_applet/it/figures @dirrm share/gnome/help/odometer_applet/it @dirrm share/gnome/help/odometer_applet/fr/stylesheet-images +@dirrm share/gnome/help/odometer_applet/fr/figures @dirrm share/gnome/help/odometer_applet/fr @dirrm share/gnome/help/odometer_applet/C/stylesheet-images +@dirrm share/gnome/help/odometer_applet/C/figures @dirrm share/gnome/help/odometer_applet/C @dirrm share/gnome/help/odometer_applet @dirrm share/gnome/help/netload_applet/it/stylesheet-images +@dirrm share/gnome/help/netload_applet/it/figures @dirrm share/gnome/help/netload_applet/it @dirrm share/gnome/help/netload_applet/C/stylesheet-images +@dirrm share/gnome/help/netload_applet/C/figures @dirrm share/gnome/help/netload_applet/C @dirrm share/gnome/help/netload_applet @dirrm share/gnome/help/modemlights_applet/it/stylesheet-images +@dirrm share/gnome/help/modemlights_applet/it/figures @dirrm share/gnome/help/modemlights_applet/it @dirrm share/gnome/help/modemlights_applet/C/stylesheet-images +@dirrm share/gnome/help/modemlights_applet/C/figures @dirrm share/gnome/help/modemlights_applet/C @dirrm share/gnome/help/modemlights_applet @dirrm share/gnome/help/mixer_applet/it/stylesheet-images @dirrm share/gnome/help/mixer_applet/it +@dirrm share/gnome/help/mixer_applet/es/stylesheet-images +@dirrm share/gnome/help/mixer_applet/es @dirrm share/gnome/help/mixer_applet/C/stylesheet-images +@dirrm share/gnome/help/mixer_applet/C/figures @dirrm share/gnome/help/mixer_applet/C @dirrm share/gnome/help/mixer_applet @dirrm share/gnome/help/mini-commander_applet/it/stylesheet-images +@dirrm share/gnome/help/mini-commander_applet/it/figures @dirrm share/gnome/help/mini-commander_applet/it @dirrm share/gnome/help/mini-commander_applet/C/stylesheet-images +@dirrm share/gnome/help/mini-commander_applet/C/figures @dirrm share/gnome/help/mini-commander_applet/C @dirrm share/gnome/help/mini-commander_applet @dirrm share/gnome/help/memload_applet/it/stylesheet-images +@dirrm share/gnome/help/memload_applet/it/figures @dirrm share/gnome/help/memload_applet/it @dirrm share/gnome/help/memload_applet/C/stylesheet-images +@dirrm share/gnome/help/memload_applet/C/figures @dirrm share/gnome/help/memload_applet/C @dirrm share/gnome/help/memload_applet @dirrm share/gnome/help/loadavg_applet/it/stylesheet-images +@dirrm share/gnome/help/loadavg_applet/it/figures @dirrm share/gnome/help/loadavg_applet/it @dirrm share/gnome/help/loadavg_applet/C/stylesheet-images +@dirrm share/gnome/help/loadavg_applet/C/figures @dirrm share/gnome/help/loadavg_applet/C @dirrm share/gnome/help/loadavg_applet @dirrm share/gnome/help/life_applet/it/stylesheet-images +@dirrm share/gnome/help/life_applet/it/figures @dirrm share/gnome/help/life_applet/it @dirrm share/gnome/help/life_applet/C/stylesheet-images +@dirrm share/gnome/help/life_applet/C/figures @dirrm share/gnome/help/life_applet/C @dirrm share/gnome/help/life_applet @dirrm share/gnome/help/jbc_applet/it/stylesheet-images +@dirrm share/gnome/help/jbc_applet/it/figures @dirrm share/gnome/help/jbc_applet/it @dirrm share/gnome/help/jbc_applet/C/stylesheet-images +@dirrm share/gnome/help/jbc_applet/C/figures @dirrm share/gnome/help/jbc_applet/C @dirrm share/gnome/help/jbc_applet @dirrm share/gnome/help/gweather_applet/it/stylesheet-images +@dirrm share/gnome/help/gweather_applet/it/figures @dirrm share/gnome/help/gweather_applet/it @dirrm share/gnome/help/gweather_applet/C/stylesheet-images +@dirrm share/gnome/help/gweather_applet/C/figures @dirrm share/gnome/help/gweather_applet/C @dirrm share/gnome/help/gweather_applet @dirrm share/gnome/help/gnotes_applet/it/stylesheet-images +@dirrm share/gnome/help/gnotes_applet/it/figures @dirrm share/gnome/help/gnotes_applet/it @dirrm share/gnome/help/gnotes_applet/C/stylesheet-images +@dirrm share/gnome/help/gnotes_applet/C/figures @dirrm share/gnome/help/gnotes_applet/C @dirrm share/gnome/help/gnotes_applet @dirrm share/gnome/help/gkb_applet/it/stylesheet-images @dirrm share/gnome/help/gkb_applet/it @dirrm share/gnome/help/gkb_applet/hu/stylesheet-images +@dirrm share/gnome/help/gkb_applet/hu/figures @dirrm share/gnome/help/gkb_applet/hu @dirrm share/gnome/help/gkb_applet/C/stylesheet-images +@dirrm share/gnome/help/gkb_applet/C/figures @dirrm share/gnome/help/gkb_applet/C @dirrm share/gnome/help/gkb_applet @dirrm share/gnome/help/geyes_applet/it/stylesheet-images +@dirrm share/gnome/help/geyes_applet/it/figures @dirrm share/gnome/help/geyes_applet/it @dirrm share/gnome/help/geyes_applet/C/stylesheet-images +@dirrm share/gnome/help/geyes_applet/C/figures @dirrm share/gnome/help/geyes_applet/C @dirrm share/gnome/help/geyes_applet @dirrm share/gnome/help/fifteen_applet/it/stylesheet-images +@dirrm share/gnome/help/fifteen_applet/it/figures @dirrm share/gnome/help/fifteen_applet/it @dirrm share/gnome/help/fifteen_applet/C/stylesheet-images +@dirrm share/gnome/help/fifteen_applet/C/figures @dirrm share/gnome/help/fifteen_applet/C @dirrm share/gnome/help/fifteen_applet +@dirrm share/gnome/help/drivemount_applet/ja/stylesheet-images +@dirrm share/gnome/help/drivemount_applet/ja/figures +@dirrm share/gnome/help/drivemount_applet/ja @dirrm share/gnome/help/drivemount_applet/it/stylesheet-images +@dirrm share/gnome/help/drivemount_applet/it/figures @dirrm share/gnome/help/drivemount_applet/it @dirrm share/gnome/help/drivemount_applet/C/stylesheet-images +@dirrm share/gnome/help/drivemount_applet/C/figures @dirrm share/gnome/help/drivemount_applet/C @dirrm share/gnome/help/drivemount_applet +@dirrm share/gnome/help/diskusage_applet/ja/stylesheet-images +@dirrm share/gnome/help/diskusage_applet/ja/figures +@dirrm share/gnome/help/diskusage_applet/ja @dirrm share/gnome/help/diskusage_applet/it/stylesheet-images +@dirrm share/gnome/help/diskusage_applet/it/figures @dirrm share/gnome/help/diskusage_applet/it @dirrm share/gnome/help/diskusage_applet/C/stylesheet-images +@dirrm share/gnome/help/diskusage_applet/C/figures @dirrm share/gnome/help/diskusage_applet/C @dirrm share/gnome/help/diskusage_applet +@dirrm share/gnome/help/cpumemusage_applet/ja/stylesheet-images +@dirrm share/gnome/help/cpumemusage_applet/ja/figures +@dirrm share/gnome/help/cpumemusage_applet/ja @dirrm share/gnome/help/cpumemusage_applet/it/stylesheet-images +@dirrm share/gnome/help/cpumemusage_applet/it/figures @dirrm share/gnome/help/cpumemusage_applet/it @dirrm share/gnome/help/cpumemusage_applet/C/stylesheet-images +@dirrm share/gnome/help/cpumemusage_applet/C/figures @dirrm share/gnome/help/cpumemusage_applet/C @dirrm share/gnome/help/cpumemusage_applet @dirrm share/gnome/help/cpuload_applet/it/stylesheet-images +@dirrm share/gnome/help/cpuload_applet/it/figures @dirrm share/gnome/help/cpuload_applet/it @dirrm share/gnome/help/cpuload_applet/C/stylesheet-images +@dirrm share/gnome/help/cpuload_applet/C/figures @dirrm share/gnome/help/cpuload_applet/C @dirrm share/gnome/help/cpuload_applet +@dirrm share/gnome/help/clockmail_applet/ja/stylesheet-images +@dirrm share/gnome/help/clockmail_applet/ja/figures +@dirrm share/gnome/help/clockmail_applet/ja @dirrm share/gnome/help/clockmail_applet/it/stylesheet-images +@dirrm share/gnome/help/clockmail_applet/it/figures @dirrm share/gnome/help/clockmail_applet/it @dirrm share/gnome/help/clockmail_applet/C/stylesheet-images +@dirrm share/gnome/help/clockmail_applet/C/figures @dirrm share/gnome/help/clockmail_applet/C @dirrm share/gnome/help/clockmail_applet +@dirrm share/gnome/help/charpick_applet/ja/stylesheet-images +@dirrm share/gnome/help/charpick_applet/ja/figures +@dirrm share/gnome/help/charpick_applet/ja @dirrm share/gnome/help/charpick_applet/it/stylesheet-images +@dirrm share/gnome/help/charpick_applet/it/figures @dirrm share/gnome/help/charpick_applet/it @dirrm share/gnome/help/charpick_applet/C/stylesheet-images +@dirrm share/gnome/help/charpick_applet/C/figures @dirrm share/gnome/help/charpick_applet/C @dirrm share/gnome/help/charpick_applet +@dirrm share/gnome/help/cdplayer_applet/ja/stylesheet-images +@dirrm share/gnome/help/cdplayer_applet/ja/figures +@dirrm share/gnome/help/cdplayer_applet/ja @dirrm share/gnome/help/cdplayer_applet/it/stylesheet-images +@dirrm share/gnome/help/cdplayer_applet/it/figures @dirrm share/gnome/help/cdplayer_applet/it @dirrm share/gnome/help/cdplayer_applet/C/stylesheet-images +@dirrm share/gnome/help/cdplayer_applet/C/figures @dirrm share/gnome/help/cdplayer_applet/C @dirrm share/gnome/help/cdplayer_applet +@dirrm share/gnome/help/battery_applet/ja/stylesheet-images +@dirrm share/gnome/help/battery_applet/ja/figures +@dirrm share/gnome/help/battery_applet/ja @dirrm share/gnome/help/battery_applet/it/stylesheet-images +@dirrm share/gnome/help/battery_applet/it/figures @dirrm share/gnome/help/battery_applet/it @dirrm share/gnome/help/battery_applet/C/stylesheet-images +@dirrm share/gnome/help/battery_applet/C/figures @dirrm share/gnome/help/battery_applet/C @dirrm share/gnome/help/battery_applet +@dirrm share/gnome/help/asclock_applet/ja/stylesheet-images +@dirrm share/gnome/help/asclock_applet/ja/figures +@dirrm share/gnome/help/asclock_applet/ja @dirrm share/gnome/help/asclock_applet/it/stylesheet-images +@dirrm share/gnome/help/asclock_applet/it/figures @dirrm share/gnome/help/asclock_applet/it @dirrm share/gnome/help/asclock_applet/C/stylesheet-images +@dirrm share/gnome/help/asclock_applet/C/figures @dirrm share/gnome/help/asclock_applet/C @dirrm share/gnome/help/asclock_applet +@dirrm share/gnome/help/anotherclock_applet/uk/stylesheet-images +@dirrm share/gnome/help/anotherclock_applet/uk/figures +@dirrm share/gnome/help/anotherclock_applet/uk @dirrm share/gnome/help/anotherclock_applet/it/stylesheet-images +@dirrm share/gnome/help/anotherclock_applet/it/figures @dirrm share/gnome/help/anotherclock_applet/it @dirrm share/gnome/help/anotherclock_applet/C/stylesheet-images +@dirrm share/gnome/help/anotherclock_applet/C/figures @dirrm share/gnome/help/anotherclock_applet/C @dirrm share/gnome/help/anotherclock_applet @dirrm share/gnome/gweather +@dirrm share/gnome/gkb @dirrm share/gnome/geyes/Horrid @dirrm share/gnome/geyes/Default-tiny @dirrm share/gnome/geyes/Default @@ -1311,12 +2434,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-applets.mo @dirrm share/gnome/clockmail/radar-green @dirrm share/gnome/clockmail/radar-blue @dirrm share/gnome/clockmail/odometer +@dirrm share/gnome/clockmail/nice_mailcount +@dirrm share/gnome/clockmail/nice_clock @dirrm share/gnome/clockmail/mailcounter @dirrm share/gnome/clockmail/mail-fuel-gauge @dirrm share/gnome/clockmail/mail-flap @dirrm share/gnome/clockmail/lcd @dirrm share/gnome/clockmail/clockmail-G @dirrm share/gnome/clockmail/clock-odometer +@dirrm share/gnome/clockmail/clock-digital-red +@dirrm share/gnome/clockmail/clock-digital-black @dirrm share/gnome/clockmail/clock-analog @dirrm share/gnome/clockmail/classic @dirrm share/gnome/clockmail/calendar diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 8a4837132e06..67b849931c23 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomecore -PORTVERSION= 1.2.4 +PORTVERSION= 1.4.0.3 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-core @@ -14,9 +14,8 @@ DISTNAME= gnome-core-${PORTVERSION} MAINTAINER?= ade@FreeBSD.org -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ - bz2.1:${PORTSDIR}/archivers/bzip2 -RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio +LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade +RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio USE_X_PREFIX= yes USE_GMAKE= yes @@ -27,7 +26,7 @@ CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -MAN1= gnome-session.1 gnome-wm.1 save-session.1 +MAN1= gnome-session.1 gnome-terminal.1 gnome-wm.1 save-session.1 MAN5= default.session.5 pre-patch: diff --git a/x11/gnomecore/distinfo b/x11/gnomecore/distinfo index 675b4ecd3679..61dac1e1d68c 100644 --- a/x11/gnomecore/distinfo +++ b/x11/gnomecore/distinfo @@ -1 +1 @@ -MD5 (gnome-core-1.2.4.tar.gz) = 599892cb92571ece5b351bfedb651f62 +MD5 (gnome-core-1.4.0.3.tar.gz) = 0512beb2d3a70305f99107283d9c568f diff --git a/x11/gnomecore/files/patch-aa b/x11/gnomecore/files/patch-aa index ae893fac991b..a8daa8d013ae 100644 --- a/x11/gnomecore/files/patch-aa +++ b/x11/gnomecore/files/patch-aa @@ -1,21 +1,3 @@ ---- configure.orig Wed Sep 20 00:25:30 2000 -+++ configure Mon Sep 25 14:24:15 2000 -@@ -6095,4 +6095,4 @@ - BZ_LIBS="" --echo $ac_n "checking for bzopen in -lbz2""... $ac_c" 1>&6 --echo "configure:6098: checking for bzopen in -lbz2" >&5 -+echo $ac_n "checking for BZ2_bzopen in -lbz2""... $ac_c" 1>&6 -+echo "configure:6098: checking for BZ2_bzopen in -lbz2" >&5 - ac_lib_var=`echo bz2'_'bzopen | sed 'y%./+-%__p_%'` -@@ -6109,6 +6109,6 @@ - builtin and then its argument prototype would still apply. */ --char bzopen(); -+char BZ2_bzopen(); - - int main() { --bzopen() -+BZ2_bzopen() - ; return 0; } --- app-docs.make.orig Thu Apr 20 02:25:57 2000 +++ app-docs.make Fri May 26 16:31:01 2000 @@ -1,4 +1,4 @@ diff --git a/x11/gnomecore/files/patch-ae b/x11/gnomecore/files/patch-ae index fc502ff72910..4a7f273d6dce 100644 --- a/x11/gnomecore/files/patch-ae +++ b/x11/gnomecore/files/patch-ae @@ -16,7 +16,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ -libfish_applet_la_LDFLAGS = -+libfish_applet_la_LDFLAGS = -version-info 4:0:0 ++libfish_applet_la_LDFLAGS = -version-info 5:0:0 libfish_applet_la_LIBADD = libfish_applet_la_OBJECTS = fish.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -27,7 +27,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ -libgen_util_applet_la_LDFLAGS = -+libgen_util_applet_la_LDFLAGS = -version-info 4:0:0 ++libgen_util_applet_la_LDFLAGS = -version-info 5:0:0 libgen_util_applet_la_LIBADD = libgen_util_applet_la_OBJECTS = main.lo mailcheck.lo popcheck.lo \ printer.lo clock.lo diff --git a/x11/gnomecore/files/patch-ah b/x11/gnomecore/files/patch-ah index 096778decef4..cc04f6269134 100644 --- a/x11/gnomecore/files/patch-ah +++ b/x11/gnomecore/files/patch-ah @@ -5,7 +5,7 @@ -libpanel_applet_la_LDFLAGS = -version-info 0:1:0 -rpath $(libdir) -+libpanel_applet_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libpanel_applet_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libpanel_applet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) libpanel_status_la_SOURCES = status-docklet.c $(CORBA_SRCLIST) @@ -14,7 +14,7 @@ -libpanel_status_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) -+libpanel_status_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libpanel_status_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libpanel_status_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) BUILT_SOURCES = $(CORBA_SRCLIST) @@ -38,37 +38,32 @@ append_desktop_menu (menu_bar); gtk_box_pack_start (GTK_BOX (foo->hbox), menu_bar, FALSE, FALSE, 0); ---- panel/menu.c.orig Tue May 23 01:00:43 2000 -+++ panel/menu.c Fri May 26 15:10:21 2000 -@@ -82,7 +82,7 @@ - /*just load the menus from disk, don't make the widgets - this just reads the .desktops of the top most directory +--- panel/main.c.orig Fri Jan 12 17:54:08 2001 ++++ panel/main.c Mon Feb 26 19:55:27 2001 +@@ -153,3 +153,3 @@ + +- merge_main_dir = gnome_datadir_file("gnome/apps/"); ++ merge_main_dir = gnome_datadir_file("apps"); + merge_main_dir_len = merge_main_dir != NULL ? strlen (merge_main_dir) : 0; +--- panel/menu.c.orig Fri Apr 27 15:46:00 2001 ++++ panel/menu.c Fri May 4 15:11:16 2001 +@@ -147,3 +147,3 @@ and a level down*/ -- char *menu = gnome_datadir_file("gnome/apps"); -+ char *menu = gnome_datadir_file("apps"); - if(menu) - fr_read_dir(NULL,menu,NULL,2); - g_free(menu); -@@ -2709,7 +2709,7 @@ - create_system_menu(GtkWidget *menu, gboolean fake_submenus, gboolean fake, - gboolean title) +- menu = gnome_datadir_file ("gnome/apps"); ++ menu = gnome_datadir_file ("apps"); + if (menu != NULL) +@@ -3436,3 +3436,3 @@ { - char *menudir = gnome_datadir_file ("gnome/apps"); + char *menudir = gnome_datadir_file ("apps"); - if (menudir && - g_file_test (menudir, G_FILE_TEST_ISDIR)) { -@@ -3598,8 +3598,8 @@ - gtk_menu_append (GTK_MENU (submenu), submenuitem); - gtk_signal_connect(GTK_OBJECT(submenuitem), "activate", +@@ -4543,4 +4543,4 @@ GTK_SIGNAL_FUNC(add_menu_to_panel), -- "gnome/apps/"); -- setup_internal_applet_drag(submenuitem, "MENU:gnome/apps/"); -+ "apps/"); -+ setup_internal_applet_drag(submenuitem, "MENU:apps/"); +- "gnome/apps"); +- setup_internal_applet_drag(submenuitem, "MENU:gnome/apps"); ++ "apps"); ++ setup_internal_applet_drag(submenuitem, "MENU:apps"); - submenuitem = gtk_menu_item_new (); - gtk_widget_lock_accelerators (menuitem); --- panel/menu-properties.c.orig Sat Sep 9 19:52:26 2000 +++ panel/menu-properties.c Mon Sep 25 14:28:44 2000 @@ -40,7 +40,7 @@ diff --git a/x11/gnomecore/files/patch-am b/x11/gnomecore/files/patch-am index c3586feca65e..b9fc774456cb 100644 --- a/x11/gnomecore/files/patch-am +++ b/x11/gnomecore/files/patch-am @@ -1,38 +1,11 @@ ---- gnome-terminal/gnome-terminal.c.orig Fri May 19 23:38:07 2000 -+++ gnome-terminal/gnome-terminal.c Fri May 26 15:15:38 2000 -@@ -507,7 +507,7 @@ - else - cfg->color_type = PALETTE_LINUX; +--- gnome-terminal/gnome-terminal.c.orig Wed Feb 14 19:25:02 2001 ++++ gnome-terminal/gnome-terminal.c Mon Feb 26 20:01:55 2001 +@@ -513,3 +513,3 @@ - cfg->keyboard_secured = FALSE; + cfg->keyboard_secured = gnome_config_get_bool ("keyboard_secured=0"); - cfg->bell = gnome_config_get_bool ("bell_silenced=0"); - cfg->blink = gnome_config_get_bool ("blinking=0"); -@@ -1028,6 +1028,7 @@ - cfg->scrollbar_position == SCROLLBAR_LEFT ? "left" : - cfg->scrollbar_position == SCROLLBAR_RIGHT ? "right" : "hidden"); +@@ -1032,2 +1032,3 @@ + gnome_config_set_bool ("keyboard_secured", cfg->keyboard_secured); gnome_config_set_bool ("bell_silenced", cfg->bell); - gnome_config_set_bool ("blinking", cfg->blink); - gnome_config_set_bool ("swap_del_and_backspace", cfg->swap_keys); -@@ -2544,12 +2545,12 @@ - DONOUTMP_KEY = -10, - DOWTMP_KEY = -11, - DONOWTMP_KEY = -12, -- TITLE_KEY = -13, -- TERM_KEY = -14, -- START_FACTORY_KEY= -15, -- USE_FACTORY_KEY = -16, -- DOLASTLOG_KEY = -17, -- DONOLASTLOG_KEY = -18, -+ DOLASTLOG_KEY = -13, -+ DONOLASTLOG_KEY = -14, -+ TITLE_KEY = -15, -+ TERM_KEY = -16, -+ START_FACTORY_KEY= -17, -+ USE_FACTORY_KEY = -18 - }; - - static struct poptOption cb_options [] = { diff --git a/x11/gnomecore/files/patch-ar b/x11/gnomecore/files/patch-ar index 80cef438a1b4..d39b118684db 100644 --- a/x11/gnomecore/files/patch-ar +++ b/x11/gnomecore/files/patch-ar @@ -1,23 +1,18 @@ ---- gsm/logout.c 2000/08/11 06:51:52 1.1 -+++ gsm/logout.c 2000/08/11 07:07:38 -@@ -34,12 +34,20 @@ - - static gchar *halt_command[] = +--- gsm/logout.c.orig Thu Mar 15 10:35:51 2001 ++++ gsm/logout.c Sun Mar 18 20:54:55 2001 +@@ -36,3 +36,7 @@ { +#ifdef __FreeBSD__ + "/sbin/shutdown", "-h", "now", NULL +#else - "/usr/bin/shutdown", "-h", "now", NULL + "/usr/bin/poweroff", NULL +#endif }; - - static gchar *reboot_command[] = +@@ -41,3 +45,7 @@ { +#ifdef __FreeBSD__ + "/sbin/shutdown", "-r", "now", NULL +#else - "/usr/bin/shutdown", "-r", "now", NULL + "/usr/bin/reboot", NULL +#endif }; - - /* What action to take upon shutdown */ diff --git a/x11/gnomecore/pkg-plist b/x11/gnomecore/pkg-plist index 833ae537083d..b3b172dd4509 100644 --- a/x11/gnomecore/pkg-plist +++ b/x11/gnomecore/pkg-plist @@ -12,6 +12,7 @@ bin/gnome-info2html bin/gnome-libice-check bin/gnome-login-check bin/gnome-man2html +bin/gnome-panel-add-launcher bin/gnome-panel-properties-capplet bin/gnome-session bin/gnome-smproxy @@ -20,6 +21,7 @@ bin/gnome-wm bin/panel bin/save-session bin/session-properties +bin/session-properties-capplet bin/tasklist_applet etc/CORBA/servers/deskguide_applet.gnorba etc/CORBA/servers/fish_applet.gnorba @@ -37,16 +39,16 @@ include/gnome-panel.h include/status-docklet.h lib/libfish_applet.a lib/libfish_applet.so -lib/libfish_applet.so.4 +lib/libfish_applet.so.5 lib/libgen_util_applet.a lib/libgen_util_applet.so -lib/libgen_util_applet.so.4 +lib/libgen_util_applet.so.5 lib/libpanel_applet.a lib/libpanel_applet.so -lib/libpanel_applet.so.4 +lib/libpanel_applet.so.5 lib/libpanel_status.a lib/libpanel_status.so -lib/libpanel_status.so.4 +lib/libpanel_status.so.5 share/gnome/applets/Amusements/.directory share/gnome/applets/Amusements/fish_applet.desktop share/gnome/applets/Clocks/.directory @@ -87,6 +89,7 @@ share/gnome/apps/Settings/Desktop/gnome-panel-properties.desktop share/gnome/apps/Settings/Imlib_config.desktop share/gnome/apps/Settings/Session/gnome-hint-properties.desktop share/gnome/apps/Settings/Session/save-session.desktop +share/gnome/apps/Settings/Session/session-properties.desktop share/gnome/apps/Settings/Session/session.desktop share/gnome/apps/Settings/gmenu.desktop share/gnome/apps/System/.directory @@ -101,117 +104,337 @@ share/gnome/apps/Utilities/gnome-hint.desktop share/gnome/apps/gnome-help.desktop share/gnome/control-center/Desktop/gnome-panel-properties.desktop share/gnome/control-center/Session/gnome-hint-properties.desktop +share/gnome/control-center/Session/session-properties.desktop share/gnome/default.session share/gnome/default.wm share/gnome/gnome-about/contributors.dat -share/gnome/help/clock_applet/C/clock_applet.png -share/gnome/help/clock_applet/C/clock_settings.png +share/gnome/gnome-terminal/glade/gnome-terminal.glade +share/gnome/help/clock_applet/C/clock.sgml +share/gnome/help/clock_applet/C/clock_applet.sgml share/gnome/help/clock_applet/C/docbook.css +share/gnome/help/clock_applet/C/figures/clock_applet.png +share/gnome/help/clock_applet/C/figures/clock_settings.png share/gnome/help/clock_applet/C/index.html share/gnome/help/clock_applet/C/ln7.html -share/gnome/help/clock_applet/C/stylesheet-images/caution.png -share/gnome/help/clock_applet/C/stylesheet-images/important.png -share/gnome/help/clock_applet/C/stylesheet-images/note.png -share/gnome/help/clock_applet/C/stylesheet-images/tip.png -share/gnome/help/clock_applet/C/stylesheet-images/warning.png -share/gnome/help/clock_applet/da/clock_applet.png -share/gnome/help/clock_applet/da/clock_settings.png +share/gnome/help/clock_applet/C/stylesheet-images/caution.gif +share/gnome/help/clock_applet/C/stylesheet-images/home.gif +share/gnome/help/clock_applet/C/stylesheet-images/important.gif +share/gnome/help/clock_applet/C/stylesheet-images/next.gif +share/gnome/help/clock_applet/C/stylesheet-images/note.gif +share/gnome/help/clock_applet/C/stylesheet-images/prev.gif +share/gnome/help/clock_applet/C/stylesheet-images/tip.gif +share/gnome/help/clock_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/clock_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/clock_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/clock_applet/C/stylesheet-images/up.gif +share/gnome/help/clock_applet/C/stylesheet-images/warning.gif +share/gnome/help/clock_applet/C/topic.dat +share/gnome/help/clock_applet/da/clock.sgml +share/gnome/help/clock_applet/da/clock_applet.sgml share/gnome/help/clock_applet/da/docbook.css +share/gnome/help/clock_applet/da/figures/clock_applet.png +share/gnome/help/clock_applet/da/figures/clock_settings.png share/gnome/help/clock_applet/da/index.html share/gnome/help/clock_applet/da/ln10.html -share/gnome/help/clock_applet/da/stylesheet-images/caution.png -share/gnome/help/clock_applet/da/stylesheet-images/important.png -share/gnome/help/clock_applet/da/stylesheet-images/note.png -share/gnome/help/clock_applet/da/stylesheet-images/tip.png -share/gnome/help/clock_applet/da/stylesheet-images/warning.png -share/gnome/help/desk-guide_applet/C/deskguide-fig.png -share/gnome/help/desk-guide_applet/C/deskguide-properties-advanced-fig.png -share/gnome/help/desk-guide_applet/C/deskguide-properties-geometry-fig.png -share/gnome/help/desk-guide_applet/C/deskguide-properties-tasks-fig.png -share/gnome/help/desk-guide_applet/C/deskguide-properties.png -share/gnome/help/desk-guide_applet/C/deskguide-tasklist-fig.png +share/gnome/help/clock_applet/da/stylesheet-images/caution.gif +share/gnome/help/clock_applet/da/stylesheet-images/home.gif +share/gnome/help/clock_applet/da/stylesheet-images/important.gif +share/gnome/help/clock_applet/da/stylesheet-images/next.gif +share/gnome/help/clock_applet/da/stylesheet-images/note.gif +share/gnome/help/clock_applet/da/stylesheet-images/prev.gif +share/gnome/help/clock_applet/da/stylesheet-images/tip.gif +share/gnome/help/clock_applet/da/stylesheet-images/toc-blank.gif +share/gnome/help/clock_applet/da/stylesheet-images/toc-minus.gif +share/gnome/help/clock_applet/da/stylesheet-images/toc-plus.gif +share/gnome/help/clock_applet/da/stylesheet-images/up.gif +share/gnome/help/clock_applet/da/stylesheet-images/warning.gif +share/gnome/help/clock_applet/da/topic.dat +share/gnome/help/clock_applet/it/clock.sgml +share/gnome/help/clock_applet/it/clock_applet.sgml +share/gnome/help/clock_applet/it/docbook.css +share/gnome/help/clock_applet/it/figures/clock_applet.png +share/gnome/help/clock_applet/it/figures/clock_settings.png +share/gnome/help/clock_applet/it/index.html +share/gnome/help/clock_applet/it/ln10.html +share/gnome/help/clock_applet/it/stylesheet-images/caution.gif +share/gnome/help/clock_applet/it/stylesheet-images/home.gif +share/gnome/help/clock_applet/it/stylesheet-images/important.gif +share/gnome/help/clock_applet/it/stylesheet-images/next.gif +share/gnome/help/clock_applet/it/stylesheet-images/note.gif +share/gnome/help/clock_applet/it/stylesheet-images/prev.gif +share/gnome/help/clock_applet/it/stylesheet-images/tip.gif +share/gnome/help/clock_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/clock_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/clock_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/clock_applet/it/stylesheet-images/up.gif +share/gnome/help/clock_applet/it/stylesheet-images/warning.gif +share/gnome/help/clock_applet/it/topic.dat +share/gnome/help/desk-guide_applet/C/desk-guide.sgml +share/gnome/help/desk-guide_applet/C/desk-guide_applet.sgml share/gnome/help/desk-guide_applet/C/docbook.css +share/gnome/help/desk-guide_applet/C/figures/deskguide-fig.png +share/gnome/help/desk-guide_applet/C/figures/deskguide-properties-advanced-fig.png +share/gnome/help/desk-guide_applet/C/figures/deskguide-properties-geometry-fig.png +share/gnome/help/desk-guide_applet/C/figures/deskguide-properties-tasks-fig.png +share/gnome/help/desk-guide_applet/C/figures/deskguide-properties.png +share/gnome/help/desk-guide_applet/C/figures/deskguide-tasklist-fig.png share/gnome/help/desk-guide_applet/C/index.html share/gnome/help/desk-guide_applet/C/ln7.html -share/gnome/help/desk-guide_applet/C/stylesheet-images/caution.png -share/gnome/help/desk-guide_applet/C/stylesheet-images/important.png -share/gnome/help/desk-guide_applet/C/stylesheet-images/note.png -share/gnome/help/desk-guide_applet/C/stylesheet-images/tip.png -share/gnome/help/desk-guide_applet/C/stylesheet-images/warning.png -share/gnome/help/desk-guide_applet/de/deskguide-fig.png -share/gnome/help/desk-guide_applet/de/deskguide-properties-advanced-fig.png -share/gnome/help/desk-guide_applet/de/deskguide-properties-geometry-fig.png -share/gnome/help/desk-guide_applet/de/deskguide-properties-tasks-fig.png -share/gnome/help/desk-guide_applet/de/deskguide-properties.png -share/gnome/help/desk-guide_applet/de/deskguide-tasklist-fig.png +share/gnome/help/desk-guide_applet/C/stylesheet-images/caution.gif +share/gnome/help/desk-guide_applet/C/stylesheet-images/home.gif +share/gnome/help/desk-guide_applet/C/stylesheet-images/important.gif +share/gnome/help/desk-guide_applet/C/stylesheet-images/next.gif +share/gnome/help/desk-guide_applet/C/stylesheet-images/note.gif +share/gnome/help/desk-guide_applet/C/stylesheet-images/prev.gif +share/gnome/help/desk-guide_applet/C/stylesheet-images/tip.gif +share/gnome/help/desk-guide_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/desk-guide_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/desk-guide_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/desk-guide_applet/C/stylesheet-images/up.gif +share/gnome/help/desk-guide_applet/C/stylesheet-images/warning.gif +share/gnome/help/desk-guide_applet/C/topic.dat +share/gnome/help/desk-guide_applet/de/desk-guide.sgml +share/gnome/help/desk-guide_applet/de/desk-guide_applet.sgml share/gnome/help/desk-guide_applet/de/docbook.css +share/gnome/help/desk-guide_applet/de/figures/deskguide-fig.png +share/gnome/help/desk-guide_applet/de/figures/deskguide-properties-advanced-fig.png +share/gnome/help/desk-guide_applet/de/figures/deskguide-properties-geometry-fig.png +share/gnome/help/desk-guide_applet/de/figures/deskguide-properties-tasks-fig.png +share/gnome/help/desk-guide_applet/de/figures/deskguide-properties.png +share/gnome/help/desk-guide_applet/de/figures/deskguide-tasklist-fig.png share/gnome/help/desk-guide_applet/de/index.html share/gnome/help/desk-guide_applet/de/ln11.html -share/gnome/help/desk-guide_applet/de/stylesheet-images/caution.png -share/gnome/help/desk-guide_applet/de/stylesheet-images/important.png -share/gnome/help/desk-guide_applet/de/stylesheet-images/note.png -share/gnome/help/desk-guide_applet/de/stylesheet-images/tip.png -share/gnome/help/desk-guide_applet/de/stylesheet-images/warning.png +share/gnome/help/desk-guide_applet/de/stylesheet-images/caution.gif +share/gnome/help/desk-guide_applet/de/stylesheet-images/home.gif +share/gnome/help/desk-guide_applet/de/stylesheet-images/important.gif +share/gnome/help/desk-guide_applet/de/stylesheet-images/next.gif +share/gnome/help/desk-guide_applet/de/stylesheet-images/note.gif +share/gnome/help/desk-guide_applet/de/stylesheet-images/prev.gif +share/gnome/help/desk-guide_applet/de/stylesheet-images/tip.gif +share/gnome/help/desk-guide_applet/de/stylesheet-images/toc-blank.gif +share/gnome/help/desk-guide_applet/de/stylesheet-images/toc-minus.gif +share/gnome/help/desk-guide_applet/de/stylesheet-images/toc-plus.gif +share/gnome/help/desk-guide_applet/de/stylesheet-images/up.gif +share/gnome/help/desk-guide_applet/de/stylesheet-images/warning.gif +share/gnome/help/desk-guide_applet/de/topic.dat +share/gnome/help/desk-guide_applet/it/desk-guide.sgml +share/gnome/help/desk-guide_applet/it/desk-guide_applet.sgml +share/gnome/help/desk-guide_applet/it/docbook.css +share/gnome/help/desk-guide_applet/it/figures/deskguide-fig.png +share/gnome/help/desk-guide_applet/it/figures/deskguide-properties-advanced-fig.png +share/gnome/help/desk-guide_applet/it/figures/deskguide-properties-geometry-fig.png +share/gnome/help/desk-guide_applet/it/figures/deskguide-properties-tasks-fig.png +share/gnome/help/desk-guide_applet/it/figures/deskguide-properties.png +share/gnome/help/desk-guide_applet/it/figures/deskguide-tasklist-fig.png +share/gnome/help/desk-guide_applet/it/index.html +share/gnome/help/desk-guide_applet/it/ln7.html +share/gnome/help/desk-guide_applet/it/stylesheet-images/caution.gif +share/gnome/help/desk-guide_applet/it/stylesheet-images/home.gif +share/gnome/help/desk-guide_applet/it/stylesheet-images/important.gif +share/gnome/help/desk-guide_applet/it/stylesheet-images/next.gif +share/gnome/help/desk-guide_applet/it/stylesheet-images/note.gif +share/gnome/help/desk-guide_applet/it/stylesheet-images/prev.gif +share/gnome/help/desk-guide_applet/it/stylesheet-images/tip.gif +share/gnome/help/desk-guide_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/desk-guide_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/desk-guide_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/desk-guide_applet/it/stylesheet-images/up.gif +share/gnome/help/desk-guide_applet/it/stylesheet-images/warning.gif +share/gnome/help/desk-guide_applet/it/topic.dat +share/gnome/help/fdl/C/docbook.css +share/gnome/help/fdl/C/fdl-section1.html +share/gnome/help/fdl/C/fdl-section10.html +share/gnome/help/fdl/C/fdl-section2.html +share/gnome/help/fdl/C/fdl-section3.html +share/gnome/help/fdl/C/fdl-section4.html +share/gnome/help/fdl/C/fdl-section5.html +share/gnome/help/fdl/C/fdl-section6.html +share/gnome/help/fdl/C/fdl-section7.html +share/gnome/help/fdl/C/fdl-section8.html +share/gnome/help/fdl/C/fdl-section9.html +share/gnome/help/fdl/C/fdl-using.html +share/gnome/help/fdl/C/fdl.sgml +share/gnome/help/fdl/C/index.html +share/gnome/help/fdl/C/ln8.html +share/gnome/help/fdl/C/stylesheet-images/caution.gif +share/gnome/help/fdl/C/stylesheet-images/home.gif +share/gnome/help/fdl/C/stylesheet-images/important.gif +share/gnome/help/fdl/C/stylesheet-images/next.gif +share/gnome/help/fdl/C/stylesheet-images/note.gif +share/gnome/help/fdl/C/stylesheet-images/prev.gif +share/gnome/help/fdl/C/stylesheet-images/tip.gif +share/gnome/help/fdl/C/stylesheet-images/toc-blank.gif +share/gnome/help/fdl/C/stylesheet-images/toc-minus.gif +share/gnome/help/fdl/C/stylesheet-images/toc-plus.gif +share/gnome/help/fdl/C/stylesheet-images/up.gif +share/gnome/help/fdl/C/stylesheet-images/warning.gif share/gnome/help/fish_applet/C/docbook.css -share/gnome/help/fish_applet/C/fish_applet.png -share/gnome/help/fish_applet/C/fish_settings.png +share/gnome/help/fish_applet/C/figures/fish_applet.png +share/gnome/help/fish_applet/C/figures/fish_settings.png +share/gnome/help/fish_applet/C/fish.sgml +share/gnome/help/fish_applet/C/fish_applet.sgml share/gnome/help/fish_applet/C/index.html share/gnome/help/fish_applet/C/ln7.html -share/gnome/help/fish_applet/C/stylesheet-images/caution.png -share/gnome/help/fish_applet/C/stylesheet-images/important.png -share/gnome/help/fish_applet/C/stylesheet-images/note.png -share/gnome/help/fish_applet/C/stylesheet-images/tip.png -share/gnome/help/fish_applet/C/stylesheet-images/warning.png +share/gnome/help/fish_applet/C/stylesheet-images/caution.gif +share/gnome/help/fish_applet/C/stylesheet-images/home.gif +share/gnome/help/fish_applet/C/stylesheet-images/important.gif +share/gnome/help/fish_applet/C/stylesheet-images/next.gif +share/gnome/help/fish_applet/C/stylesheet-images/note.gif +share/gnome/help/fish_applet/C/stylesheet-images/prev.gif +share/gnome/help/fish_applet/C/stylesheet-images/tip.gif +share/gnome/help/fish_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/fish_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/fish_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/fish_applet/C/stylesheet-images/up.gif +share/gnome/help/fish_applet/C/stylesheet-images/warning.gif +share/gnome/help/fish_applet/C/topic.dat share/gnome/help/fish_applet/da/docbook.css -share/gnome/help/fish_applet/da/fish_applet.png -share/gnome/help/fish_applet/da/fish_settings.png +share/gnome/help/fish_applet/da/figures/fish_applet.png +share/gnome/help/fish_applet/da/figures/fish_settings.png +share/gnome/help/fish_applet/da/fish.sgml +share/gnome/help/fish_applet/da/fish_applet.sgml share/gnome/help/fish_applet/da/index.html share/gnome/help/fish_applet/da/ln10.html -share/gnome/help/fish_applet/da/stylesheet-images/caution.png -share/gnome/help/fish_applet/da/stylesheet-images/important.png -share/gnome/help/fish_applet/da/stylesheet-images/note.png -share/gnome/help/fish_applet/da/stylesheet-images/tip.png -share/gnome/help/fish_applet/da/stylesheet-images/warning.png +share/gnome/help/fish_applet/da/stylesheet-images/caution.gif +share/gnome/help/fish_applet/da/stylesheet-images/home.gif +share/gnome/help/fish_applet/da/stylesheet-images/important.gif +share/gnome/help/fish_applet/da/stylesheet-images/next.gif +share/gnome/help/fish_applet/da/stylesheet-images/note.gif +share/gnome/help/fish_applet/da/stylesheet-images/prev.gif +share/gnome/help/fish_applet/da/stylesheet-images/tip.gif +share/gnome/help/fish_applet/da/stylesheet-images/toc-blank.gif +share/gnome/help/fish_applet/da/stylesheet-images/toc-minus.gif +share/gnome/help/fish_applet/da/stylesheet-images/toc-plus.gif +share/gnome/help/fish_applet/da/stylesheet-images/up.gif +share/gnome/help/fish_applet/da/stylesheet-images/warning.gif +share/gnome/help/fish_applet/da/topic.dat +share/gnome/help/fish_applet/it/docbook.css +share/gnome/help/fish_applet/it/figures/fish_applet.png +share/gnome/help/fish_applet/it/figures/fish_settings.png +share/gnome/help/fish_applet/it/fish.sgml +share/gnome/help/fish_applet/it/fish_applet.sgml +share/gnome/help/fish_applet/it/index.html +share/gnome/help/fish_applet/it/ln10.html +share/gnome/help/fish_applet/it/stylesheet-images/caution.gif +share/gnome/help/fish_applet/it/stylesheet-images/home.gif +share/gnome/help/fish_applet/it/stylesheet-images/important.gif +share/gnome/help/fish_applet/it/stylesheet-images/next.gif +share/gnome/help/fish_applet/it/stylesheet-images/note.gif +share/gnome/help/fish_applet/it/stylesheet-images/prev.gif +share/gnome/help/fish_applet/it/stylesheet-images/tip.gif +share/gnome/help/fish_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/fish_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/fish_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/fish_applet/it/stylesheet-images/up.gif +share/gnome/help/fish_applet/it/stylesheet-images/warning.gif +share/gnome/help/fish_applet/it/topic.dat share/gnome/help/fish_applet/no/docbook.css +share/gnome/help/fish_applet/no/figures/fish_applet.png +share/gnome/help/fish_applet/no/figures/fish_settings.png +share/gnome/help/fish_applet/no/fish.sgml +share/gnome/help/fish_applet/no/fish_applet.sgml share/gnome/help/fish_applet/no/index.html share/gnome/help/fish_applet/no/ln10.html -share/gnome/help/fish_applet/no/stylesheet-images/caution.png -share/gnome/help/fish_applet/no/stylesheet-images/important.png -share/gnome/help/fish_applet/no/stylesheet-images/note.png -share/gnome/help/fish_applet/no/stylesheet-images/tip.png -share/gnome/help/fish_applet/no/stylesheet-images/warning.png +share/gnome/help/fish_applet/no/stylesheet-images/caution.gif +share/gnome/help/fish_applet/no/stylesheet-images/home.gif +share/gnome/help/fish_applet/no/stylesheet-images/important.gif +share/gnome/help/fish_applet/no/stylesheet-images/next.gif +share/gnome/help/fish_applet/no/stylesheet-images/note.gif +share/gnome/help/fish_applet/no/stylesheet-images/prev.gif +share/gnome/help/fish_applet/no/stylesheet-images/tip.gif +share/gnome/help/fish_applet/no/stylesheet-images/toc-blank.gif +share/gnome/help/fish_applet/no/stylesheet-images/toc-minus.gif +share/gnome/help/fish_applet/no/stylesheet-images/toc-plus.gif +share/gnome/help/fish_applet/no/stylesheet-images/up.gif +share/gnome/help/fish_applet/no/stylesheet-images/warning.gif +share/gnome/help/fish_applet/no/topic.dat +share/gnome/help/gen_util_applet/de/clock.sgml share/gnome/help/gen_util_applet/de/docbook.css +share/gnome/help/gen_util_applet/de/gen_util_applet.sgml share/gnome/help/gen_util_applet/de/index.html share/gnome/help/gen_util_applet/de/ln7.html +share/gnome/help/gen_util_applet/de/mailcheck.sgml +share/gnome/help/gen_util_applet/de/stylesheet-images/caution.gif share/gnome/help/gen_util_applet/de/stylesheet-images/caution.png +share/gnome/help/gen_util_applet/de/stylesheet-images/home.gif +share/gnome/help/gen_util_applet/de/stylesheet-images/important.gif share/gnome/help/gen_util_applet/de/stylesheet-images/important.png +share/gnome/help/gen_util_applet/de/stylesheet-images/next.gif +share/gnome/help/gen_util_applet/de/stylesheet-images/note.gif share/gnome/help/gen_util_applet/de/stylesheet-images/note.png +share/gnome/help/gen_util_applet/de/stylesheet-images/prev.gif +share/gnome/help/gen_util_applet/de/stylesheet-images/tip.gif share/gnome/help/gen_util_applet/de/stylesheet-images/tip.png +share/gnome/help/gen_util_applet/de/stylesheet-images/toc-blank.gif +share/gnome/help/gen_util_applet/de/stylesheet-images/toc-minus.gif +share/gnome/help/gen_util_applet/de/stylesheet-images/toc-plus.gif +share/gnome/help/gen_util_applet/de/stylesheet-images/up.gif +share/gnome/help/gen_util_applet/de/stylesheet-images/warning.gif share/gnome/help/gen_util_applet/de/stylesheet-images/warning.png +share/gnome/help/gen_util_applet/de/topic.dat share/gnome/help/gen_util_applet/no/docbook.css +share/gnome/help/gen_util_applet/no/gen_util_applet.sgml share/gnome/help/gen_util_applet/no/index.html share/gnome/help/gen_util_applet/no/ln7.html +share/gnome/help/gen_util_applet/no/mailcheck.sgml +share/gnome/help/gen_util_applet/no/stylesheet-images/caution.gif share/gnome/help/gen_util_applet/no/stylesheet-images/caution.png +share/gnome/help/gen_util_applet/no/stylesheet-images/home.gif +share/gnome/help/gen_util_applet/no/stylesheet-images/important.gif share/gnome/help/gen_util_applet/no/stylesheet-images/important.png +share/gnome/help/gen_util_applet/no/stylesheet-images/next.gif +share/gnome/help/gen_util_applet/no/stylesheet-images/note.gif share/gnome/help/gen_util_applet/no/stylesheet-images/note.png +share/gnome/help/gen_util_applet/no/stylesheet-images/prev.gif +share/gnome/help/gen_util_applet/no/stylesheet-images/tip.gif share/gnome/help/gen_util_applet/no/stylesheet-images/tip.png +share/gnome/help/gen_util_applet/no/stylesheet-images/toc-blank.gif +share/gnome/help/gen_util_applet/no/stylesheet-images/toc-minus.gif +share/gnome/help/gen_util_applet/no/stylesheet-images/toc-plus.gif +share/gnome/help/gen_util_applet/no/stylesheet-images/up.gif +share/gnome/help/gen_util_applet/no/stylesheet-images/warning.gif share/gnome/help/gen_util_applet/no/stylesheet-images/warning.png +share/gnome/help/gen_util_applet/no/topic.dat +share/gnome/help/gnome-feedback/C/docbook.css +share/gnome/help/gnome-feedback/C/gnome-feedback.sgml +share/gnome/help/gnome-feedback/C/index.html +share/gnome/help/gnome-feedback/C/ln7.html +share/gnome/help/gnome-feedback/C/stylesheet-images/caution.gif +share/gnome/help/gnome-feedback/C/stylesheet-images/home.gif +share/gnome/help/gnome-feedback/C/stylesheet-images/important.gif +share/gnome/help/gnome-feedback/C/stylesheet-images/next.gif +share/gnome/help/gnome-feedback/C/stylesheet-images/note.gif +share/gnome/help/gnome-feedback/C/stylesheet-images/prev.gif +share/gnome/help/gnome-feedback/C/stylesheet-images/tip.gif +share/gnome/help/gnome-feedback/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-feedback/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-feedback/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-feedback/C/stylesheet-images/up.gif +share/gnome/help/gnome-feedback/C/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/C/authors.html share/gnome/help/gnome-terminal/C/classes.html share/gnome/help/gnome-terminal/C/config.html share/gnome/help/gnome-terminal/C/docbook.css share/gnome/help/gnome-terminal/C/environment.html +share/gnome/help/gnome-terminal/C/gnome-terminal.sgml share/gnome/help/gnome-terminal/C/index.html share/gnome/help/gnome-terminal/C/license.html -share/gnome/help/gnome-terminal/C/ln7.html +share/gnome/help/gnome-terminal/C/ln9.html share/gnome/help/gnome-terminal/C/menus.html share/gnome/help/gnome-terminal/C/options.html share/gnome/help/gnome-terminal/C/pointerusage.html -share/gnome/help/gnome-terminal/C/stylesheet-images/caution.png -share/gnome/help/gnome-terminal/C/stylesheet-images/important.png -share/gnome/help/gnome-terminal/C/stylesheet-images/note.png -share/gnome/help/gnome-terminal/C/stylesheet-images/tip.png -share/gnome/help/gnome-terminal/C/stylesheet-images/warning.png +share/gnome/help/gnome-terminal/C/stylesheet-images/caution.gif +share/gnome/help/gnome-terminal/C/stylesheet-images/home.gif +share/gnome/help/gnome-terminal/C/stylesheet-images/important.gif +share/gnome/help/gnome-terminal/C/stylesheet-images/next.gif +share/gnome/help/gnome-terminal/C/stylesheet-images/note.gif +share/gnome/help/gnome-terminal/C/stylesheet-images/prev.gif +share/gnome/help/gnome-terminal/C/stylesheet-images/tip.gif +share/gnome/help/gnome-terminal/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-terminal/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-terminal/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-terminal/C/stylesheet-images/up.gif +share/gnome/help/gnome-terminal/C/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/C/topic.dat share/gnome/help/gnome-terminal/C/usage.html share/gnome/help/gnome-terminal/da/authors.html @@ -219,16 +442,29 @@ share/gnome/help/gnome-terminal/da/classes.html share/gnome/help/gnome-terminal/da/config.html share/gnome/help/gnome-terminal/da/docbook.css share/gnome/help/gnome-terminal/da/emulation.html -share/gnome/help/gnome-terminal/da/enviroment.html +share/gnome/help/gnome-terminal/da/environment.html +share/gnome/help/gnome-terminal/da/gnome-terminal.sgml share/gnome/help/gnome-terminal/da/index.html share/gnome/help/gnome-terminal/da/ln9.html share/gnome/help/gnome-terminal/da/menus.html share/gnome/help/gnome-terminal/da/options.html share/gnome/help/gnome-terminal/da/pointerusage.html +share/gnome/help/gnome-terminal/da/stylesheet-images/caution.gif share/gnome/help/gnome-terminal/da/stylesheet-images/caution.png +share/gnome/help/gnome-terminal/da/stylesheet-images/home.gif +share/gnome/help/gnome-terminal/da/stylesheet-images/important.gif share/gnome/help/gnome-terminal/da/stylesheet-images/important.png +share/gnome/help/gnome-terminal/da/stylesheet-images/next.gif +share/gnome/help/gnome-terminal/da/stylesheet-images/note.gif share/gnome/help/gnome-terminal/da/stylesheet-images/note.png +share/gnome/help/gnome-terminal/da/stylesheet-images/prev.gif +share/gnome/help/gnome-terminal/da/stylesheet-images/tip.gif share/gnome/help/gnome-terminal/da/stylesheet-images/tip.png +share/gnome/help/gnome-terminal/da/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-terminal/da/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-terminal/da/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-terminal/da/stylesheet-images/up.gif +share/gnome/help/gnome-terminal/da/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/da/stylesheet-images/warning.png share/gnome/help/gnome-terminal/da/terminal.html share/gnome/help/gnome-terminal/da/termtech.html @@ -238,11 +474,24 @@ share/gnome/help/gnome-terminal/de/classes.html share/gnome/help/gnome-terminal/de/config.html share/gnome/help/gnome-terminal/de/docbook.css share/gnome/help/gnome-terminal/de/environment.html +share/gnome/help/gnome-terminal/de/gnome-terminal.sgml share/gnome/help/gnome-terminal/de/index.html share/gnome/help/gnome-terminal/de/ln11.html share/gnome/help/gnome-terminal/de/menus.html share/gnome/help/gnome-terminal/de/options.html share/gnome/help/gnome-terminal/de/pointerusage.html +share/gnome/help/gnome-terminal/de/stylesheet-images/caution.gif +share/gnome/help/gnome-terminal/de/stylesheet-images/home.gif +share/gnome/help/gnome-terminal/de/stylesheet-images/important.gif +share/gnome/help/gnome-terminal/de/stylesheet-images/next.gif +share/gnome/help/gnome-terminal/de/stylesheet-images/note.gif +share/gnome/help/gnome-terminal/de/stylesheet-images/prev.gif +share/gnome/help/gnome-terminal/de/stylesheet-images/tip.gif +share/gnome/help/gnome-terminal/de/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-terminal/de/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-terminal/de/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-terminal/de/stylesheet-images/up.gif +share/gnome/help/gnome-terminal/de/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/de/topic.dat share/gnome/help/gnome-terminal/de/usage.html share/gnome/help/gnome-terminal/es/authors.html @@ -250,16 +499,24 @@ share/gnome/help/gnome-terminal/es/classes.html share/gnome/help/gnome-terminal/es/config.html share/gnome/help/gnome-terminal/es/docbook.css share/gnome/help/gnome-terminal/es/environment.html +share/gnome/help/gnome-terminal/es/gnome-terminal.sgml share/gnome/help/gnome-terminal/es/index.html share/gnome/help/gnome-terminal/es/ln17.html share/gnome/help/gnome-terminal/es/menus.html share/gnome/help/gnome-terminal/es/options.html share/gnome/help/gnome-terminal/es/pointerusage.html -share/gnome/help/gnome-terminal/es/stylesheet-images/caution.png -share/gnome/help/gnome-terminal/es/stylesheet-images/important.png -share/gnome/help/gnome-terminal/es/stylesheet-images/note.png -share/gnome/help/gnome-terminal/es/stylesheet-images/tip.png -share/gnome/help/gnome-terminal/es/stylesheet-images/warning.png +share/gnome/help/gnome-terminal/es/stylesheet-images/caution.gif +share/gnome/help/gnome-terminal/es/stylesheet-images/home.gif +share/gnome/help/gnome-terminal/es/stylesheet-images/important.gif +share/gnome/help/gnome-terminal/es/stylesheet-images/next.gif +share/gnome/help/gnome-terminal/es/stylesheet-images/note.gif +share/gnome/help/gnome-terminal/es/stylesheet-images/prev.gif +share/gnome/help/gnome-terminal/es/stylesheet-images/tip.gif +share/gnome/help/gnome-terminal/es/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-terminal/es/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-terminal/es/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-terminal/es/stylesheet-images/up.gif +share/gnome/help/gnome-terminal/es/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/es/topic.dat share/gnome/help/gnome-terminal/es/usage.html share/gnome/help/gnome-terminal/it/authors.html @@ -268,15 +525,28 @@ share/gnome/help/gnome-terminal/it/config.html share/gnome/help/gnome-terminal/it/docbook.css share/gnome/help/gnome-terminal/it/emulation.html share/gnome/help/gnome-terminal/it/environment.html +share/gnome/help/gnome-terminal/it/gnome-terminal.sgml share/gnome/help/gnome-terminal/it/index.html share/gnome/help/gnome-terminal/it/ln12.html share/gnome/help/gnome-terminal/it/menus.html share/gnome/help/gnome-terminal/it/options.html share/gnome/help/gnome-terminal/it/pointerusage.html +share/gnome/help/gnome-terminal/it/stylesheet-images/caution.gif share/gnome/help/gnome-terminal/it/stylesheet-images/caution.png +share/gnome/help/gnome-terminal/it/stylesheet-images/home.gif +share/gnome/help/gnome-terminal/it/stylesheet-images/important.gif share/gnome/help/gnome-terminal/it/stylesheet-images/important.png +share/gnome/help/gnome-terminal/it/stylesheet-images/next.gif +share/gnome/help/gnome-terminal/it/stylesheet-images/note.gif share/gnome/help/gnome-terminal/it/stylesheet-images/note.png +share/gnome/help/gnome-terminal/it/stylesheet-images/prev.gif +share/gnome/help/gnome-terminal/it/stylesheet-images/tip.gif share/gnome/help/gnome-terminal/it/stylesheet-images/tip.png +share/gnome/help/gnome-terminal/it/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-terminal/it/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-terminal/it/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-terminal/it/stylesheet-images/up.gif +share/gnome/help/gnome-terminal/it/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/it/stylesheet-images/warning.png share/gnome/help/gnome-terminal/it/terminal.html share/gnome/help/gnome-terminal/it/topic.dat @@ -285,20 +555,50 @@ share/gnome/help/gnome-terminal/no/classes.html share/gnome/help/gnome-terminal/no/config.html share/gnome/help/gnome-terminal/no/docbook.css share/gnome/help/gnome-terminal/no/emulation.html -share/gnome/help/gnome-terminal/no/enviroment.html +share/gnome/help/gnome-terminal/no/environment.html +share/gnome/help/gnome-terminal/no/gnome-terminal.sgml share/gnome/help/gnome-terminal/no/index.html share/gnome/help/gnome-terminal/no/ln9.html share/gnome/help/gnome-terminal/no/menus.html share/gnome/help/gnome-terminal/no/options.html share/gnome/help/gnome-terminal/no/pointerusage.html +share/gnome/help/gnome-terminal/no/stylesheet-images/caution.gif share/gnome/help/gnome-terminal/no/stylesheet-images/caution.png +share/gnome/help/gnome-terminal/no/stylesheet-images/home.gif +share/gnome/help/gnome-terminal/no/stylesheet-images/important.gif share/gnome/help/gnome-terminal/no/stylesheet-images/important.png +share/gnome/help/gnome-terminal/no/stylesheet-images/next.gif +share/gnome/help/gnome-terminal/no/stylesheet-images/note.gif share/gnome/help/gnome-terminal/no/stylesheet-images/note.png +share/gnome/help/gnome-terminal/no/stylesheet-images/prev.gif +share/gnome/help/gnome-terminal/no/stylesheet-images/tip.gif share/gnome/help/gnome-terminal/no/stylesheet-images/tip.png +share/gnome/help/gnome-terminal/no/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-terminal/no/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-terminal/no/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-terminal/no/stylesheet-images/up.gif +share/gnome/help/gnome-terminal/no/stylesheet-images/warning.gif share/gnome/help/gnome-terminal/no/stylesheet-images/warning.png share/gnome/help/gnome-terminal/no/terminal.html share/gnome/help/gnome-terminal/no/termtech.html share/gnome/help/gnome-terminal/no/topic.dat +share/gnome/help/gpl/C/docbook.css +share/gnome/help/gpl/C/gpl.sgml +share/gnome/help/gpl/C/index.html +share/gnome/help/gpl/C/ln7.html +share/gnome/help/gpl/C/stylesheet-images/caution.gif +share/gnome/help/gpl/C/stylesheet-images/home.gif +share/gnome/help/gpl/C/stylesheet-images/important.gif +share/gnome/help/gpl/C/stylesheet-images/next.gif +share/gnome/help/gpl/C/stylesheet-images/note.gif +share/gnome/help/gpl/C/stylesheet-images/prev.gif +share/gnome/help/gpl/C/stylesheet-images/tip.gif +share/gnome/help/gpl/C/stylesheet-images/toc-blank.gif +share/gnome/help/gpl/C/stylesheet-images/toc-minus.gif +share/gnome/help/gpl/C/stylesheet-images/toc-plus.gif +share/gnome/help/gpl/C/stylesheet-images/up.gif +share/gnome/help/gpl/C/stylesheet-images/warning.gif +share/gnome/help/gpl/C/terms.html share/gnome/help/help-browser/C/default-page.html share/gnome/help/help-browser/C/gnome-logo-large.png share/gnome/help/help-browser/C/help-browser.html @@ -356,26 +656,86 @@ share/gnome/help/help-browser/wa/default-page.html share/gnome/help/help-browser/wa/help-browser.html share/gnome/help/help-browser/wa/index.html share/gnome/help/help-browser/wa/topic.dat +share/gnome/help/lgpl/C/docbook.css +share/gnome/help/lgpl/C/lgpl.html +share/gnome/help/lgpl/C/lgpl.sgml +share/gnome/help/lgpl/C/ln7.html +share/gnome/help/lgpl/C/stylesheet-images/caution.gif +share/gnome/help/lgpl/C/stylesheet-images/home.gif +share/gnome/help/lgpl/C/stylesheet-images/important.gif +share/gnome/help/lgpl/C/stylesheet-images/next.gif +share/gnome/help/lgpl/C/stylesheet-images/note.gif +share/gnome/help/lgpl/C/stylesheet-images/prev.gif +share/gnome/help/lgpl/C/stylesheet-images/tip.gif +share/gnome/help/lgpl/C/stylesheet-images/toc-blank.gif +share/gnome/help/lgpl/C/stylesheet-images/toc-minus.gif +share/gnome/help/lgpl/C/stylesheet-images/toc-plus.gif +share/gnome/help/lgpl/C/stylesheet-images/up.gif +share/gnome/help/lgpl/C/stylesheet-images/warning.gif +share/gnome/help/lgpl/C/terms.html share/gnome/help/mailcheck_applet/C/docbook.css +share/gnome/help/mailcheck_applet/C/figures/mailcheck-applet.png +share/gnome/help/mailcheck_applet/C/figures/mailcheck-properties-mailbox.png +share/gnome/help/mailcheck_applet/C/figures/mailcheck-properties-mailcheck.png share/gnome/help/mailcheck_applet/C/index.html share/gnome/help/mailcheck_applet/C/ln7.html -share/gnome/help/mailcheck_applet/C/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck_applet/C/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck_applet/C/stylesheet-images/caution.png -share/gnome/help/mailcheck_applet/C/stylesheet-images/important.png -share/gnome/help/mailcheck_applet/C/stylesheet-images/note.png -share/gnome/help/mailcheck_applet/C/stylesheet-images/tip.png -share/gnome/help/mailcheck_applet/C/stylesheet-images/warning.png +share/gnome/help/mailcheck_applet/C/mailcheck.sgml +share/gnome/help/mailcheck_applet/C/mailcheck_applet.sgml +share/gnome/help/mailcheck_applet/C/stylesheet-images/caution.gif +share/gnome/help/mailcheck_applet/C/stylesheet-images/home.gif +share/gnome/help/mailcheck_applet/C/stylesheet-images/important.gif +share/gnome/help/mailcheck_applet/C/stylesheet-images/next.gif +share/gnome/help/mailcheck_applet/C/stylesheet-images/note.gif +share/gnome/help/mailcheck_applet/C/stylesheet-images/prev.gif +share/gnome/help/mailcheck_applet/C/stylesheet-images/tip.gif +share/gnome/help/mailcheck_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/mailcheck_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/mailcheck_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/mailcheck_applet/C/stylesheet-images/up.gif +share/gnome/help/mailcheck_applet/C/stylesheet-images/warning.gif +share/gnome/help/mailcheck_applet/C/topic.dat share/gnome/help/mailcheck_applet/da/docbook.css +share/gnome/help/mailcheck_applet/da/figures/mailcheck-applet.png +share/gnome/help/mailcheck_applet/da/figures/mailcheck-properties-mailbox.png +share/gnome/help/mailcheck_applet/da/figures/mailcheck-properties-mailcheck.png share/gnome/help/mailcheck_applet/da/index.html -share/gnome/help/mailcheck_applet/da/ln7.html -share/gnome/help/mailcheck_applet/da/mailcheck-properties-mailbox.png -share/gnome/help/mailcheck_applet/da/mailcheck-properties-mailcheck.png -share/gnome/help/mailcheck_applet/da/stylesheet-images/caution.png -share/gnome/help/mailcheck_applet/da/stylesheet-images/important.png -share/gnome/help/mailcheck_applet/da/stylesheet-images/note.png -share/gnome/help/mailcheck_applet/da/stylesheet-images/tip.png -share/gnome/help/mailcheck_applet/da/stylesheet-images/warning.png +share/gnome/help/mailcheck_applet/da/ln8.html +share/gnome/help/mailcheck_applet/da/mailcheck.sgml +share/gnome/help/mailcheck_applet/da/mailcheck_applet.sgml +share/gnome/help/mailcheck_applet/da/stylesheet-images/caution.gif +share/gnome/help/mailcheck_applet/da/stylesheet-images/home.gif +share/gnome/help/mailcheck_applet/da/stylesheet-images/important.gif +share/gnome/help/mailcheck_applet/da/stylesheet-images/next.gif +share/gnome/help/mailcheck_applet/da/stylesheet-images/note.gif +share/gnome/help/mailcheck_applet/da/stylesheet-images/prev.gif +share/gnome/help/mailcheck_applet/da/stylesheet-images/tip.gif +share/gnome/help/mailcheck_applet/da/stylesheet-images/toc-blank.gif +share/gnome/help/mailcheck_applet/da/stylesheet-images/toc-minus.gif +share/gnome/help/mailcheck_applet/da/stylesheet-images/toc-plus.gif +share/gnome/help/mailcheck_applet/da/stylesheet-images/up.gif +share/gnome/help/mailcheck_applet/da/stylesheet-images/warning.gif +share/gnome/help/mailcheck_applet/da/topic.dat +share/gnome/help/mailcheck_applet/it/docbook.css +share/gnome/help/mailcheck_applet/it/figures/mailcheck-applet.png +share/gnome/help/mailcheck_applet/it/figures/mailcheck-properties-mailbox.png +share/gnome/help/mailcheck_applet/it/figures/mailcheck-properties-mailcheck.png +share/gnome/help/mailcheck_applet/it/index.html +share/gnome/help/mailcheck_applet/it/ln10.html +share/gnome/help/mailcheck_applet/it/mailcheck.sgml +share/gnome/help/mailcheck_applet/it/mailcheck_applet.sgml +share/gnome/help/mailcheck_applet/it/stylesheet-images/caution.gif +share/gnome/help/mailcheck_applet/it/stylesheet-images/home.gif +share/gnome/help/mailcheck_applet/it/stylesheet-images/important.gif +share/gnome/help/mailcheck_applet/it/stylesheet-images/next.gif +share/gnome/help/mailcheck_applet/it/stylesheet-images/note.gif +share/gnome/help/mailcheck_applet/it/stylesheet-images/prev.gif +share/gnome/help/mailcheck_applet/it/stylesheet-images/tip.gif +share/gnome/help/mailcheck_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/mailcheck_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/mailcheck_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/mailcheck_applet/it/stylesheet-images/up.gif +share/gnome/help/mailcheck_applet/it/stylesheet-images/warning.gif +share/gnome/help/mailcheck_applet/it/topic.dat share/gnome/help/panel/C/appletadd.html share/gnome/help/panel/C/applets.html share/gnome/help/panel/C/authors.html @@ -409,19 +769,27 @@ share/gnome/help/panel/C/globalpanelprefs.html share/gnome/help/panel/C/index.html share/gnome/help/panel/C/launchers.html share/gnome/help/panel/C/license.html -share/gnome/help/panel/C/ln7.html +share/gnome/help/panel/C/ln9.html share/gnome/help/panel/C/mainmenu.html share/gnome/help/panel/C/menus.html +share/gnome/help/panel/C/panel.sgml share/gnome/help/panel/C/panelbasics.html share/gnome/help/panel/C/panelbugs.html share/gnome/help/panel/C/panelmove.html share/gnome/help/panel/C/panelproperties.html share/gnome/help/panel/C/specialobjects.html -share/gnome/help/panel/C/stylesheet-images/caution.png -share/gnome/help/panel/C/stylesheet-images/important.png -share/gnome/help/panel/C/stylesheet-images/note.png -share/gnome/help/panel/C/stylesheet-images/tip.png -share/gnome/help/panel/C/stylesheet-images/warning.png +share/gnome/help/panel/C/stylesheet-images/caution.gif +share/gnome/help/panel/C/stylesheet-images/home.gif +share/gnome/help/panel/C/stylesheet-images/important.gif +share/gnome/help/panel/C/stylesheet-images/next.gif +share/gnome/help/panel/C/stylesheet-images/note.gif +share/gnome/help/panel/C/stylesheet-images/prev.gif +share/gnome/help/panel/C/stylesheet-images/tip.gif +share/gnome/help/panel/C/stylesheet-images/toc-blank.gif +share/gnome/help/panel/C/stylesheet-images/toc-minus.gif +share/gnome/help/panel/C/stylesheet-images/toc-plus.gif +share/gnome/help/panel/C/stylesheet-images/up.gif +share/gnome/help/panel/C/stylesheet-images/warning.gif share/gnome/help/panel/C/topic.dat share/gnome/help/panel/de/appletadd.html share/gnome/help/panel/de/applets.html @@ -456,16 +824,24 @@ share/gnome/help/panel/de/launchers.html share/gnome/help/panel/de/ln7.html share/gnome/help/panel/de/mainmenu.html share/gnome/help/panel/de/menus.html +share/gnome/help/panel/de/panel.sgml share/gnome/help/panel/de/panelbasics.html share/gnome/help/panel/de/panelbugs.html share/gnome/help/panel/de/panelmove.html share/gnome/help/panel/de/panelproperties.html share/gnome/help/panel/de/specialobjects.html -share/gnome/help/panel/de/stylesheet-images/caution.png -share/gnome/help/panel/de/stylesheet-images/important.png -share/gnome/help/panel/de/stylesheet-images/note.png -share/gnome/help/panel/de/stylesheet-images/tip.png -share/gnome/help/panel/de/stylesheet-images/warning.png +share/gnome/help/panel/de/stylesheet-images/caution.gif +share/gnome/help/panel/de/stylesheet-images/home.gif +share/gnome/help/panel/de/stylesheet-images/important.gif +share/gnome/help/panel/de/stylesheet-images/next.gif +share/gnome/help/panel/de/stylesheet-images/note.gif +share/gnome/help/panel/de/stylesheet-images/prev.gif +share/gnome/help/panel/de/stylesheet-images/tip.gif +share/gnome/help/panel/de/stylesheet-images/toc-blank.gif +share/gnome/help/panel/de/stylesheet-images/toc-minus.gif +share/gnome/help/panel/de/stylesheet-images/toc-plus.gif +share/gnome/help/panel/de/stylesheet-images/up.gif +share/gnome/help/panel/de/stylesheet-images/warning.gif share/gnome/help/panel/de/topic.dat share/gnome/help/panel/it/appletadd.html share/gnome/help/panel/it/applets.html @@ -498,72 +874,246 @@ share/gnome/help/panel/it/figures/status_dock.png share/gnome/help/panel/it/globalpanelprefs.html share/gnome/help/panel/it/index.html share/gnome/help/panel/it/launchers.html -share/gnome/help/panel/it/ln7.html +share/gnome/help/panel/it/ln9.html share/gnome/help/panel/it/mainmenu.html share/gnome/help/panel/it/menus.html +share/gnome/help/panel/it/panel.sgml share/gnome/help/panel/it/panelbasics.html share/gnome/help/panel/it/panelbugs.html share/gnome/help/panel/it/panelmove.html share/gnome/help/panel/it/panelproperties.html share/gnome/help/panel/it/specialobjects.html -share/gnome/help/panel/it/stylesheet-images/caution.png -share/gnome/help/panel/it/stylesheet-images/important.png -share/gnome/help/panel/it/stylesheet-images/note.png -share/gnome/help/panel/it/stylesheet-images/tip.png -share/gnome/help/panel/it/stylesheet-images/warning.png +share/gnome/help/panel/it/stylesheet-images/caution.gif +share/gnome/help/panel/it/stylesheet-images/home.gif +share/gnome/help/panel/it/stylesheet-images/important.gif +share/gnome/help/panel/it/stylesheet-images/next.gif +share/gnome/help/panel/it/stylesheet-images/note.gif +share/gnome/help/panel/it/stylesheet-images/prev.gif +share/gnome/help/panel/it/stylesheet-images/tip.gif +share/gnome/help/panel/it/stylesheet-images/toc-blank.gif +share/gnome/help/panel/it/stylesheet-images/toc-minus.gif +share/gnome/help/panel/it/stylesheet-images/toc-plus.gif +share/gnome/help/panel/it/stylesheet-images/up.gif +share/gnome/help/panel/it/stylesheet-images/warning.gif share/gnome/help/panel/it/topic.dat +share/gnome/help/panel/ja/appletadd.html +share/gnome/help/panel/ja/applets.html +share/gnome/help/panel/ja/authors.html +share/gnome/help/panel/ja/docbook.css +share/gnome/help/panel/ja/drawers.html +share/gnome/help/panel/ja/figures/create_launcher.png +share/gnome/help/panel/ja/figures/drawer_open.png +share/gnome/help/panel/ja/figures/drawer_properties.png +share/gnome/help/panel/ja/figures/example_menu.png +share/gnome/help/panel/ja/figures/example_panel.png +share/gnome/help/panel/ja/figures/glob_pref_anim.png +share/gnome/help/panel/ja/figures/hide-button.png +share/gnome/help/panel/ja/figures/launcher_advprops.png +share/gnome/help/panel/ja/figures/launcher_properties_advanced.png +share/gnome/help/panel/ja/figures/launcher_properties_basic.png +share/gnome/help/panel/ja/figures/launcher_props.png +share/gnome/help/panel/ja/figures/logout-screen.png +share/gnome/help/panel/ja/figures/mainmenu_properties.png +share/gnome/help/panel/ja/figures/menu_properties.png +share/gnome/help/panel/ja/figures/mm-button.png +share/gnome/help/panel/ja/figures/panel_applets.png +share/gnome/help/panel/ja/figures/panel_lockbut.png +share/gnome/help/panel/ja/figures/panel_logoutbut.png +share/gnome/help/panel/ja/figures/panel_props_back.png +share/gnome/help/panel/ja/figures/panel_props_edge.png +share/gnome/help/panel/ja/figures/panel_runbutton.png +share/gnome/help/panel/ja/figures/panel_runprogram.png +share/gnome/help/panel/ja/figures/panel_swallow.png +share/gnome/help/panel/ja/figures/status_dock.png +share/gnome/help/panel/ja/globalpanelprefs.html +share/gnome/help/panel/ja/index.html +share/gnome/help/panel/ja/launchers.html +share/gnome/help/panel/ja/license.html +share/gnome/help/panel/ja/ln10.html +share/gnome/help/panel/ja/mainmenu.html +share/gnome/help/panel/ja/menus.html +share/gnome/help/panel/ja/panel.sgml +share/gnome/help/panel/ja/panelbasics.html +share/gnome/help/panel/ja/panelbugs.html +share/gnome/help/panel/ja/panelmove.html +share/gnome/help/panel/ja/panelproperties.html +share/gnome/help/panel/ja/specialobjects.html +share/gnome/help/panel/ja/stylesheet-images/caution.gif +share/gnome/help/panel/ja/stylesheet-images/home.gif +share/gnome/help/panel/ja/stylesheet-images/important.gif +share/gnome/help/panel/ja/stylesheet-images/next.gif +share/gnome/help/panel/ja/stylesheet-images/note.gif +share/gnome/help/panel/ja/stylesheet-images/prev.gif +share/gnome/help/panel/ja/stylesheet-images/tip.gif +share/gnome/help/panel/ja/stylesheet-images/toc-blank.gif +share/gnome/help/panel/ja/stylesheet-images/toc-minus.gif +share/gnome/help/panel/ja/stylesheet-images/toc-plus.gif +share/gnome/help/panel/ja/stylesheet-images/up.gif +share/gnome/help/panel/ja/stylesheet-images/warning.gif +share/gnome/help/panel/ja/topic.dat share/gnome/help/printer_applet/C/docbook.css +share/gnome/help/printer_applet/C/figures/printer-fig.png +share/gnome/help/printer_applet/C/figures/printer-properties.png share/gnome/help/printer_applet/C/index.html share/gnome/help/printer_applet/C/ln7.html -share/gnome/help/printer_applet/C/printer-fig.png -share/gnome/help/printer_applet/C/printer-properties.png -share/gnome/help/printer_applet/C/stylesheet-images/caution.png -share/gnome/help/printer_applet/C/stylesheet-images/important.png -share/gnome/help/printer_applet/C/stylesheet-images/note.png -share/gnome/help/printer_applet/C/stylesheet-images/tip.png -share/gnome/help/printer_applet/C/stylesheet-images/warning.png +share/gnome/help/printer_applet/C/printer.sgml +share/gnome/help/printer_applet/C/printer_applet.sgml +share/gnome/help/printer_applet/C/stylesheet-images/caution.gif +share/gnome/help/printer_applet/C/stylesheet-images/home.gif +share/gnome/help/printer_applet/C/stylesheet-images/important.gif +share/gnome/help/printer_applet/C/stylesheet-images/next.gif +share/gnome/help/printer_applet/C/stylesheet-images/note.gif +share/gnome/help/printer_applet/C/stylesheet-images/prev.gif +share/gnome/help/printer_applet/C/stylesheet-images/tip.gif +share/gnome/help/printer_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/printer_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/printer_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/printer_applet/C/stylesheet-images/up.gif +share/gnome/help/printer_applet/C/stylesheet-images/warning.gif +share/gnome/help/printer_applet/C/topic.dat share/gnome/help/printer_applet/da/docbook.css +share/gnome/help/printer_applet/da/figures/printer-fig.png +share/gnome/help/printer_applet/da/figures/printer-properties.png share/gnome/help/printer_applet/da/index.html share/gnome/help/printer_applet/da/ln10.html -share/gnome/help/printer_applet/da/printer-fig.png -share/gnome/help/printer_applet/da/printer-properties.png -share/gnome/help/printer_applet/da/stylesheet-images/caution.png -share/gnome/help/printer_applet/da/stylesheet-images/important.png -share/gnome/help/printer_applet/da/stylesheet-images/note.png -share/gnome/help/printer_applet/da/stylesheet-images/tip.png -share/gnome/help/printer_applet/da/stylesheet-images/warning.png +share/gnome/help/printer_applet/da/printer.sgml +share/gnome/help/printer_applet/da/printer_applet.sgml +share/gnome/help/printer_applet/da/stylesheet-images/caution.gif +share/gnome/help/printer_applet/da/stylesheet-images/home.gif +share/gnome/help/printer_applet/da/stylesheet-images/important.gif +share/gnome/help/printer_applet/da/stylesheet-images/next.gif +share/gnome/help/printer_applet/da/stylesheet-images/note.gif +share/gnome/help/printer_applet/da/stylesheet-images/prev.gif +share/gnome/help/printer_applet/da/stylesheet-images/tip.gif +share/gnome/help/printer_applet/da/stylesheet-images/toc-blank.gif +share/gnome/help/printer_applet/da/stylesheet-images/toc-minus.gif +share/gnome/help/printer_applet/da/stylesheet-images/toc-plus.gif +share/gnome/help/printer_applet/da/stylesheet-images/up.gif +share/gnome/help/printer_applet/da/stylesheet-images/warning.gif +share/gnome/help/printer_applet/da/topic.dat +share/gnome/help/printer_applet/es/docbook.css +share/gnome/help/printer_applet/es/index.html +share/gnome/help/printer_applet/es/ln10.html +share/gnome/help/printer_applet/es/printer-fig.png +share/gnome/help/printer_applet/es/printer-properties.png +share/gnome/help/printer_applet/es/printer.sgml +share/gnome/help/printer_applet/es/printer_applet.sgml +share/gnome/help/printer_applet/es/stylesheet-images/caution.gif +share/gnome/help/printer_applet/es/stylesheet-images/caution.png +share/gnome/help/printer_applet/es/stylesheet-images/home.gif +share/gnome/help/printer_applet/es/stylesheet-images/important.gif +share/gnome/help/printer_applet/es/stylesheet-images/important.png +share/gnome/help/printer_applet/es/stylesheet-images/next.gif +share/gnome/help/printer_applet/es/stylesheet-images/note.gif +share/gnome/help/printer_applet/es/stylesheet-images/note.png +share/gnome/help/printer_applet/es/stylesheet-images/prev.gif +share/gnome/help/printer_applet/es/stylesheet-images/tip.gif +share/gnome/help/printer_applet/es/stylesheet-images/tip.png +share/gnome/help/printer_applet/es/stylesheet-images/toc-blank.gif +share/gnome/help/printer_applet/es/stylesheet-images/toc-minus.gif +share/gnome/help/printer_applet/es/stylesheet-images/toc-plus.gif +share/gnome/help/printer_applet/es/stylesheet-images/up.gif +share/gnome/help/printer_applet/es/stylesheet-images/warning.gif +share/gnome/help/printer_applet/es/stylesheet-images/warning.png +share/gnome/help/printer_applet/es/topic.dat +share/gnome/help/printer_applet/it/docbook.css +share/gnome/help/printer_applet/it/figures/printer-fig.png +share/gnome/help/printer_applet/it/figures/printer-properties.png +share/gnome/help/printer_applet/it/index.html +share/gnome/help/printer_applet/it/ln10.html +share/gnome/help/printer_applet/it/printer.sgml +share/gnome/help/printer_applet/it/printer_applet.sgml +share/gnome/help/printer_applet/it/stylesheet-images/caution.gif +share/gnome/help/printer_applet/it/stylesheet-images/home.gif +share/gnome/help/printer_applet/it/stylesheet-images/important.gif +share/gnome/help/printer_applet/it/stylesheet-images/next.gif +share/gnome/help/printer_applet/it/stylesheet-images/note.gif +share/gnome/help/printer_applet/it/stylesheet-images/prev.gif +share/gnome/help/printer_applet/it/stylesheet-images/tip.gif +share/gnome/help/printer_applet/it/stylesheet-images/toc-blank.gif +share/gnome/help/printer_applet/it/stylesheet-images/toc-minus.gif +share/gnome/help/printer_applet/it/stylesheet-images/toc-plus.gif +share/gnome/help/printer_applet/it/stylesheet-images/up.gif +share/gnome/help/printer_applet/it/stylesheet-images/warning.gif +share/gnome/help/printer_applet/it/topic.dat share/gnome/help/session/C/authors.html share/gnome/help/session/C/bugs.html -share/gnome/help/session/C/button_remove.png share/gnome/help/session/C/docbook.css +share/gnome/help/session/C/figures/button_remove.png +share/gnome/help/session/C/figures/session-properties.png +share/gnome/help/session/C/figures/stock_exec.png +share/gnome/help/session/C/figures/stock_help.png +share/gnome/help/session/C/figures/stock_preferences.png +share/gnome/help/session/C/figures/stock_refresh.png +share/gnome/help/session/C/figures/stock_save.png +share/gnome/help/session/C/figures/stock_timer.png +share/gnome/help/session/C/figures/stock_trash.png share/gnome/help/session/C/index.html share/gnome/help/session/C/license.html share/gnome/help/session/C/ln7.html -share/gnome/help/session/C/session-properties.png -share/gnome/help/session/C/stock_exec.png -share/gnome/help/session/C/stock_help.png -share/gnome/help/session/C/stock_preferences.png -share/gnome/help/session/C/stock_refresh.png -share/gnome/help/session/C/stock_save.png -share/gnome/help/session/C/stock_timer.png -share/gnome/help/session/C/stock_trash.png -share/gnome/help/session/C/stylesheet-images/caution.png -share/gnome/help/session/C/stylesheet-images/important.png -share/gnome/help/session/C/stylesheet-images/note.png -share/gnome/help/session/C/stylesheet-images/tip.png -share/gnome/help/session/C/stylesheet-images/warning.png +share/gnome/help/session/C/session.sgml +share/gnome/help/session/C/stylesheet-images/caution.gif +share/gnome/help/session/C/stylesheet-images/home.gif +share/gnome/help/session/C/stylesheet-images/important.gif +share/gnome/help/session/C/stylesheet-images/next.gif +share/gnome/help/session/C/stylesheet-images/note.gif +share/gnome/help/session/C/stylesheet-images/prev.gif +share/gnome/help/session/C/stylesheet-images/tip.gif +share/gnome/help/session/C/stylesheet-images/toc-blank.gif +share/gnome/help/session/C/stylesheet-images/toc-minus.gif +share/gnome/help/session/C/stylesheet-images/toc-plus.gif +share/gnome/help/session/C/stylesheet-images/up.gif +share/gnome/help/session/C/stylesheet-images/warning.gif +share/gnome/help/session/ja/authors.html +share/gnome/help/session/ja/bugs.html +share/gnome/help/session/ja/docbook.css +share/gnome/help/session/ja/figures/button_remove.png +share/gnome/help/session/ja/figures/session-properties.png +share/gnome/help/session/ja/figures/stock_exec.png +share/gnome/help/session/ja/figures/stock_help.png +share/gnome/help/session/ja/figures/stock_preferences.png +share/gnome/help/session/ja/figures/stock_refresh.png +share/gnome/help/session/ja/figures/stock_save.png +share/gnome/help/session/ja/figures/stock_timer.png +share/gnome/help/session/ja/figures/stock_trash.png +share/gnome/help/session/ja/index.html +share/gnome/help/session/ja/license.html +share/gnome/help/session/ja/ln10.html +share/gnome/help/session/ja/session.sgml +share/gnome/help/session/ja/stylesheet-images/caution.gif +share/gnome/help/session/ja/stylesheet-images/home.gif +share/gnome/help/session/ja/stylesheet-images/important.gif +share/gnome/help/session/ja/stylesheet-images/next.gif +share/gnome/help/session/ja/stylesheet-images/note.gif +share/gnome/help/session/ja/stylesheet-images/prev.gif +share/gnome/help/session/ja/stylesheet-images/tip.gif +share/gnome/help/session/ja/stylesheet-images/toc-blank.gif +share/gnome/help/session/ja/stylesheet-images/toc-minus.gif +share/gnome/help/session/ja/stylesheet-images/toc-plus.gif +share/gnome/help/session/ja/stylesheet-images/up.gif +share/gnome/help/session/ja/stylesheet-images/warning.gif share/gnome/help/tasklist_applet/C/docbook.css +share/gnome/help/tasklist_applet/C/figures/tasklist-fig.png +share/gnome/help/tasklist_applet/C/figures/tasklist-properties-size.png +share/gnome/help/tasklist_applet/C/figures/tasklist-properties.png +share/gnome/help/tasklist_applet/C/figures/tasklist-rightclick-fig.png share/gnome/help/tasklist_applet/C/index.html share/gnome/help/tasklist_applet/C/ln7.html -share/gnome/help/tasklist_applet/C/stylesheet-images/caution.png -share/gnome/help/tasklist_applet/C/stylesheet-images/important.png -share/gnome/help/tasklist_applet/C/stylesheet-images/note.png -share/gnome/help/tasklist_applet/C/stylesheet-images/tip.png -share/gnome/help/tasklist_applet/C/stylesheet-images/warning.png -share/gnome/help/tasklist_applet/C/tasklist-fig.png -share/gnome/help/tasklist_applet/C/tasklist-properties-size.png -share/gnome/help/tasklist_applet/C/tasklist-properties.png -share/gnome/help/tasklist_applet/C/tasklist-rightclick-fig.png +share/gnome/help/tasklist_applet/C/stylesheet-images/caution.gif +share/gnome/help/tasklist_applet/C/stylesheet-images/home.gif +share/gnome/help/tasklist_applet/C/stylesheet-images/important.gif +share/gnome/help/tasklist_applet/C/stylesheet-images/next.gif +share/gnome/help/tasklist_applet/C/stylesheet-images/note.gif +share/gnome/help/tasklist_applet/C/stylesheet-images/prev.gif +share/gnome/help/tasklist_applet/C/stylesheet-images/tip.gif +share/gnome/help/tasklist_applet/C/stylesheet-images/toc-blank.gif +share/gnome/help/tasklist_applet/C/stylesheet-images/toc-minus.gif +share/gnome/help/tasklist_applet/C/stylesheet-images/toc-plus.gif +share/gnome/help/tasklist_applet/C/stylesheet-images/up.gif +share/gnome/help/tasklist_applet/C/stylesheet-images/warning.gif +share/gnome/help/tasklist_applet/C/tasklist.sgml +share/gnome/help/tasklist_applet/C/tasklist_applet.sgml +share/gnome/help/tasklist_applet/C/topic.dat share/gnome/hints/panel.hints share/gnome/html/panel-decl.txt share/gnome/html/panel-sections.txt @@ -573,29 +1123,61 @@ share/gnome/html/panel.sgml share/gnome/html/panel.signals share/gnome/html/panel.types share/gnome/html/panel/appletwidget.html -share/gnome/html/panel/book1.html -share/gnome/html/panel/c26.html +share/gnome/html/panel/index.html share/gnome/html/panel/panel-context-menu.html share/gnome/html/panel/panel-miscellaneous.html share/gnome/html/panel/panel-panel-interaction.html share/gnome/html/panel/r1373.html share/gnome/html/panel/r160.html share/gnome/html/panel/statusdocklet.html -share/gnome/html/panel/x101.html -share/gnome/html/panel/x126.html -share/gnome/html/panel/x134.html -share/gnome/html/panel/x149.html -share/gnome/html/panel/x156.html -share/gnome/html/panel/x31.html -share/gnome/html/panel/x38.html -share/gnome/html/panel/x49.html -share/gnome/html/panel/x57.html -share/gnome/html/panel/x76.html -share/gnome/html/panel/x95.html +share/gnome/html/panel/unnamed1.html +share/gnome/html/panel/unnamed10.html +share/gnome/html/panel/unnamed11.html +share/gnome/html/panel/unnamed12.html +share/gnome/html/panel/unnamed13.html +share/gnome/html/panel/unnamed14.html +share/gnome/html/panel/unnamed15.html +share/gnome/html/panel/unnamed16.html +share/gnome/html/panel/unnamed3.html +share/gnome/html/panel/unnamed4.html +share/gnome/html/panel/unnamed5.html +share/gnome/html/panel/unnamed6.html share/gnome/idl/Terminal.idl share/gnome/idl/gnome-panel.idl share/gnome/idl/help-browser.idl share/gnome/mc/templates/GIMP.desktop +share/gnome/omf/gnome-core/clock_applet-C.omf +share/gnome/omf/gnome-core/clock_applet-da.omf +share/gnome/omf/gnome-core/clock_applet-it.omf +share/gnome/omf/gnome-core/desk-guide_applet-C.omf +share/gnome/omf/gnome-core/desk-guide_applet-de.omf +share/gnome/omf/gnome-core/desk-guide_applet-it.omf +share/gnome/omf/gnome-core/fdl-C.omf +share/gnome/omf/gnome-core/fish_applet-C.omf +share/gnome/omf/gnome-core/fish_applet-da.omf +share/gnome/omf/gnome-core/fish_applet-it.omf +share/gnome/omf/gnome-core/fish_applet-no.omf +share/gnome/omf/gnome-core/gen_util_applet-de.omf +share/gnome/omf/gnome-core/gen_util_applet-no.omf +share/gnome/omf/gnome-core/gnome-feedback-C.omf +share/gnome/omf/gnome-core/gnome-terminal-C.omf +share/gnome/omf/gnome-core/gnome-terminal-de.omf +share/gnome/omf/gnome-core/gnome-terminal-es.omf +share/gnome/omf/gnome-core/gpl-C.omf +share/gnome/omf/gnome-core/lgpl-C.omf +share/gnome/omf/gnome-core/mailcheck_applet-C.omf +share/gnome/omf/gnome-core/mailcheck_applet-da.omf +share/gnome/omf/gnome-core/mailcheck_applet-it.omf +share/gnome/omf/gnome-core/panel-C.omf +share/gnome/omf/gnome-core/panel-de.omf +share/gnome/omf/gnome-core/panel-it.omf +share/gnome/omf/gnome-core/panel-ja.omf +share/gnome/omf/gnome-core/printer_applet-C.omf +share/gnome/omf/gnome-core/printer_applet-da.omf +share/gnome/omf/gnome-core/printer_applet-it.omf +share/gnome/omf/gnome-core/session-C.omf +share/gnome/omf/gnome-core/session-ja.omf +share/gnome/omf/gnome-core/tasklist_applet-C.omf share/gnome/pixmaps/apple-green.png share/gnome/pixmaps/apple-red.png share/gnome/pixmaps/fish/fishanim.png @@ -653,6 +1235,7 @@ share/gnome/pixmaps/gnome-globe.png share/gnome/pixmaps/gnome-gmenu.png share/gnome/pixmaps/gnome-gmush.png share/gnome/pixmaps/gnome-gnomine.png +share/gnome/pixmaps/gnome-gnomoku.png share/gnome/pixmaps/gnome-graphics.png share/gnome/pixmaps/gnome-gsame.png share/gnome/pixmaps/gnome-help.png @@ -712,7 +1295,6 @@ share/gnome/pixmaps/mailcheck/email-tiny.png share/gnome/pixmaps/mailcheck/email.png share/gnome/pixmaps/mailcheck/tux-anim.png share/gnome/pixmaps/monitor.png -share/gnome/pixmaps/netscape.png share/gnome/pixmaps/panel-arrow-down.png share/gnome/pixmaps/panel-arrow-left.png share/gnome/pixmaps/panel-arrow-right.png @@ -743,7 +1325,8 @@ share/gnome/pixmaps/tiles/tile-purple-up.png share/gnome/pixmaps/tiles/tile-sand-down.png share/gnome/pixmaps/tiles/tile-sand-up.png share/gnome/pixmaps/vnterm.xpm -share/locale/bg_BG.cp1251/LC_MESSAGES/gnome-core.mo +share/locale/az/LC_MESSAGES/gnome-core.mo +share/locale/bg/LC_MESSAGES/gnome-core.mo share/locale/ca/LC_MESSAGES/gnome-core.mo share/locale/cs/LC_MESSAGES/gnome-core.mo share/locale/da/LC_MESSAGES/gnome-core.mo @@ -762,12 +1345,14 @@ share/locale/it/LC_MESSAGES/gnome-core.mo share/locale/ja/LC_MESSAGES/gnome-core.mo share/locale/ko/LC_MESSAGES/gnome-core.mo share/locale/lt/LC_MESSAGES/gnome-core.mo +share/locale/lv/LC_MESSAGES/gnome-core.mo share/locale/nl/LC_MESSAGES/gnome-core.mo share/locale/nn/LC_MESSAGES/gnome-core.mo share/locale/no/LC_MESSAGES/gnome-core.mo share/locale/pl/LC_MESSAGES/gnome-core.mo share/locale/pt/LC_MESSAGES/gnome-core.mo share/locale/pt_BR/LC_MESSAGES/gnome-core.mo +share/locale/ro/LC_MESSAGES/gnome-core.mo share/locale/ru/LC_MESSAGES/gnome-core.mo share/locale/sk/LC_MESSAGES/gnome-core.mo share/locale/sl/LC_MESSAGES/gnome-core.mo @@ -786,20 +1371,35 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/pixmaps/fish @dirrm share/gnome/mc/templates @dirrm share/gnome/mc +@dirrm share/gnome/omf/gnome-core @dirrm share/gnome/html/panel @dirrm share/gnome/hints @dirrm share/gnome/help/tasklist_applet/C/stylesheet-images +@dirrm share/gnome/help/tasklist_applet/C/figures @dirrm share/gnome/help/tasklist_applet/C @dirrm share/gnome/help/tasklist_applet +@dirrm share/gnome/help/session/ja/stylesheet-images +@dirrm share/gnome/help/session/ja/figures +@dirrm share/gnome/help/session/ja @dirrm share/gnome/help/session/C/stylesheet-images @dirrm share/gnome/help/session/C/figures @dirrm share/gnome/help/session/C @dirrm share/gnome/help/session +@dirrm share/gnome/help/printer_applet/it/stylesheet-images +@dirrm share/gnome/help/printer_applet/it/figures +@dirrm share/gnome/help/printer_applet/it +@dirrm share/gnome/help/printer_applet/es/stylesheet-images +@dirrm share/gnome/help/printer_applet/es @dirrm share/gnome/help/printer_applet/da/stylesheet-images +@dirrm share/gnome/help/printer_applet/da/figures @dirrm share/gnome/help/printer_applet/da @dirrm share/gnome/help/printer_applet/C/stylesheet-images +@dirrm share/gnome/help/printer_applet/C/figures @dirrm share/gnome/help/printer_applet/C @dirrm share/gnome/help/printer_applet +@dirrm share/gnome/help/panel/ja/stylesheet-images +@dirrm share/gnome/help/panel/ja/figures +@dirrm share/gnome/help/panel/ja @dirrm share/gnome/help/panel/it/stylesheet-images @dirrm share/gnome/help/panel/it/figures @dirrm share/gnome/help/panel/it @@ -810,11 +1410,20 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/help/panel/C/figures @dirrm share/gnome/help/panel/C @dirrm share/gnome/help/panel +@dirrm share/gnome/help/mailcheck_applet/it/stylesheet-images +@dirrm share/gnome/help/mailcheck_applet/it/figures +@dirrm share/gnome/help/mailcheck_applet/it @dirrm share/gnome/help/mailcheck_applet/da/stylesheet-images +@dirrm share/gnome/help/mailcheck_applet/da/figures @dirrm share/gnome/help/mailcheck_applet/da @dirrm share/gnome/help/mailcheck_applet/C/stylesheet-images +@dirrm share/gnome/help/mailcheck_applet/C/figures @dirrm share/gnome/help/mailcheck_applet/C @dirrm share/gnome/help/mailcheck_applet +@dirrm share/gnome/help/lgpl/C/stylesheet-images +@dirrm share/gnome/help/lgpl/C/figures +@dirrm share/gnome/help/lgpl/C +@dirrm share/gnome/help/lgpl @dirrm share/gnome/help/help-browser/wa @dirrm share/gnome/help/help-browser/uk @dirrm share/gnome/help/help-browser/no @@ -833,6 +1442,10 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/help/help-browser/ca @dirrm share/gnome/help/help-browser/C @dirrm share/gnome/help/help-browser +@dirrm share/gnome/help/gpl/C/stylesheet-images +@dirrm share/gnome/help/gpl/C/figures +@dirrm share/gnome/help/gpl/C +@dirrm share/gnome/help/gpl @dirrm share/gnome/help/gnome-terminal/no/stylesheet-images @dirrm share/gnome/help/gnome-terminal/no/figures @dirrm share/gnome/help/gnome-terminal/no @@ -842,6 +1455,8 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/help/gnome-terminal/es/stylesheet-images @dirrm share/gnome/help/gnome-terminal/es/figures @dirrm share/gnome/help/gnome-terminal/es +@dirrm share/gnome/help/gnome-terminal/de/stylesheet-images +@dirrm share/gnome/help/gnome-terminal/de/figures @dirrm share/gnome/help/gnome-terminal/de @dirrm share/gnome/help/gnome-terminal/da/stylesheet-images @dirrm share/gnome/help/gnome-terminal/da/figures @@ -850,28 +1465,54 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-core.mo @dirrm share/gnome/help/gnome-terminal/C/figures @dirrm share/gnome/help/gnome-terminal/C @dirrm share/gnome/help/gnome-terminal +@dirrm share/gnome/help/gnome-feedback/C/stylesheet-images +@dirrm share/gnome/help/gnome-feedback/C/figures +@dirrm share/gnome/help/gnome-feedback/C +@dirrm share/gnome/help/gnome-feedback @dirrm share/gnome/help/gen_util_applet/no/stylesheet-images @dirrm share/gnome/help/gen_util_applet/no @dirrm share/gnome/help/gen_util_applet/de/stylesheet-images @dirrm share/gnome/help/gen_util_applet/de @dirrm share/gnome/help/gen_util_applet @dirrm share/gnome/help/fish_applet/no/stylesheet-images +@dirrm share/gnome/help/fish_applet/no/figures @dirrm share/gnome/help/fish_applet/no +@dirrm share/gnome/help/fish_applet/it/stylesheet-images +@dirrm share/gnome/help/fish_applet/it/figures +@dirrm share/gnome/help/fish_applet/it @dirrm share/gnome/help/fish_applet/da/stylesheet-images +@dirrm share/gnome/help/fish_applet/da/figures @dirrm share/gnome/help/fish_applet/da @dirrm share/gnome/help/fish_applet/C/stylesheet-images +@dirrm share/gnome/help/fish_applet/C/figures @dirrm share/gnome/help/fish_applet/C @dirrm share/gnome/help/fish_applet +@dirrm share/gnome/help/fdl/C/stylesheet-images +@dirrm share/gnome/help/fdl/C/figures +@dirrm share/gnome/help/fdl/C +@dirrm share/gnome/help/fdl +@dirrm share/gnome/help/desk-guide_applet/it/stylesheet-images +@dirrm share/gnome/help/desk-guide_applet/it/figures +@dirrm share/gnome/help/desk-guide_applet/it @dirrm share/gnome/help/desk-guide_applet/de/stylesheet-images +@dirrm share/gnome/help/desk-guide_applet/de/figures @dirrm share/gnome/help/desk-guide_applet/de @dirrm share/gnome/help/desk-guide_applet/C/stylesheet-images +@dirrm share/gnome/help/desk-guide_applet/C/figures @dirrm share/gnome/help/desk-guide_applet/C @dirrm share/gnome/help/desk-guide_applet +@dirrm share/gnome/help/clock_applet/it/stylesheet-images +@dirrm share/gnome/help/clock_applet/it/figures +@dirrm share/gnome/help/clock_applet/it @dirrm share/gnome/help/clock_applet/da/stylesheet-images +@dirrm share/gnome/help/clock_applet/da/figures @dirrm share/gnome/help/clock_applet/da @dirrm share/gnome/help/clock_applet/C/stylesheet-images +@dirrm share/gnome/help/clock_applet/C/figures @dirrm share/gnome/help/clock_applet/C @dirrm share/gnome/help/clock_applet +@dirrm share/gnome/gnome-terminal/glade +@dirrm share/gnome/gnome-terminal @dirrm share/gnome/gnome-about @dirrm share/gnome/apps/Utilities @dirrm share/gnome/apps/System diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index d8b55194da78..8c97338871be 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomelibs -PORTVERSION= 1.2.11 +PORTVERSION= 1.2.13 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs @@ -14,7 +14,9 @@ DISTNAME= gnome-libs-${PORTVERSION} MAINTAINER?= ade@FreeBSD.org +BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit +RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_X_PREFIX= yes USE_XPM= yes @@ -24,7 +26,7 @@ USE_IMLIB= yes USE_ESOUND= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -LIBTOOLFILES= configure libart_lgpl/configure devel-docs/configure +LIBTOOLFILES= configure libart_lgpl/configure CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --disable-test-gnome diff --git a/x11/gnomelibs/distinfo b/x11/gnomelibs/distinfo index 519e4dde953a..e02a278115ce 100644 --- a/x11/gnomelibs/distinfo +++ b/x11/gnomelibs/distinfo @@ -1 +1 @@ -MD5 (gnome-libs-1.2.11.tar.gz) = dbbbf93f9fe387c841de4b537be38ce3 +MD5 (gnome-libs-1.2.13.tar.gz) = 99e0b4f6bdbb69af160e93fe2b106142 diff --git a/x11/gnomelibs/files/patch-bb b/x11/gnomelibs/files/patch-bb index fed78b9bfaa3..0aa856f77061 100644 --- a/x11/gnomelibs/files/patch-bb +++ b/x11/gnomelibs/files/patch-bb @@ -14,7 +14,7 @@ -libgtkxmhtml_la_LDFLAGS = -version-info 1:1:0 -rpath $(libdir) -+libgtkxmhtml_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libgtkxmhtml_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libgtkxmhtml_la_LIBADD = $(LIBGTKXMHTML_LIBS) noinst_PROGRAMS = htmltest diff --git a/x11/gnomelibs/files/patch-bc b/x11/gnomelibs/files/patch-bc index 3f0690acc14a..fc6ef3c2f524 100644 --- a/x11/gnomelibs/files/patch-bc +++ b/x11/gnomelibs/files/patch-bc @@ -2,6 +2,6 @@ +++ libgnome/Makefile.in Mon Jan 22 13:45:00 2001 @@ -170,3 +170,3 @@ --libgnome_la_LDFLAGS = -version-info 36:2:4 #-rpath $(libdir) -+libgnome_la_LDFLAGS = -version-info 4:0:0 #-rpath $(libdir) +-libgnome_la_LDFLAGS = -version-info 36:3:4 #-rpath $(libdir) ++libgnome_la_LDFLAGS = -version-info 5:0:0 #-rpath $(libdir) libgnome_la_LIBADD = $(GLIB_LIBS) -lm $(DL_LIB) diff --git a/x11/gnomelibs/files/patch-bd b/x11/gnomelibs/files/patch-bd index 3407a11d3f83..8aaaa45d346d 100644 --- a/x11/gnomelibs/files/patch-bd +++ b/x11/gnomelibs/files/patch-bd @@ -2,8 +2,8 @@ +++ libgnomeui/Makefile.in Thu Jan 25 10:17:02 2001 @@ -201,3 +201,3 @@ --libgnomeui_la_LDFLAGS = -version-info 46:0:14 -rpath $(libdir) -+libgnomeui_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) +-libgnomeui_la_LDFLAGS = -version-info 46:1:14 -rpath $(libdir) ++libgnomeui_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libgnomeui_la_LIBADD = $(LIBGNOMEUI_LIBS) @@ -260,3 +260,3 @@ gtk-ted.lo gtkdial.lo gtkpixmapmenuitem.lo diff --git a/x11/gnomelibs/files/patch-be b/x11/gnomelibs/files/patch-be index aa269911e7db..4dfb80f96b5d 100644 --- a/x11/gnomelibs/files/patch-be +++ b/x11/gnomelibs/files/patch-be @@ -5,7 +5,7 @@ -libgnorba_la_LDFLAGS = -version-info 28:8:1 -rpath $(libdir) -+libgnorba_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libgnorba_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libgnorba_la_LIBADD = $(ORBIT_LIBS) $(GLIB_LIBS) -lm loadshlib_SOURCES = loadshlib.c @@ -14,7 +14,7 @@ gnome-unknown-skels.lo gnome-unknown-stubs.lo gnome-unknown-common.lo \ goad.lo orbitgtk.lo orbitgnome.lo orbitns.lo -libgnorbagtk_la_LDFLAGS = -+libgnorbagtk_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libgnorbagtk_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libgnorbagtk_la_LIBADD = libgnorbagtk_la_OBJECTS = gnome-factory-skels.lo gnome-factory-stubs.lo \ gnome-factory-common.lo Table-skels.lo Table-stubs.lo Table-common.lo \ diff --git a/x11/gnomelibs/files/patch-bf b/x11/gnomelibs/files/patch-bf index 44e1d7a697e1..4e10c904b528 100644 --- a/x11/gnomelibs/files/patch-bf +++ b/x11/gnomelibs/files/patch-bf @@ -14,7 +14,7 @@ libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c libgnomesupport_la_LIBADD = @LTLIBOBJS@ -libgnomesupport_la_LDFLAGS = -version-info 0:0:0 -+libgnomesupport_la_LDFLAGS = -version-info 4:0:0 ++libgnomesupport_la_LDFLAGS = -version-info 5:0:0 BUILT_SOURCES = gnomesupport.h diff --git a/x11/gnomelibs/files/patch-bg b/x11/gnomelibs/files/patch-bg index ff2f54e9b3ec..8b76c27b44ab 100644 --- a/x11/gnomelibs/files/patch-bg +++ b/x11/gnomelibs/files/patch-bg @@ -8,7 +8,7 @@ @@ -158,3 +158,3 @@ -libzvt_la_LDFLAGS = -version-info 4:10:2 -rpath $(libdir) -+libzvt_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libzvt_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) @@ -194,3 +194,3 @@ update.lo vt.lo zvtterm.lo diff --git a/x11/gnomelibs/files/patch-bh b/x11/gnomelibs/files/patch-bh index 560ff0aa6c04..e69de29bb2d1 100644 --- a/x11/gnomelibs/files/patch-bh +++ b/x11/gnomelibs/files/patch-bh @@ -1,11 +0,0 @@ ---- tools/Makefile.in.orig Tue Feb 16 01:09:02 1999 -+++ tools/Makefile.in Fri Feb 19 00:20:20 1999 -@@ -146,7 +146,7 @@ - mcserv = @mcserv@ - need_gnome_support = @need_gnome_support@ - --SUBDIRS = convertrgb gnome-doc -+SUBDIRS = convertrgb - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = diff --git a/x11/gnomelibs/files/patch-bi b/x11/gnomelibs/files/patch-bi index 32e3836e806c..feb8e007fb1a 100644 --- a/x11/gnomelibs/files/patch-bi +++ b/x11/gnomelibs/files/patch-bi @@ -5,7 +5,7 @@ -libart_lgpl_la_LDFLAGS = -version-info @LIBART_VERSION_INFO@ -+libart_lgpl_la_LDFLAGS = -version-info 4:0:0 ++libart_lgpl_la_LDFLAGS = -version-info 5:0:0 libart_lgplincdir = $(includedir)/libart_lgpl libart_lgplinc_HEADERS = art_affine.h art_alphagamma.h art_bpath.h art_filterlevel.h art_gray_svp.h art_misc.h art_pathcode.h art_pixbuf.h art_point.h art_rect.h art_rect_svp.h art_rect_uta.h art_rgb.h art_rgb_affine.h art_rgb_bitmap_affine.h art_rgb_pixbuf_affine.h art_rgb_rgba_affine.h art_rgb_svp.h art_svp.h art_svp_ops.h art_svp_render_aa.h art_svp_vpath.h art_svp_vpath_stroke.h art_uta.h art_uta_ops.h art_uta_rect.h art_uta_vpath.h art_uta_svp.h art_vpath.h art_vpath_bpath.h art_vpath_svp.h diff --git a/x11/gnomelibs/pkg-descr b/x11/gnomelibs/pkg-descr index 02f7a50d9bee..f7f15642367f 100644 --- a/x11/gnomelibs/pkg-descr +++ b/x11/gnomelibs/pkg-descr @@ -1,4 +1,3 @@ -libraries for GNOME, a GNU desktop environment +Libraries for GNOME, a GNU desktop environment -For more infomation about Gnome on FreeBSD, -please refer to ${PORTSDIR}/x11/gnome/pkg-descr +WWW: http://www.gnome.org/ diff --git a/x11/gnomelibs/pkg-plist b/x11/gnomelibs/pkg-plist index a491ac67423c..c5dda8991aed 100644 --- a/x11/gnomelibs/pkg-plist +++ b/x11/gnomelibs/pkg-plist @@ -179,28 +179,28 @@ include/zvt/vtx.h include/zvt/zvtterm.h lib/libart_lgpl.a lib/libart_lgpl.so -lib/libart_lgpl.so.4 +lib/libart_lgpl.so.5 lib/libgnome.a lib/libgnome.so -lib/libgnome.so.4 +lib/libgnome.so.5 lib/libgnomesupport.a lib/libgnomesupport.so -lib/libgnomesupport.so.4 +lib/libgnomesupport.so.5 lib/libgnomeui.a lib/libgnomeui.so -lib/libgnomeui.so.4 +lib/libgnomeui.so.5 lib/libgnorba.a lib/libgnorba.so -lib/libgnorba.so.4 +lib/libgnorba.so.5 lib/libgnorbagtk.a lib/libgnorbagtk.so -lib/libgnorbagtk.so.4 +lib/libgnorbagtk.so.5 lib/libgtkxmhtml.a lib/libgtkxmhtml.so -lib/libgtkxmhtml.so.4 +lib/libgtkxmhtml.so.5 lib/libzvt.a lib/libzvt.so -lib/libzvt.so.4 +lib/libzvt.so.5 share/aclocal/libart.m4 share/gnome/gtkrc share/gnome/gtkrc.el @@ -221,91 +221,9 @@ share/gnome/gtkrc.vi_VN.tcvn share/gnome/gtkrc.vi_VN.viscii share/gnome/gtkrc.zh_CN share/gnome/gtkrc.zh_TW.Big5 -share/gnome/help/gnome-dev-info/C/addauth.html -share/gnome/help/gnome-dev-info/C/altpol.html -share/gnome/help/gnome-dev-info/C/arch.html -share/gnome/help/gnome-dev-info/C/book1.html -share/gnome/help/gnome-dev-info/C/codstd.html -share/gnome/help/gnome-dev-info/C/cvs.html -share/gnome/help/gnome-dev-info/C/dialogapputil-docs.html -share/gnome/help/gnome-dev-info/C/docbook.css -share/gnome/help/gnome-dev-info/C/event-driven-programming.html -share/gnome/help/gnome-dev-info/C/gnome-actionarea.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-convenience-macros.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-functions.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-gnomeuiinfo.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-keybindings-config.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-quick-example.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper.html -share/gnome/help/gnome-dev-info/C/gnome-app-util.html -share/gnome/help/gnome-dev-info/C/gnome-app.html -share/gnome/help/gnome-dev-info/C/gnome-canvas-coordinates.html -share/gnome/help/gnome-dev-info/C/gnome-canvas-getting-started.html -share/gnome/help/gnome-dev-info/C/gnome-canvas-object-arguments.html -share/gnome/help/gnome-dev-info/C/gnome-canvas-organization-of-items.html -share/gnome/help/gnome-dev-info/C/gnome-canvas.html -share/gnome/help/gnome-dev-info/C/gnome-client.html -share/gnome/help/gnome-dev-info/C/gnome-color-selector.html -share/gnome/help/gnome-dev-info/C/gnome-defs.html -share/gnome/help/gnome-dev-info/C/gnome-dentry.html -share/gnome/help/gnome-dev-info/C/gnome-dev-info.html -share/gnome/help/gnome-dev-info/C/gnome-dialog.html -share/gnome/help/gnome-dev-info/C/gnome-dns.html -share/gnome/help/gnome-dev-info/C/gnome-fileconvert.html -share/gnome/help/gnome-dev-info/C/gnome-font-selector.html -share/gnome/help/gnome-dev-info/C/gnome-hello-0-basic.jpg -share/gnome/help/gnome-dev-info/C/gnome-hello-1-menus.jpg -share/gnome/help/gnome-dev-info/C/gnome-hello-2-i18n.jpg -share/gnome/help/gnome-dev-info/C/gnome-help.html -share/gnome/help/gnome-dev-info/C/gnome-history.html -share/gnome/help/gnome-dev-info/C/gnome-hook.html -share/gnome/help/gnome-dev-info/C/gnome-i18n.html -share/gnome/help/gnome-dev-info/C/gnome-ice.html -share/gnome/help/gnome-dev-info/C/gnome-mdi-docs.html -share/gnome/help/gnome-dev-info/C/gnome-messagebox.html -share/gnome/help/gnome-dev-info/C/gnome-mime.html -share/gnome/help/gnome-dev-info/C/gnome-net.html -share/gnome/help/gnome-dev-info/C/gnome-pixmap.html -share/gnome/help/gnome-dev-info/C/gnome-plugins.html -share/gnome/help/gnome-dev-info/C/gnome-properties.html -share/gnome/help/gnome-dev-info/C/gnome-score.html -share/gnome/help/gnome-dev-info/C/gnome-scores.html -share/gnome/help/gnome-dev-info/C/gnome-session.html -share/gnome/help/gnome-dev-info/C/gnome-startup.html -share/gnome/help/gnome-dev-info/C/gnome-stock-imlib.html -share/gnome/help/gnome-dev-info/C/gnome-stock-xpm.html -share/gnome/help/gnome-dev-info/C/gnome-stock.html -share/gnome/help/gnome-dev-info/C/gnome-string.html -share/gnome/help/gnome-dev-info/C/gnome-triggers.html -share/gnome/help/gnome-dev-info/C/gnome-util.html -share/gnome/help/gnome-dev-info/C/gnomeappbar.html -share/gnome/help/gnome-dev-info/C/graphics-contexts.html -share/gnome/help/gnome-dev-info/C/gtk-clock.html -share/gnome/help/gnome-dev-info/C/gtk-ted.html -share/gnome/help/gnome-dev-info/C/index.html -share/gnome/help/gnome-dev-info/C/intro.html -share/gnome/help/gnome-dev-info/C/libgnome.html -share/gnome/help/gnome-dev-info/C/libgnomeui.html -share/gnome/help/gnome-dev-info/C/libgnorba-docs.html -share/gnome/help/gnome-dev-info/C/ln14.html -share/gnome/help/gnome-dev-info/C/nontech.html -share/gnome/help/gnome-dev-info/C/orbitgtk.html -share/gnome/help/gnome-dev-info/C/start.html -share/gnome/help/gnome-dev-info/C/thisdoc.html -share/gnome/help/gnome-dev-info/C/tut-doc.html -share/gnome/help/gnome-dev-info/C/tut-i18n.html -share/gnome/help/gnome-dev-info/C/tut-menus.html -share/gnome/help/gnome-dev-info/C/tut-parsing.html -share/gnome/help/gnome-dev-info/C/tut-sm.html -share/gnome/help/gnome-dev-info/C/tutorial.html -share/gnome/help/gnome-dev-info/C/visuals.html -share/gnome/help/gnome-dev-info/C/what.html -share/gnome/help/gnome-dev-info/C/whatis.html -share/gnome/help/gnome-dev-info/C/x-concepts-docs.html -share/gnome/help/gnome-dev-info/C/x1453.html -share/gnome/help/gnome-dev-info/C/x2161.html -share/gnome/help/gnome-dev-info/C/x2674.html -share/gnome/help/gnome-dev-info/C/x671.html +share/gnome/doc/gnome-doc +share/gnome/doc/gnome-doc.el +share/gnome/doc/mkstub share/gnome/html/gnome-decl.txt share/gnome/html/gnome-sections.txt share/gnome/html/gnome.html @@ -333,7 +251,6 @@ share/gnome/html/gnome/gnome-gnome-util.html share/gnome/html/gnome/gnome-libgnome.html share/gnome/html/gnome/libgnome.html share/gnome/html/gnomeui-decl.txt -share/gnome/html/gnomeui-scan.c share/gnome/html/gnomeui-sections.txt share/gnome/html/gnomeui.hierarchy share/gnome/html/gnomeui.html @@ -374,7 +291,6 @@ share/gnome/html/gnomeui/gnomeentry.html share/gnome/html/gnomeui/gnomefileentry.html share/gnome/html/gnomeui/gnomefontpicker.html share/gnome/html/gnomeui/gnomefontselector.html -share/gnome/html/gnomeui/gnomeguru.html share/gnome/html/gnomeui/gnomehref.html share/gnome/html/gnomeui/gnomeiconentry.html share/gnome/html/gnomeui/gnomeiconlist.html @@ -422,26 +338,6 @@ share/gnome/html/gnomeui/gtkted.html share/gnome/html/gnomeui/libgnomeui.html share/gnome/html/gnorba-decl.txt share/gnome/html/gnorba-sections.txt -share/gnome/html/gnorba/book1.html -share/gnome/html/gnorba/gnorba-gnorba.html -share/gnome/html/gnorba/gnorba-goad.html -share/gnome/html/gnorba/libgnorba.html -share/gnome/html/zvt/book1.html -share/gnome/html/zvt/x119.html -share/gnome/html/zvt/x144.html -share/gnome/html/zvt/x152.html -share/gnome/html/zvt/x192.html -share/gnome/html/zvt/x222.html -share/gnome/html/zvt/x243.html -share/gnome/html/zvt/x263.html -share/gnome/html/zvt/x98.html -share/gnome/html/zvt/zvtterm-future.html -share/gnome/html/zvt/zvtterm-input-output.html -share/gnome/html/zvt/zvtterm-notes.html -share/gnome/html/zvt/zvtterm-properties.html -share/gnome/html/zvt/zvtterm-reference.html -share/gnome/html/zvt/zvtterm-window-hints.html -share/gnome/html/zvt/zvtterm.html share/gnome/idl/GnomeObject.idl share/gnome/idl/Table.idl share/gnome/idl/desktop-editor.idl @@ -496,6 +392,8 @@ share/locale/sr/LC_MESSAGES/gnome-libs.mo share/locale/sv/LC_MESSAGES/gnome-libs.mo share/locale/ta/LC_MESSAGES/gnome-libs.mo share/locale/tr/LC_MESSAGES/gnome-libs.mo +share/locale/uk/LC_MESSAGES/gnome-libs.mo +share/locale/vi/LC_MESSAGES/gnome-libs.mo share/locale/wa/LC_MESSAGES/gnome-libs.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-libs.mo share/locale/zh_TW.Big5/LC_MESSAGES/gnome-libs.mo @@ -513,6 +411,7 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-libs.mo @dirrm share/gnome/help/gnome-dev-info @dirrm share/gnome/help @dirrm share/gnome/games +@dirrm share/gnome/doc @dirrm share/gnome @dirrm include/zvt @dirrm include/libgnorba diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index d8b55194da78..8c97338871be 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomelibs -PORTVERSION= 1.2.11 +PORTVERSION= 1.2.13 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs @@ -14,7 +14,9 @@ DISTNAME= gnome-libs-${PORTVERSION} MAINTAINER?= ade@FreeBSD.org +BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit +RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_X_PREFIX= yes USE_XPM= yes @@ -24,7 +26,7 @@ USE_IMLIB= yes USE_ESOUND= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -LIBTOOLFILES= configure libart_lgpl/configure devel-docs/configure +LIBTOOLFILES= configure libart_lgpl/configure CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --disable-test-gnome diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo index 519e4dde953a..e02a278115ce 100644 --- a/x11/libgnome/distinfo +++ b/x11/libgnome/distinfo @@ -1 +1 @@ -MD5 (gnome-libs-1.2.11.tar.gz) = dbbbf93f9fe387c841de4b537be38ce3 +MD5 (gnome-libs-1.2.13.tar.gz) = 99e0b4f6bdbb69af160e93fe2b106142 diff --git a/x11/libgnome/files/patch-bb b/x11/libgnome/files/patch-bb index fed78b9bfaa3..0aa856f77061 100644 --- a/x11/libgnome/files/patch-bb +++ b/x11/libgnome/files/patch-bb @@ -14,7 +14,7 @@ -libgtkxmhtml_la_LDFLAGS = -version-info 1:1:0 -rpath $(libdir) -+libgtkxmhtml_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libgtkxmhtml_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libgtkxmhtml_la_LIBADD = $(LIBGTKXMHTML_LIBS) noinst_PROGRAMS = htmltest diff --git a/x11/libgnome/files/patch-bc b/x11/libgnome/files/patch-bc index 3f0690acc14a..fc6ef3c2f524 100644 --- a/x11/libgnome/files/patch-bc +++ b/x11/libgnome/files/patch-bc @@ -2,6 +2,6 @@ +++ libgnome/Makefile.in Mon Jan 22 13:45:00 2001 @@ -170,3 +170,3 @@ --libgnome_la_LDFLAGS = -version-info 36:2:4 #-rpath $(libdir) -+libgnome_la_LDFLAGS = -version-info 4:0:0 #-rpath $(libdir) +-libgnome_la_LDFLAGS = -version-info 36:3:4 #-rpath $(libdir) ++libgnome_la_LDFLAGS = -version-info 5:0:0 #-rpath $(libdir) libgnome_la_LIBADD = $(GLIB_LIBS) -lm $(DL_LIB) diff --git a/x11/libgnome/files/patch-bd b/x11/libgnome/files/patch-bd index 3407a11d3f83..8aaaa45d346d 100644 --- a/x11/libgnome/files/patch-bd +++ b/x11/libgnome/files/patch-bd @@ -2,8 +2,8 @@ +++ libgnomeui/Makefile.in Thu Jan 25 10:17:02 2001 @@ -201,3 +201,3 @@ --libgnomeui_la_LDFLAGS = -version-info 46:0:14 -rpath $(libdir) -+libgnomeui_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) +-libgnomeui_la_LDFLAGS = -version-info 46:1:14 -rpath $(libdir) ++libgnomeui_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libgnomeui_la_LIBADD = $(LIBGNOMEUI_LIBS) @@ -260,3 +260,3 @@ gtk-ted.lo gtkdial.lo gtkpixmapmenuitem.lo diff --git a/x11/libgnome/files/patch-be b/x11/libgnome/files/patch-be index aa269911e7db..4dfb80f96b5d 100644 --- a/x11/libgnome/files/patch-be +++ b/x11/libgnome/files/patch-be @@ -5,7 +5,7 @@ -libgnorba_la_LDFLAGS = -version-info 28:8:1 -rpath $(libdir) -+libgnorba_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libgnorba_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libgnorba_la_LIBADD = $(ORBIT_LIBS) $(GLIB_LIBS) -lm loadshlib_SOURCES = loadshlib.c @@ -14,7 +14,7 @@ gnome-unknown-skels.lo gnome-unknown-stubs.lo gnome-unknown-common.lo \ goad.lo orbitgtk.lo orbitgnome.lo orbitns.lo -libgnorbagtk_la_LDFLAGS = -+libgnorbagtk_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libgnorbagtk_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) libgnorbagtk_la_LIBADD = libgnorbagtk_la_OBJECTS = gnome-factory-skels.lo gnome-factory-stubs.lo \ gnome-factory-common.lo Table-skels.lo Table-stubs.lo Table-common.lo \ diff --git a/x11/libgnome/files/patch-bf b/x11/libgnome/files/patch-bf index 44e1d7a697e1..4e10c904b528 100644 --- a/x11/libgnome/files/patch-bf +++ b/x11/libgnome/files/patch-bf @@ -14,7 +14,7 @@ libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c libgnomesupport_la_LIBADD = @LTLIBOBJS@ -libgnomesupport_la_LDFLAGS = -version-info 0:0:0 -+libgnomesupport_la_LDFLAGS = -version-info 4:0:0 ++libgnomesupport_la_LDFLAGS = -version-info 5:0:0 BUILT_SOURCES = gnomesupport.h diff --git a/x11/libgnome/files/patch-bg b/x11/libgnome/files/patch-bg index ff2f54e9b3ec..8b76c27b44ab 100644 --- a/x11/libgnome/files/patch-bg +++ b/x11/libgnome/files/patch-bg @@ -8,7 +8,7 @@ @@ -158,3 +158,3 @@ -libzvt_la_LDFLAGS = -version-info 4:10:2 -rpath $(libdir) -+libzvt_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir) ++libzvt_la_LDFLAGS = -version-info 5:0:0 -rpath $(libdir) @@ -194,3 +194,3 @@ update.lo vt.lo zvtterm.lo diff --git a/x11/libgnome/files/patch-bh b/x11/libgnome/files/patch-bh index 560ff0aa6c04..e69de29bb2d1 100644 --- a/x11/libgnome/files/patch-bh +++ b/x11/libgnome/files/patch-bh @@ -1,11 +0,0 @@ ---- tools/Makefile.in.orig Tue Feb 16 01:09:02 1999 -+++ tools/Makefile.in Fri Feb 19 00:20:20 1999 -@@ -146,7 +146,7 @@ - mcserv = @mcserv@ - need_gnome_support = @need_gnome_support@ - --SUBDIRS = convertrgb gnome-doc -+SUBDIRS = convertrgb - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = diff --git a/x11/libgnome/files/patch-bi b/x11/libgnome/files/patch-bi index 32e3836e806c..feb8e007fb1a 100644 --- a/x11/libgnome/files/patch-bi +++ b/x11/libgnome/files/patch-bi @@ -5,7 +5,7 @@ -libart_lgpl_la_LDFLAGS = -version-info @LIBART_VERSION_INFO@ -+libart_lgpl_la_LDFLAGS = -version-info 4:0:0 ++libart_lgpl_la_LDFLAGS = -version-info 5:0:0 libart_lgplincdir = $(includedir)/libart_lgpl libart_lgplinc_HEADERS = art_affine.h art_alphagamma.h art_bpath.h art_filterlevel.h art_gray_svp.h art_misc.h art_pathcode.h art_pixbuf.h art_point.h art_rect.h art_rect_svp.h art_rect_uta.h art_rgb.h art_rgb_affine.h art_rgb_bitmap_affine.h art_rgb_pixbuf_affine.h art_rgb_rgba_affine.h art_rgb_svp.h art_svp.h art_svp_ops.h art_svp_render_aa.h art_svp_vpath.h art_svp_vpath_stroke.h art_uta.h art_uta_ops.h art_uta_rect.h art_uta_vpath.h art_uta_svp.h art_vpath.h art_vpath_bpath.h art_vpath_svp.h diff --git a/x11/libgnome/pkg-descr b/x11/libgnome/pkg-descr index 02f7a50d9bee..f7f15642367f 100644 --- a/x11/libgnome/pkg-descr +++ b/x11/libgnome/pkg-descr @@ -1,4 +1,3 @@ -libraries for GNOME, a GNU desktop environment +Libraries for GNOME, a GNU desktop environment -For more infomation about Gnome on FreeBSD, -please refer to ${PORTSDIR}/x11/gnome/pkg-descr +WWW: http://www.gnome.org/ diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist index a491ac67423c..c5dda8991aed 100644 --- a/x11/libgnome/pkg-plist +++ b/x11/libgnome/pkg-plist @@ -179,28 +179,28 @@ include/zvt/vtx.h include/zvt/zvtterm.h lib/libart_lgpl.a lib/libart_lgpl.so -lib/libart_lgpl.so.4 +lib/libart_lgpl.so.5 lib/libgnome.a lib/libgnome.so -lib/libgnome.so.4 +lib/libgnome.so.5 lib/libgnomesupport.a lib/libgnomesupport.so -lib/libgnomesupport.so.4 +lib/libgnomesupport.so.5 lib/libgnomeui.a lib/libgnomeui.so -lib/libgnomeui.so.4 +lib/libgnomeui.so.5 lib/libgnorba.a lib/libgnorba.so -lib/libgnorba.so.4 +lib/libgnorba.so.5 lib/libgnorbagtk.a lib/libgnorbagtk.so -lib/libgnorbagtk.so.4 +lib/libgnorbagtk.so.5 lib/libgtkxmhtml.a lib/libgtkxmhtml.so -lib/libgtkxmhtml.so.4 +lib/libgtkxmhtml.so.5 lib/libzvt.a lib/libzvt.so -lib/libzvt.so.4 +lib/libzvt.so.5 share/aclocal/libart.m4 share/gnome/gtkrc share/gnome/gtkrc.el @@ -221,91 +221,9 @@ share/gnome/gtkrc.vi_VN.tcvn share/gnome/gtkrc.vi_VN.viscii share/gnome/gtkrc.zh_CN share/gnome/gtkrc.zh_TW.Big5 -share/gnome/help/gnome-dev-info/C/addauth.html -share/gnome/help/gnome-dev-info/C/altpol.html -share/gnome/help/gnome-dev-info/C/arch.html -share/gnome/help/gnome-dev-info/C/book1.html -share/gnome/help/gnome-dev-info/C/codstd.html -share/gnome/help/gnome-dev-info/C/cvs.html -share/gnome/help/gnome-dev-info/C/dialogapputil-docs.html -share/gnome/help/gnome-dev-info/C/docbook.css -share/gnome/help/gnome-dev-info/C/event-driven-programming.html -share/gnome/help/gnome-dev-info/C/gnome-actionarea.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-convenience-macros.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-functions.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-gnomeuiinfo.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-keybindings-config.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper-quick-example.html -share/gnome/help/gnome-dev-info/C/gnome-app-helper.html -share/gnome/help/gnome-dev-info/C/gnome-app-util.html -share/gnome/help/gnome-dev-info/C/gnome-app.html -share/gnome/help/gnome-dev-info/C/gnome-canvas-coordinates.html -share/gnome/help/gnome-dev-info/C/gnome-canvas-getting-started.html -share/gnome/help/gnome-dev-info/C/gnome-canvas-object-arguments.html -share/gnome/help/gnome-dev-info/C/gnome-canvas-organization-of-items.html -share/gnome/help/gnome-dev-info/C/gnome-canvas.html -share/gnome/help/gnome-dev-info/C/gnome-client.html -share/gnome/help/gnome-dev-info/C/gnome-color-selector.html -share/gnome/help/gnome-dev-info/C/gnome-defs.html -share/gnome/help/gnome-dev-info/C/gnome-dentry.html -share/gnome/help/gnome-dev-info/C/gnome-dev-info.html -share/gnome/help/gnome-dev-info/C/gnome-dialog.html -share/gnome/help/gnome-dev-info/C/gnome-dns.html -share/gnome/help/gnome-dev-info/C/gnome-fileconvert.html -share/gnome/help/gnome-dev-info/C/gnome-font-selector.html -share/gnome/help/gnome-dev-info/C/gnome-hello-0-basic.jpg -share/gnome/help/gnome-dev-info/C/gnome-hello-1-menus.jpg -share/gnome/help/gnome-dev-info/C/gnome-hello-2-i18n.jpg -share/gnome/help/gnome-dev-info/C/gnome-help.html -share/gnome/help/gnome-dev-info/C/gnome-history.html -share/gnome/help/gnome-dev-info/C/gnome-hook.html -share/gnome/help/gnome-dev-info/C/gnome-i18n.html -share/gnome/help/gnome-dev-info/C/gnome-ice.html -share/gnome/help/gnome-dev-info/C/gnome-mdi-docs.html -share/gnome/help/gnome-dev-info/C/gnome-messagebox.html -share/gnome/help/gnome-dev-info/C/gnome-mime.html -share/gnome/help/gnome-dev-info/C/gnome-net.html -share/gnome/help/gnome-dev-info/C/gnome-pixmap.html -share/gnome/help/gnome-dev-info/C/gnome-plugins.html -share/gnome/help/gnome-dev-info/C/gnome-properties.html -share/gnome/help/gnome-dev-info/C/gnome-score.html -share/gnome/help/gnome-dev-info/C/gnome-scores.html -share/gnome/help/gnome-dev-info/C/gnome-session.html -share/gnome/help/gnome-dev-info/C/gnome-startup.html -share/gnome/help/gnome-dev-info/C/gnome-stock-imlib.html -share/gnome/help/gnome-dev-info/C/gnome-stock-xpm.html -share/gnome/help/gnome-dev-info/C/gnome-stock.html -share/gnome/help/gnome-dev-info/C/gnome-string.html -share/gnome/help/gnome-dev-info/C/gnome-triggers.html -share/gnome/help/gnome-dev-info/C/gnome-util.html -share/gnome/help/gnome-dev-info/C/gnomeappbar.html -share/gnome/help/gnome-dev-info/C/graphics-contexts.html -share/gnome/help/gnome-dev-info/C/gtk-clock.html -share/gnome/help/gnome-dev-info/C/gtk-ted.html -share/gnome/help/gnome-dev-info/C/index.html -share/gnome/help/gnome-dev-info/C/intro.html -share/gnome/help/gnome-dev-info/C/libgnome.html -share/gnome/help/gnome-dev-info/C/libgnomeui.html -share/gnome/help/gnome-dev-info/C/libgnorba-docs.html -share/gnome/help/gnome-dev-info/C/ln14.html -share/gnome/help/gnome-dev-info/C/nontech.html -share/gnome/help/gnome-dev-info/C/orbitgtk.html -share/gnome/help/gnome-dev-info/C/start.html -share/gnome/help/gnome-dev-info/C/thisdoc.html -share/gnome/help/gnome-dev-info/C/tut-doc.html -share/gnome/help/gnome-dev-info/C/tut-i18n.html -share/gnome/help/gnome-dev-info/C/tut-menus.html -share/gnome/help/gnome-dev-info/C/tut-parsing.html -share/gnome/help/gnome-dev-info/C/tut-sm.html -share/gnome/help/gnome-dev-info/C/tutorial.html -share/gnome/help/gnome-dev-info/C/visuals.html -share/gnome/help/gnome-dev-info/C/what.html -share/gnome/help/gnome-dev-info/C/whatis.html -share/gnome/help/gnome-dev-info/C/x-concepts-docs.html -share/gnome/help/gnome-dev-info/C/x1453.html -share/gnome/help/gnome-dev-info/C/x2161.html -share/gnome/help/gnome-dev-info/C/x2674.html -share/gnome/help/gnome-dev-info/C/x671.html +share/gnome/doc/gnome-doc +share/gnome/doc/gnome-doc.el +share/gnome/doc/mkstub share/gnome/html/gnome-decl.txt share/gnome/html/gnome-sections.txt share/gnome/html/gnome.html @@ -333,7 +251,6 @@ share/gnome/html/gnome/gnome-gnome-util.html share/gnome/html/gnome/gnome-libgnome.html share/gnome/html/gnome/libgnome.html share/gnome/html/gnomeui-decl.txt -share/gnome/html/gnomeui-scan.c share/gnome/html/gnomeui-sections.txt share/gnome/html/gnomeui.hierarchy share/gnome/html/gnomeui.html @@ -374,7 +291,6 @@ share/gnome/html/gnomeui/gnomeentry.html share/gnome/html/gnomeui/gnomefileentry.html share/gnome/html/gnomeui/gnomefontpicker.html share/gnome/html/gnomeui/gnomefontselector.html -share/gnome/html/gnomeui/gnomeguru.html share/gnome/html/gnomeui/gnomehref.html share/gnome/html/gnomeui/gnomeiconentry.html share/gnome/html/gnomeui/gnomeiconlist.html @@ -422,26 +338,6 @@ share/gnome/html/gnomeui/gtkted.html share/gnome/html/gnomeui/libgnomeui.html share/gnome/html/gnorba-decl.txt share/gnome/html/gnorba-sections.txt -share/gnome/html/gnorba/book1.html -share/gnome/html/gnorba/gnorba-gnorba.html -share/gnome/html/gnorba/gnorba-goad.html -share/gnome/html/gnorba/libgnorba.html -share/gnome/html/zvt/book1.html -share/gnome/html/zvt/x119.html -share/gnome/html/zvt/x144.html -share/gnome/html/zvt/x152.html -share/gnome/html/zvt/x192.html -share/gnome/html/zvt/x222.html -share/gnome/html/zvt/x243.html -share/gnome/html/zvt/x263.html -share/gnome/html/zvt/x98.html -share/gnome/html/zvt/zvtterm-future.html -share/gnome/html/zvt/zvtterm-input-output.html -share/gnome/html/zvt/zvtterm-notes.html -share/gnome/html/zvt/zvtterm-properties.html -share/gnome/html/zvt/zvtterm-reference.html -share/gnome/html/zvt/zvtterm-window-hints.html -share/gnome/html/zvt/zvtterm.html share/gnome/idl/GnomeObject.idl share/gnome/idl/Table.idl share/gnome/idl/desktop-editor.idl @@ -496,6 +392,8 @@ share/locale/sr/LC_MESSAGES/gnome-libs.mo share/locale/sv/LC_MESSAGES/gnome-libs.mo share/locale/ta/LC_MESSAGES/gnome-libs.mo share/locale/tr/LC_MESSAGES/gnome-libs.mo +share/locale/uk/LC_MESSAGES/gnome-libs.mo +share/locale/vi/LC_MESSAGES/gnome-libs.mo share/locale/wa/LC_MESSAGES/gnome-libs.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-libs.mo share/locale/zh_TW.Big5/LC_MESSAGES/gnome-libs.mo @@ -513,6 +411,7 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-libs.mo @dirrm share/gnome/help/gnome-dev-info @dirrm share/gnome/help @dirrm share/gnome/games +@dirrm share/gnome/doc @dirrm share/gnome @dirrm include/zvt @dirrm include/libgnorba diff --git a/x11/xalf/Makefile b/x11/xalf/Makefile new file mode 100644 index 000000000000..8b7d8032edea --- /dev/null +++ b/x11/xalf/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: xalf +# Date created: 27 March 2001 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xalf +PORTVERSION= 0.11 +CATEGORIES= devel +MASTER_SITES= http://www.lysator.liu.se/~astrand/projects/xalf/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ade@FreeBSD.org + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +pre-patch: + @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include <bsd.port.mk> diff --git a/x11/xalf/distinfo b/x11/xalf/distinfo new file mode 100644 index 000000000000..fade6d3ea2ec --- /dev/null +++ b/x11/xalf/distinfo @@ -0,0 +1 @@ +MD5 (xalf-0.11.tgz) = ec353578fb14de37e9946d558e48f4d9 diff --git a/x11/xalf/files/patch-aa b/x11/xalf/files/patch-aa new file mode 100644 index 000000000000..5b600f2ada3e --- /dev/null +++ b/x11/xalf/files/patch-aa @@ -0,0 +1,13 @@ +--- lib/xalflaunch.c.orig Sun Apr 1 03:19:25 2001 ++++ lib/xalflaunch.c Sun Apr 1 03:20:36 2001 +@@ -38,6 +38,10 @@ + static void restore_env(); + static long int launch_pid = 0; + ++#ifdef __FreeBSD__ ++static void _init(void) __attribute__ ((section (".init"))); ++#endif ++ + void + _init () { + char *pid_string; diff --git a/x11/xalf/pkg-comment b/x11/xalf/pkg-comment new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/x11/xalf/pkg-comment @@ -0,0 +1 @@ + diff --git a/x11/xalf/pkg-descr b/x11/xalf/pkg-descr new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/x11/xalf/pkg-descr @@ -0,0 +1 @@ + diff --git a/x11/xalf/pkg-plist b/x11/xalf/pkg-plist new file mode 100644 index 000000000000..a592a76033c2 --- /dev/null +++ b/x11/xalf/pkg-plist @@ -0,0 +1,10 @@ +bin/xalf +bin/xalf-capplet +bin/xalfoff +lib/libxalflaunch.a +lib/libxalflaunch.so +lib/libxalflaunch.so.0 +share/gnome/apps/Settings/Desktop/xalf-settings.desktop +share/gnome/control-center/Desktop/xalf-settings.desktop +share/gnome/pixmaps/hourglass-big.png +share/gnome/pixmaps/hourglass-small.png |