Skip to content

Commit

Permalink
Merge pull request #82 from camelCaseNick/camelCaseNick/update-2024-03
Browse files Browse the repository at this point in the history
update modules, runtime, and metadata
  • Loading branch information
kfiven authored Mar 25, 2024
2 parents 263ff5d + 503167e commit 6ff4f02
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 18 deletions.
31 changes: 22 additions & 9 deletions in.cinny.Cinny.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,38 @@
<name>Cinny</name>
<summary>Yet another Matrix client with simple, elegant and secure interface.</summary>
<developer_name>Ajay Bura</developer_name>
<developer id="io.github.ajbura">
<name>Ajay Bura</name>
</developer>

<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0-only</project_license>

<url type="homepage">https://cinny.in</url>
<url type="bugtracker">https://github.com/ajbura/cinny/issues</url>
<url type="homepage">https://cinny.in/</url>
<url type="bugtracker">https://github.com/cinnyapp/cinny/issues</url>
<url type="donation">https://cinny.in/#sponsor</url>

<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>

<recommends>
<control>pointing</control>
<control>keyboard</control>
<display_length compare="ge" side="shortest">330</display_length>
<display_length compare="ge" side="longest">360</display_length>
</recommends>

<requires>
<internet>always</internet>
</requires>

<categories>
<category>Network</category>
<category>InstantMessaging</category>
<category>Chat</category>
</categories>

<description>
<p>
Cinny is a matrix.org client focusing primarily on simple, elegant and secure interface protected by e2ee with the power of open source.
Expand All @@ -27,11 +45,6 @@
Features: User-friendly design, Login and register, Full space support, Encryption and emoji verification, Ability to create new rooms and tweak settings, Support replies, markdown, message editing, Dark, light, and black themes.
</p>
</description>

<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>

<launchable type="desktop-id">in.cinny.Cinny.desktop</launchable>
<screenshots>
Expand Down
20 changes: 11 additions & 9 deletions in.cinny.Cinny.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
id: in.cinny.Cinny
runtime: org.gnome.Platform
runtime-version: '44'
runtime-version: '46'
sdk: org.gnome.Sdk
command: cinny
rename-icon: cinny

sdk-extensions:
- org.freedesktop.Sdk.Extension.node16
- org.freedesktop.Sdk.Extension.node20
- org.freedesktop.Sdk.Extension.rust-stable

finish-args:
Expand All @@ -24,16 +24,16 @@ finish-args:
- --device=dri

build-options:
append-path: /usr/lib/sdk/node16/bin:/usr/lib/sdk/rust-stable/bin
append-path: /usr/lib/sdk/node20/bin:/usr/lib/sdk/rust-stable/bin

modules:
- shared-modules/libappindicator/libappindicator-gtk3-12.10.json

- name: webkit2gtk-4.0
sources:
- type: archive
url: https://webkitgtk.org/releases/webkitgtk-2.42.1.tar.xz
sha256: 6f41fac9989d3ee51c08c48de1d439cdeddecbc757e34b6180987d99b16d2499
url: https://webkitgtk.org/releases/webkitgtk-2.44.0.tar.xz
sha256: c66530e41ba59b1edba4ee89ef20b2188e273bed0497e95084729e3cfbe30c87
x-checker-data:
type: html
url: https://webkitgtk.org/releases/
Expand All @@ -47,6 +47,8 @@ modules:
- -DENABLE_MINIBROWSER=OFF
- -DENABLE_WEBDRIVER=OFF
- -DENABLE_GAMEPAD=OFF
- -DUSE_LIBBACKTRACE=OFF
- -DUSE_GTK4=OFF
- -DUSE_SOUP2=ON
- -DENABLE_BUBBLEWRAP_SANDBOX=OFF
modules:
Expand All @@ -71,8 +73,8 @@ modules:
sources:
- type: git
url: https://github.com/libjxl/libjxl.git
tag: v0.8.2
commit: 954b460768c08a147abf47689ad69b0e7beff65e
tag: v0.10.2
commit: e1489592a770b989303b0edc5cc1dc447bbe0515
disable-shallow-clone: true
x-checker-data:
type: git
Expand All @@ -84,8 +86,8 @@ modules:
sources:
- type: git
url: https://github.com/libvips/libvips
tag: v8.14.5
commit: 4b3df69556a7083d1f89fecff49386258a405e69
tag: v8.15.2
commit: f18403d7bf49b574a2a1c6887dbe9c696a5125fc
x-checker-data:
type: git
tag-pattern: ^v((?:\d+.)*\d+)$
Expand Down

0 comments on commit 6ff4f02

Please sign in to comment.