Overview
| Comment: | [lo] minimal version: 5.3 |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | lo |
| Files: | files | file ages | folders |
| SHA3-256: |
ec87856c96b87079616a61c63d1fb7ca |
| User & Date: | olr on 2019-04-12 15:19:38 |
| Other Links: | manifest | tags |
Context
|
2019-04-12
| ||
| 19:50 | [fr] faux positif check-in: e6d3a0ba57 user: olr tags: trunk, fr | |
| 15:19 | [lo] minimal version: 5.3 check-in: ec87856c96 user: olr tags: trunk, lo | |
| 11:24 | [fr] faux positif check-in: c16919094c user: olr tags: trunk, fr | |
Changes
Modified gc_core/py/oxt/description.xml from [01f7d1f6e0] to [077568801e].
| ︙ | ︙ | |||
12 13 14 15 16 17 18 |
<publisher>
<name lang="en" xlink:href="${link}">${provider}</name>
</publisher>
<icon>
<default xlink:href="${logo}" />
</icon>
<dependencies>
| | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
<publisher>
<name lang="en" xlink:href="${link}">${provider}</name>
</publisher>
<icon>
<default xlink:href="${logo}" />
</icon>
<dependencies>
<l:LibreOffice-minimal-version value="5.3" l:name="LibreOffice 5.3" />
<!--<d:OpenOffice.org-minimal-version value="4.0" d:name="OpenOffice.org 4.0" />-->
</dependencies>
<!--<update-information>
<src xlink:href="https://grammalecte.net/grammalecte/oxt/grammalecte.update03.xml" />
</update-information>-->
</description>
|