summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2020-09-04 20:43:43 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-04 20:43:43 +0700
commit4fa9c37db12177e8922c1f41e7b4807958a2ffce (patch)
tree32cfbeb2f0cf569b713a40cafe4792a048458c3f /system
parent5c301b6a98cef89f191bb655102927cb97e375ce (diff)
downloadslackbuilds-4fa9c37db12177e8922c1f41e7b4807958a2ffce.tar.gz
slackbuilds-4fa9c37db12177e8922c1f41e7b4807958a2ffce.tar.xz
system/libtrash: Updated for version 3.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/libtrash/README2
-rw-r--r--system/libtrash/libtrash.SlackBuild4
-rw-r--r--system/libtrash/libtrash.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/system/libtrash/README b/system/libtrash/README
index 11f5d438de..6de79c168a 100644
--- a/system/libtrash/README
+++ b/system/libtrash/README
@@ -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
diff --git a/system/libtrash/libtrash.SlackBuild b/system/libtrash/libtrash.SlackBuild
index 67a9514b81..f3d824421a 100644
--- a/system/libtrash/libtrash.SlackBuild
+++ b/system/libtrash/libtrash.SlackBuild
@@ -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
diff --git a/system/libtrash/libtrash.info b/system/libtrash/libtrash.info
index dd83b0c23d..706271dcea 100644
--- a/system/libtrash/libtrash.info
+++ b/system/libtrash/libtrash.info
@@ -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=""