diff options
author | Andy Alt <andy400-dev@yahoo.com> | 2020-06-18 06:11:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-20 07:59:29 +0700 |
commit | 5b5ba3e908f51d8fbd119a1d3079528fa75f5f76 (patch) | |
tree | f3ace069e6d78f1e0ccdda7669c82cecfeca4231 | |
parent | fb66fb260471837bef83011d6e9d14740a9d7afd (diff) |
system/rmw: Updated for version 0.7.05.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/rmw/README.Slackware | 23 | ||||
-rw-r--r-- | system/rmw/rmw.SlackBuild | 4 | ||||
-rw-r--r-- | system/rmw/rmw.info | 6 |
3 files changed, 15 insertions, 18 deletions
diff --git a/system/rmw/README.Slackware b/system/rmw/README.Slackware index bb11343514ee..a93201f522a7 100644 --- a/system/rmw/README.Slackware +++ b/system/rmw/README.Slackware @@ -1,4 +1,4 @@ -# rmw-0.7.04 +# rmw-0.7.05 ## Description @@ -20,7 +20,7 @@ Web site: <https://remove-to-waste.info/> ## Screenshots -![rmw usage output](https://remove-to-waste.info/images/Screenshot_2019-07-05_22-47-51.png) +![rmw usage output](https://remove-to-waste.info/images/Screenshot_2020-04-11.png) [More Screenshots](https://remove-to-waste.info/screenshots.html) @@ -74,11 +74,11 @@ libmenuw some other way, rmw will use `ncurses` but you may experience [this minor bug](https://github.com/theimpossibleastronaut/rmw/issues/205). -Note: rmw has been built on **Windows** 2 years ago using Cygwin but it +Note: rmw was built on **Windows** 2 years ago using Cygwin but it didn't use the proper directories. We have no Windows developers working on this project and are hoping that some will join soon!. As stated in the description, the goal of this project is a -"cross-platform" utility; so getting rmw to work reliably on Windows is +"cross-platform" utility; so getting rmw to work on Windows is still on the TODO list. ## Uninstall / Cleaning up @@ -115,7 +115,7 @@ rmw is run, it will be used; if not, it will be skipped. Once you create "example_waste", rmw will automatically create example_waste/info and example_waste/files - e.g: WASTE=/mnt/sda10000/example_waste, removable + e.g.: WASTE=/mnt/sda10000/example_waste, removable == Features and Options == @@ -134,6 +134,8 @@ Restore FILE(s) from a WASTE directory -o, --orphaned check for orphaned files (maintenance) -f, --force allow purge to run -e, --empty completely empty (purge) all waste folders +-r, -R, --recursive option used for compatibility with rm + (recursive operation is enabled by default) -v, --verbose increase output messages -w, --warranty display warranty -V, --version display version and license information @@ -141,7 +143,7 @@ Restore FILE(s) from a WASTE directory ===] Restoring [=== --z, --restore <wildcard filename(s) pattern> +-z, --restore <wildcard filename(s) pattern> (e.g. ~/.local/share/Waste/files/foo*) -s, --select select files from list to restore -u, --undo-last undo last ReMove @@ -167,14 +169,9 @@ $HOME/.local/share/rmw (or $XDG_DATA_HOME/rmw). == -z, --restore == -To restore a file, or multiple files, specify the path to them in in the +To restore a file, or multiple files, specify the path to them in the <WASTE>/files folder (wildcards ok). -e.g. 'rmw -z ~/.local/share/Trash/files/foo*' - -Files can also be restored using only the basename, from within any directory. -NOTE: That feature will not process wildcards unless the user is in a -<WASTE>/files folder and the filespec actually exists in the present working -directory. +e.g. 'rmw -z ~/.local/share/Waste/files/foo*' == -f, --force == diff --git a/system/rmw/rmw.SlackBuild b/system/rmw/rmw.SlackBuild index 5cc04d3bd6be..3bccaeea52df 100644 --- a/system/rmw/rmw.SlackBuild +++ b/system/rmw/rmw.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for rmw # -# Copyright 2019 / Andy Alt / United States +# Copyright 2019-2020 / 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.04} +VERSION=${VERSION:-0.7.05} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/rmw/rmw.info b/system/rmw/rmw.info index 500850584da9..241e3d7800b1 100644 --- a/system/rmw/rmw.info +++ b/system/rmw/rmw.info @@ -1,8 +1,8 @@ PRGNAM="rmw" -VERSION="0.7.04" +VERSION="0.7.05" HOMEPAGE="https://remove-to-waste.info/" -DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.7.04/rmw-0.7.04.tar.gz" -MD5SUM="4ca6fc8405883eba6ffe3d28bef43cc1" +DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.7.05/rmw-0.7.05.tar.gz" +MD5SUM="adaa3ce4f4e10203e772d5d80c4a0b5a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |