From 9f096019c87e5251ae30949537a01843a28aaaaa Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 7 Aug 2025 14:25:47 -0500 Subject: [PATCH] unar: rebuild for gnustep --- srcpkgs/unar/patches/fix-missing-method.patch | 10 ++++++++++ srcpkgs/unar/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/unar/patches/fix-missing-method.patch diff --git a/srcpkgs/unar/patches/fix-missing-method.patch b/srcpkgs/unar/patches/fix-missing-method.patch new file mode 100644 index 00000000000..713390fb9bc --- /dev/null +++ b/srcpkgs/unar/patches/fix-missing-method.patch @@ -0,0 +1,10 @@ +--- a/XADMaster/XADRAR5Parser.h ++++ b/XADMaster/XADRAR5Parser.h +@@ -67,6 +67,7 @@ + +(int)requiredHeaderSize; + +(BOOL)recognizeFileWithHandle:(CSHandle *)handle firstBytes:(NSData *)data name:(NSString *)name; + +(NSArray *)volumesForHandle:(CSHandle *)handle firstBytes:(NSData *)data name:(NSString *)name; +++ (off_t)signatureLocationInData:(NSData *)data; + + -(void)parse; + -(void)addEntryWithDictionary:(NSMutableDictionary *)dict diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template index 1b8e8945e77..7293bf356e9 100644 --- a/srcpkgs/unar/template +++ b/srcpkgs/unar/template @@ -1,7 +1,7 @@ # Template file for 'unar' pkgname=unar version=1.10.7 -revision=14 +revision=15 archs="~*-musl" # regexec incompatible build_wrksrc="XADMaster" build_style=gnu-makefile