Skip to content

Commit

Permalink
[rmkit] upgrade remux with rM1 support on 2.9 (#450)
Browse files Browse the repository at this point in the history
this brings remux up to date with rmkit-dev/rmkit@8254893

major improvement is proper support for touch gestures in remux on rM1 after rebooting. the main issue was the display was resizing after remux started, so the touch gestures were using the wrong display size. holding the center button on rM1 would cause remux to restart (and fix this problem), so there is a workaround available.
  • Loading branch information
raisjn authored and Eeems committed Oct 22, 2021
1 parent 23cea4d commit 33d7aad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 45 deletions.
18 changes: 4 additions & 14 deletions package/rmkit/package
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,24 @@
# SPDX-License-Identifier: MIT

pkgnames=(bufshot genie harmony iago lamp mines nao remux simple)
timestamp=2021-03-14T14:20-08:00
timestamp=2021-09-21T14:20-08:00
maintainer="raisjn <[email protected]>"
license=MIT
installdepends=(display)
flags=(patch_rm2fb)

image=python:v2.1
source=(
https://github.com/rmkit-dev/rmkit/archive/a99b2f70c72539bedc1d201e3899da6e19c197da.zip
patch-remux-duplicate-xochitl.diff
patch-remux-start-xochitl.diff
https://github.com/rmkit-dev/rmkit/archive/8254893999d7334fd14c162d5a15605dcff77ec5.zip
remux.service
genie.service
)
sha256sums=(
db54abfa385017b7d60b1d332efa695756f61caa81644fdadeb4c1b26f8bf923
SKIP
SKIP
977c38d652d8088e9b25c69aff5013b85173be363b5cb341529df261773ff9be
SKIP
SKIP
)

prepare() {
patch -p1 -d"$srcdir" < "$srcdir"/patch-remux-duplicate-xochitl.diff
patch -p1 -d"$srcdir" < "$srcdir"/patch-remux-start-xochitl.diff
rm "$srcdir"/*.diff
}

build() {
pip3 install okp
make
Expand Down Expand Up @@ -144,7 +134,7 @@ nao() {
remux() {
pkgdesc="Launcher that supports multi-tasking applications"
url="https://rmkit.dev/apps/remux"
pkgver=0.1.9-5
pkgver=0.1.10-1
section="launchers"

package() {
Expand Down
13 changes: 0 additions & 13 deletions package/rmkit/patch-remux-duplicate-xochitl.diff

This file was deleted.

18 changes: 0 additions & 18 deletions package/rmkit/patch-remux-start-xochitl.diff

This file was deleted.

0 comments on commit 33d7aad

Please sign in to comment.