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>
This commit is contained in:
Tonus 2023-03-07 02:43:25 +01:00 committed by Willy Sudiarto Raharjo
parent 0c8f15d95c
commit b566c7061b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 25 additions and 9 deletions

View file

@ -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 !

View file

@ -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}

View file

@ -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"