Skip to content

Commit a84d84d

Browse files
cassidyjamesavds2milotype
authored
GNOME 49 (#101)
* Bump to GNOME 49 platform * MetaInfo: Attribute Arabic translations * Update fa.po (#99) ^^ * Update Croatian translation (#100) * MetaInfo: attribute other recent translations --------- Co-authored-by: آوید <avds@disroot.org> Co-authored-by: Milo Ivir <43657314+milotype@users.noreply.github.com>
1 parent 00b43a0 commit a84d84d

File tree

5 files changed

+163
-167
lines changed

5 files changed

+163
-167
lines changed

com.cassidyjames.clairvoyant.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id": "com.cassidyjames.clairvoyant",
33
"runtime": "org.gnome.Platform",
4-
"runtime-version": "47",
4+
"runtime-version": "49",
55
"sdk": "org.gnome.Sdk",
66
"command": "com.cassidyjames.clairvoyant",
77
"finish-args": [

data/metainfo.appdata.xml.in

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2018–2024 Cassidy James Blaede <c@ssidyjam.es> -->
2+
<!-- Copyright 2018-2025–2024 Cassidy James Blaede <c@ssidyjam.es> -->
33
<component type="desktop">
44
<id>com.cassidyjames.clairvoyant</id>
55
<metadata_license>CC0</metadata_license>
@@ -64,6 +64,17 @@
6464
</screenshots>
6565

6666
<releases>
67+
<release version="3.1.11" date="2025-10-30">
68+
<description>
69+
<p>GNOME 49 “Brescia”</p>
70+
<ul>
71+
<li>Updated with the latest GNOME 49 platform and Adwaita 1.8</li>
72+
<li>Added Arabic translations thanks to Ahmed Najmawi</li>
73+
<li>Added Persian translations thanks to آوید (@avds2 on GitHub)</li>
74+
<li>Updated Croatian translations thanks to Milo Ivir (@milotype on GitHub)</li>
75+
</ul>
76+
</description>
77+
</release>
6778
<release version="3.1.10" date="2025-02-24">
6879
<description>
6980
<p>Updated translations</p>

meson.build

Lines changed: 3 additions & 3 deletions
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.10',
4+
version: '3.1.11',
55
meson_version: '>=1.5.2',
66
)
77

@@ -64,8 +64,8 @@ executable(
6464
config_file,
6565
dependencies: [
6666
dependency('glib-2.0', version: '>=2.82.0'),
67-
dependency('gtk4', version: '>=4.16.12'),
68-
dependency('libadwaita-1', version: '>=1.6.4'),
67+
dependency('gtk4', version: '>=4.19.4'),
68+
dependency('libadwaita-1', version: '>=1.8.1'),
6969
dependency('libportal', version: '>=0.9.1'),
7070
],
7171
c_args: c_args, vala_args: vala_args,

0 commit comments

Comments
 (0)