Fri Feb 15 23:55:08 2013 UTC ()
Don't depend on py-gobject and py-gtk2 directly, use the py-gtk2 buildlink3.mk.
Use python/distutils.mk as it should.
Use shared-mime-info/mimedb.mk as it should and remove file managed by
shared-mime-info from PLIST.

This makes zim not abort when started.

Bump PKGREVISION.


(bad)
diff -r1.11 -r1.12 pkgsrc/editors/zim/Makefile
diff -r1.6 -r1.7 pkgsrc/editors/zim/PLIST

cvs diff -r1.11 -r1.12 pkgsrc/editors/zim/Makefile (switch to unified diff)

--- pkgsrc/editors/zim/Makefile 2013/01/26 13:39:37 1.11
+++ pkgsrc/editors/zim/Makefile 2013/02/15 23:55:07 1.12
@@ -1,47 +1,49 @@ @@ -1,47 +1,49 @@
1# $NetBSD: Makefile,v 1.11 2013/01/26 13:39:37 ryoon Exp $ 1# $NetBSD: Makefile,v 1.12 2013/02/15 23:55:07 bad Exp $
2# 2#
3 3
4DISTNAME= zim-0.59 4DISTNAME= zim-0.59
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
6CATEGORIES= editors 6CATEGORIES= editors
7MASTER_SITES= http://zim-wiki.org/downloads/ 7MASTER_SITES= http://zim-wiki.org/downloads/
 8PKGREVISION= 1
8 9
9MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
10HOMEPAGE= http://zim-wiki.org/ 11HOMEPAGE= http://zim-wiki.org/
11COMMENT= Zim brings the concept of a wiki to your desktop 12COMMENT= Zim brings the concept of a wiki to your desktop
12LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
13 14
14USE_LANGUAGES= # none 15USE_LANGUAGES= # none
15 16
16REPLACE_PYTHON= ${WRKSRC}/zim.py 17REPLACE_PYTHON= ${WRKSRC}/zim.py
17PYDISTUTILSPKG= YES 18PYDISTUTILSPKG= YES
18 19
19DEPENDS+= ${PYPKGPREFIX}-gobject-[0-9]*:../../devel/py-gobject 
20DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 
21DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg 20DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
22DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 21DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
23DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree 22DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
24DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils 23DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
25 24
26SUBST_CLASSES+= data-path 25SUBST_CLASSES+= data-path
27SUBST_STAGE.data-path= pre-configure 26SUBST_STAGE.data-path= pre-configure
28SUBST_FILES.data-path= zim/config.py 27SUBST_FILES.data-path= zim/config.py
29SUBST_SED.data-path= -e 's,/usr/local/share/,${PREFIX}/share/,' 28SUBST_SED.data-path= -e 's,/usr/local/share/,${PREFIX}/share/,'
30 29
31SUBST_CLASSES+= fix-python 30SUBST_CLASSES+= fix-python
32SUBST_STAGE.fix-python= pre-configure 31SUBST_STAGE.fix-python= pre-configure
33SUBST_MESSAGE.fix-python= Fixing dynamic python 32SUBST_MESSAGE.fix-python= Fixing dynamic python
34SUBST_FILES.fix-python+= zim/_lib/xdot.py 33SUBST_FILES.fix-python+= zim/_lib/xdot.py
35SUBST_FILES.fix-python+= zim/_version.py 34SUBST_FILES.fix-python+= zim/_version.py
36SUBST_FILES.fix-python+= zim/inc/xdot.py 35SUBST_FILES.fix-python+= zim/inc/xdot.py
37SUBST_SED.fix-python+= -e 's,/usr/bin/env python,${PYTHONBIN},' 36SUBST_SED.fix-python+= -e 's,/usr/bin/env python,${PYTHONBIN},'
38 37
39SUBST_CLASSES+= man-path 38SUBST_CLASSES+= man-path
40SUBST_STAGE.man-path= pre-configure 39SUBST_STAGE.man-path= pre-configure
41SUBST_FILES.man-path+= setup.py 40SUBST_FILES.man-path+= setup.py
42SUBST_SED.man-path= -e s,share/man/man1,${PKGMANDIR}/man1, 41SUBST_SED.man-path= -e s,share/man/man1,${PKGMANDIR}/man1,
43 42
44.include "../../lang/python/application.mk" 43.include "../../lang/python/application.mk"
45.include "../../lang/python/extension.mk" 44.include "../../lang/python/distutils.mk"
 45.include "../../x11/py-gtk2/buildlink3.mk"
 46.include "../../databases/shared-mime-info/mimedb.mk"
 47.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
46.include "../../sysutils/desktop-file-utils/desktopdb.mk" 48.include "../../sysutils/desktop-file-utils/desktopdb.mk"
47.include "../../mk/bsd.pkg.mk" 49.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/editors/zim/PLIST (switch to unified diff)

--- pkgsrc/editors/zim/PLIST 2013/01/26 13:39:37 1.6
+++ pkgsrc/editors/zim/PLIST 2013/02/15 23:55:07 1.7
@@ -1,433 +1,418 @@ @@ -1,433 +1,418 @@
1@comment $NetBSD: PLIST,v 1.6 2013/01/26 13:39:37 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.7 2013/02/15 23:55:07 bad Exp $
2bin/zim 2bin/zim
3${PYSITELIB}/zim/__init__.py 3${PYSITELIB}/zim/__init__.py
4${PYSITELIB}/zim/__init__.pyc 4${PYSITELIB}/zim/__init__.pyc
5${PYSITELIB}/zim/__init__.pyo 5${PYSITELIB}/zim/__init__.pyo
6${PYSITELIB}/zim/_version.py 6${PYSITELIB}/zim/_version.py
7${PYSITELIB}/zim/_version.pyc 7${PYSITELIB}/zim/_version.pyc
8${PYSITELIB}/zim/_version.pyo 8${PYSITELIB}/zim/_version.pyo
9${PYSITELIB}/zim/applications.py 9${PYSITELIB}/zim/applications.py
10${PYSITELIB}/zim/applications.pyc 10${PYSITELIB}/zim/applications.pyc
11${PYSITELIB}/zim/applications.pyo 11${PYSITELIB}/zim/applications.pyo
12${PYSITELIB}/zim/async.py 12${PYSITELIB}/zim/async.py
13${PYSITELIB}/zim/async.pyc 13${PYSITELIB}/zim/async.pyc
14${PYSITELIB}/zim/async.pyo 14${PYSITELIB}/zim/async.pyo
15${PYSITELIB}/zim/config.py 15${PYSITELIB}/zim/config.py
16${PYSITELIB}/zim/config.pyc 16${PYSITELIB}/zim/config.pyc
17${PYSITELIB}/zim/config.pyo 17${PYSITELIB}/zim/config.pyo
18${PYSITELIB}/zim/datetimetz.py 18${PYSITELIB}/zim/datetimetz.py
19${PYSITELIB}/zim/datetimetz.pyc 19${PYSITELIB}/zim/datetimetz.pyc
20${PYSITELIB}/zim/datetimetz.pyo 20${PYSITELIB}/zim/datetimetz.pyo
21${PYSITELIB}/zim/errors.py 21${PYSITELIB}/zim/errors.py
22${PYSITELIB}/zim/errors.pyc 22${PYSITELIB}/zim/errors.pyc
23${PYSITELIB}/zim/errors.pyo 23${PYSITELIB}/zim/errors.pyo
24${PYSITELIB}/zim/exporter.py 24${PYSITELIB}/zim/exporter.py
25${PYSITELIB}/zim/exporter.pyc 25${PYSITELIB}/zim/exporter.pyc
26${PYSITELIB}/zim/exporter.pyo 26${PYSITELIB}/zim/exporter.pyo
27${PYSITELIB}/zim/formats/__init__.py 27${PYSITELIB}/zim/formats/__init__.py
28${PYSITELIB}/zim/formats/__init__.pyc 28${PYSITELIB}/zim/formats/__init__.pyc
29${PYSITELIB}/zim/formats/__init__.pyo 29${PYSITELIB}/zim/formats/__init__.pyo
30${PYSITELIB}/zim/formats/__main__.py 30${PYSITELIB}/zim/formats/__main__.py
31${PYSITELIB}/zim/formats/__main__.pyc 31${PYSITELIB}/zim/formats/__main__.pyc
32${PYSITELIB}/zim/formats/__main__.pyo 32${PYSITELIB}/zim/formats/__main__.pyo
33${PYSITELIB}/zim/formats/html.py 33${PYSITELIB}/zim/formats/html.py
34${PYSITELIB}/zim/formats/html.pyc 34${PYSITELIB}/zim/formats/html.pyc
35${PYSITELIB}/zim/formats/html.pyo 35${PYSITELIB}/zim/formats/html.pyo
36${PYSITELIB}/zim/formats/latex.py 36${PYSITELIB}/zim/formats/latex.py
37${PYSITELIB}/zim/formats/latex.pyc 37${PYSITELIB}/zim/formats/latex.pyc
38${PYSITELIB}/zim/formats/latex.pyo 38${PYSITELIB}/zim/formats/latex.pyo
39${PYSITELIB}/zim/formats/markdown.py 39${PYSITELIB}/zim/formats/markdown.py
40${PYSITELIB}/zim/formats/markdown.pyc 40${PYSITELIB}/zim/formats/markdown.pyc
41${PYSITELIB}/zim/formats/markdown.pyo 41${PYSITELIB}/zim/formats/markdown.pyo
42${PYSITELIB}/zim/formats/plain.py 42${PYSITELIB}/zim/formats/plain.py
43${PYSITELIB}/zim/formats/plain.pyc 43${PYSITELIB}/zim/formats/plain.pyc
44${PYSITELIB}/zim/formats/plain.pyo 44${PYSITELIB}/zim/formats/plain.pyo
45${PYSITELIB}/zim/formats/rst.py 45${PYSITELIB}/zim/formats/rst.py
46${PYSITELIB}/zim/formats/rst.pyc 46${PYSITELIB}/zim/formats/rst.pyc
47${PYSITELIB}/zim/formats/rst.pyo 47${PYSITELIB}/zim/formats/rst.pyo
48${PYSITELIB}/zim/formats/wiki.py 48${PYSITELIB}/zim/formats/wiki.py
49${PYSITELIB}/zim/formats/wiki.pyc 49${PYSITELIB}/zim/formats/wiki.pyc
50${PYSITELIB}/zim/formats/wiki.pyo 50${PYSITELIB}/zim/formats/wiki.pyo
51${PYSITELIB}/zim/fs.py 51${PYSITELIB}/zim/fs.py
52${PYSITELIB}/zim/fs.pyc 52${PYSITELIB}/zim/fs.pyc
53${PYSITELIB}/zim/fs.pyo 53${PYSITELIB}/zim/fs.pyo
54${PYSITELIB}/zim/gui/__init__.py 54${PYSITELIB}/zim/gui/__init__.py
55${PYSITELIB}/zim/gui/__init__.pyc 55${PYSITELIB}/zim/gui/__init__.pyc
56${PYSITELIB}/zim/gui/__init__.pyo 56${PYSITELIB}/zim/gui/__init__.pyo
57${PYSITELIB}/zim/gui/applications.py 57${PYSITELIB}/zim/gui/applications.py
58${PYSITELIB}/zim/gui/applications.pyc 58${PYSITELIB}/zim/gui/applications.pyc
59${PYSITELIB}/zim/gui/applications.pyo 59${PYSITELIB}/zim/gui/applications.pyo
60${PYSITELIB}/zim/gui/cleannotebookdialog.py 60${PYSITELIB}/zim/gui/cleannotebookdialog.py
61${PYSITELIB}/zim/gui/cleannotebookdialog.pyc 61${PYSITELIB}/zim/gui/cleannotebookdialog.pyc
62${PYSITELIB}/zim/gui/cleannotebookdialog.pyo 62${PYSITELIB}/zim/gui/cleannotebookdialog.pyo
63${PYSITELIB}/zim/gui/clipboard.py 63${PYSITELIB}/zim/gui/clipboard.py
64${PYSITELIB}/zim/gui/clipboard.pyc 64${PYSITELIB}/zim/gui/clipboard.pyc
65${PYSITELIB}/zim/gui/clipboard.pyo 65${PYSITELIB}/zim/gui/clipboard.pyo
66${PYSITELIB}/zim/gui/customtools.py 66${PYSITELIB}/zim/gui/customtools.py
67${PYSITELIB}/zim/gui/customtools.pyc 67${PYSITELIB}/zim/gui/customtools.pyc
68${PYSITELIB}/zim/gui/customtools.pyo 68${PYSITELIB}/zim/gui/customtools.pyo
69${PYSITELIB}/zim/gui/exportdialog.py 69${PYSITELIB}/zim/gui/exportdialog.py
70${PYSITELIB}/zim/gui/exportdialog.pyc 70${PYSITELIB}/zim/gui/exportdialog.pyc
71${PYSITELIB}/zim/gui/exportdialog.pyo 71${PYSITELIB}/zim/gui/exportdialog.pyo
72${PYSITELIB}/zim/gui/imagegeneratordialog.py 72${PYSITELIB}/zim/gui/imagegeneratordialog.py
73${PYSITELIB}/zim/gui/imagegeneratordialog.pyc 73${PYSITELIB}/zim/gui/imagegeneratordialog.pyc
74${PYSITELIB}/zim/gui/imagegeneratordialog.pyo 74${PYSITELIB}/zim/gui/imagegeneratordialog.pyo
75${PYSITELIB}/zim/gui/notebookdialog.py 75${PYSITELIB}/zim/gui/notebookdialog.py
76${PYSITELIB}/zim/gui/notebookdialog.pyc 76${PYSITELIB}/zim/gui/notebookdialog.pyc
77${PYSITELIB}/zim/gui/notebookdialog.pyo 77${PYSITELIB}/zim/gui/notebookdialog.pyo
78${PYSITELIB}/zim/gui/pageindex.py 78${PYSITELIB}/zim/gui/pageindex.py
79${PYSITELIB}/zim/gui/pageindex.pyc 79${PYSITELIB}/zim/gui/pageindex.pyc
80${PYSITELIB}/zim/gui/pageindex.pyo 80${PYSITELIB}/zim/gui/pageindex.pyo
81${PYSITELIB}/zim/gui/pageview.py 81${PYSITELIB}/zim/gui/pageview.py
82${PYSITELIB}/zim/gui/pageview.pyc 82${PYSITELIB}/zim/gui/pageview.pyc
83${PYSITELIB}/zim/gui/pageview.pyo 83${PYSITELIB}/zim/gui/pageview.pyo
84${PYSITELIB}/zim/gui/pathbar.py 84${PYSITELIB}/zim/gui/pathbar.py
85${PYSITELIB}/zim/gui/pathbar.pyc 85${PYSITELIB}/zim/gui/pathbar.pyc
86${PYSITELIB}/zim/gui/pathbar.pyo 86${PYSITELIB}/zim/gui/pathbar.pyo
87${PYSITELIB}/zim/gui/preferencesdialog.py 87${PYSITELIB}/zim/gui/preferencesdialog.py
88${PYSITELIB}/zim/gui/preferencesdialog.pyc 88${PYSITELIB}/zim/gui/preferencesdialog.pyc
89${PYSITELIB}/zim/gui/preferencesdialog.pyo 89${PYSITELIB}/zim/gui/preferencesdialog.pyo
90${PYSITELIB}/zim/gui/propertiesdialog.py 90${PYSITELIB}/zim/gui/propertiesdialog.py
91${PYSITELIB}/zim/gui/propertiesdialog.pyc 91${PYSITELIB}/zim/gui/propertiesdialog.pyc
92${PYSITELIB}/zim/gui/propertiesdialog.pyo 92${PYSITELIB}/zim/gui/propertiesdialog.pyo
93${PYSITELIB}/zim/gui/searchdialog.py 93${PYSITELIB}/zim/gui/searchdialog.py
94${PYSITELIB}/zim/gui/searchdialog.pyc 94${PYSITELIB}/zim/gui/searchdialog.pyc
95${PYSITELIB}/zim/gui/searchdialog.pyo 95${PYSITELIB}/zim/gui/searchdialog.pyo
96${PYSITELIB}/zim/gui/server.py 96${PYSITELIB}/zim/gui/server.py
97${PYSITELIB}/zim/gui/server.pyc 97${PYSITELIB}/zim/gui/server.pyc
98${PYSITELIB}/zim/gui/server.pyo 98${PYSITELIB}/zim/gui/server.pyo
99${PYSITELIB}/zim/gui/templateeditordialog.py 99${PYSITELIB}/zim/gui/templateeditordialog.py
100${PYSITELIB}/zim/gui/templateeditordialog.pyc 100${PYSITELIB}/zim/gui/templateeditordialog.pyc
101${PYSITELIB}/zim/gui/templateeditordialog.pyo 101${PYSITELIB}/zim/gui/templateeditordialog.pyo
102${PYSITELIB}/zim/gui/widgets.py 102${PYSITELIB}/zim/gui/widgets.py
103${PYSITELIB}/zim/gui/widgets.pyc 103${PYSITELIB}/zim/gui/widgets.pyc
104${PYSITELIB}/zim/gui/widgets.pyo 104${PYSITELIB}/zim/gui/widgets.pyo
105${PYSITELIB}/zim/history.py 105${PYSITELIB}/zim/history.py
106${PYSITELIB}/zim/history.pyc 106${PYSITELIB}/zim/history.pyc
107${PYSITELIB}/zim/history.pyo 107${PYSITELIB}/zim/history.pyo
108${PYSITELIB}/zim/inc/__init__.py 108${PYSITELIB}/zim/inc/__init__.py
109${PYSITELIB}/zim/inc/__init__.pyc 109${PYSITELIB}/zim/inc/__init__.pyc
110${PYSITELIB}/zim/inc/__init__.pyo 110${PYSITELIB}/zim/inc/__init__.pyo
111${PYSITELIB}/zim/inc/arithmetic.py 111${PYSITELIB}/zim/inc/arithmetic.py
112${PYSITELIB}/zim/inc/arithmetic.pyc 112${PYSITELIB}/zim/inc/arithmetic.pyc
113${PYSITELIB}/zim/inc/arithmetic.pyo 113${PYSITELIB}/zim/inc/arithmetic.pyo
114${PYSITELIB}/zim/inc/xdot.py 114${PYSITELIB}/zim/inc/xdot.py
115${PYSITELIB}/zim/inc/xdot.pyc 115${PYSITELIB}/zim/inc/xdot.pyc
116${PYSITELIB}/zim/inc/xdot.pyo 116${PYSITELIB}/zim/inc/xdot.pyo
117${PYSITELIB}/zim/index.py 117${PYSITELIB}/zim/index.py
118${PYSITELIB}/zim/index.pyc 118${PYSITELIB}/zim/index.pyc
119${PYSITELIB}/zim/index.pyo 119${PYSITELIB}/zim/index.pyo
120${PYSITELIB}/zim/ipc.py 120${PYSITELIB}/zim/ipc.py
121${PYSITELIB}/zim/ipc.pyc 121${PYSITELIB}/zim/ipc.pyc
122${PYSITELIB}/zim/ipc.pyo 122${PYSITELIB}/zim/ipc.pyo
123${PYSITELIB}/zim/notebook.py 123${PYSITELIB}/zim/notebook.py
124${PYSITELIB}/zim/notebook.pyc 124${PYSITELIB}/zim/notebook.pyc
125${PYSITELIB}/zim/notebook.pyo 125${PYSITELIB}/zim/notebook.pyo
126${PYSITELIB}/zim/parsing.py 126${PYSITELIB}/zim/parsing.py
127${PYSITELIB}/zim/parsing.pyc 127${PYSITELIB}/zim/parsing.pyc
128${PYSITELIB}/zim/parsing.pyo 128${PYSITELIB}/zim/parsing.pyo
129${PYSITELIB}/zim/plugins/__init__.py 129${PYSITELIB}/zim/plugins/__init__.py
130${PYSITELIB}/zim/plugins/__init__.pyc 130${PYSITELIB}/zim/plugins/__init__.pyc
131${PYSITELIB}/zim/plugins/__init__.pyo 131${PYSITELIB}/zim/plugins/__init__.pyo
132${PYSITELIB}/zim/plugins/arithmetic.py 132${PYSITELIB}/zim/plugins/arithmetic.py
133${PYSITELIB}/zim/plugins/arithmetic.pyc 133${PYSITELIB}/zim/plugins/arithmetic.pyc
134${PYSITELIB}/zim/plugins/arithmetic.pyo 134${PYSITELIB}/zim/plugins/arithmetic.pyo
135${PYSITELIB}/zim/plugins/attachmentbrowser.py 135${PYSITELIB}/zim/plugins/attachmentbrowser.py
136${PYSITELIB}/zim/plugins/attachmentbrowser.pyc 136${PYSITELIB}/zim/plugins/attachmentbrowser.pyc
137${PYSITELIB}/zim/plugins/attachmentbrowser.pyo 137${PYSITELIB}/zim/plugins/attachmentbrowser.pyo
138${PYSITELIB}/zim/plugins/automount.py 138${PYSITELIB}/zim/plugins/automount.py
139${PYSITELIB}/zim/plugins/automount.pyc 139${PYSITELIB}/zim/plugins/automount.pyc
140${PYSITELIB}/zim/plugins/automount.pyo 140${PYSITELIB}/zim/plugins/automount.pyo
141${PYSITELIB}/zim/plugins/backlinkpane.py 141${PYSITELIB}/zim/plugins/backlinkpane.py
142${PYSITELIB}/zim/plugins/backlinkpane.pyc 142${PYSITELIB}/zim/plugins/backlinkpane.pyc
143${PYSITELIB}/zim/plugins/backlinkpane.pyo 143${PYSITELIB}/zim/plugins/backlinkpane.pyo
144${PYSITELIB}/zim/plugins/calendar.py 144${PYSITELIB}/zim/plugins/calendar.py
145${PYSITELIB}/zim/plugins/calendar.pyc 145${PYSITELIB}/zim/plugins/calendar.pyc
146${PYSITELIB}/zim/plugins/calendar.pyo 146${PYSITELIB}/zim/plugins/calendar.pyo
147${PYSITELIB}/zim/plugins/diagrameditor.py 147${PYSITELIB}/zim/plugins/diagrameditor.py
148${PYSITELIB}/zim/plugins/diagrameditor.pyc 148${PYSITELIB}/zim/plugins/diagrameditor.pyc
149${PYSITELIB}/zim/plugins/diagrameditor.pyo 149${PYSITELIB}/zim/plugins/diagrameditor.pyo
150${PYSITELIB}/zim/plugins/distractionfree.py 150${PYSITELIB}/zim/plugins/distractionfree.py
151${PYSITELIB}/zim/plugins/distractionfree.pyc 151${PYSITELIB}/zim/plugins/distractionfree.pyc
152${PYSITELIB}/zim/plugins/distractionfree.pyo 152${PYSITELIB}/zim/plugins/distractionfree.pyo
153${PYSITELIB}/zim/plugins/ditaaeditor.py 153${PYSITELIB}/zim/plugins/ditaaeditor.py
154${PYSITELIB}/zim/plugins/ditaaeditor.pyc 154${PYSITELIB}/zim/plugins/ditaaeditor.pyc
155${PYSITELIB}/zim/plugins/ditaaeditor.pyo 155${PYSITELIB}/zim/plugins/ditaaeditor.pyo
156${PYSITELIB}/zim/plugins/equationeditor.py 156${PYSITELIB}/zim/plugins/equationeditor.py
157${PYSITELIB}/zim/plugins/equationeditor.pyc 157${PYSITELIB}/zim/plugins/equationeditor.pyc
158${PYSITELIB}/zim/plugins/equationeditor.pyo 158${PYSITELIB}/zim/plugins/equationeditor.pyo
159${PYSITELIB}/zim/plugins/gnu_r_ploteditor.py 159${PYSITELIB}/zim/plugins/gnu_r_ploteditor.py
160${PYSITELIB}/zim/plugins/gnu_r_ploteditor.pyc 160${PYSITELIB}/zim/plugins/gnu_r_ploteditor.pyc
161${PYSITELIB}/zim/plugins/gnu_r_ploteditor.pyo 161${PYSITELIB}/zim/plugins/gnu_r_ploteditor.pyo
162${PYSITELIB}/zim/plugins/gnuplot_ploteditor.py 162${PYSITELIB}/zim/plugins/gnuplot_ploteditor.py
163${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyc 163${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyc
164${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyo 164${PYSITELIB}/zim/plugins/gnuplot_ploteditor.pyo
165${PYSITELIB}/zim/plugins/inlinecalculator.py 165${PYSITELIB}/zim/plugins/inlinecalculator.py
166${PYSITELIB}/zim/plugins/inlinecalculator.pyc 166${PYSITELIB}/zim/plugins/inlinecalculator.pyc
167${PYSITELIB}/zim/plugins/inlinecalculator.pyo 167${PYSITELIB}/zim/plugins/inlinecalculator.pyo
168${PYSITELIB}/zim/plugins/insertsymbol.py 168${PYSITELIB}/zim/plugins/insertsymbol.py
169${PYSITELIB}/zim/plugins/insertsymbol.pyc 169${PYSITELIB}/zim/plugins/insertsymbol.pyc
170${PYSITELIB}/zim/plugins/insertsymbol.pyo 170${PYSITELIB}/zim/plugins/insertsymbol.pyo
171${PYSITELIB}/zim/plugins/linesorter.py 171${PYSITELIB}/zim/plugins/linesorter.py
172${PYSITELIB}/zim/plugins/linesorter.pyc 172${PYSITELIB}/zim/plugins/linesorter.pyc
173${PYSITELIB}/zim/plugins/linesorter.pyo 173${PYSITELIB}/zim/plugins/linesorter.pyo
174${PYSITELIB}/zim/plugins/linkmap/__init__.py 174${PYSITELIB}/zim/plugins/linkmap/__init__.py
175${PYSITELIB}/zim/plugins/linkmap/__init__.pyc 175${PYSITELIB}/zim/plugins/linkmap/__init__.pyc
176${PYSITELIB}/zim/plugins/linkmap/__init__.pyo 176${PYSITELIB}/zim/plugins/linkmap/__init__.pyo
177${PYSITELIB}/zim/plugins/linkmap/gui.py 177${PYSITELIB}/zim/plugins/linkmap/gui.py
178${PYSITELIB}/zim/plugins/linkmap/gui.pyc 178${PYSITELIB}/zim/plugins/linkmap/gui.pyc
179${PYSITELIB}/zim/plugins/linkmap/gui.pyo 179${PYSITELIB}/zim/plugins/linkmap/gui.pyo
180${PYSITELIB}/zim/plugins/printtobrowser.py 180${PYSITELIB}/zim/plugins/printtobrowser.py
181${PYSITELIB}/zim/plugins/printtobrowser.pyc 181${PYSITELIB}/zim/plugins/printtobrowser.pyc
182${PYSITELIB}/zim/plugins/printtobrowser.pyo 182${PYSITELIB}/zim/plugins/printtobrowser.pyo
183${PYSITELIB}/zim/plugins/quicknote.py 183${PYSITELIB}/zim/plugins/quicknote.py
184${PYSITELIB}/zim/plugins/quicknote.pyc 184${PYSITELIB}/zim/plugins/quicknote.pyc
185${PYSITELIB}/zim/plugins/quicknote.pyo 185${PYSITELIB}/zim/plugins/quicknote.pyo
186${PYSITELIB}/zim/plugins/scoreeditor.py 186${PYSITELIB}/zim/plugins/scoreeditor.py
187${PYSITELIB}/zim/plugins/scoreeditor.pyc 187${PYSITELIB}/zim/plugins/scoreeditor.pyc
188${PYSITELIB}/zim/plugins/scoreeditor.pyo 188${PYSITELIB}/zim/plugins/scoreeditor.pyo
189${PYSITELIB}/zim/plugins/screenshot.py 189${PYSITELIB}/zim/plugins/screenshot.py
190${PYSITELIB}/zim/plugins/screenshot.pyc 190${PYSITELIB}/zim/plugins/screenshot.pyc
191${PYSITELIB}/zim/plugins/screenshot.pyo 191${PYSITELIB}/zim/plugins/screenshot.pyo
192${PYSITELIB}/zim/plugins/spell.py 192${PYSITELIB}/zim/plugins/spell.py
193${PYSITELIB}/zim/plugins/spell.pyc 193${PYSITELIB}/zim/plugins/spell.pyc
194${PYSITELIB}/zim/plugins/spell.pyo 194${PYSITELIB}/zim/plugins/spell.pyo
195${PYSITELIB}/zim/plugins/tableofcontents.py 195${PYSITELIB}/zim/plugins/tableofcontents.py
196${PYSITELIB}/zim/plugins/tableofcontents.pyc 196${PYSITELIB}/zim/plugins/tableofcontents.pyc
197${PYSITELIB}/zim/plugins/tableofcontents.pyo 197${PYSITELIB}/zim/plugins/tableofcontents.pyo
198${PYSITELIB}/zim/plugins/tags.py 198${PYSITELIB}/zim/plugins/tags.py
199${PYSITELIB}/zim/plugins/tags.pyc 199${PYSITELIB}/zim/plugins/tags.pyc
200${PYSITELIB}/zim/plugins/tags.pyo 200${PYSITELIB}/zim/plugins/tags.pyo
201${PYSITELIB}/zim/plugins/tasklist.py 201${PYSITELIB}/zim/plugins/tasklist.py
202${PYSITELIB}/zim/plugins/tasklist.pyc 202${PYSITELIB}/zim/plugins/tasklist.pyc
203${PYSITELIB}/zim/plugins/tasklist.pyo 203${PYSITELIB}/zim/plugins/tasklist.pyo
204${PYSITELIB}/zim/plugins/trayicon.py 204${PYSITELIB}/zim/plugins/trayicon.py
205${PYSITELIB}/zim/plugins/trayicon.pyc 205${PYSITELIB}/zim/plugins/trayicon.pyc
206${PYSITELIB}/zim/plugins/trayicon.pyo 206${PYSITELIB}/zim/plugins/trayicon.pyo
207${PYSITELIB}/zim/plugins/versioncontrol/__init__.py 207${PYSITELIB}/zim/plugins/versioncontrol/__init__.py
208${PYSITELIB}/zim/plugins/versioncontrol/__init__.pyc 208${PYSITELIB}/zim/plugins/versioncontrol/__init__.pyc
209${PYSITELIB}/zim/plugins/versioncontrol/__init__.pyo 209${PYSITELIB}/zim/plugins/versioncontrol/__init__.pyo
210${PYSITELIB}/zim/plugins/versioncontrol/bzr.py 210${PYSITELIB}/zim/plugins/versioncontrol/bzr.py
211${PYSITELIB}/zim/plugins/versioncontrol/bzr.pyc 211${PYSITELIB}/zim/plugins/versioncontrol/bzr.pyc
212${PYSITELIB}/zim/plugins/versioncontrol/bzr.pyo 212${PYSITELIB}/zim/plugins/versioncontrol/bzr.pyo
213${PYSITELIB}/zim/plugins/versioncontrol/git.py 213${PYSITELIB}/zim/plugins/versioncontrol/git.py
214${PYSITELIB}/zim/plugins/versioncontrol/git.pyc 214${PYSITELIB}/zim/plugins/versioncontrol/git.pyc
215${PYSITELIB}/zim/plugins/versioncontrol/git.pyo 215${PYSITELIB}/zim/plugins/versioncontrol/git.pyo
216${PYSITELIB}/zim/plugins/versioncontrol/hg.py 216${PYSITELIB}/zim/plugins/versioncontrol/hg.py
217${PYSITELIB}/zim/plugins/versioncontrol/hg.pyc 217${PYSITELIB}/zim/plugins/versioncontrol/hg.pyc
218${PYSITELIB}/zim/plugins/versioncontrol/hg.pyo 218${PYSITELIB}/zim/plugins/versioncontrol/hg.pyo
219${PYSITELIB}/zim/plugins/zeitgeist-logger.py 219${PYSITELIB}/zim/plugins/zeitgeist-logger.py
220${PYSITELIB}/zim/plugins/zeitgeist-logger.pyc 220${PYSITELIB}/zim/plugins/zeitgeist-logger.pyc
221${PYSITELIB}/zim/plugins/zeitgeist-logger.pyo 221${PYSITELIB}/zim/plugins/zeitgeist-logger.pyo
222${PYSITELIB}/zim/search.py 222${PYSITELIB}/zim/search.py
223${PYSITELIB}/zim/search.pyc 223${PYSITELIB}/zim/search.pyc
224${PYSITELIB}/zim/search.pyo 224${PYSITELIB}/zim/search.pyo
225${PYSITELIB}/zim/signals.py 225${PYSITELIB}/zim/signals.py
226${PYSITELIB}/zim/signals.pyc 226${PYSITELIB}/zim/signals.pyc
227${PYSITELIB}/zim/signals.pyo 227${PYSITELIB}/zim/signals.pyo
228${PYSITELIB}/zim/stores/__init__.py 228${PYSITELIB}/zim/stores/__init__.py
229${PYSITELIB}/zim/stores/__init__.pyc 229${PYSITELIB}/zim/stores/__init__.pyc
230${PYSITELIB}/zim/stores/__init__.pyo 230${PYSITELIB}/zim/stores/__init__.pyo
231${PYSITELIB}/zim/stores/files.py 231${PYSITELIB}/zim/stores/files.py
232${PYSITELIB}/zim/stores/files.pyc 232${PYSITELIB}/zim/stores/files.pyc
233${PYSITELIB}/zim/stores/files.pyo 233${PYSITELIB}/zim/stores/files.pyo
234${PYSITELIB}/zim/stores/memory.py 234${PYSITELIB}/zim/stores/memory.py
235${PYSITELIB}/zim/stores/memory.pyc 235${PYSITELIB}/zim/stores/memory.pyc
236${PYSITELIB}/zim/stores/memory.pyo 236${PYSITELIB}/zim/stores/memory.pyo
237${PYSITELIB}/zim/stores/xml.py 237${PYSITELIB}/zim/stores/xml.py
238${PYSITELIB}/zim/stores/xml.pyc 238${PYSITELIB}/zim/stores/xml.pyc
239${PYSITELIB}/zim/stores/xml.pyo 239${PYSITELIB}/zim/stores/xml.pyo
240${PYSITELIB}/zim/templates.py 240${PYSITELIB}/zim/templates.py
241${PYSITELIB}/zim/templates.pyc 241${PYSITELIB}/zim/templates.pyc
242${PYSITELIB}/zim/templates.pyo 242${PYSITELIB}/zim/templates.pyo
243${PYSITELIB}/zim/utils.py 243${PYSITELIB}/zim/utils.py
244${PYSITELIB}/zim/utils.pyc 244${PYSITELIB}/zim/utils.pyc
245${PYSITELIB}/zim/utils.pyo 245${PYSITELIB}/zim/utils.pyo
246${PYSITELIB}/zim/www.py 246${PYSITELIB}/zim/www.py
247${PYSITELIB}/zim/www.pyc 247${PYSITELIB}/zim/www.pyc
248${PYSITELIB}/zim/www.pyo 248${PYSITELIB}/zim/www.pyo
249man/man1/zim.1 249man/man1/zim.1
250share/applications/zim.desktop 250share/applications/zim.desktop
251share/icons/hicolor/16x16/apps/zim.png 251share/icons/hicolor/16x16/apps/zim.png
252share/icons/hicolor/16x16/mimetypes/application-x-zim-notebook.png 252share/icons/hicolor/16x16/mimetypes/application-x-zim-notebook.png
253share/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-zim-notebook.png 253share/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-zim-notebook.png
254share/icons/hicolor/22x22/apps/zim.png 254share/icons/hicolor/22x22/apps/zim.png
255share/icons/hicolor/22x22/mimetypes/application-x-zim-notebook.png 255share/icons/hicolor/22x22/mimetypes/application-x-zim-notebook.png
256share/icons/hicolor/22x22/mimetypes/gnome-mime-application-x-zim-notebook.png 256share/icons/hicolor/22x22/mimetypes/gnome-mime-application-x-zim-notebook.png
257share/icons/hicolor/24x24/apps/zim.png 257share/icons/hicolor/24x24/apps/zim.png
258share/icons/hicolor/24x24/mimetypes/application-x-zim-notebook.png 258share/icons/hicolor/24x24/mimetypes/application-x-zim-notebook.png
259share/icons/hicolor/24x24/mimetypes/gnome-mime-application-x-zim-notebook.png 259share/icons/hicolor/24x24/mimetypes/gnome-mime-application-x-zim-notebook.png
260share/icons/hicolor/32x32/apps/zim.png 260share/icons/hicolor/32x32/apps/zim.png
261share/icons/hicolor/32x32/mimetypes/application-x-zim-notebook.png 261share/icons/hicolor/32x32/mimetypes/application-x-zim-notebook.png
262share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-zim-notebook.png 262share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-zim-notebook.png
263share/icons/hicolor/48x48/apps/zim.png 263share/icons/hicolor/48x48/apps/zim.png
264share/icons/hicolor/48x48/mimetypes/application-x-zim-notebook.png 264share/icons/hicolor/48x48/mimetypes/application-x-zim-notebook.png
265share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-zim-notebook.png 265share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-zim-notebook.png
266share/icons/hicolor/scalable/apps/zim.svg 266share/icons/hicolor/scalable/apps/zim.svg
267share/icons/hicolor/scalable/mimetypes/application-x-zim-notebook.svg 267share/icons/hicolor/scalable/mimetypes/application-x-zim-notebook.svg
268share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-zim-notebook.svg 268share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-zim-notebook.svg
269share/icons/ubuntu-mono-dark/apps/22/zim-panel.svg 269share/icons/ubuntu-mono-dark/apps/22/zim-panel.svg
270share/icons/ubuntu-mono-light/apps/22/zim-panel.svg 270share/icons/ubuntu-mono-light/apps/22/zim-panel.svg
271share/locale/ca/LC_MESSAGES/zim.mo 271share/locale/ca/LC_MESSAGES/zim.mo
272share/locale/cs/LC_MESSAGES/zim.mo 272share/locale/cs/LC_MESSAGES/zim.mo
273share/locale/da/LC_MESSAGES/zim.mo 273share/locale/da/LC_MESSAGES/zim.mo
274share/locale/de/LC_MESSAGES/zim.mo 274share/locale/de/LC_MESSAGES/zim.mo
275share/locale/el/LC_MESSAGES/zim.mo 275share/locale/el/LC_MESSAGES/zim.mo
276share/locale/en_GB/LC_MESSAGES/zim.mo 276share/locale/en_GB/LC_MESSAGES/zim.mo
277share/locale/es/LC_MESSAGES/zim.mo 277share/locale/es/LC_MESSAGES/zim.mo
278share/locale/et/LC_MESSAGES/zim.mo 278share/locale/et/LC_MESSAGES/zim.mo
279share/locale/fr/LC_MESSAGES/zim.mo 279share/locale/fr/LC_MESSAGES/zim.mo
280share/locale/gl/LC_MESSAGES/zim.mo 280share/locale/gl/LC_MESSAGES/zim.mo
281share/locale/he/LC_MESSAGES/zim.mo 281share/locale/he/LC_MESSAGES/zim.mo
282share/locale/hu/LC_MESSAGES/zim.mo 282share/locale/hu/LC_MESSAGES/zim.mo
283share/locale/it/LC_MESSAGES/zim.mo 283share/locale/it/LC_MESSAGES/zim.mo
284share/locale/ja/LC_MESSAGES/zim.mo 284share/locale/ja/LC_MESSAGES/zim.mo
285share/locale/nl/LC_MESSAGES/zim.mo 285share/locale/nl/LC_MESSAGES/zim.mo
286share/locale/pl/LC_MESSAGES/zim.mo 286share/locale/pl/LC_MESSAGES/zim.mo
287share/locale/pt_BR/LC_MESSAGES/zim.mo 287share/locale/pt_BR/LC_MESSAGES/zim.mo
288share/locale/ro/LC_MESSAGES/zim.mo 288share/locale/ro/LC_MESSAGES/zim.mo
289share/locale/ru/LC_MESSAGES/zim.mo 289share/locale/ru/LC_MESSAGES/zim.mo
290share/locale/sk/LC_MESSAGES/zim.mo 290share/locale/sk/LC_MESSAGES/zim.mo
291share/locale/sl/LC_MESSAGES/zim.mo 291share/locale/sl/LC_MESSAGES/zim.mo
292share/locale/sr/LC_MESSAGES/zim.mo 292share/locale/sr/LC_MESSAGES/zim.mo
293share/locale/sv/LC_MESSAGES/zim.mo 293share/locale/sv/LC_MESSAGES/zim.mo
294share/locale/tr/LC_MESSAGES/zim.mo 294share/locale/tr/LC_MESSAGES/zim.mo
295share/locale/uk/LC_MESSAGES/zim.mo 295share/locale/uk/LC_MESSAGES/zim.mo
296share/locale/zh_CN/LC_MESSAGES/zim.mo 296share/locale/zh_CN/LC_MESSAGES/zim.mo
297share/locale/zh_TW/LC_MESSAGES/zim.mo 297share/locale/zh_TW/LC_MESSAGES/zim.mo
298share/mime/XMLnamespaces 
299share/mime/aliases 
300share/mime/application/x-gjots.xml 
301share/mime/application/x-zim-notebook.xml 
302share/mime/generic-icons 
303share/mime/globs 
304share/mime/globs2 
305share/mime/icons 
306share/mime/magic 
307share/mime/mime.cache 
308share/mime/packages/zim.xml 298share/mime/packages/zim.xml
309share/mime/subclasses 
310share/mime/text/x-zim-wiki.xml 
311share/mime/treemagic 
312share/mime/types 
313share/mime/version 
314share/pixmaps/zim.png 299share/pixmaps/zim.png
315share/zim/dates.list 300share/zim/dates.list
316share/zim/globe.svg 301share/zim/globe.svg
317share/zim/globe_banner.svg 302share/zim/globe_banner.svg
318share/zim/globe_banner_small.png 303share/zim/globe_banner_small.png
319share/zim/manual/About.txt 304share/zim/manual/About.txt
320share/zim/manual/Bugs.txt 305share/zim/manual/Bugs.txt
321share/zim/manual/FAQ.txt 306share/zim/manual/FAQ.txt
322share/zim/manual/Help.txt 307share/zim/manual/Help.txt
323share/zim/manual/Help/Attachments.txt 308share/zim/manual/Help/Attachments.txt
324share/zim/manual/Help/Auto_Formatting.txt 309share/zim/manual/Help/Auto_Formatting.txt
325share/zim/manual/Help/Check_Boxes.txt 310share/zim/manual/Help/Check_Boxes.txt
326share/zim/manual/Help/Config_Files.txt 311share/zim/manual/Help/Config_Files.txt
327share/zim/manual/Help/Custom_Tools.txt 312share/zim/manual/Help/Custom_Tools.txt
328share/zim/manual/Help/Default_Applications.txt 313share/zim/manual/Help/Default_Applications.txt
329share/zim/manual/Help/Export.txt 314share/zim/manual/Help/Export.txt
330share/zim/manual/Help/Export/HTML.txt 315share/zim/manual/Help/Export/HTML.txt
331share/zim/manual/Help/Export/LaTeX.txt 316share/zim/manual/Help/Export/LaTeX.txt
332share/zim/manual/Help/Importing_external_files.txt 317share/zim/manual/Help/Importing_external_files.txt
333share/zim/manual/Help/Key_Bindings.txt 318share/zim/manual/Help/Key_Bindings.txt
334share/zim/manual/Help/Links.txt 319share/zim/manual/Help/Links.txt
335share/zim/manual/Help/Menu_Items.txt 320share/zim/manual/Help/Menu_Items.txt
336share/zim/manual/Help/Notebooks.txt 321share/zim/manual/Help/Notebooks.txt
337share/zim/manual/Help/Pages.txt 322share/zim/manual/Help/Pages.txt
338share/zim/manual/Help/Preferences.txt 323share/zim/manual/Help/Preferences.txt
339share/zim/manual/Help/Properties.txt 324share/zim/manual/Help/Properties.txt
340share/zim/manual/Help/Searching.txt 325share/zim/manual/Help/Searching.txt
341share/zim/manual/Help/Tags.txt 326share/zim/manual/Help/Tags.txt
342share/zim/manual/Help/Templates.txt 327share/zim/manual/Help/Templates.txt
343share/zim/manual/Help/Wiki_Syntax.txt 328share/zim/manual/Help/Wiki_Syntax.txt
344share/zim/manual/Plugins.txt 329share/zim/manual/Plugins.txt
345share/zim/manual/Plugins/Arithmetic.txt 330share/zim/manual/Plugins/Arithmetic.txt
346share/zim/manual/Plugins/Attachment_Browser.txt 331share/zim/manual/Plugins/Attachment_Browser.txt
347share/zim/manual/Plugins/Automount.txt 332share/zim/manual/Plugins/Automount.txt
348share/zim/manual/Plugins/BackLinks_Pane.txt 333share/zim/manual/Plugins/BackLinks_Pane.txt
349share/zim/manual/Plugins/Diagram_Editor.txt 334share/zim/manual/Plugins/Diagram_Editor.txt
350share/zim/manual/Plugins/Diagram_Editor/diagram.png 335share/zim/manual/Plugins/Diagram_Editor/diagram.png
351share/zim/manual/Plugins/Distraction_Free_Editing.txt 336share/zim/manual/Plugins/Distraction_Free_Editing.txt
352share/zim/manual/Plugins/Ditaa_Editor.txt 337share/zim/manual/Plugins/Ditaa_Editor.txt
353share/zim/manual/Plugins/Ditaa_Editor/ditaa.dia 338share/zim/manual/Plugins/Ditaa_Editor/ditaa.dia
354share/zim/manual/Plugins/Ditaa_Editor/ditaa.png 339share/zim/manual/Plugins/Ditaa_Editor/ditaa.png
355share/zim/manual/Plugins/Equation_Editor.txt 340share/zim/manual/Plugins/Equation_Editor.txt
356share/zim/manual/Plugins/Equation_Editor/equation_01.png 341share/zim/manual/Plugins/Equation_Editor/equation_01.png
357share/zim/manual/Plugins/GNU_R_Plot_Editor.txt 342share/zim/manual/Plugins/GNU_R_Plot_Editor.txt
358share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot.png 343share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot.png
359share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot.r 344share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot.r
360share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot001.png 345share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot001.png
361share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot001.r 346share/zim/manual/Plugins/GNU_R_Plot_Editor/gnu_r_plot001.r
362share/zim/manual/Plugins/Gnuplot_Editor.txt 347share/zim/manual/Plugins/Gnuplot_Editor.txt
363share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.gnu 348share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.gnu
364share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.png 349share/zim/manual/Plugins/Gnuplot_Editor/gnuplot.png
365share/zim/manual/Plugins/Inline_Calculator.txt 350share/zim/manual/Plugins/Inline_Calculator.txt
366share/zim/manual/Plugins/Insert_Screenshot.txt 351share/zim/manual/Plugins/Insert_Screenshot.txt
367share/zim/manual/Plugins/Insert_Symbol.txt 352share/zim/manual/Plugins/Insert_Symbol.txt
368share/zim/manual/Plugins/Journal.txt 353share/zim/manual/Plugins/Journal.txt
369share/zim/manual/Plugins/Line_Sorter.txt 354share/zim/manual/Plugins/Line_Sorter.txt
370share/zim/manual/Plugins/Link_Map.txt 355share/zim/manual/Plugins/Link_Map.txt
371share/zim/manual/Plugins/Log_events_with_Zeitgeist.txt 356share/zim/manual/Plugins/Log_events_with_Zeitgeist.txt
372share/zim/manual/Plugins/Print_to_Browser.txt 357share/zim/manual/Plugins/Print_to_Browser.txt
373share/zim/manual/Plugins/Quick_Note.txt 358share/zim/manual/Plugins/Quick_Note.txt
374share/zim/manual/Plugins/Score_Editor.txt 359share/zim/manual/Plugins/Score_Editor.txt
375share/zim/manual/Plugins/Score_Editor/score.ly 360share/zim/manual/Plugins/Score_Editor/score.ly
376share/zim/manual/Plugins/Score_Editor/score.png 361share/zim/manual/Plugins/Score_Editor/score.png
377share/zim/manual/Plugins/Score_Editor/score001.ly 362share/zim/manual/Plugins/Score_Editor/score001.ly
378share/zim/manual/Plugins/Score_Editor/score001.png 363share/zim/manual/Plugins/Score_Editor/score001.png
379share/zim/manual/Plugins/Score_Editor/score002.ly 364share/zim/manual/Plugins/Score_Editor/score002.ly
380share/zim/manual/Plugins/Score_Editor/score002.png 365share/zim/manual/Plugins/Score_Editor/score002.png
381share/zim/manual/Plugins/Score_Editor/score003.ly 366share/zim/manual/Plugins/Score_Editor/score003.ly
382share/zim/manual/Plugins/Score_Editor/score003.png 367share/zim/manual/Plugins/Score_Editor/score003.png
383share/zim/manual/Plugins/Spell_Checker.txt 368share/zim/manual/Plugins/Spell_Checker.txt
384share/zim/manual/Plugins/Table_Of_Contents.txt 369share/zim/manual/Plugins/Table_Of_Contents.txt
385share/zim/manual/Plugins/Tags.txt 370share/zim/manual/Plugins/Tags.txt
386share/zim/manual/Plugins/Task_List.txt 371share/zim/manual/Plugins/Task_List.txt
387share/zim/manual/Plugins/Tray_Icon.txt 372share/zim/manual/Plugins/Tray_Icon.txt
388share/zim/manual/Plugins/Version_Control.txt 373share/zim/manual/Plugins/Version_Control.txt
389share/zim/manual/Start.txt 374share/zim/manual/Start.txt
390share/zim/manual/Usage.txt 375share/zim/manual/Usage.txt
391share/zim/manual/Usage/Collaboration.txt 376share/zim/manual/Usage/Collaboration.txt
392share/zim/manual/Usage/Creative_Writing.txt 377share/zim/manual/Usage/Creative_Writing.txt
393share/zim/manual/Usage/Daily_Journal.txt 378share/zim/manual/Usage/Daily_Journal.txt
394share/zim/manual/Usage/GTD_flowchart.png 379share/zim/manual/Usage/GTD_flowchart.png
395share/zim/manual/Usage/GTD_flowchart.svg 380share/zim/manual/Usage/GTD_flowchart.svg
396share/zim/manual/Usage/Getting_Started.txt 381share/zim/manual/Usage/Getting_Started.txt
397share/zim/manual/Usage/Getting_Things_Done.txt 382share/zim/manual/Usage/Getting_Things_Done.txt
398share/zim/manual/Usage/Publishing.txt 383share/zim/manual/Usage/Publishing.txt
399share/zim/manual/notebook.zim 384share/zim/manual/notebook.zim
400share/zim/menubar-maemo4.xml 385share/zim/menubar-maemo4.xml
401share/zim/menubar-maemo5.xml 386share/zim/menubar-maemo5.xml
402share/zim/menubar.xml 387share/zim/menubar.xml
403share/zim/pixmaps/attachment.png 388share/zim/pixmaps/attachment.png
404share/zim/pixmaps/calendar.png 389share/zim/pixmaps/calendar.png
405share/zim/pixmaps/checked-box.png 390share/zim/pixmaps/checked-box.png
406share/zim/pixmaps/favicon.ico 391share/zim/pixmaps/favicon.ico
407share/zim/pixmaps/link.png 392share/zim/pixmaps/link.png
408share/zim/pixmaps/linkmap.png 393share/zim/pixmaps/linkmap.png
409share/zim/pixmaps/linkmap.svg 394share/zim/pixmaps/linkmap.svg
410share/zim/pixmaps/task-list.png 395share/zim/pixmaps/task-list.png
411share/zim/pixmaps/unchecked-box.png 396share/zim/pixmaps/unchecked-box.png
412share/zim/pixmaps/xchecked-box.png 397share/zim/pixmaps/xchecked-box.png
413share/zim/style.conf 398share/zim/style.conf
414share/zim/symbols.list 399share/zim/symbols.list
415share/zim/templates/html/Default.html 400share/zim/templates/html/Default.html
416share/zim/templates/html/Default_with_index.html 401share/zim/templates/html/Default_with_index.html
417share/zim/templates/html/Presentation.html 402share/zim/templates/html/Presentation.html
418share/zim/templates/html/Print.html 403share/zim/templates/html/Print.html
419share/zim/templates/html/SlideShow_(S5).html 404share/zim/templates/html/SlideShow_(S5).html
420share/zim/templates/latex/Article.tex 405share/zim/templates/latex/Article.tex
421share/zim/templates/latex/Part.tex 406share/zim/templates/latex/Part.tex
422share/zim/templates/latex/Report.tex 407share/zim/templates/latex/Report.tex
423share/zim/templates/markdown/Default.markdown 408share/zim/templates/markdown/Default.markdown
424share/zim/templates/plugins/equationeditor.tex 409share/zim/templates/plugins/equationeditor.tex
425share/zim/templates/plugins/gnu_r_editor.r 410share/zim/templates/plugins/gnu_r_editor.r
426share/zim/templates/plugins/gnuploteditor.gnu 411share/zim/templates/plugins/gnuploteditor.gnu
427share/zim/templates/plugins/quicknote.txt 412share/zim/templates/plugins/quicknote.txt
428share/zim/templates/plugins/scoreeditor.ly 413share/zim/templates/plugins/scoreeditor.ly
429share/zim/templates/rst/Default.rst 414share/zim/templates/rst/Default.rst
430share/zim/templates/wiki/Default.txt 415share/zim/templates/wiki/Default.txt
431share/zim/templates/wiki/Journal.txt 416share/zim/templates/wiki/Journal.txt
432share/zim/urls.list 417share/zim/urls.list
433share/zim/zim.png 418share/zim/zim.png