Skip to content

Commit 93c58d1

Browse files
authored
Metainfo: rename file, add screenshot env, no translate old releases (#908)
1 parent 2248c75 commit 93c58d1

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

data/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ i18n.merge_file(
2020
)
2121

2222
i18n.merge_file(
23-
input: meson.project_name() + '.appdata.xml.in',
24-
output: '@BASENAME@',
23+
input: 'terminal.metainfo.xml.in',
24+
output: meson.project_name() + '.metainfo.xml.in',
2525
po_dir: podir / 'extra',
2626
install: true,
2727
install_dir: datadir / 'metainfo'

data/io.elementary.terminal.appdata.xml.in renamed to data/terminal.metainfo.xml.in

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414
</description>
1515

1616
<screenshots>
17-
<screenshot type="default">
17+
<screenshot environment="pantheon" type="default">
1818
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.1/data/screenshot.png</image>
1919
</screenshot>
20-
<screenshot>
20+
<screenshot environment="pantheon">
2121
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.1/data/screenshot-light.png</image>
2222
</screenshot>
23-
<screenshot>
23+
<screenshot environment="pantheon">
2424
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.1/data/screenshot-high-contrast.png</image>
2525
</screenshot>
26-
<screenshot>
26+
<screenshot environment="pantheon">
2727
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.1/data/screenshot-find.png</image>
2828
</screenshot>
29-
<screenshot>
29+
<screenshot environment="pantheon">
3030
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.1/data/screenshot-custom-style.png</image>
3131
</screenshot>
32-
<screenshot>
32+
<screenshot environment="pantheon">
3333
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.1/data/screenshot-paste-protection.png</image>
3434
</screenshot>
3535
</screenshots>
@@ -40,11 +40,12 @@
4040
<binary>io.elementary.terminal</binary>
4141
</provides>
4242

43-
<url type="homepage">https://elementary.io/</url>
4443
<url type="bugtracker">https://github.com/elementary/terminal/issues</url>
4544
<url type="donation">https://elementary.io/get-involved#funding</url>
4645
<url type="help">https://github.com/elementary/terminal/discussions/categories/q-a</url>
46+
<url type="homepage">https://elementary.io/</url>
4747
<url type="translate">https://l10n.elementary.io/projects/terminal/</url>
48+
<url type="vcs-browser">https://github.com/elementary/terminal</url>
4849

4950
<developer id="org.elementaryos">
5051
<name>elementary, Inc.</name>
@@ -78,6 +79,7 @@
7879
<issue url="https://github.com/elementary/terminal/issues/831">Process exit status icon remains forever</issue>
7980
</issues>
8081
</release>
82+
8183
<release version="7.1.0" date="2025-08-05" urgency="medium">
8284
<description>
8385
<p>New features:</p>
@@ -132,7 +134,7 @@
132134
</release>
133135

134136
<release version="6.3.0" date="2024-12-09" urgency="medium">
135-
<description>
137+
<description translate="no">
136138
<p>New features:</p>
137139
<ul>
138140
<li>Show zoom level in overlay when zooming</li>
@@ -163,7 +165,7 @@
163165
</release>
164166

165167
<release version="6.2.0" date="2024-07-18" urgency="medium">
166-
<description>
168+
<description translate="no">
167169
<p>New features:</p>
168170
<ul>
169171
<li>Allow switching event alerts on and off in the app menu</li>
@@ -186,7 +188,7 @@
186188
</release>
187189

188190
<release version="6.1.2" date="2023-04-03" urgency="medium">
189-
<description>
191+
<description translate="no">
190192
<p>Other updates:</p>
191193
<ul>
192194
<li>Add shortcuts "Ctrl + PageUp" and "Ctrl + PageDown" to switch between tabs</li>
@@ -203,7 +205,7 @@
203205
</release>
204206

205207
<release version="6.1.1" date="2022-10-26" urgency="medium">
206-
<description>
208+
<description translate="no">
207209
<p>Other updates:</p>
208210
<ul>
209211
<li>Translation updates</li>
@@ -215,7 +217,7 @@
215217
</release>
216218

217219
<release version="6.1.0" date="2022-08-11" urgency="medium">
218-
<description>
220+
<description translate="no">
219221
<p>New features:</p>
220222
<ul>
221223
<li>Option to follow system dark style preference</li>
@@ -234,7 +236,7 @@
234236
</release>
235237

236238
<release version="6.0.2" date="2022-05-16" urgency="medium">
237-
<description>
239+
<description translate="no">
238240
<p>New features:</p>
239241
<ul>
240242
<li>Switch tabs with Alt + 1-9</li>

po/extra/POTFILES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
data/io.elementary.terminal.appdata.xml.in
1+
data/terminal.metainfo.xml.in
22
data/io.elementary.terminal.desktop.in

0 commit comments

Comments
 (0)