-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rmkit] upgrade remux with rM1 support on 2.9 (#450)
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
Showing
3 changed files
with
4 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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() { | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.