summaryrefslogtreecommitdiffstats
path: root/desktop/todoman/todoman.SlackBuild
diff options
context:
space:
mode:
author Tonus <tonus1@gmail.com>2023-11-11 16:05:55 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-11 22:30:04 +0700
commitf199d022d384d783fdad400c96354aeb429dc2fb (patch)
treeb3bfc192b9cf9363a93f937bb546705d0d5b47ec /desktop/todoman/todoman.SlackBuild
parent328d606edc96e62d2777dafd95393e9ef8e075b0 (diff)
downloadslackbuilds-f199d022d384d783fdad400c96354aeb429dc2fb.tar.gz
slackbuilds-f199d022d384d783fdad400c96354aeb429dc2fb.tar.xz
desktop/todoman: Updated for version 4.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/todoman/todoman.SlackBuild')
-rw-r--r--desktop/todoman/todoman.SlackBuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/desktop/todoman/todoman.SlackBuild b/desktop/todoman/todoman.SlackBuild
index 6344f4d60e..9b5530319f 100644
--- a/desktop/todoman/todoman.SlackBuild
+++ b/desktop/todoman/todoman.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=todoman
-VERSION=${VERSION:-4.3.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.4.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -83,9 +80,6 @@ find -L . \
# Requires python/python3-setuptools-opt build-time dependency
export PYTHONPATH=/opt/python3.9/site-packages/
-patch -i $CWD/cli.py.patch $PRGNAM/cli.py
-patch -i $CWD/widgets.py.patch $PRGNAM/widgets.py
-
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl