mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
unar: rebuild for gnustep
This commit is contained in:
parent
3e427bdff2
commit
9f096019c8
2 changed files with 11 additions and 1 deletions
10
srcpkgs/unar/patches/fix-missing-method.patch
Normal file
10
srcpkgs/unar/patches/fix-missing-method.patch
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue