diff options
-rw-r--r-- | system/fnt/fnt.SlackBuild | 4 | ||||
-rw-r--r-- | system/fnt/fnt.info | 6 | ||||
-rw-r--r-- | system/fnt/makefile.patch | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/system/fnt/fnt.SlackBuild b/system/fnt/fnt.SlackBuild index 501874d719..7af0560458 100644 --- a/system/fnt/fnt.SlackBuild +++ b/system/fnt/fnt.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fnt -VERSION=${VERSION:-1.6} +VERSION=${VERSION:-1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -61,7 +61,7 @@ make make install DESTDIR=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + | cut -f 1 -d : | xargs strip --strip-unneeded --remove-section=.comment --remove-section=.note 2> /dev/null || true find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done diff --git a/system/fnt/fnt.info b/system/fnt/fnt.info index 12b201d68d..dc8615547c 100644 --- a/system/fnt/fnt.info +++ b/system/fnt/fnt.info @@ -1,8 +1,8 @@ PRGNAM="fnt" -VERSION="1.6" +VERSION="1.7" HOMEPAGE="https://github.com/alexmyczko/fnt" -DOWNLOAD="https://github.com/alexmyczko/fnt/archive/1.6/fnt-1.6.tar.gz" -MD5SUM="f52306f5968e8930afd99a4542196170" +DOWNLOAD="https://github.com/alexmyczko/fnt/archive/1.7/fnt-1.7.tar.gz" +MD5SUM="e0c34d3b9bd55f02c5bf7a840f34a243" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="chafa lcdf-typetools" diff --git a/system/fnt/makefile.patch b/system/fnt/makefile.patch index abdbb87e1b..4fb3601f36 100644 --- a/system/fnt/makefile.patch +++ b/system/fnt/makefile.patch @@ -1,11 +1,11 @@ ---- makefile 2024-03-27 01:02:16.000000000 +0530 -+++ makefile1 2024-04-22 18:24:26.887740205 +0530 +--- Makefile 2024-09-18 00:50:40.000000000 +0530 ++++ Makefile1 2024-09-18 22:11:31.992579000 +0530 @@ -1,6 +1,6 @@ BINDIR=/usr/bin -MANDIR=/usr/share/man -ZCOMPDIR=/usr/local/share/zsh/site-functions +MANDIR=/usr/man +ZCOMPDIR=/usr/share/zsh/site-functions - VERSION=1.5 + VERSION=1.7 all: |