Skip to content

Commit 6158565

Browse files
authored
Migrate app ID (#94)
* App ID: com.github.cassidyjames.clairvoyant → com.cassidyjames.clairvoyant * GitHub Actions: Update workflows with new RDNN * MetaInfo: Add old RDNN to provides/replaces * Meson: bump version * Update Brazilian Portuguese translation * MetaInfo: mention pt_BR translation
1 parent 4e94245 commit 6158565

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

data/metainfo.appdata.xml.in

+5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929

3030
<provides>
3131
<binary>com.cassidyjames.clairvoyant</binary>
32+
<id>com.github.cassidyjames.clairvoyant</id>
3233
</provides>
34+
<replaces>
35+
<id>com.github.cassidyjames.clairvoyant</id>
36+
</replaces>
3337
<launchable type="desktop-id">com.cassidyjames.clairvoyant.desktop</launchable>
3438

3539
<screenshots>
@@ -67,6 +71,7 @@
6771
<li>Improved Spanish translations thanks to LucidTyper</li>
6872
<li>Added Danish translations thanks to Kasper Agentoft Lind</li>
6973
<li>Added Bulgarian translations thanks to twlvnn kraftwerk</li>
74+
<li>Improved Brazilian Portuguese translations thanks to aquila0101</li>
7075
<li>Updated app ID to new RDNN based on cassidyjames.com</li>
7176
</ul>
7277
</description>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'com.cassidyjames.clairvoyant',
33
'vala', 'c',
4-
version: '3.1.9',
4+
version: '3.1.10',
55
meson_version: '>=1.5.2',
66
)
77

po/pt_BR.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ msgstr ""
8282

8383
#: data/metainfo.appdata.xml.in:66
8484
msgid "Fresh new adaptive look powered by GNOME accent colors!"
85-
msgstr ""
85+
msgstr "Novo visual adaptativo e moderno, com cores de destaque do GNOME!"
8686

8787
#: data/metainfo.appdata.xml.in:67
8888
#, fuzzy
@@ -534,7 +534,7 @@ msgstr "Pergunte novamente"
534534

535535
#: src/MainWindow.vala:59
536536
msgid "Unsupported version of this app"
537-
msgstr ""
537+
msgstr "Versão deste aplicativo não suportada"
538538

539539
#: src/MainWindow.vala:60
540540
msgid "_Learn More…"

0 commit comments

Comments
 (0)