FreeBSD Bugzilla – Attachment 141744 Details for
Bug 188629
[UPDATE] math/gnumeric to 1.12.14
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 19.28 KB, created by
Olivier Duchateau
on 2014-04-14 21:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2014-04-14 21:30:00 UTC
Size:
19.28 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 351281) >+++ Makefile (copie de travail) >@@ -3,7 +3,7 @@ > # $MCom: ports/trunk/math/gnumeric/Makefile 18444 2013-05-11 12:51:26Z kwm $ > > PORTNAME= gnumeric >-PORTVERSION= 1.12.11 >+PORTVERSION= 1.12.14 > CATEGORIES= math gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome3 >@@ -12,23 +12,21 @@ > COMMENT= GNOME spreadsheet program > > LICENSE= GPLv2 >-LICENSE_FILE= ${WRKSRC}/COPYING > >-BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian > LIB_DEPENDS= libgoffice-0.10.so:${PORTSDIR}/devel/goffice010 \ > libpsiconv.so:${PORTSDIR}/converters/psiconv >-RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian > >-USE_XZ= yes > USES= desktop-file-utils gettext gmake pathfix pkgconfig \ >- shebangfix >-USE_GNOME= gnomehier gnomeprefix intlhack libgsf pygobject3 >+ shebangfix tar:xz >+USE_GNOME= glib20 gtk30 intlhack libgsf pygobject3 gdkpixbuf2 \ >+ libxml2 introspection:build > USE_PYTHON= 2 > INSTALLS_OMF= yes > USE_LDCONFIG= yes > INSTALLS_ICONS= yes > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --disable-compile-warnings >+CONFIGURE_ARGS= --disable-compile-warnings --without-paradox \ >+ --enable-introspection=yes > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > INSTALL_TARGET= install-strip >@@ -39,7 +37,9 @@ > > SHEBANG_FILES= plugins/perl-func/perl_func.pl > >-PLIST_SUB= VERSION=${PORTVERSION} GOFFICE=0.10 SHORT_VER=1.12 >+PLIST_SUB= VERSION=${PORTVERSION} \ >+ GOFFICE=0.10 \ >+ SHORT_VER=${PORTVERSION:R} > > OPTIONS_DEFINE= PERL GDA > OPTIONS_DEFAULT=PERL >@@ -56,7 +56,7 @@ > PLIST_SUB+= PERL="@comment " > .endif > >-.if defined(WITH_GDA) >+.if ${PORT_OPTIONS:MGDA} > USE_GNOME+= libgda5-ui > CONFIGURE_ARGS+= --with-gda > PLIST_SUB+= GDA="" >Index: distinfo >=================================================================== >--- distinfo (révision 351281) >+++ distinfo (copie de travail) >@@ -1,2 +1,2 @@ >-SHA256 (gnome3/gnumeric-1.12.11.tar.xz) = 554224f8a91743702b90010bf4bd7f04b9086e89c023a2aa1b2dbc31426c538f >-SIZE (gnome3/gnumeric-1.12.11.tar.xz) = 18035884 >+SHA256 (gnome3/gnumeric-1.12.14.tar.xz) = 964b98098e7ddc17890fec575f88a48acceaaf078dc1522836b0df755224ca27 >+SIZE (gnome3/gnumeric-1.12.14.tar.xz) = 18004076 >Index: files/patch-Makefile.in >=================================================================== >--- files/patch-Makefile.in (révision 0) >+++ files/patch-Makefile.in (copie de travail) >@@ -0,0 +1,114 @@ >+--- ./Makefile.in.orig 2014-03-18 00:43:49.000000000 +0000 >++++ ./Makefile.in 2014-04-13 16:39:52.000000000 +0000 >+@@ -152,8 +152,8 @@ >+ $(am__cd) "$$dir" && rm -f $$files; }; \ >+ } >+ am__installdirs = "$(DESTDIR)$(Applicationsdir)" \ >+- "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(pkgconfigdir)" >+-DATA = $(Applications_DATA) $(appdata_DATA) $(pkgconfig_DATA) >++ "$(DESTDIR)$(pkgconfigdir)" >++DATA = $(Applications_DATA) $(pkgconfig_DATA) >+ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ >+ distclean-recursive maintainer-clean-recursive >+ am__recursive_targets = \ >+@@ -453,7 +453,7 @@ >+ OChangeLog-2000-02-23 OChangeLog-2000-10-10 \ >+ OChangeLog-2001-06-26 >+ >+-CLEANFILES = gnumeric.desktop gnumeric.keys gnumeric.appdata.xml >++CLEANFILES = gnumeric.desktop gnumeric.keys >+ DISTCLEANFILES = intltool-extract intltool-merge intltool-update $(pkgconfig_DATA) >+ DISTCHECK_CONFIGURE_FLAGS = --without-perl --without-python \ >+ --enable-introspection=auto \ >+@@ -478,8 +478,6 @@ >+ >+ pkgconfigdir = $(libdir)/pkgconfig >+ pkgconfig_DATA = libspreadsheet-@GNUMERIC_API_VER@.pc >+-appdatadir = $(datadir)/appdata >+-appdata_DATA = gnumeric.appdata.xml >+ Applicationsdir = $(datadir)/applications/ >+ Applications_in_files = gnumeric.desktop.in >+ Applications_DATA = gnumeric.desktop >+@@ -589,27 +587,6 @@ >+ @list='$(Applications_DATA)'; test -n "$(Applicationsdir)" || list=; \ >+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ >+ dir='$(DESTDIR)$(Applicationsdir)'; $(am__uninstall_files_from_dir) >+-install-appdataDATA: $(appdata_DATA) >+- @$(NORMAL_INSTALL) >+- @list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \ >+- if test -n "$$list"; then \ >+- echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \ >+- $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \ >+- fi; \ >+- for p in $$list; do \ >+- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ >+- echo "$$d$$p"; \ >+- done | $(am__base_list) | \ >+- while read files; do \ >+- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \ >+- $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \ >+- done >+- >+-uninstall-appdataDATA: >+- @$(NORMAL_UNINSTALL) >+- @list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \ >+- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ >+- dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir) >+ install-pkgconfigDATA: $(pkgconfig_DATA) >+ @$(NORMAL_INSTALL) >+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ >+@@ -926,7 +903,7 @@ >+ all-am: Makefile $(DATA) gnumeric-config.h gnumeric-features.h >+ installdirs: installdirs-recursive >+ installdirs-am: >+- for dir in "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(pkgconfigdir)"; do \ >++ for dir in "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ >+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ >+ done >+ install: install-recursive >+@@ -983,7 +960,7 @@ >+ >+ info-am: >+ >+-install-data-am: install-ApplicationsDATA install-appdataDATA \ >++install-data-am: install-ApplicationsDATA \ >+ install-pkgconfigDATA >+ >+ install-dvi: install-dvi-recursive >+@@ -1030,7 +1007,7 @@ >+ >+ ps-am: >+ >+-uninstall-am: uninstall-ApplicationsDATA uninstall-appdataDATA \ >++uninstall-am: uninstall-ApplicationsDATA \ >+ uninstall-local uninstall-pkgconfigDATA >+ >+ .MAKE: $(am__recursive_targets) all install-am install-strip >+@@ -1043,7 +1020,7 @@ >+ distclean-generic distclean-hdr distclean-libtool \ >+ distclean-tags distcleancheck distdir distuninstallcheck dvi \ >+ dvi-am html html-am info info-am install \ >+- install-ApplicationsDATA install-am install-appdataDATA \ >++ install-ApplicationsDATA install-am \ >+ install-data install-data-am install-dvi install-dvi-am \ >+ install-exec install-exec-am install-exec-local install-html \ >+ install-html-am install-info install-info-am install-man \ >+@@ -1052,7 +1029,7 @@ >+ installdirs installdirs-am maintainer-clean \ >+ maintainer-clean-generic mostlyclean mostlyclean-generic \ >+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ >+- uninstall-ApplicationsDATA uninstall-am uninstall-appdataDATA \ >++ uninstall-ApplicationsDATA uninstall-am \ >+ uninstall-local uninstall-pkgconfigDATA >+ >+ >+@@ -1060,9 +1037,6 @@ >+ cp $< $@ >+ >+ @INTLTOOL_DESKTOP_RULE@ >+-gnumeric.appdata.xml: gnumeric.appdata.xml.in >+- cp $< $@ >+- >+ gnumeric.desktop: gnumeric.desktop.in Makefile $(INTLTOOL_MERGE) $(POFILES_FULL) >+ LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@.tmp >+ sed -e 's/F_OR_U/U/' <$@.tmp >$@.tmp2 > >Index: pkg-descr >=================================================================== >--- pkg-descr (révision 351281) >+++ pkg-descr (copie de travail) >@@ -1,3 +1,3 @@ >-The GNOME 2 spreadsheet. >+Gnumeric is an open-source spreadsheet program. > >-WWW: http://www.gnome.org/projects/gnumeric/index.shtml >+WWW: http://www.gnumeric.org/ >Index: pkg-plist >=================================================================== >--- pkg-plist (révision 351281) >+++ pkg-plist (copie de travail) >@@ -2,8 +2,8 @@ > bin/gnumeric-%%VERSION%% > bin/ssconvert > bin/ssdiff >+bin/ssgrep > bin/ssindex >-bin/ssgrep > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/application.h > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/auto-format.h > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/cell-draw.h >@@ -104,8 +104,8 @@ > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-graph.h > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-image.h > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-impl.h >+include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-widget-impl.h > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-widget.h >-include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-widget-impl.h > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object.h > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-private.h > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-style.h >@@ -140,6 +140,7 @@ > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook.h > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/xml-io-version.h > include/libspreadsheet-%%SHORT_VER%%/spreadsheet/xml-sax.h >+lib/girepository-1.0/Gnm-%%SHORT_VER%%.typelib > lib/gnumeric/%%VERSION%%/plugins/applix/applix.la > lib/gnumeric/%%VERSION%%/plugins/applix/applix.so > lib/gnumeric/%%VERSION%%/plugins/applix/plugin.xml >@@ -294,44 +295,8 @@ > man/man1/ssdiff.1.gz > man/man1/ssgrep.1.gz > man/man1/ssindex.1.gz >-share/appdata/gnumeric.appdata.xml > share/applications/gnumeric.desktop >-share/gnumeric/%%VERSION%%/GNOME_Gnumeric-gtk.xml >-share/gnumeric/%%VERSION%%/Gnumeric-embed.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/3D/.category >-share/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Classical/.category >-share/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.cool.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.simple.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.trendy.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/.category >-share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.banana.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.black.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.blue.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.orange.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Financial/.category >-share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.basic.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.desert.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.ice.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.modern.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.purple.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/General/.category >-share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.advanced.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.basic.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.empty.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.table.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/List/.category >-share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.basic.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.green.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.lila.xml >-share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.simple.xml >-share/gnumeric/%%VERSION%%/templates/calendar.gnumeric >-share/gnumeric/%%VERSION%%/templates/invoice.gnumeric >-share/gnumeric/%%VERSION%%/templates/loan.gnumeric >-share/gnumeric/%%VERSION%%/templates/mileage.gnumeric >-share/gnumeric/%%VERSION%%/templates/purchase_order.gnumeric >+share/gir-1.0/Gnm-%%SHORT_VER%%.gir > share/gnome/help/gnumeric/C/about-authors.xml > share/gnome/help/gnumeric/C/about-history.xml > share/gnome/help/gnumeric/C/about-license.xml >@@ -827,6 +792,42 @@ > share/gnome/help/gnumeric/C/welcome.xml > share/gnome/help/gnumeric/C/workbooks.xml > share/gnome/help/gnumeric/C/worksheets.xml >+%%DATADIR%%/%%VERSION%%/GNOME_Gnumeric-gtk.xml >+%%DATADIR%%/%%VERSION%%/Gnumeric-embed.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/3D/.category >+%%DATADIR%%/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Classical/.category >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.cool.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.simple.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.trendy.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/.category >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.banana.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.black.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.blue.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.orange.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/.category >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.basic.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.desert.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.ice.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.modern.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.purple.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/General/.category >+%%DATADIR%%/%%VERSION%%/autoformat-templates/General/autoformat.General.advanced.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/General/autoformat.General.basic.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/General/autoformat.General.empty.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/General/autoformat.General.table.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/List/.category >+%%DATADIR%%/%%VERSION%%/autoformat-templates/List/autoformat.List.basic.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/List/autoformat.List.green.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/List/autoformat.List.lila.xml >+%%DATADIR%%/%%VERSION%%/autoformat-templates/List/autoformat.List.simple.xml >+%%DATADIR%%/%%VERSION%%/templates/calendar.gnumeric >+%%DATADIR%%/%%VERSION%%/templates/invoice.gnumeric >+%%DATADIR%%/%%VERSION%%/templates/loan.gnumeric >+%%DATADIR%%/%%VERSION%%/templates/mileage.gnumeric >+%%DATADIR%%/%%VERSION%%/templates/purchase_order.gnumeric > share/icons/hicolor/16x16/apps/gnumeric.png > share/icons/hicolor/22x22/apps/gnumeric.png > share/icons/hicolor/24x24/apps/gnumeric.png >@@ -833,19 +834,6 @@ > share/icons/hicolor/256x256/apps/gnumeric.png > share/icons/hicolor/32x32/apps/gnumeric.png > share/icons/hicolor/48x48/apps/gnumeric.png >-share/omf/gnumeric/gnumeric-C.omf >-share/pixmaps/gnome-application-vnd.lotus-1-2-3.png >-share/pixmaps/gnome-application-x-applix-spreadsheet.png >-share/pixmaps/gnome-application-x-generic-spreadsheet.png >-share/pixmaps/gnome-application-x-gnumeric.png >-share/pixmaps/gnome-application-x-xls.png >-share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png >-share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png >-share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png >-share/pixmaps/gnumeric/gnome-application-x-gnumeric.png >-share/pixmaps/gnumeric/gnome-application-x-xls.png >-share/pixmaps/gnumeric/win32-gnumeric.ico >-share/pixmaps/win32-gnumeric.ico > share/locale/am/LC_MESSAGES/gnumeric-functions.mo > share/locale/am/LC_MESSAGES/gnumeric.mo > share/locale/ar/LC_MESSAGES/gnumeric-functions.mo >@@ -966,22 +954,54 @@ > share/locale/zh_HK/LC_MESSAGES/gnumeric.mo > share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo > share/locale/zh_TW/LC_MESSAGES/gnumeric.mo >+share/omf/gnumeric/gnumeric-C.omf >+share/pixmaps/gnome-application-vnd.lotus-1-2-3.png >+share/pixmaps/gnome-application-x-applix-spreadsheet.png >+share/pixmaps/gnome-application-x-generic-spreadsheet.png >+share/pixmaps/gnome-application-x-gnumeric.png >+share/pixmaps/gnome-application-x-xls.png >+share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png >+share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png >+share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png >+share/pixmaps/gnumeric/gnome-application-x-gnumeric.png >+share/pixmaps/gnumeric/gnome-application-x-xls.png >+share/pixmaps/gnumeric/win32-gnumeric.ico >+share/pixmaps/win32-gnumeric.ico > @dirrm share/pixmaps/gnumeric > @dirrm share/omf/gnumeric >+@dirrmtry share/locale/zh_HK/LC_MESSAGES >+@dirrmtry share/locale/zh_HK >+@dirrmtry share/locale/te/LC_MESSAGES >+@dirrmtry share/locale/te >+@dirrmtry share/locale/sr@latin/LC_MESSAGES >+@dirrmtry share/locale/sr@latin >+@dirrmtry share/locale/rw/LC_MESSAGES >+@dirrmtry share/locale/rw >+@dirrmtry share/locale/oc/LC_MESSAGES >+@dirrmtry share/locale/oc >+@dirrmtry share/locale/mr/LC_MESSAGES >+@dirrmtry share/locale/mr >+@dirrmtry share/locale/kk/LC_MESSAGES >+@dirrmtry share/locale/kk >+@dirrmtry share/locale/dz/LC_MESSAGES >+@dirrmtry share/locale/dz >+@dirrmtry share/locale/ca@valencia/LC_MESSAGES >+@dirrmtry share/locale/ca@valencia >+@dirrmtry share/locale/ast/LC_MESSAGES >+@dirrmtry share/locale/ast >+@dirrm %%DATADIR%%/%%VERSION%%/templates >+@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates/List >+@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates/General >+@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates/Financial >+@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful >+@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates/Classical >+@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates/3D >+@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates >+@dirrm %%DATADIR%%/%%VERSION%% >+@dirrm %%DATADIR%% > @dirrm share/gnome/help/gnumeric/C/figures > @dirrm share/gnome/help/gnumeric/C > @dirrm share/gnome/help/gnumeric >-@dirrm share/gnumeric/%%VERSION%%/templates >-@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/List >-@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/General >-@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Financial >-@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Colourful >-@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Classical >-@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/3D >-@dirrm share/gnumeric/%%VERSION%%/autoformat-templates >-@dirrm share/gnumeric/%%VERSION%% >-@dirrm share/gnumeric >-@dirrmtry share/appdata > @dirrm lib/goffice/%%GOFFICE%%/plugins/gnumeric > @dirrm lib/gnumeric/%%VERSION%%/plugins/xbase > @dirrm lib/gnumeric/%%VERSION%%/plugins/uihello >@@ -1035,23 +1055,3 @@ > @dirrm include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools > @dirrm include/libspreadsheet-%%SHORT_VER%%/spreadsheet > @dirrm include/libspreadsheet-%%SHORT_VER%% >-@dirrmtry share/locale/zh_HK/LC_MESSAGES >-@dirrmtry share/locale/zh_HK >-@dirrmtry share/locale/te/LC_MESSAGES >-@dirrmtry share/locale/te >-@dirrmtry share/locale/sr@latin/LC_MESSAGES >-@dirrmtry share/locale/sr@latin >-@dirrmtry share/locale/rw/LC_MESSAGES >-@dirrmtry share/locale/rw >-@dirrmtry share/locale/oc/LC_MESSAGES >-@dirrmtry share/locale/oc >-@dirrmtry share/locale/mr/LC_MESSAGES >-@dirrmtry share/locale/mr >-@dirrmtry share/locale/kk/LC_MESSAGES >-@dirrmtry share/locale/kk >-@dirrmtry share/locale/dz/LC_MESSAGES >-@dirrmtry share/locale/dz >-@dirrmtry share/locale/ca@valencia/LC_MESSAGES >-@dirrmtry share/locale/ca@valencia >-@dirrmtry share/locale/ast/LC_MESSAGES >-@dirrmtry share/locale/ast
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 188629
: 141744