Skip to content

Commit 0f494da

Browse files
renner0eqarmin
andauthored
initial work for getting a 7.0.0 build to flathub (#1275)
* 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 <[email protected]>
1 parent d11bde4 commit 0f494da

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

czkawka_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ infer = "0.16"
7474
# Heif/Heic
7575
libheif-rs = { version = "=0.18.0", optional = true } # Do not upgrade now, since Ubuntu 22.04 not works with newer version
7676
libheif-sys = { version = "=1.14.2", optional = true } # 1.14.3 brake compilation on Ubuntu 22.04, so pin it to this version
77-
anyhow = { version = "1.0" }
77+
anyhow = { version = "1.0.89" }
7878

7979

8080
state = "0.6"

data/com.github.qarmin.czkawka.metainfo.xml

+7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
<screenshots>
1515
<screenshot type="default">
1616
<image>https://user-images.githubusercontent.com/41945903/147875238-7f82fa27-c6dd-47e7-87ed-e253fb2cbc3e.png</image>
17+
</screenshot>
18+
<screenshot>
1719
<image>https://user-images.githubusercontent.com/41945903/147875239-bcf9776c-885d-45ac-ba82-5a426d8e1647.png</image>
20+
</screenshot>
21+
<screenshot>
1822
<image>https://user-images.githubusercontent.com/41945903/147875243-e654e683-37f7-46fa-8321-119a4c5775e7.png</image>
1923
</screenshot>
2024
</screenshots>
@@ -23,6 +27,9 @@
2327
</releases>
2428
<content_rating type="oars-1.0"/>
2529
<developer_name>Rafał Mikrut</developer_name>
30+
<developer id="com.github.qarmin">
31+
<name>Rafał Mikrut</name>
32+
</developer>
2633
<url type="homepage">https://github.com/qarmin/czkawka</url>
2734
<url type="bugtracker">https://github.com/qarmin/czkawka/issues</url>
2835
<url type="donation">https://github.com/sponsors/qarmin</url>

0 commit comments

Comments
 (0)