View | Details | Raw Unified | Return to bug 188629
Collapse All | Expand All

(-)Makefile (-10 / +10 lines)
Lines 3-9 Link Here
3
#   $MCom: ports/trunk/math/gnumeric/Makefile 18444 2013-05-11 12:51:26Z kwm $
3
#   $MCom: ports/trunk/math/gnumeric/Makefile 18444 2013-05-11 12:51:26Z kwm $
4
4
5
PORTNAME=	gnumeric
5
PORTNAME=	gnumeric
6
PORTVERSION=	1.12.11
6
PORTVERSION=	1.12.14
7
CATEGORIES=	math gnome
7
CATEGORIES=	math gnome
8
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
9
DIST_SUBDIR=	gnome3
9
DIST_SUBDIR=	gnome3
Lines 12-34 Link Here
12
COMMENT=	GNOME spreadsheet program
12
COMMENT=	GNOME spreadsheet program
13
13
14
LICENSE=	GPLv2
14
LICENSE=	GPLv2
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
15
17
BUILD_DEPENDS=	rarian-sk-config:${PORTSDIR}/textproc/rarian
18
LIB_DEPENDS=	libgoffice-0.10.so:${PORTSDIR}/devel/goffice010 \
16
LIB_DEPENDS=	libgoffice-0.10.so:${PORTSDIR}/devel/goffice010 \
19
		libpsiconv.so:${PORTSDIR}/converters/psiconv
17
		libpsiconv.so:${PORTSDIR}/converters/psiconv
20
RUN_DEPENDS=	rarian-sk-config:${PORTSDIR}/textproc/rarian
21
18
22
USE_XZ=		yes
23
USES=		desktop-file-utils gettext gmake pathfix pkgconfig \
19
USES=		desktop-file-utils gettext gmake pathfix pkgconfig \
24
		shebangfix
20
		shebangfix tar:xz
25
USE_GNOME=	gnomehier gnomeprefix intlhack libgsf pygobject3
21
USE_GNOME=	glib20 gtk30 intlhack libgsf pygobject3 gdkpixbuf2 \
22
		libxml2 introspection:build
26
USE_PYTHON=	2
23
USE_PYTHON=	2
27
INSTALLS_OMF=	yes
24
INSTALLS_OMF=	yes
28
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
29
INSTALLS_ICONS=	yes
26
INSTALLS_ICONS=	yes
30
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
31
CONFIGURE_ARGS=	--disable-compile-warnings
28
CONFIGURE_ARGS=	--disable-compile-warnings --without-paradox \
29
	--enable-introspection=yes
32
CPPFLAGS+=	-I${LOCALBASE}/include
30
CPPFLAGS+=	-I${LOCALBASE}/include
33
LDFLAGS+=	-L${LOCALBASE}/lib
31
LDFLAGS+=	-L${LOCALBASE}/lib
34
INSTALL_TARGET=	install-strip
32
INSTALL_TARGET=	install-strip
Lines 39-45 Link Here
39
37
40
SHEBANG_FILES=	plugins/perl-func/perl_func.pl
38
SHEBANG_FILES=	plugins/perl-func/perl_func.pl
41
39
42
PLIST_SUB=	VERSION=${PORTVERSION} GOFFICE=0.10 SHORT_VER=1.12
40
PLIST_SUB=	VERSION=${PORTVERSION} \
41
		GOFFICE=0.10 \
42
		SHORT_VER=${PORTVERSION:R}
43
43
44
OPTIONS_DEFINE=	PERL GDA
44
OPTIONS_DEFINE=	PERL GDA
45
OPTIONS_DEFAULT=PERL
45
OPTIONS_DEFAULT=PERL
Lines 56-62 Link Here
56
PLIST_SUB+=		PERL="@comment "
56
PLIST_SUB+=		PERL="@comment "
57
.endif
57
.endif
58
58
59
.if defined(WITH_GDA)
59
.if ${PORT_OPTIONS:MGDA}  
60
USE_GNOME+=		libgda5-ui
60
USE_GNOME+=		libgda5-ui
61
CONFIGURE_ARGS+=	--with-gda
61
CONFIGURE_ARGS+=	--with-gda
62
PLIST_SUB+=		GDA=""
62
PLIST_SUB+=		GDA=""
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gnome3/gnumeric-1.12.11.tar.xz) = 554224f8a91743702b90010bf4bd7f04b9086e89c023a2aa1b2dbc31426c538f
1
SHA256 (gnome3/gnumeric-1.12.14.tar.xz) = 964b98098e7ddc17890fec575f88a48acceaaf078dc1522836b0df755224ca27
2
SIZE (gnome3/gnumeric-1.12.11.tar.xz) = 18035884
2
SIZE (gnome3/gnumeric-1.12.14.tar.xz) = 18004076
(-)files/patch-Makefile.in (+114 lines)
Line 0 Link Here
1
--- ./Makefile.in.orig	2014-03-18 00:43:49.000000000 +0000
2
+++ ./Makefile.in	2014-04-13 16:39:52.000000000 +0000
3
@@ -152,8 +152,8 @@
4
          $(am__cd) "$$dir" && rm -f $$files; }; \
5
   }
6
 am__installdirs = "$(DESTDIR)$(Applicationsdir)" \
7
-	"$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(pkgconfigdir)"
8
-DATA = $(Applications_DATA) $(appdata_DATA) $(pkgconfig_DATA)
9
+	"$(DESTDIR)$(pkgconfigdir)"
10
+DATA = $(Applications_DATA) $(pkgconfig_DATA)
11
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
12
   distclean-recursive maintainer-clean-recursive
13
 am__recursive_targets = \
14
@@ -453,7 +453,7 @@
15
 	OChangeLog-2000-02-23 OChangeLog-2000-10-10  \
16
 	OChangeLog-2001-06-26
17
 
18
-CLEANFILES = gnumeric.desktop gnumeric.keys gnumeric.appdata.xml
19
+CLEANFILES = gnumeric.desktop gnumeric.keys
20
 DISTCLEANFILES = intltool-extract intltool-merge intltool-update $(pkgconfig_DATA)
21
 DISTCHECK_CONFIGURE_FLAGS = --without-perl --without-python \
22
 	--enable-introspection=auto \
23
@@ -478,8 +478,6 @@
24
 
25
 pkgconfigdir = $(libdir)/pkgconfig
26
 pkgconfig_DATA = libspreadsheet-@GNUMERIC_API_VER@.pc
27
-appdatadir = $(datadir)/appdata
28
-appdata_DATA = gnumeric.appdata.xml
29
 Applicationsdir = $(datadir)/applications/
30
 Applications_in_files = gnumeric.desktop.in
31
 Applications_DATA = gnumeric.desktop
32
@@ -589,27 +587,6 @@
33
 	@list='$(Applications_DATA)'; test -n "$(Applicationsdir)" || list=; \
34
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
35
 	dir='$(DESTDIR)$(Applicationsdir)'; $(am__uninstall_files_from_dir)
36
-install-appdataDATA: $(appdata_DATA)
37
-	@$(NORMAL_INSTALL)
38
-	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
39
-	if test -n "$$list"; then \
40
-	  echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \
41
-	  $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \
42
-	fi; \
43
-	for p in $$list; do \
44
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
45
-	  echo "$$d$$p"; \
46
-	done | $(am__base_list) | \
47
-	while read files; do \
48
-	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \
49
-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \
50
-	done
51
-
52
-uninstall-appdataDATA:
53
-	@$(NORMAL_UNINSTALL)
54
-	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
55
-	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
56
-	dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
57
 install-pkgconfigDATA: $(pkgconfig_DATA)
58
 	@$(NORMAL_INSTALL)
59
 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
60
@@ -926,7 +903,7 @@
61
 all-am: Makefile $(DATA) gnumeric-config.h gnumeric-features.h
62
 installdirs: installdirs-recursive
63
 installdirs-am:
64
-	for dir in "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(pkgconfigdir)"; do \
65
+	for dir in "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
66
 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
67
 	done
68
 install: install-recursive
69
@@ -983,7 +960,7 @@
70
 
71
 info-am:
72
 
73
-install-data-am: install-ApplicationsDATA install-appdataDATA \
74
+install-data-am: install-ApplicationsDATA \
75
 	install-pkgconfigDATA
76
 
77
 install-dvi: install-dvi-recursive
78
@@ -1030,7 +1007,7 @@
79
 
80
 ps-am:
81
 
82
-uninstall-am: uninstall-ApplicationsDATA uninstall-appdataDATA \
83
+uninstall-am: uninstall-ApplicationsDATA \
84
 	uninstall-local uninstall-pkgconfigDATA
85
 
86
 .MAKE: $(am__recursive_targets) all install-am install-strip
87
@@ -1043,7 +1020,7 @@
88
 	distclean-generic distclean-hdr distclean-libtool \
89
 	distclean-tags distcleancheck distdir distuninstallcheck dvi \
90
 	dvi-am html html-am info info-am install \
91
-	install-ApplicationsDATA install-am install-appdataDATA \
92
+	install-ApplicationsDATA install-am \
93
 	install-data install-data-am install-dvi install-dvi-am \
94
 	install-exec install-exec-am install-exec-local install-html \
95
 	install-html-am install-info install-info-am install-man \
96
@@ -1052,7 +1029,7 @@
97
 	installdirs installdirs-am maintainer-clean \
98
 	maintainer-clean-generic mostlyclean mostlyclean-generic \
99
 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
100
-	uninstall-ApplicationsDATA uninstall-am uninstall-appdataDATA \
101
+	uninstall-ApplicationsDATA uninstall-am \
102
 	uninstall-local uninstall-pkgconfigDATA
103
 
104
 
105
@@ -1060,9 +1037,6 @@
106
 	cp $< $@
107
 
108
 @INTLTOOL_DESKTOP_RULE@
109
-gnumeric.appdata.xml: gnumeric.appdata.xml.in
110
-	cp $< $@
111
-
112
 gnumeric.desktop: gnumeric.desktop.in Makefile $(INTLTOOL_MERGE) $(POFILES_FULL)
113
 	LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@.tmp
114
 	sed -e 's/F_OR_U/U/' <$@.tmp >$@.tmp2
(-)pkg-descr (-2 / +2 lines)
Lines 1-3 Link Here
1
The GNOME 2 spreadsheet.
1
Gnumeric is an open-source spreadsheet program.
2
2
3
WWW: http://www.gnome.org/projects/gnumeric/index.shtml
3
WWW: http://www.gnumeric.org/
(-)pkg-plist (-83 / +83 lines)
Lines 2-9 Link Here
2
bin/gnumeric-%%VERSION%%
2
bin/gnumeric-%%VERSION%%
3
bin/ssconvert
3
bin/ssconvert
4
bin/ssdiff
4
bin/ssdiff
5
bin/ssgrep
5
bin/ssindex
6
bin/ssindex
6
bin/ssgrep
7
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/application.h
7
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/application.h
8
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/auto-format.h
8
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/auto-format.h
9
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/cell-draw.h
9
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/cell-draw.h
Lines 104-111 Link Here
104
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-graph.h
104
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-graph.h
105
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-image.h
105
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-image.h
106
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-impl.h
106
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-impl.h
107
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-widget-impl.h
107
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-widget.h
108
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-widget.h
108
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object-widget-impl.h
109
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object.h
109
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-object.h
110
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-private.h
110
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-private.h
111
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-style.h
111
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-style.h
Lines 140-145 Link Here
140
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook.h
140
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook.h
141
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/xml-io-version.h
141
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/xml-io-version.h
142
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/xml-sax.h
142
include/libspreadsheet-%%SHORT_VER%%/spreadsheet/xml-sax.h
143
lib/girepository-1.0/Gnm-%%SHORT_VER%%.typelib
143
lib/gnumeric/%%VERSION%%/plugins/applix/applix.la
144
lib/gnumeric/%%VERSION%%/plugins/applix/applix.la
144
lib/gnumeric/%%VERSION%%/plugins/applix/applix.so
145
lib/gnumeric/%%VERSION%%/plugins/applix/applix.so
145
lib/gnumeric/%%VERSION%%/plugins/applix/plugin.xml
146
lib/gnumeric/%%VERSION%%/plugins/applix/plugin.xml
Lines 294-337 Link Here
294
man/man1/ssdiff.1.gz
295
man/man1/ssdiff.1.gz
295
man/man1/ssgrep.1.gz
296
man/man1/ssgrep.1.gz
296
man/man1/ssindex.1.gz
297
man/man1/ssindex.1.gz
297
share/appdata/gnumeric.appdata.xml
298
share/applications/gnumeric.desktop
298
share/applications/gnumeric.desktop
299
share/gnumeric/%%VERSION%%/GNOME_Gnumeric-gtk.xml
299
share/gir-1.0/Gnm-%%SHORT_VER%%.gir
300
share/gnumeric/%%VERSION%%/Gnumeric-embed.xml
301
share/gnumeric/%%VERSION%%/autoformat-templates/3D/.category
302
share/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml
303
share/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml
304
share/gnumeric/%%VERSION%%/autoformat-templates/Classical/.category
305
share/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.cool.xml
306
share/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.simple.xml
307
share/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.trendy.xml
308
share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/.category
309
share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.banana.xml
310
share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.black.xml
311
share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.blue.xml
312
share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.orange.xml
313
share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml
314
share/gnumeric/%%VERSION%%/autoformat-templates/Financial/.category
315
share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.basic.xml
316
share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.desert.xml
317
share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.ice.xml
318
share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.modern.xml
319
share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.purple.xml
320
share/gnumeric/%%VERSION%%/autoformat-templates/General/.category
321
share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.advanced.xml
322
share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.basic.xml
323
share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.empty.xml
324
share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.table.xml
325
share/gnumeric/%%VERSION%%/autoformat-templates/List/.category
326
share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.basic.xml
327
share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.green.xml
328
share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.lila.xml
329
share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.simple.xml
330
share/gnumeric/%%VERSION%%/templates/calendar.gnumeric
331
share/gnumeric/%%VERSION%%/templates/invoice.gnumeric
332
share/gnumeric/%%VERSION%%/templates/loan.gnumeric
333
share/gnumeric/%%VERSION%%/templates/mileage.gnumeric
334
share/gnumeric/%%VERSION%%/templates/purchase_order.gnumeric
335
share/gnome/help/gnumeric/C/about-authors.xml
300
share/gnome/help/gnumeric/C/about-authors.xml
336
share/gnome/help/gnumeric/C/about-history.xml
301
share/gnome/help/gnumeric/C/about-history.xml
337
share/gnome/help/gnumeric/C/about-license.xml
302
share/gnome/help/gnumeric/C/about-license.xml
Lines 827-832 Link Here
827
share/gnome/help/gnumeric/C/welcome.xml
792
share/gnome/help/gnumeric/C/welcome.xml
828
share/gnome/help/gnumeric/C/workbooks.xml
793
share/gnome/help/gnumeric/C/workbooks.xml
829
share/gnome/help/gnumeric/C/worksheets.xml
794
share/gnome/help/gnumeric/C/worksheets.xml
795
%%DATADIR%%/%%VERSION%%/GNOME_Gnumeric-gtk.xml
796
%%DATADIR%%/%%VERSION%%/Gnumeric-embed.xml
797
%%DATADIR%%/%%VERSION%%/autoformat-templates/3D/.category
798
%%DATADIR%%/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml
799
%%DATADIR%%/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml
800
%%DATADIR%%/%%VERSION%%/autoformat-templates/Classical/.category
801
%%DATADIR%%/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.cool.xml
802
%%DATADIR%%/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.simple.xml
803
%%DATADIR%%/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.trendy.xml
804
%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/.category
805
%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.banana.xml
806
%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.black.xml
807
%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.blue.xml
808
%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.orange.xml
809
%%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml
810
%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/.category
811
%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.basic.xml
812
%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.desert.xml
813
%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.ice.xml
814
%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.modern.xml
815
%%DATADIR%%/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.purple.xml
816
%%DATADIR%%/%%VERSION%%/autoformat-templates/General/.category
817
%%DATADIR%%/%%VERSION%%/autoformat-templates/General/autoformat.General.advanced.xml
818
%%DATADIR%%/%%VERSION%%/autoformat-templates/General/autoformat.General.basic.xml
819
%%DATADIR%%/%%VERSION%%/autoformat-templates/General/autoformat.General.empty.xml
820
%%DATADIR%%/%%VERSION%%/autoformat-templates/General/autoformat.General.table.xml
821
%%DATADIR%%/%%VERSION%%/autoformat-templates/List/.category
822
%%DATADIR%%/%%VERSION%%/autoformat-templates/List/autoformat.List.basic.xml
823
%%DATADIR%%/%%VERSION%%/autoformat-templates/List/autoformat.List.green.xml
824
%%DATADIR%%/%%VERSION%%/autoformat-templates/List/autoformat.List.lila.xml
825
%%DATADIR%%/%%VERSION%%/autoformat-templates/List/autoformat.List.simple.xml
826
%%DATADIR%%/%%VERSION%%/templates/calendar.gnumeric
827
%%DATADIR%%/%%VERSION%%/templates/invoice.gnumeric
828
%%DATADIR%%/%%VERSION%%/templates/loan.gnumeric
829
%%DATADIR%%/%%VERSION%%/templates/mileage.gnumeric
830
%%DATADIR%%/%%VERSION%%/templates/purchase_order.gnumeric
830
share/icons/hicolor/16x16/apps/gnumeric.png
831
share/icons/hicolor/16x16/apps/gnumeric.png
831
share/icons/hicolor/22x22/apps/gnumeric.png
832
share/icons/hicolor/22x22/apps/gnumeric.png
832
share/icons/hicolor/24x24/apps/gnumeric.png
833
share/icons/hicolor/24x24/apps/gnumeric.png
Lines 833-851 Link Here
833
share/icons/hicolor/256x256/apps/gnumeric.png
834
share/icons/hicolor/256x256/apps/gnumeric.png
834
share/icons/hicolor/32x32/apps/gnumeric.png
835
share/icons/hicolor/32x32/apps/gnumeric.png
835
share/icons/hicolor/48x48/apps/gnumeric.png
836
share/icons/hicolor/48x48/apps/gnumeric.png
836
share/omf/gnumeric/gnumeric-C.omf
837
share/pixmaps/gnome-application-vnd.lotus-1-2-3.png
838
share/pixmaps/gnome-application-x-applix-spreadsheet.png
839
share/pixmaps/gnome-application-x-generic-spreadsheet.png
840
share/pixmaps/gnome-application-x-gnumeric.png
841
share/pixmaps/gnome-application-x-xls.png
842
share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png
843
share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png
844
share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png
845
share/pixmaps/gnumeric/gnome-application-x-gnumeric.png
846
share/pixmaps/gnumeric/gnome-application-x-xls.png
847
share/pixmaps/gnumeric/win32-gnumeric.ico
848
share/pixmaps/win32-gnumeric.ico
849
share/locale/am/LC_MESSAGES/gnumeric-functions.mo
837
share/locale/am/LC_MESSAGES/gnumeric-functions.mo
850
share/locale/am/LC_MESSAGES/gnumeric.mo
838
share/locale/am/LC_MESSAGES/gnumeric.mo
851
share/locale/ar/LC_MESSAGES/gnumeric-functions.mo
839
share/locale/ar/LC_MESSAGES/gnumeric-functions.mo
Lines 966-987 Link Here
966
share/locale/zh_HK/LC_MESSAGES/gnumeric.mo
954
share/locale/zh_HK/LC_MESSAGES/gnumeric.mo
967
share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo
955
share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo
968
share/locale/zh_TW/LC_MESSAGES/gnumeric.mo
956
share/locale/zh_TW/LC_MESSAGES/gnumeric.mo
957
share/omf/gnumeric/gnumeric-C.omf
958
share/pixmaps/gnome-application-vnd.lotus-1-2-3.png
959
share/pixmaps/gnome-application-x-applix-spreadsheet.png
960
share/pixmaps/gnome-application-x-generic-spreadsheet.png
961
share/pixmaps/gnome-application-x-gnumeric.png
962
share/pixmaps/gnome-application-x-xls.png
963
share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png
964
share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png
965
share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png
966
share/pixmaps/gnumeric/gnome-application-x-gnumeric.png
967
share/pixmaps/gnumeric/gnome-application-x-xls.png
968
share/pixmaps/gnumeric/win32-gnumeric.ico
969
share/pixmaps/win32-gnumeric.ico
969
@dirrm share/pixmaps/gnumeric
970
@dirrm share/pixmaps/gnumeric
970
@dirrm share/omf/gnumeric
971
@dirrm share/omf/gnumeric
972
@dirrmtry share/locale/zh_HK/LC_MESSAGES
973
@dirrmtry share/locale/zh_HK
974
@dirrmtry share/locale/te/LC_MESSAGES
975
@dirrmtry share/locale/te
976
@dirrmtry share/locale/sr@latin/LC_MESSAGES
977
@dirrmtry share/locale/sr@latin
978
@dirrmtry share/locale/rw/LC_MESSAGES
979
@dirrmtry share/locale/rw
980
@dirrmtry share/locale/oc/LC_MESSAGES
981
@dirrmtry share/locale/oc
982
@dirrmtry share/locale/mr/LC_MESSAGES
983
@dirrmtry share/locale/mr
984
@dirrmtry share/locale/kk/LC_MESSAGES
985
@dirrmtry share/locale/kk
986
@dirrmtry share/locale/dz/LC_MESSAGES
987
@dirrmtry share/locale/dz
988
@dirrmtry share/locale/ca@valencia/LC_MESSAGES
989
@dirrmtry share/locale/ca@valencia
990
@dirrmtry share/locale/ast/LC_MESSAGES
991
@dirrmtry share/locale/ast
992
@dirrm %%DATADIR%%/%%VERSION%%/templates
993
@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates/List
994
@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates/General
995
@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates/Financial
996
@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates/Colourful
997
@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates/Classical
998
@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates/3D
999
@dirrm %%DATADIR%%/%%VERSION%%/autoformat-templates
1000
@dirrm %%DATADIR%%/%%VERSION%%
1001
@dirrm %%DATADIR%%
971
@dirrm share/gnome/help/gnumeric/C/figures
1002
@dirrm share/gnome/help/gnumeric/C/figures
972
@dirrm share/gnome/help/gnumeric/C
1003
@dirrm share/gnome/help/gnumeric/C
973
@dirrm share/gnome/help/gnumeric
1004
@dirrm share/gnome/help/gnumeric
974
@dirrm share/gnumeric/%%VERSION%%/templates
975
@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/List
976
@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/General
977
@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Financial
978
@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Colourful
979
@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Classical
980
@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/3D
981
@dirrm share/gnumeric/%%VERSION%%/autoformat-templates
982
@dirrm share/gnumeric/%%VERSION%%
983
@dirrm share/gnumeric
984
@dirrmtry share/appdata
985
@dirrm lib/goffice/%%GOFFICE%%/plugins/gnumeric
1005
@dirrm lib/goffice/%%GOFFICE%%/plugins/gnumeric
986
@dirrm lib/gnumeric/%%VERSION%%/plugins/xbase
1006
@dirrm lib/gnumeric/%%VERSION%%/plugins/xbase
987
@dirrm lib/gnumeric/%%VERSION%%/plugins/uihello
1007
@dirrm lib/gnumeric/%%VERSION%%/plugins/uihello
Lines 1035-1057 Link Here
1035
@dirrm include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools
1055
@dirrm include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools
1036
@dirrm include/libspreadsheet-%%SHORT_VER%%/spreadsheet
1056
@dirrm include/libspreadsheet-%%SHORT_VER%%/spreadsheet
1037
@dirrm include/libspreadsheet-%%SHORT_VER%%
1057
@dirrm include/libspreadsheet-%%SHORT_VER%%
1038
@dirrmtry share/locale/zh_HK/LC_MESSAGES
1039
@dirrmtry share/locale/zh_HK
1040
@dirrmtry share/locale/te/LC_MESSAGES
1041
@dirrmtry share/locale/te
1042
@dirrmtry share/locale/sr@latin/LC_MESSAGES
1043
@dirrmtry share/locale/sr@latin
1044
@dirrmtry share/locale/rw/LC_MESSAGES
1045
@dirrmtry share/locale/rw
1046
@dirrmtry share/locale/oc/LC_MESSAGES
1047
@dirrmtry share/locale/oc
1048
@dirrmtry share/locale/mr/LC_MESSAGES
1049
@dirrmtry share/locale/mr
1050
@dirrmtry share/locale/kk/LC_MESSAGES
1051
@dirrmtry share/locale/kk
1052
@dirrmtry share/locale/dz/LC_MESSAGES
1053
@dirrmtry share/locale/dz
1054
@dirrmtry share/locale/ca@valencia/LC_MESSAGES
1055
@dirrmtry share/locale/ca@valencia
1056
@dirrmtry share/locale/ast/LC_MESSAGES
1057
@dirrmtry share/locale/ast

Return to bug 188629