Skip to content

Commit

Permalink
Update appstream to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Dec 9, 2024
1 parent ad44ec7 commit bc52fa0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 117 deletions.
7 changes: 3 additions & 4 deletions org.flatpak.Builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"sources": [
{
"type": "archive",
"url": "https://github.com/ximion/appstream/archive/refs/tags/v1.0.3.tar.gz",
"sha256": "dd7222519b5d855124fa803ce82a7cbf090ac6b2e44a5bc515e729b1f20a63ae",
"url": "https://github.com/ximion/appstream/archive/refs/tags/v1.0.4.tar.gz",
"sha256": "dff6efa67d9ea4797870d70e3370b9e3fa66ce3c749aba68e6b10222473463cf",
"x-checker-data": {
"type": "anitya",
"project-id": 10385,
Expand All @@ -90,8 +90,7 @@
"patches/appstream-demotion-allowlist.patch",
"patches/appstream-compose-default-propagate-custom.patch",
"patches/asc-hint-tags-silence-some-vague-validation-errors.patch",
"patches/compose-seperate-file-read-error.patch",
"patches/appstream-compose-lang-symlinks.patch"
"patches/compose-seperate-file-read-error.patch"
]
}
]
Expand Down
107 changes: 0 additions & 107 deletions patches/appstream-compose-lang-symlinks.patch

This file was deleted.

12 changes: 6 additions & 6 deletions patches/asc-hint-tags-silence-some-vague-validation-errors.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From cd5dd2c083e34456744d0fe7778efccadac67b18 Mon Sep 17 00:00:00 2001
From d1e201a89f20ec4b96ff52600e85917987acd251 Mon Sep 17 00:00:00 2001
From: bbhtt <[email protected]>
Date: Sat, 20 Apr 2024 07:56:19 +0530
Date: Mon, 9 Dec 2024 10:16:18 +0530
Subject: [PATCH] asc-hint-tags: Silence some vague validation errors during
compose

Expand All @@ -21,7 +21,7 @@ The following are lowered to INFO:
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/compose/asc-hint-tags.c b/compose/asc-hint-tags.c
index cf91318e..2dc0feef 100644
index 7e816d48..2b029a87 100644
--- a/compose/asc-hint-tags.c
+++ b/compose/asc-hint-tags.c
@@ -57,7 +57,7 @@ AscHintTagStatic asc_hint_tag_list[] = {
Expand All @@ -31,7 +31,7 @@ index cf91318e..2dc0feef 100644
- AS_ISSUE_SEVERITY_WARNING,
+ AS_ISSUE_SEVERITY_INFO,
"The AppStream metadata should be updated to follow a more recent version of the specification.<br/>"
"Please consult <a href=\"http://freedesktop.org/software/appstream/docs/chap-Quickstart.html\">the XML quickstart guide</a> for "
"Please consult the <a href=\"https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html\">MetaInfo quickstart guides</a> for "
"more information."
@@ -99,7 +99,7 @@ AscHintTagStatic asc_hint_tag_list[] = {
},
Expand Down Expand Up @@ -84,9 +84,9 @@ index cf91318e..2dc0feef 100644
{ "no-metainfo",
- AS_ISSUE_SEVERITY_WARNING,
+ AS_ISSUE_SEVERITY_INFO,
"This software component is missing a <a href=\"https://freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent\">MetaInfo file</a> "
"This software component is missing a <a href=\"https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent\">MetaInfo file</a> "
"as metadata source.<br/>"
"To synthesize suitable metadata anyway, we took some data from its desktop-entry file.<br/>"
--
2.44.0
2.47.1

0 comments on commit bc52fa0

Please sign in to comment.