* Mon Oct 06 2025 Jean-Philippe Pialasse <jpp@koozali.org> 1.9.1-14.sme

- Koozali SME 11 build
- upgrade to 1.9.1
This commit is contained in:
2025-10-06 11:17:59 -04:00
parent 3a71dc29c7
commit 18b7ff0c49
4 changed files with 111 additions and 47 deletions

11
gti-1.2.0-nostrip.patch Normal file
View File

@@ -0,0 +1,11 @@
diff -up gti-1.2.0/Makefile.nostrip gti-1.2.0/Makefile
--- gti-1.2.0/Makefile.nostrip 2014-08-08 11:14:29.215636970 +0200
+++ gti-1.2.0/Makefile 2014-08-08 11:14:50.594538927 +0200
@@ -18,7 +18,6 @@ MANPAGE=gti.6.gz
$(PROG): *.c
$(CC) -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $^
- -$(STRIP) -s $@
$(MANPAGE): gti.6
gzip -9 -n -c gti.6 > gti.6.gz