diff options
author | Tonus <tonus1@gmail.com> | 2023-03-07 02:43:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-12 08:48:14 +0700 |
commit | b566c7061bc56b405192f48e19ad28d950f916d3 (patch) | |
tree | 2384474a57911c681dec92edbcc41891fad1754f /office/kuro | |
parent | 0c8f15d95c2d47d313384d01a617517f3386366a (diff) |
office/kuro: Updated for version 9.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/kuro')
-rw-r--r-- | office/kuro/README | 22 | ||||
-rw-r--r-- | office/kuro/kuro.SlackBuild | 2 | ||||
-rw-r--r-- | office/kuro/kuro.info | 10 |
3 files changed, 25 insertions, 9 deletions
diff --git a/office/kuro/README b/office/kuro/README index 6b068431c30a4..9b6b325d26571 100644 --- a/office/kuro/README +++ b/office/kuro/README @@ -1,5 +1,21 @@ -kuro is an unofficial, featureful, open source, community-driven, -free Microsoft To-Do app for Linux made by David Morais +Kuro is an unofficial, featureful, open source, community-driven, free +Microsoft To-Do app for Linux made by David Morais. -Kuro is a fork of Ao wich is no longer actively maintained +Kuro is a fork of Ao wich is no longer actively maintained. +Warning : changes + +It is highly recommended you delete your ~/.kuro.jsonconfiguration file +in order to have the new keyboard shortcuts and the default theme. + +Kuro 9 fundamentally changes the way one of Kuro's most important +feature works: + +Recently, Microsoft finally released the dark theme implementation for +the web version of their ToDo app, they call it Night Mode. +Instead of coming pre-packed the 4 themes (Dark, Black, Dracula & +Sepia), Kuro will now use its repurposed Ctrl + H shortcut to toggle +between Microsoft ToDo's Night Mode. + +And starting with Kuro 9, you'll be able to create and use your own +themes with Kuro ! diff --git a/office/kuro/kuro.SlackBuild b/office/kuro/kuro.SlackBuild index 80131945844a8..591520442669d 100644 --- a/office/kuro/kuro.SlackBuild +++ b/office/kuro/kuro.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=kuro -VERSION=${VERSION:-8.1.6} +VERSION=${VERSION:-9.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/kuro/kuro.info b/office/kuro/kuro.info index 6ae8aca7c4e06..ff245b06cbfe4 100644 --- a/office/kuro/kuro.info +++ b/office/kuro/kuro.info @@ -1,10 +1,10 @@ PRGNAM="kuro" -VERSION="8.1.6" +VERSION="9.0.0" HOMEPAGE="https://github.com/davidsmorais/kuro" -DOWNLOAD="https://github.com/davidsmorais/kuro/releases/download/v8.1.6/kuro_8.1.6_i386.deb" -MD5SUM="f99743f6792d18caa8396a24a8de3387" -DOWNLOAD_x86_64="https://github.com/davidsmorais/kuro/releases/download/v8.1.6/kuro_8.1.6_amd64.deb" -MD5SUM_x86_64="6fe7cb04905bc3037059124339138949" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://github.com/davidsmorais/kuro/releases/download/v9.0.0/kuro_9.0.0_amd64.deb" +MD5SUM_x86_64="bfd5cb54e57ca27ef96139c0a8f1eda1" REQUIRES="" MAINTAINER="Tonus" EMAIL="tonus1@free.fr" |