-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwordstatix.lpi
203 lines (192 loc) · 6.38 KB
/
wordstatix.lpi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="11"/>
<General>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<Title Value="WordStatix"/>
<Scaled Value="True"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
<XPManifest>
<DpiAware Value="True"/>
</XPManifest>
<Icon Value="0"/>
</General>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="Languages"/>
</i18n>
<VersionInfo>
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="2"/>
<StringTable Comments="Free software to create concordances" LegalCopyright="Massimo Nardello 2016-2020" ProductVersion="WordStatix"/>
</VersionInfo>
<CustomData Count="13">
<Item0 Name="lazpackager/copyright" Value="2016 Massimo Nardello"/>
<Item1 Name="lazpackager/deb/ppa" Value="ppa:johndoe/use-your-own"/>
<Item2 Name="lazpackager/deb/series" Value="xerus"/>
<Item3 Name="lazpackager/deb/tpl_changelog" Value="wordstatix (1.9.0.0) xerus; urgency=low
* Original version 1.9.0.0 packaged with lazdebian
-- Massimo Nardello <[email protected]> Sun, 19 Ott 2016 11:00:00 +0200
"/>
<Item4 Name="lazpackager/deb/tpl_control" Value="Source: wordstatix
Maintainer: Massimo Nardello <[email protected]>
Section: Office
Priority: optional
Standards-Version: 1.9.0.0
Package: wordstatix
Architecture: any
Description: WordStatix
WordStatix is a free multiplatform software
useful to create concordances.
"/>
<Item5 Name="lazpackager/deb/tpl_copyright" Value="Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
Copyright: Massimo Nardello, Modena (Italy) 2016.
License: GPL-3+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
.
On Debian systems, the full text of the GNU General Public
License version 3 can be found in the file
/usr/share/common-licenses/GPL-3
"/>
<Item6 Name="lazpackager/deb/tpl_rules" Value="#!/usr/bin/make -f
ROOT = $(CURDIR)/debian/wordstatix
override_dh_auto_clean:
$(RM) -r lib
$(RM) lib *.res wordstatix
override_dh_auto_build:
lazbuild wordstatix.lpi
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
override_dh_auto_install:
install -d -m 755 $(ROOT)/opt/wordstatix
install -s -m 755 wordstatix $(ROOT)/opt/wordstatix
install -m 755 *.pdf $(ROOT)/opt/wordstatix
install -m 755 *.lng $(ROOT)/opt/wordstatix
install -d -m 755 $(ROOT)/usr/share/pixmaps
install -m 755 wordstatix.png $(ROOT)/usr/share/pixmaps
install -d -m 755 $(ROOT)/usr/share/applications
install -m 755 WordStatix.desktop $(ROOT)/usr/share/applications
%:
dh $@
"/>
<Item7 Name="lazpackager/description" Value="A free multiplatform software to create concordances"/>
<Item8 Name="lazpackager/description_long" Value="WordStatix is a free and multiplatform software
useful to create concordances, that are lists
of the words used within a document,
possibly structured in chapters, numbers
or in any another way, along with their
recurrence and context."/>
<Item9 Name="lazpackager/export_cmd" Value="?CP? *.lpi ?TEMPFOLDER?/
?CP? *.lpr ?TEMPFOLDER?/
?CP? *.lps ?TEMPFOLDER?/
?CP? *.pas ?TEMPFOLDER?/
?CP? *.lfm ?TEMPFOLDER?/
?CP? *.ico ?TEMPFOLDER?/
?CP? Lang/*.lng ?TEMPFOLDER?/
?CP? *.png ?TEMPFOLDER?/
?CP? *.desktop ?TEMPFOLDER?/
?CP? Manuals/*.pdf ?TEMPFOLDER?/"/>
<Item10 Name="lazpackager/maintainer" Value="Massimo Nardello"/>
<Item11 Name="lazpackager/maintainer_email" Value="[email protected]"/>
<Item12 Name="lazpackager/package_name" Value="wordstatix"/>
</CustomData>
<BuildModes Count="1">
<Item1 Name="Default" Default="True"/>
</BuildModes>
<PublishOptions>
<Version Value="2"/>
</PublishOptions>
<RunParams>
<FormatVersion Value="2"/>
<Modes Count="1">
<Mode0 Name="default"/>
</Modes>
</RunParams>
<RequiredPackages Count="2">
<Item1>
<PackageName Value="TAChartLazarusPkg"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
</Item2>
</RequiredPackages>
<Units Count="4">
<Unit0>
<Filename Value="wordstatix.lpr"/>
<IsPartOfProject Value="True"/>
</Unit0>
<Unit1>
<Filename Value="unit1.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="fmMain"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
</Unit1>
<Unit2>
<Filename Value="copyright.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="fmCopyright"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="Copyright"/>
</Unit2>
<Unit3>
<Filename Value="unit2.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="fmInput"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="Unit2"/>
</Unit3>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<Target>
<Filename Value="wordstatix"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Linking>
<Debugging>
<DebugInfoType Value="dsDwarf3"/>
</Debugging>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
</CompilerOptions>
<Debugging>
<Exceptions Count="3">
<Item1>
<Name Value="EAbort"/>
</Item1>
<Item2>
<Name Value="ECodetoolError"/>
</Item2>
<Item3>
<Name Value="EFOpenError"/>
</Item3>
</Exceptions>
</Debugging>
</CONFIG>