x11/xarchiver: update to 0.5.4.23.

while here add a patch to use gcpio when detecting direct cpio support.
if not found if fallbacks to cpio support in 7z.
This commit is contained in:
landry
2024-10-10 13:41:09 +00:00
parent df2574d1ba
commit bba7273884
3 changed files with 15 additions and 4 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
COMMENT = simple archive manager
CATEGORIES = x11 archivers
DIST_TUPLE = github ib xarchiver 0.5.4.21 .
REVISION = 1
DIST_TUPLE = github ib xarchiver 0.5.4.23 .
HOMEPAGE = https://xarchiver.sourceforge.net
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (ib-xarchiver-0.5.4.21.tar.gz) = ZTKb/36QFFLz+SfZE8R//KdZo26D6LgtBP5pRec5P9Q=
SIZE (ib-xarchiver-0.5.4.21.tar.gz) = 1132417
SHA256 (ib-xarchiver-0.5.4.23.tar.gz) = MZk1zTI+hl2KoSAjtShsMUwShJGsWOhT5j9tbqPaKic=
SIZE (ib-xarchiver-0.5.4.23.tar.gz) = 1126908
+12
View File
@@ -0,0 +1,12 @@
Index: src/main.c
--- src/main.c.orig
+++ src/main.c
@@ -126,7 +126,7 @@ static void xa_check_available_archivers ()
}
}
- cpio = g_find_program_in_path("cpio");
+ cpio = g_find_program_in_path("gcpio");
lbzip2 = g_find_program_in_path("lbzip2");
lsar = g_find_program_in_path("lsar");
pbzip2 = g_find_program_in_path("pbzip2");