From b62bf95ab2139efacd46e8e3b12ce8ac4f67e829 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sun, 1 Dec 2019 00:57:59 -0500 Subject: system/exomizer: Updated for version 3.0.2. Signed-off-by: B. Watson --- system/exomizer/exomizer.SlackBuild | 10 ++++------ system/exomizer/exomizer.info | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/system/exomizer/exomizer.SlackBuild b/system/exomizer/exomizer.SlackBuild index 9f4f47f02b..a945e68be4 100644 --- a/system/exomizer/exomizer.SlackBuild +++ b/system/exomizer/exomizer.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20191201 bkw: update for v3.0.2 # 20180829 bkw: update for v3.0.1 # 20180619 bkw: @@ -16,7 +17,7 @@ # - can still build with VERSION=2.0.9 or VERSION=2.0.10, if needed PRGNAM=exomizer -VERSION=${VERSION:-3.0.1} +VERSION=${VERSION:-3.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,11 +59,8 @@ cd $PRGNAM-$VERSION unzip $CWD/${PRGNAM}${VERSION//./}.zip -x dos/\* win32/\* || \ unzip $CWD/$PRGNAM-$VERSION.zip -x dos/\* win32/\* chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ make -C src CFLAGS="$SLKCFLAGS" mkdir -p $PKG/usr/bin diff --git a/system/exomizer/exomizer.info b/system/exomizer/exomizer.info index 38a1dcc868..164a80c65c 100644 --- a/system/exomizer/exomizer.info +++ b/system/exomizer/exomizer.info @@ -1,8 +1,8 @@ PRGNAM="exomizer" -VERSION="3.0.1" +VERSION="3.0.2" HOMEPAGE="https://bitbucket.org/magli143/exomizer/wiki/Home" -DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/exomizer-3.0.1.zip" -MD5SUM="cb5b3fe6a4c492099b220a9da064f7e5" +DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/exomizer-3.0.2.zip" +MD5SUM="5fa0cbb09ed83a6f1898e8a9879508a6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3