From 92611ea1c9e96bc627b6f6009e8ffeedaec12bb0 Mon Sep 17 00:00:00 2001 From: JK Wood Date: Sun, 26 Jan 2020 07:03:03 +0700 Subject: ham/klog: Updated for version 0.9.8.1. Signed-off-by: Willy Sudiarto Raharjo --- ham/klog/klog.SlackBuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'ham/klog/klog.SlackBuild') diff --git a/ham/klog/klog.SlackBuild b/ham/klog/klog.SlackBuild index 901b97ae0c..cc86c76c41 100644 --- a/ham/klog/klog.SlackBuild +++ b/ham/klog/klog.SlackBuild @@ -21,7 +21,7 @@ # that is unlikely, as I am rather tall. PRGNAM=klog -VERSION=${VERSION:-0.9.1.1} +VERSION=${VERSION:-0.9.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,16 +69,10 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -qmake PREFIX=/usr klog.pro +qmake-qt5 PREFIX=$PKG/usr KLog.pro make - -# Somewhere after 0.6.2 the developers -# broke the install target. We'll do -# it live! - -mkdir -p $PKG/usr/bin -install -m 755 klog $PKG/usr/bin/ +make install 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 -- cgit v1.2.3