FreeBSD Bugzilla – Attachment 101652 Details for
Bug 141241
Update port: sysutils/gnome-schedule
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 17.88 KB, created by
Sutra
on 2009-12-07 09:50:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sutra
Created:
2009-12-07 09:50:04 UTC
Size:
17.88 KB
patch
obsolete
>diff -ruN /usr/ports/sysutils/gnome-schedule.bak/Makefile /usr/ports/sysutils/gnome-schedule/Makefile >--- /usr/ports/sysutils/gnome-schedule.bak/Makefile 2009-12-04 17:34:22.000000000 +0800 >+++ /usr/ports/sysutils/gnome-schedule/Makefile 2009-12-07 17:31:16.000000000 +0800 >@@ -7,10 +7,9 @@ > # > > PORTNAME= gnome-schedule >-PORTVERSION= 0.9.0 >-PORTREVISION= 8 >+PORTVERSION= 2.1.1 > CATEGORIES= sysutils >-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} >+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2/${PORTNAME}-${PORTVERSION} > > MAINTAINER= gnome@FreeBSD.org > COMMENT= GNOME GUI for configuring a users crontab >@@ -18,29 +17,24 @@ > BUILD_DEPENDS= yelp:${PORTSDIR}/x11/yelp > RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp > >-USE_BZIP2= yes > USE_PYTHON= yes > USE_GNOME= gnomeprefix pygnome2 > GNU_CONFIGURE= yes >+USE_GMAKE= yes > DATADIR= ${PREFIX}/share > > .include <bsd.port.pre.mk> > > post-patch: >-.if defined(NOPORTDOCS) >- @${REINPLACE_CMD} -e 's|pixmaps doc po|pixmaps po|g' \ >- ${WRKSRC}/Makefile.in >-.else >- @${REINPLACE_CMD} -e 's|gnome-schedule-$$(VERSION)|gnome-schedule|' \ >- ${WRKSRC}/doc/Makefile.in >-.endif >- @${REINPLACE_CMD} -e 's|/usr/share/icons|${LOCALBASE}/share/icons|; \ >+ @${REINPLACE_CMD} -e ' \ > s|@prefix@/share|${DATADIR}|; \ >- s|/usr/local/share/|${DATADIR}|; \ >- s|/usr/share/|${DATADIR}|; \ >- s|/usr/bin/gnome-help|${LOCALBASE}/bin/gnome-help|; \ >- s|$$(prefix)/share/|$$(datadir)/|' \ >- ${WRKSRC}/src/*.* ${WRKSRC}/Makefile.in \ >- ${WRKSRC}/pixmaps/Makefile.in >+ s|/usr/local/share|${DATADIR}|; \ >+ s|/usr/share|${DATADIR}|; \ >+ s|$$(prefix)/share|$$(datadir)|' \ >+ ${WRKSRC}/src/*.* \ >+ ${WRKSRC}/Makefile.in \ >+ ${WRKSRC}/icons/Makefile.in \ >+ ${WRKSRC}/servers/Makefile.in \ >+ ${WRKSRC}/help/Makefile.in > > .include <bsd.port.post.mk> >diff -ruN /usr/ports/sysutils/gnome-schedule.bak/distinfo /usr/ports/sysutils/gnome-schedule/distinfo >--- /usr/ports/sysutils/gnome-schedule.bak/distinfo 2009-12-04 17:34:22.000000000 +0800 >+++ /usr/ports/sysutils/gnome-schedule/distinfo 2009-12-07 13:59:47.000000000 +0800 >@@ -1,3 +1,3 @@ >-MD5 (gnome-schedule-0.9.0.tar.bz2) = 08c3f7680fe95fc4088289ed25552618 >-SHA256 (gnome-schedule-0.9.0.tar.bz2) = 2ed8c0743b571f4821cccc66fbb4d8e9cfe63558cfc3a674e74c3513580e8555 >-SIZE (gnome-schedule-0.9.0.tar.bz2) = 234125 >+MD5 (gnome-schedule-2.1.1.tar.gz) = cc91b9017fd0ab349742c4e494353bc2 >+SHA256 (gnome-schedule-2.1.1.tar.gz) = c12b17d61c9ed658f75cfbf57fcbde26c97379ea5cde2b55ddc74068d37d58d7 >+SIZE (gnome-schedule-2.1.1.tar.gz) = 1440624 >diff -ruN /usr/ports/sysutils/gnome-schedule.bak/pkg-plist /usr/ports/sysutils/gnome-schedule/pkg-plist >--- /usr/ports/sysutils/gnome-schedule.bak/pkg-plist 2009-12-04 17:34:22.000000000 +0800 >+++ /usr/ports/sysutils/gnome-schedule/pkg-plist 2009-12-07 15:48:54.000000000 +0800 >@@ -1,45 +1,341 @@ > bin/gnome-schedule >-%%DATADIR%%/applications/gnome-schedule.desktop >-%%PORTDOCS%%%%DOCSDIR%%/addingandediting.html >-%%PORTDOCS%%%%DOCSDIR%%/index.html >-%%DATADIR%%/gnome-schedule/addWindow.py >-%%DATADIR%%/gnome-schedule/addWindow.pyc >-%%DATADIR%%/gnome-schedule/addWindow.pyo >-%%DATADIR%%/gnome-schedule/at.py >-%%DATADIR%%/gnome-schedule/at.pyc >-%%DATADIR%%/gnome-schedule/at.pyo >-%%DATADIR%%/gnome-schedule/atEditor.py >-%%DATADIR%%/gnome-schedule/atEditor.pyc >-%%DATADIR%%/gnome-schedule/atEditor.pyo >-%%DATADIR%%/gnome-schedule/config.py >-%%DATADIR%%/gnome-schedule/config.pyc >-%%DATADIR%%/gnome-schedule/config.pyo >-%%DATADIR%%/gnome-schedule/crontab.py >-%%DATADIR%%/gnome-schedule/crontab.pyc >-%%DATADIR%%/gnome-schedule/crontab.pyo >-%%DATADIR%%/gnome-schedule/crontabEditor.py >-%%DATADIR%%/gnome-schedule/crontabEditor.pyc >-%%DATADIR%%/gnome-schedule/crontabEditor.pyo >-%%DATADIR%%/gnome-schedule/crontabEditorHelper.py >-%%DATADIR%%/gnome-schedule/crontabEditorHelper.pyc >-%%DATADIR%%/gnome-schedule/crontabEditorHelper.pyo >-%%DATADIR%%/gnome-schedule/gnome-schedule.glade >-%%DATADIR%%/gnome-schedule/gnome-schedule.py >-%%DATADIR%%/gnome-schedule/gnome-schedule.pyc >-%%DATADIR%%/gnome-schedule/gnome-schedule.pyo >-%%DATADIR%%/gnome-schedule/lang.py >-%%DATADIR%%/gnome-schedule/lang.pyc >-%%DATADIR%%/gnome-schedule/lang.pyo >-%%DATADIR%%/gnome-schedule/mainWindow.py >-%%DATADIR%%/gnome-schedule/mainWindow.pyc >-%%DATADIR%%/gnome-schedule/mainWindow.pyo >-%%DATADIR%%/gnome-schedule/preset.py >-%%DATADIR%%/gnome-schedule/preset.pyc >-%%DATADIR%%/gnome-schedule/preset.pyo >-%%DATADIR%%/gnome-schedule/setuserWindow.py >-%%DATADIR%%/gnome-schedule/setuserWindow.pyc >-%%DATADIR%%/gnome-schedule/setuserWindow.pyo >-%%DATADIR%%/pixmaps/gnome-schedule.png >-@dirrm %%DATADIR%%/gnome-schedule >-%%PORTDOCS%%@dirrm %%DOCSDIR%% >-@dirrmtry %%DATADIR%%/applications >+lib/bonobo/servers/GNOME_GnomeSchedule.server >+lib/locale/ar/LC_MESSAGES/gnome-schedule.mo >+lib/locale/bg/LC_MESSAGES/gnome-schedule.mo >+lib/locale/ca/LC_MESSAGES/gnome-schedule.mo >+lib/locale/cs/LC_MESSAGES/gnome-schedule.mo >+lib/locale/da/LC_MESSAGES/gnome-schedule.mo >+lib/locale/de/LC_MESSAGES/gnome-schedule.mo >+lib/locale/dz/LC_MESSAGES/gnome-schedule.mo >+lib/locale/el/LC_MESSAGES/gnome-schedule.mo >+lib/locale/en_CA/LC_MESSAGES/gnome-schedule.mo >+lib/locale/en_GB/LC_MESSAGES/gnome-schedule.mo >+lib/locale/es/LC_MESSAGES/gnome-schedule.mo >+lib/locale/fi/LC_MESSAGES/gnome-schedule.mo >+lib/locale/fr/LC_MESSAGES/gnome-schedule.mo >+lib/locale/gl/LC_MESSAGES/gnome-schedule.mo >+lib/locale/gu/LC_MESSAGES/gnome-schedule.mo >+lib/locale/hu/LC_MESSAGES/gnome-schedule.mo >+lib/locale/it/LC_MESSAGES/gnome-schedule.mo >+lib/locale/lt/LC_MESSAGES/gnome-schedule.mo >+lib/locale/nb/LC_MESSAGES/gnome-schedule.mo >+lib/locale/ne/LC_MESSAGES/gnome-schedule.mo >+lib/locale/nl/LC_MESSAGES/gnome-schedule.mo >+lib/locale/nn/LC_MESSAGES/gnome-schedule.mo >+lib/locale/oc/LC_MESSAGES/gnome-schedule.mo >+lib/locale/pa/LC_MESSAGES/gnome-schedule.mo >+lib/locale/pt/LC_MESSAGES/gnome-schedule.mo >+lib/locale/pt_BR/LC_MESSAGES/gnome-schedule.mo >+lib/locale/ru/LC_MESSAGES/gnome-schedule.mo >+lib/locale/rw/LC_MESSAGES/gnome-schedule.mo >+lib/locale/sl/LC_MESSAGES/gnome-schedule.mo >+lib/locale/sq/LC_MESSAGES/gnome-schedule.mo >+lib/locale/sv/LC_MESSAGES/gnome-schedule.mo >+lib/locale/uk/LC_MESSAGES/gnome-schedule.mo >+lib/locale/vi/LC_MESSAGES/gnome-schedule.mo >+lib/locale/zh_CN/LC_MESSAGES/gnome-schedule.mo >+lib/locale/zh_HK/LC_MESSAGES/gnome-schedule.mo >+lib/locale/zh_TW/LC_MESSAGES/gnome-schedule.mo >+share/applications/gnome-schedule.desktop >+share/gnome-schedule/addWindow.py >+share/gnome-schedule/addWindow.pyc >+share/gnome-schedule/addWindow.pyo >+share/gnome-schedule/at.py >+share/gnome-schedule/at.pyc >+share/gnome-schedule/at.pyo >+share/gnome-schedule/atEditor.py >+share/gnome-schedule/atEditor.pyc >+share/gnome-schedule/atEditor.pyo >+share/gnome-schedule/config.py >+share/gnome-schedule/config.pyc >+share/gnome-schedule/config.pyo >+share/gnome-schedule/crontab.py >+share/gnome-schedule/crontab.pyc >+share/gnome-schedule/crontab.pyo >+share/gnome-schedule/crontabEditor.py >+share/gnome-schedule/crontabEditor.pyc >+share/gnome-schedule/crontabEditor.pyo >+share/gnome-schedule/crontabEditorHelper.py >+share/gnome-schedule/crontabEditorHelper.pyc >+share/gnome-schedule/crontabEditorHelper.pyo >+share/gnome-schedule/data.py >+share/gnome-schedule/data.pyc >+share/gnome-schedule/data.pyo >+share/gnome-schedule/gnome-schedule-applet.xml >+share/gnome-schedule/gnome-schedule.glade >+share/gnome-schedule/gnome-schedule.py >+share/gnome-schedule/gnome-schedule.pyc >+share/gnome-schedule/gnome-schedule.pyo >+share/gnome-schedule/lang.py >+share/gnome-schedule/lang.pyc >+share/gnome-schedule/lang.pyo >+share/gnome-schedule/mainWindow.py >+share/gnome-schedule/mainWindow.pyc >+share/gnome-schedule/mainWindow.pyo >+share/gnome-schedule/scheduleapplet.py >+share/gnome-schedule/scheduleapplet.pyc >+share/gnome-schedule/scheduleapplet.pyo >+share/gnome-schedule/setuserWindow.py >+share/gnome-schedule/setuserWindow.pyc >+share/gnome-schedule/setuserWindow.pyo >+share/gnome-schedule/template.py >+share/gnome-schedule/template.pyc >+share/gnome-schedule/template.pyo >+share/gnome-schedule/template_chooser.py >+share/gnome-schedule/template_chooser.pyc >+share/gnome-schedule/template_chooser.pyo >+share/gnome-schedule/template_manager.py >+share/gnome-schedule/template_manager.pyc >+share/gnome-schedule/template_manager.pyo >+share/gnome-schedule/xwrapper.py >+share/gnome-schedule/xwrapper.pyc >+share/gnome-schedule/xwrapper.pyo >+share/gnome/help/gnome-schedule/C/figures/gnome-schedule_main.png >+share/gnome/help/gnome-schedule/C/figures/gnome-schedule_new_task.png >+share/gnome/help/gnome-schedule/C/figures/gnome-schedule_new_task_once.png >+share/gnome/help/gnome-schedule/C/figures/gnome-schedule_new_task_recurrent.png >+share/gnome/help/gnome-schedule/C/figures/gnome-schedule_templates.png >+share/gnome/help/gnome-schedule/C/gnome-schedule.xml >+share/gnome/help/gnome-schedule/C/legal.xml >+share/gnome/help/gnome-schedule/de/figures/gnome-schedule_main.png >+share/gnome/help/gnome-schedule/de/figures/gnome-schedule_new_task.png >+share/gnome/help/gnome-schedule/de/figures/gnome-schedule_new_task_once.png >+share/gnome/help/gnome-schedule/de/figures/gnome-schedule_new_task_recurrent.png >+share/gnome/help/gnome-schedule/de/figures/gnome-schedule_templates.png >+share/gnome/help/gnome-schedule/de/gnome-schedule.xml >+share/gnome/help/gnome-schedule/es/figures/gnome-schedule_main.png >+share/gnome/help/gnome-schedule/es/figures/gnome-schedule_new_task.png >+share/gnome/help/gnome-schedule/es/figures/gnome-schedule_new_task_once.png >+share/gnome/help/gnome-schedule/es/figures/gnome-schedule_new_task_recurrent.png >+share/gnome/help/gnome-schedule/es/figures/gnome-schedule_templates.png >+share/gnome/help/gnome-schedule/es/gnome-schedule.xml >+share/gnome/help/gnome-schedule/fr/figures/gnome-schedule_main.png >+share/gnome/help/gnome-schedule/fr/figures/gnome-schedule_new_task.png >+share/gnome/help/gnome-schedule/fr/figures/gnome-schedule_new_task_once.png >+share/gnome/help/gnome-schedule/fr/figures/gnome-schedule_new_task_recurrent.png >+share/gnome/help/gnome-schedule/fr/figures/gnome-schedule_templates.png >+share/gnome/help/gnome-schedule/fr/gnome-schedule.xml >+share/gnome/help/gnome-schedule/it/figures/gnome-schedule_main.png >+share/gnome/help/gnome-schedule/it/figures/gnome-schedule_new_task.png >+share/gnome/help/gnome-schedule/it/figures/gnome-schedule_new_task_once.png >+share/gnome/help/gnome-schedule/it/figures/gnome-schedule_new_task_recurrent.png >+share/gnome/help/gnome-schedule/it/figures/gnome-schedule_templates.png >+share/gnome/help/gnome-schedule/it/gnome-schedule.xml >+share/gnome/help/gnome-schedule/oc/figures/gnome-schedule_main.png >+share/gnome/help/gnome-schedule/oc/figures/gnome-schedule_new_task.png >+share/gnome/help/gnome-schedule/oc/figures/gnome-schedule_new_task_once.png >+share/gnome/help/gnome-schedule/oc/figures/gnome-schedule_new_task_recurrent.png >+share/gnome/help/gnome-schedule/oc/figures/gnome-schedule_templates.png >+share/gnome/help/gnome-schedule/oc/gnome-schedule.xml >+share/gnome/help/gnome-schedule/sv/figures/gnome-schedule_main.png >+share/gnome/help/gnome-schedule/sv/figures/gnome-schedule_new_task.png >+share/gnome/help/gnome-schedule/sv/figures/gnome-schedule_new_task_once.png >+share/gnome/help/gnome-schedule/sv/figures/gnome-schedule_new_task_recurrent.png >+share/gnome/help/gnome-schedule/sv/figures/gnome-schedule_templates.png >+share/gnome/help/gnome-schedule/sv/gnome-schedule.xml >+share/omf/gnome-schedule/gnome-schedule-C.omf >+share/omf/gnome-schedule/gnome-schedule-de.omf >+share/omf/gnome-schedule/gnome-schedule-es.omf >+share/omf/gnome-schedule/gnome-schedule-fr.omf >+share/omf/gnome-schedule/gnome-schedule-it.omf >+share/omf/gnome-schedule/gnome-schedule-oc.omf >+share/omf/gnome-schedule/gnome-schedule-sv.omf >+share/pixmaps/gnome-schedule/at.svg >+share/pixmaps/gnome-schedule/calendar.svg >+share/pixmaps/gnome-schedule/crontab.svg >+share/pixmaps/gnome-schedule/gnome-schedule.svg >+share/pixmaps/gnome-schedule/template.svg >+@dirrmtry share/xmodmap >+@dirrmtry share/vfolders >+@dirrmtry share/vala/vapi >+@dirrmtry share/vala >+@dirrmtry share/sounds >+@dirrmtry share/sgml/docbook/gnome-customization-0.1 >+@dirrmtry share/sgml/docbook >+@dirrmtry share/pixmaps/splash >+@dirrm share/pixmaps/gnome-schedule >+@dirrmtry share/pixmaps/document-icons >+@dirrm share/omf/gnome-schedule >+@dirrmtry share/omf >+@dirrmtry share/oaf >+@dirrmtry share/mime-info >+@dirrmtry share/mc/templates >+@dirrmtry share/mc >+@dirrmtry share/images >+@dirrmtry share/gnome/wm-properties >+@dirrmtry share/gnome/ui >+@dirrmtry share/gnome/panel >+@dirrmtry share/gnome/help/lgpl/C >+@dirrmtry share/gnome/help/lgpl >+@dirrmtry share/gnome/help/gpl/C >+@dirrmtry share/gnome/help/gpl >+@dirrm share/gnome/help/gnome-schedule/sv/figures >+@dirrm share/gnome/help/gnome-schedule/sv >+@dirrm share/gnome/help/gnome-schedule/oc/figures >+@dirrm share/gnome/help/gnome-schedule/oc >+@dirrm share/gnome/help/gnome-schedule/it/figures >+@dirrm share/gnome/help/gnome-schedule/it >+@dirrm share/gnome/help/gnome-schedule/fr/figures >+@dirrm share/gnome/help/gnome-schedule/fr >+@dirrm share/gnome/help/gnome-schedule/es/figures >+@dirrm share/gnome/help/gnome-schedule/es >+@dirrm share/gnome/help/gnome-schedule/de/figures >+@dirrm share/gnome/help/gnome-schedule/de >+@dirrm share/gnome/help/gnome-schedule/C/figures >+@dirrm share/gnome/help/gnome-schedule/C >+@dirrm share/gnome/help/gnome-schedule >+@dirrmtry share/gnome/help/fdl/C >+@dirrmtry share/gnome/help/fdl >+@dirrmtry share/gnome/help >+@dirrmtry share/gnome/autostart >+@dirrmtry share/gnome/apps/Utilities >+@dirrmtry share/gnome/apps/System >+@dirrmtry share/gnome/apps/Settings/Session >+@dirrmtry share/gnome/apps/Settings/Peripherals >+@dirrmtry share/gnome/apps/Settings/Documents >+@dirrmtry share/gnome/apps/Settings/Desktop >+@dirrmtry share/gnome/apps/Settings >+@dirrmtry share/gnome/apps/Multimedia >+@dirrmtry share/gnome/apps/Internet >+@dirrmtry share/gnome/apps/Graphics >+@dirrmtry share/gnome/apps/Games >+@dirrmtry share/gnome/apps/Development >+@dirrmtry share/gnome/apps/Audio >+@dirrmtry share/gnome/apps/Applications >+@dirrmtry share/gnome/apps >+@dirrm share/gnome-schedule >+@dirrmtry share/gnome-control-center/keybindings >+@dirrmtry share/gnome-control-center >+@dirrmtry share/gnome-about >+@dirrmtry share/gnome-2.0/ui >+@dirrmtry share/gnome-2.0 >+@dirrmtry share/gnome >+@dirrmtry share/games >+@dirrmtry share/doc/libgda >+@dirrmtry share/control-center/keybindings >+@dirrmtry share/control-center/capplets >+@dirrmtry share/control-center/Session >+@dirrmtry share/control-center/Peripherals >+@dirrmtry share/control-center/Documents >+@dirrmtry share/control-center/Desktop >+@dirrmtry share/control-center-2.0/capplets >+@dirrmtry share/control-center-2.0 >+@dirrmtry share/control-center >+@dirrmtry share/capplets >+@dirrmtry share/applications >+@dirrmtry share/application-registry >+@dirrmtry share/applets/Utility >+@dirrmtry share/applets/Network >+@dirrmtry share/applets/Multimedia >+@dirrmtry share/applets/Monitors >+@dirrmtry share/applets/Clocks >+@dirrmtry share/applets/Amusements >+@dirrmtry share/applets >+@dirrmtry libdata/bonobo/servers >+@dirrmtry libdata/bonobo >+@dirrmtry lib/vfs/modules >+@dirrmtry lib/vfs >+@dirrmtry lib/locale/zh_TW/LC_MESSAGES >+@dirrmtry lib/locale/zh_TW >+@dirrmtry lib/locale/zh_HK/LC_MESSAGES >+@dirrmtry lib/locale/zh_HK >+@dirrmtry lib/locale/zh_CN/LC_MESSAGES >+@dirrmtry lib/locale/zh_CN >+@dirrmtry lib/locale/vi/LC_MESSAGES >+@dirrmtry lib/locale/vi >+@dirrmtry lib/locale/uk/LC_MESSAGES >+@dirrmtry lib/locale/uk >+@dirrmtry lib/locale/sv/LC_MESSAGES >+@dirrmtry lib/locale/sv >+@dirrmtry lib/locale/sq/LC_MESSAGES >+@dirrmtry lib/locale/sq >+@dirrmtry lib/locale/sl/LC_MESSAGES >+@dirrmtry lib/locale/sl >+@dirrmtry lib/locale/rw/LC_MESSAGES >+@dirrmtry lib/locale/rw >+@dirrmtry lib/locale/ru/LC_MESSAGES >+@dirrmtry lib/locale/ru >+@dirrmtry lib/locale/pt_BR/LC_MESSAGES >+@dirrmtry lib/locale/pt_BR >+@dirrmtry lib/locale/pt/LC_MESSAGES >+@dirrmtry lib/locale/pt >+@dirrmtry lib/locale/pa/LC_MESSAGES >+@dirrmtry lib/locale/pa >+@dirrmtry lib/locale/oc/LC_MESSAGES >+@dirrmtry lib/locale/oc >+@dirrmtry lib/locale/nn/LC_MESSAGES >+@dirrmtry lib/locale/nn >+@dirrmtry lib/locale/nl/LC_MESSAGES >+@dirrmtry lib/locale/nl >+@dirrmtry lib/locale/ne/LC_MESSAGES >+@dirrmtry lib/locale/ne >+@dirrmtry lib/locale/nb/LC_MESSAGES >+@dirrmtry lib/locale/nb >+@dirrmtry lib/locale/lt/LC_MESSAGES >+@dirrmtry lib/locale/lt >+@dirrmtry lib/locale/it/LC_MESSAGES >+@dirrmtry lib/locale/it >+@dirrmtry lib/locale/hu/LC_MESSAGES >+@dirrmtry lib/locale/hu >+@dirrmtry lib/locale/gu/LC_MESSAGES >+@dirrmtry lib/locale/gu >+@dirrmtry lib/locale/gl/LC_MESSAGES >+@dirrmtry lib/locale/gl >+@dirrmtry lib/locale/fr/LC_MESSAGES >+@dirrmtry lib/locale/fr >+@dirrmtry lib/locale/fi/LC_MESSAGES >+@dirrmtry lib/locale/fi >+@dirrmtry lib/locale/es/LC_MESSAGES >+@dirrmtry lib/locale/es >+@dirrmtry lib/locale/en_GB/LC_MESSAGES >+@dirrmtry lib/locale/en_GB >+@dirrmtry lib/locale/en_CA/LC_MESSAGES >+@dirrmtry lib/locale/en_CA >+@dirrmtry lib/locale/el/LC_MESSAGES >+@dirrmtry lib/locale/el >+@dirrmtry lib/locale/dz/LC_MESSAGES >+@dirrmtry lib/locale/dz >+@dirrmtry lib/locale/de/LC_MESSAGES >+@dirrmtry lib/locale/de >+@dirrmtry lib/locale/da/LC_MESSAGES >+@dirrmtry lib/locale/da >+@dirrmtry lib/locale/cs/LC_MESSAGES >+@dirrmtry lib/locale/cs >+@dirrmtry lib/locale/ca/LC_MESSAGES >+@dirrmtry lib/locale/ca >+@dirrmtry lib/locale/bg/LC_MESSAGES >+@dirrmtry lib/locale/bg >+@dirrmtry lib/locale/ar/LC_MESSAGES >+@dirrmtry lib/locale/ar >+@dirrmtry lib/locale >+@dirrmtry lib/gnome-vfs-2.0/modules >+@dirrmtry lib/gnome-vfs-2.0 >+@dirrmtry lib/bonobo/servers >+@dirrmtry lib/bonobo/plugin >+@dirrmtry lib/bonobo/monikers >+@dirrmtry lib/bonobo >+@dirrmtry lib/GConf >+@dirrmtry include/gnome-1.0 >+@dirrmtry include/gdkcardimage >+@dirrmtry include/gconf >+@dirrmtry etc/xdg/autostart >+@dirrmtry etc/xdg >+@dirrmtry etc/vfs/modules >+@dirrmtry etc/vfs >+@dirrmtry etc/sound/events >+@dirrmtry etc/sound >+@dirrmtry etc/gnome/config >+@dirrmtry etc/gnome-vfs-2.0/modules >+@dirrmtry etc/gnome-vfs-2.0 >+@dirrmtry etc/gnome >+@dirrmtry etc/gconf/schemas >+@dirrmtry etc/gconf/gconf.xml.system >+@dirrmtry etc/gconf/gconf.xml.mandatory >+@dirrmtry etc/gconf/gconf.xml.defaults >+@dirrmtry etc/gconf >+@dirrmtry etc/X11/sysconfig >+@dirrmtry etc/X11/starthere >+@dirrmtry etc/X11/serverconfig >+@dirrmtry etc/X11 >+@dirrmtry etc/CORBA/servers >+@dirrmtry etc/CORBA
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 141241
: 101652