mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
system/trashy: Updated for version 2.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
0f1bd002cc
commit
e4df475db0
3 changed files with 10 additions and 11 deletions
|
@ -9,11 +9,11 @@
|
|||
trashy: trashy (freedesktop rubbish bin for the shell)
|
||||
trashy:
|
||||
trashy: Trashy is a (mostly) freedesktop-compliant rubbish bin for the shell
|
||||
trashy: to encourage people to avoid using 'rm' so often.
|
||||
trashy:
|
||||
trashy: http://slackermedia.info/trashy
|
||||
trashy:
|
||||
trashy: to encourage people to avoid using 'rm' so often. Move files to your
|
||||
trashy: trash, list files in your trash, restore files from trash, and empty
|
||||
trashy: the trash from your shell.
|
||||
trashy:
|
||||
trashy: https://gitlab.freedesktop.org/notklaatu/trashy/
|
||||
trashy:
|
||||
trashy:
|
||||
trashy:
|
||||
|
|
|
@ -10,8 +10,7 @@
|
|||
# without any warranty.
|
||||
|
||||
PRGNAM=trashy
|
||||
VERSION=${VERSION:-2.0}
|
||||
COMMITVER=e116660f82c695c4c5b86b06030eacea12621573
|
||||
VERSION=${VERSION:-2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -29,8 +28,8 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION-$COMMITVER
|
||||
tar xvf $CWD/archive.tar.bz2\?ref\=$VERSION || tar xvf $CWD/trashy-$VERSION-$COMMITVER.tar.bz2
|
||||
cd $PRGNAM-$VERSION-$COMMITVER
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="trashy"
|
||||
VERSION="2.0"
|
||||
VERSION="2.3"
|
||||
HOMEPAGE="http://slackermedia.info/trashy"
|
||||
DOWNLOAD="https://gitlab.com/trashy/trashy/repository/archive.tar.bz2?ref=2.0"
|
||||
MD5SUM="45737aabc31dae7fa120b349de491797"
|
||||
DOWNLOAD="https://gitlab.freedesktop.org/notklaatu/trashy/-/archive/2.3/trashy-2.3.tar.bz2"
|
||||
MD5SUM="34134a6eac7aa41f072034edc54ddaca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue