~ubuntu-branches/ubuntu/utopic/gramps/utopic

« back to all changes in this revision

Viewing changes to src/plugins/lib/libplugins.gpr.py

  • Committer: Package Import Robot
  • Author(s): James A. Treacy
  • Date: 2012-05-22 17:18:36 UTC
  • mfrom: (39.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120522171836-35fi62lp4w7jnrd7
Tags: 3.4.0-1
* New upstream version
* Updated desktop file. Closes: #667472

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
20
#
21
21
 
22
 
# $Id: libplugins.gpr.py 16529 2011-02-01 13:56:01Z romjerome $
 
22
# $Id: libplugins.gpr.py 18338 2011-10-16 20:21:22Z paul-franklin $
23
23
 
24
24
#------------------------------------------------------------------------
25
25
#
32
32
description =  _("Provides a library for using Cairo to "
33
33
                        "generate documents."),
34
34
version = '1.0',
35
 
gramps_target_version = '3.3',
 
35
gramps_target_version = '3.4',
36
36
status = STABLE,
37
37
fname = 'libcairodoc.py',
38
38
authors = ["The Gramps project"],
50
50
name  = "FormattingHelper lib",
51
51
description =  _("Provides a FormattingHelper class for common strings"),
52
52
version = '1.0',
53
 
gramps_target_version = '3.3',
 
53
gramps_target_version = '3.4',
54
54
status = STABLE,
55
55
fname = 'libformatting.py',
56
56
authors = ["The Gramps project"],
68
68
name  = "GEDCOM library",
69
69
description =  _("Provides GEDCOM processing functionality"),
70
70
version = '1.0',
71
 
gramps_target_version = '3.3',
 
71
gramps_target_version = '3.4',
72
72
status = STABLE,
73
73
fname = 'libgedcom.py',
74
74
authors = ["The Gramps project"],
86
86
description =  _("Provides common functionality for Gramps XML "
87
87
                    "import/export."),
88
88
version = '1.0',
89
 
gramps_target_version = '3.3',
 
89
gramps_target_version = '3.4',
90
90
status = STABLE,
91
91
fname = 'libgrampsxml.py',
92
92
authors = ["The Gramps project"],
104
104
name  = "grdb lib",
105
105
description =  _("Base class for ImportGrdb") ,
106
106
version = '1.0',
107
 
gramps_target_version = '3.3',
 
107
gramps_target_version = '3.4',
108
108
status = STABLE,
109
109
fname = 'libgrdb.py',
110
110
authors = ["The Gramps project"],
122
122
name  = "holiday lib",
123
123
description =  _("Provides holiday information for different countries.") ,
124
124
version = '1.0',
125
 
gramps_target_version = '3.3',
 
125
gramps_target_version = '3.4',
126
126
status = STABLE,
127
127
fname = 'libholiday.py',
128
128
authors = ["The Gramps project"],
140
140
name  = "htmlbackend lib",
141
141
description =  _("Manages a HTML file implementing DocBackend.") ,
142
142
version = '1.0',
143
 
gramps_target_version = '3.3',
 
143
gramps_target_version = '3.4',
144
144
status = STABLE,
145
145
fname = 'libhtmlbackend.py',
146
146
authors = ["The Gramps project"],
158
158
name  = "htmlconst lib",
159
159
description =  _("Common constants for html files.") ,
160
160
version = '1.0',
161
 
gramps_target_version = '3.3',
 
161
gramps_target_version = '3.4',
162
162
status = STABLE,
163
163
fname = 'libhtmlconst.py',
164
164
authors = ["The Gramps project"],
176
176
name  = "html lib",
177
177
description =  _("Manages an HTML DOM tree.") ,
178
178
version = '1.0',
179
 
gramps_target_version = '3.3',
 
179
gramps_target_version = '3.4',
180
180
status = STABLE,
181
181
fname = 'libhtml.py',
182
182
authors = ["Gerald Britton"],
194
194
name  = "mapservice lib",
195
195
description =  _("Provides base functionality for map services.") ,
196
196
version = '1.0',
197
 
gramps_target_version = '3.3',
 
197
gramps_target_version = '3.4',
198
198
status = STABLE,
199
199
fname = 'libmapservice.py',
200
200
authors = ["The Gramps project"],
211
211
name  = "narration lib",
212
212
description =  _("Provides Textual Narration.") ,
213
213
version = '1.0',
214
 
gramps_target_version = '3.3',
 
214
gramps_target_version = '3.4',
215
215
status = STABLE,
216
216
fname = 'libnarrate.py',
217
217
authors = ["Brian Matherly"],
228
228
name  = "odfbackend lib",
229
229
description =  _("Manages an ODF file implementing DocBackend.") ,
230
230
version = '1.0',
231
 
gramps_target_version = '3.3',
 
231
gramps_target_version = '3.4',
232
232
status = STABLE,
233
233
fname = 'libodfbackend.py',
234
234
authors = ["The Gramps project"],
245
245
name  = "translation lib",
246
246
description =  _("Provides Textual Translation.") ,
247
247
version = '1.0',
248
 
gramps_target_version = '3.3',
 
248
gramps_target_version = '3.4',
249
249
status = STABLE,
250
250
fname = 'libtranslate.py',
251
251
authors = ["Brian Matherly"],
262
262
name  = "person list lib",
263
263
description =  _("Provides the Base needed for the List People views.") ,
264
264
version = '1.0',
265
 
gramps_target_version = '3.3',
 
265
gramps_target_version = '3.4',
266
266
status = STABLE,
267
267
fname = 'libpersonview.py',
268
268
authors = ["The Gramps project"],
279
279
name  = "place list lib",
280
280
description =  _("Provides the Base needed for the List Place views.") ,
281
281
version = '1.0',
282
 
gramps_target_version = '3.3',
 
282
gramps_target_version = '3.4',
283
283
status = STABLE,
284
284
fname = 'libplaceview.py',
285
285
authors = ["The Gramps project"],
296
296
name  = "Substitution Values",
297
297
description =  _("Provides variable substitution on display lines.") ,
298
298
version = '1.0',
299
 
gramps_target_version = '3.3',
 
299
gramps_target_version = '3.4',
300
300
status = STABLE,
301
301
fname = 'libsubstkeyword.py',
302
302
authors = ["The Gramps project"],
313
313
description =  _("Provides the base needed for the ancestor and "
314
314
                 "descendant graphical reports.") ,
315
315
version = '1.0',
316
 
gramps_target_version = '3.3',
 
316
gramps_target_version = '3.4',
317
317
status = STABLE,
318
318
fname = 'libtreebase.py',
319
319
authors = ["The Gramps project"],