Skip to content

Commit

Permalink
Patch appstream to allow demoting description-has-plaintext-url
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Feb 22, 2024
1 parent 52d5f31 commit 4498649
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion org.flatpak.Builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@
{
"type": "patch",
"paths": [
"patches/appstream-all-categories-invalid.patch"
"patches/appstream-all-categories-invalid.patch",
"patches/appstream-allow-demoting-description-has-plaintext-url.patch"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/src/as-validator.c b/src/as-validator.c
index 1736a0cb..9873edfb 100644
--- a/src/as-validator.c
+++ b/src/as-validator.c
@@ -647,6 +647,7 @@ as_validator_add_override (AsValidator *validator,
"releases-not-in-order",
/* allowed for a while, as part of the deprecation phase */
"developer-name-tag-deprecated",
+ "description-has-plaintext-url",
NULL
};

0 comments on commit 4498649

Please sign in to comment.