Skip to content

Commit 784ab78

Browse files
gmbeardtranzystorekk
authored andcommitted
clifm: update to 1.26.3.
1 parent 560f0af commit 784ab78

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
From 8f8a7fc087cbdb83d439819bdc3ad3650f8fb7ab Mon Sep 17 00:00:00 2001
2+
From: leo-arch <[email protected]>
3+
Date: Mon, 29 Sep 2025 11:00:46 -0300
4+
Subject: [PATCH] Fix build failure on Alpine/musl
5+
6+
---
7+
src/translate_key.h | 8 ++++++--
8+
1 file changed, 6 insertions(+), 2 deletions(-)
9+
10+
diff --git a/src/translate_key.h b/src/translate_key.h
11+
index b1cccf84..1cb59c5c 100644
12+
--- a/src/translate_key.h
13+
+++ b/src/translate_key.h
14+
@@ -40,11 +40,15 @@
15+
#define CSI_INTRODUCER 0x5b /* [ */
16+
#define SS3_INTRODUCER 0x4f /* O */
17+
18+
-__BEGIN_DECLS
19+
+#ifdef __cplusplus
20+
+extern "C" {
21+
+#endif
22+
23+
char *translate_key(char *str, const int term_type);
24+
int is_end_seq_char(unsigned char c);
25+
26+
-__END_DECLS
27+
+#ifdef __cplusplus
28+
+}
29+
+#endif
30+
31+
#endif /* TRANSLATE_KEY_H */
32+

srcpkgs/clifm/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'clifm'
22
pkgname=clifm
3-
version=1.26
3+
version=1.26.3
44
revision=1
55
build_style=gnu-makefile
66
make_install_args="MANDIR=/usr/share/man"
@@ -11,4 +11,4 @@ license="GPL-2.0-or-later"
1111
homepage="https://github.com/leo-arch/clifm"
1212
changelog="https://raw.githubusercontent.com/leo-arch/clifm/master/CHANGELOG"
1313
distfiles="https://github.com/leo-arch/clifm/releases/download/v${version}/clifm-${version}.tar.gz"
14-
checksum=2f5e5e2412307ea9e4e836b441785b325de58e12150629e81364f4da9adf4f01
14+
checksum=902badc747aee1eb1a3a5556ff3fd9d83d2aa987d24e058024064df8a4b6b71f

0 commit comments

Comments
 (0)