# HG changeset patch # User Hans-G?nter Theisgen # Date 1659103136 -3600 # Node ID f4b0d727708e8879c498f6dbeb335bf2e3fbafd4 # Parent a733757937916e652bf5d61c349985846de71b1a updated trash-cli (0.17.1.14 -> 0.22.4.16) diff -r a73375793791 -r f4b0d727708e trash-cli/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/trash-cli/description.txt Fri Jul 29 14:58:56 2022 +0100 @@ -0,0 +1,4 @@ +Trash-cli trashes files recording the original path, deletion date, +and permissions. +It uses the same trashcan used by KDE, GNOME, and XFCE, but you can +invoke it from the command line (and scripts). diff -r a73375793791 -r f4b0d727708e trash-cli/receipt --- a/trash-cli/receipt Fri Jul 29 14:34:07 2022 +0100 +++ b/trash-cli/receipt Fri Jul 29 14:58:56 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="trash-cli" -VERSION="0.17.1.14" +VERSION="0.22.4.16" CATEGORY="utilities" SHORT_DESC="Command line interface to the freedesktop.org trashcan." MAINTAINER="paul@slitaz.org" @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" -DEPENDS="python" +DEPENDS="python python-psutil" BUILD_DEPENDS="python-dev python-setuptools" current_version() @@ -23,15 +23,13 @@ # Rules to configure and make the package. compile_rules() { - python setup.py build + python setup.py build && python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir $fs/usr - - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders bin + cook_copy_folders lib }