Skip to content

Commit

Permalink
[rmkit] update rpncalc with 'back' button and more ergo behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
okay committed Jan 29, 2022
1 parent f617afe commit 01aec2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions package/rmkit/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
2022-01-22 raisjn <of.raisjn@arkose>
2022-01-29 raisjn <of.raisjn@arkose>
rpncalc:

* add 'back' button for erasing digits
* modifying how 'drop' works a tiny bit
* align push/drop, and tan/tanh, cos/cosh, sin/sinh buttons

2022-01-27 raisjn <of.raisjn@arkose>

rmkit:

Expand Down Expand Up @@ -51,7 +58,7 @@
2021-12-17 raisjn <of.raisjn@arkose>

harmony:

* add `launch` command to remux

mines:
Expand Down
8 changes: 4 additions & 4 deletions package/rmkit/package
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
# SPDX-License-Identifier: MIT

pkgnames=(bufshot dumbskull genie harmony iago lamp mines nao remux rpncalc simple wordlet)
timestamp=2021-01-27T07:18:10Z
timestamp=2021-01-29T09:18:10Z
maintainer="raisjn <[email protected]>"
license=MIT
installdepends=(display)
flags=(patch_rm2fb)

image=python:v2.1
source=(
https://github.com/rmkit-dev/rmkit/archive/9375bb9b7b66849cc4c1be578be87b563546d5a3.zip
https://github.com/rmkit-dev/rmkit/archive/e864182feb30e409bfd79534fd368f4d5c04c741.zip
remux.service
genie.service
)
sha256sums=(
d41d3b05490552de8fc7bf49d22646eebfd84df6576986f748d42914c758ea72
1aaaa7ea0ddc89eb95f099151e2f88d56f160f4d27a385a7a89907c50f47fbe0
SKIP
SKIP
)
Expand Down Expand Up @@ -179,7 +179,7 @@ remux() {
rpncalc() {
pkgdesc="RPN Calculator"
url="https://rmkit.dev/apps/rpncalc"
pkgver=0.0.1-1
pkgver=0.0.2-1
section="math"

package() {
Expand Down

0 comments on commit 01aec2d

Please sign in to comment.