diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2023-06-10 08:28:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-10 08:28:36 +0700 |
commit | 30a1be57d5f661170102d8c02d0a6fbd919ead78 (patch) | |
tree | 71fbebc334cf2602af3e510fd9f20c48547bfc97 /academic | |
parent | 3972157033e4a9ce9c7951bee14b40168095a31e (diff) |
academic/qucs-s: Updated for version 1.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/qucs-s/qucs-s.SlackBuild | 8 | ||||
-rw-r--r-- | academic/qucs-s/qucs-s.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/academic/qucs-s/qucs-s.SlackBuild b/academic/qucs-s/qucs-s.SlackBuild index 430a77e444d6..f2e14a6f3671 100644 --- a/academic/qucs-s/qucs-s.SlackBuild +++ b/academic/qucs-s/qucs-s.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qucs-s -VERSION=${VERSION:-1.0.2} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -72,9 +72,9 @@ cd $PRGNAM-$VERSION 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 \ + -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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + mkdir -p build cd build @@ -94,7 +94,7 @@ sed \ -i $PKG/usr/share/applications/qucs-s.desktop mv $PKG/usr/share/man $PKG/usr -find $PKG/usr/man -type f -exec gzip -9 {} \; +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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/academic/qucs-s/qucs-s.info b/academic/qucs-s/qucs-s.info index 8066f147b8df..50d360c803fa 100644 --- a/academic/qucs-s/qucs-s.info +++ b/academic/qucs-s/qucs-s.info @@ -1,8 +1,8 @@ PRGNAM="qucs-s" -VERSION="1.0.2" +VERSION="1.1.0" HOMEPAGE="https://ra3xdh.github.io" -DOWNLOAD="https://github.com/ra3xdh/qucs_s/releases/download/1.0.2/qucs-s-1.0.2.tar.gz" -MD5SUM="9a62fe916a7fdd58cf08a1a9342d7ac4" +DOWNLOAD="https://github.com/ra3xdh/qucs_s/releases/download/1.1.0/qucs-s-1.1.0.tar.gz" +MD5SUM="2de3e8d7b1647f66d88da3c6e10848a0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |