diff options
Diffstat (limited to 'ham/klog/klog.SlackBuild')
-rw-r--r-- | ham/klog/klog.SlackBuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/ham/klog/klog.SlackBuild b/ham/klog/klog.SlackBuild index 901b97ae0ce3a..cc86c76c411b7 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 |