From 2991de98f8e1306f4e198f4a79932a3948ce3900 Mon Sep 17 00:00:00 2001 From: Vijay Marcel Date: Fri, 16 Feb 2024 22:12:31 +0700 Subject: libraries/highway: Updated for version 1.0.7. Signed-off-by: Willy Sudiarto Raharjo --- libraries/highway/changelog | 4 ++++ libraries/highway/highway.SlackBuild | 11 ++++------- libraries/highway/highway.info | 6 +++--- 3 files changed, 11 insertions(+), 10 deletions(-) (limited to 'libraries/highway') diff --git a/libraries/highway/changelog b/libraries/highway/changelog index b7b6fb5ad2..67c89cebcf 100644 --- a/libraries/highway/changelog +++ b/libraries/highway/changelog @@ -8,3 +8,7 @@ Added to SlackBuilds.org 15/05/2023: Updated to version 1.0.4 + +16/02/2024 + +Updated to version 1.0.7 diff --git a/libraries/highway/highway.SlackBuild b/libraries/highway/highway.SlackBuild index 29b7e969db..59c5784106 100644 --- a/libraries/highway/highway.SlackBuild +++ b/libraries/highway/highway.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for highway -# Copyright 2022-2023 Vijay Marcel +# Copyright 2022-2024 Vijay Marcel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=highway -VERSION=${VERSION:-1.0.4} +VERSION=${VERSION:-1.0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -101,11 +98,11 @@ DESTDIR=$PKG cmake --install build rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la 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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a g3doc/* $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE README.md CONTRIBUTING $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE LICENSE-BSD3 README.md CONTRIBUTING $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/highway/highway.info b/libraries/highway/highway.info index 73b7b0b217..980e0cc851 100644 --- a/libraries/highway/highway.info +++ b/libraries/highway/highway.info @@ -1,8 +1,8 @@ PRGNAM="highway" -VERSION="1.0.4" +VERSION="1.0.7" HOMEPAGE="https://github.com/google/highway" -DOWNLOAD="https://github.com/google/highway/archive/1.0.4/highway-1.0.4.tar.gz" -MD5SUM="2747e50aa0ec0126cabc3b50799b9547" +DOWNLOAD="https://github.com/google/highway/archive/1.0.7/highway-1.0.7.tar.gz" +MD5SUM="a180aad950d32513d7a10a4af89ddfbc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtest" -- cgit v1.2.3-65-gdbad