Skip to content

Commit

Permalink
initial work for getting a 7.0.0 build to flathub (#1275)
Browse files Browse the repository at this point in the history
* fix flathub appstream linter error: screenshot-image-source-duplicated
There can only be one `source` image per screenshot and language.

* fix flathub appstream linter error: developer-name-tag-deprecated

* appstream: fix developer id

* update dependencies

---------

Co-authored-by: Rafał Mikrut <41945903+qarmin@users.noreply.github.com>
  • Loading branch information
Renner0E and qarmin authored Oct 10, 2024
1 parent d11bde4 commit 0f494da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion czkawka_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ infer = "0.16"
# Heif/Heic
libheif-rs = { version = "=0.18.0", optional = true } # Do not upgrade now, since Ubuntu 22.04 not works with newer version
libheif-sys = { version = "=1.14.2", optional = true } # 1.14.3 brake compilation on Ubuntu 22.04, so pin it to this version
anyhow = { version = "1.0" }
anyhow = { version = "1.0.89" }


state = "0.6"
Expand Down
7 changes: 7 additions & 0 deletions data/com.github.qarmin.czkawka.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
<screenshots>
<screenshot type="default">
<image>https://user-images.githubusercontent.com/41945903/147875238-7f82fa27-c6dd-47e7-87ed-e253fb2cbc3e.png</image>
</screenshot>
<screenshot>
<image>https://user-images.githubusercontent.com/41945903/147875239-bcf9776c-885d-45ac-ba82-5a426d8e1647.png</image>
</screenshot>
<screenshot>
<image>https://user-images.githubusercontent.com/41945903/147875243-e654e683-37f7-46fa-8321-119a4c5775e7.png</image>
</screenshot>
</screenshots>
Expand All @@ -23,6 +27,9 @@
</releases>
<content_rating type="oars-1.0"/>
<developer_name>Rafał Mikrut</developer_name>
<developer id="com.github.qarmin">
<name>Rafał Mikrut</name>
</developer>
<url type="homepage">https://github.com/qarmin/czkawka</url>
<url type="bugtracker">https://github.com/qarmin/czkawka/issues</url>
<url type="donation">https://github.com/sponsors/qarmin</url>
Expand Down

0 comments on commit 0f494da

Please sign in to comment.