Skip to content

Commit

Permalink
ark: Support stone mimetype
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <[email protected]>
  • Loading branch information
ReillyBrogan committed Nov 8, 2024
1 parent 40f2213 commit e065253
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
21 changes: 21 additions & 0 deletions packages/a/ark/files/0001-Add-read-only-for-stone-mimetype.patch
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",
4 changes: 3 additions & 1 deletion packages/a/ark/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : ark

Check notice on line 1 in packages/a/ark/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.

Check warning on line 1 in packages/a/ark/package.yml

View workflow job for this annotation

GitHub Actions / Checks

`monitoring.yml` is missing
version : 24.08.3
release : 92
release : 93
source :
- https://download.kde.org/stable/release-service/24.08.3/src/ark-24.08.3.tar.xz : 3c6a100fbb8512b8f891726274658c51ce10f9318d4c14dbb2380a2c602f321b
homepage : https://kde.org/applications/utilities/org.kde.ark
Expand Down Expand Up @@ -32,6 +32,8 @@ optimize :
- speed
- thin-lto
setup : |
%patch -p1 -i $pkgfiles/0001-Add-read-only-for-stone-mimetype.patch
%cmake_kf6
build : |
%ninja_build
Expand Down
4 changes: 2 additions & 2 deletions packages/a/ark/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
</Files>
</Package>
<History>
<Update release="92">
<Date>2024-11-07</Date>
<Update release="93">
<Date>2024-11-08</Date>
<Version>24.08.3</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
Expand Down

0 comments on commit e065253

Please sign in to comment.