mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
system/libtrash: Updated for version 3.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5c301b6a98
commit
4fa9c37db1
3 changed files with 6 additions and 6 deletions
|
@ -3,4 +3,4 @@ trash can under GNU/Linux.
|
|||
|
||||
For instance, with libtrash, Midnight Commander will move files
|
||||
to the trash directory:
|
||||
LD_PRELOAD=/usr/lib/libtrash.so.3.4 mc
|
||||
LD_PRELOAD=/usr/lib/libtrash.so.3.6 mc
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libtrash
|
||||
VERSION=${VERSION:-3.4}
|
||||
VERSION=${VERSION:-3.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -82,7 +82,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README TODO config.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README.md TODO config.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libtrash"
|
||||
VERSION="3.4"
|
||||
VERSION="3.6"
|
||||
HOMEPAGE="http://pages.stern.nyu.edu/~marriaga/software/libtrash/"
|
||||
DOWNLOAD="http://pages.stern.nyu.edu/~marriaga/software/libtrash/libtrash-3.4.tgz"
|
||||
MD5SUM="100594b124412a3a34d75bbce28e5c1f"
|
||||
DOWNLOAD="http://pages.stern.nyu.edu/~marriaga/software/libtrash/libtrash-3.6.tgz"
|
||||
MD5SUM="15cbe6d792e20057b13f46394c7c122a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue