-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Reilly Brogan <[email protected]>
- Loading branch information
1 parent
40f2213
commit e065253
Showing
3 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
packages/a/ark/files/0001-Add-read-only-for-stone-mimetype.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Reilly Brogan <[email protected]> | ||
Date: Thu, 7 Nov 2024 23:01:41 -0600 | ||
Subject: [PATCH] Add read-only for stone mimetype | ||
|
||
--- | ||
plugins/libarchive/kerfuffle_libarchive_readonly.json.cmake | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/plugins/libarchive/kerfuffle_libarchive_readonly.json.cmake b/plugins/libarchive/kerfuffle_libarchive_readonly.json.cmake | ||
index 15dce503..a9bf483f 100644 | ||
--- a/plugins/libarchive/kerfuffle_libarchive_readonly.json.cmake | ||
+++ b/plugins/libarchive/kerfuffle_libarchive_readonly.json.cmake | ||
@@ -43,6 +43,7 @@ | ||
"application/x-sv4cpio", | ||
"application/x-sv4crc", | ||
"application/x-rpm", | ||
+ "application/x-stone-archive", | ||
"application/x-compress", | ||
"application/gzip", | ||
"application/x-bzip", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters