From ad23967f09c05c8053f2cdfa417e8a34816634ac Mon Sep 17 00:00:00 2001 From: Andy Alt Date: Sat, 10 Aug 2019 01:28:50 +0700 Subject: system/rmw: Updated for version 0.7.03. Signed-off-by: Willy Sudiarto Raharjo --- system/rmw/doinst.sh | 12 ------------ system/rmw/rmw.SlackBuild | 9 ++------- system/rmw/rmw.info | 6 +++--- 3 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 system/rmw/doinst.sh (limited to 'system') diff --git a/system/rmw/doinst.sh b/system/rmw/doinst.sh deleted file mode 100644 index a8f047556c..0000000000 --- a/system/rmw/doinst.sh +++ /dev/null @@ -1,12 +0,0 @@ -config() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - # If there's no config file by that name, mv it over: - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then # toss the redundant copy - rm $NEW - fi - # Otherwise, we leave the .new copy for the admin to consider... -} -config etc/rmwrc.new diff --git a/system/rmw/rmw.SlackBuild b/system/rmw/rmw.SlackBuild index 8dac6d8df2..4e99df3b1d 100644 --- a/system/rmw/rmw.SlackBuild +++ b/system/rmw/rmw.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for rmw # -# Copyright 2018 / Andy Alt / United States +# Copyright 2019 / Andy Alt / United States # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rmw -VERSION=${VERSION:-0.7.02} +VERSION=${VERSION:-0.7.03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,7 +73,6 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ - --sysconfdir=/etc \ --mandir=/usr/man \ --localedir=/usr/share/locale \ --docdir=/usr/doc/$PRGNAM-$VERSION \ @@ -82,9 +81,6 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -mkdir -p $PKG/etc -cat rmwrc > $PKG/etc/rmwrc.new - 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 @@ -92,7 +88,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/system/rmw/rmw.info b/system/rmw/rmw.info index c92d8e9460..265b041c26 100644 --- a/system/rmw/rmw.info +++ b/system/rmw/rmw.info @@ -1,8 +1,8 @@ PRGNAM="rmw" -VERSION="0.7.02" +VERSION="0.7.03" HOMEPAGE="https://remove-to-waste.info/" -DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.7.02/rmw-0.7.02.tar.gz" -MD5SUM="0d4f68fc331951d68b382c40acc809c2" +DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.7.03/rmw-0.7.03.tar.gz" +MD5SUM="842dfc25b845c2ee40e434c0e508d5da" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3