Skip to content

Commit a8758a0

Browse files
raisjnokay
authored andcommitted
[rmkit] upgrade remux with further 2.9 support (#491)
1) fix for fast show/hide behavior 2) error in remux if the input device is not available when the machine starts Co-authored-by: okay <okay@arkose>
1 parent 89f8f44 commit a8758a0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package/rmkit/package

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
# SPDX-License-Identifier: MIT
44

55
pkgnames=(bufshot genie harmony iago lamp mines nao remux simple)
6-
timestamp=2021-09-21T14:20-08:00
6+
timestamp=2021-11-15T16:30-08:00
77
maintainer="raisjn <[email protected]>"
88
license=MIT
99
installdepends=(display)
1010
flags=(patch_rm2fb)
1111

1212
image=python:v2.1
1313
source=(
14-
https://github.com/rmkit-dev/rmkit/archive/8254893999d7334fd14c162d5a15605dcff77ec5.zip
14+
https://github.com/rmkit-dev/rmkit/archive/285e7572420167bf02c2c13eaea15ca9777e5197.zip
1515
remux.service
1616
genie.service
1717
)
1818
sha256sums=(
19-
977c38d652d8088e9b25c69aff5013b85173be363b5cb341529df261773ff9be
19+
63f5a8a053f3af62745afd926b39eea66ea86f3945d3466badcb497f8e135f0f
2020
SKIP
2121
SKIP
2222
)
@@ -134,7 +134,7 @@ nao() {
134134
remux() {
135135
pkgdesc="Launcher that supports multi-tasking applications"
136136
url="https://rmkit.dev/apps/remux"
137-
pkgver=0.1.10-1
137+
pkgver=0.1.11-1
138138
section="launchers"
139139

140140
package() {

package/rmkit/remux.service

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
[Unit]
55
Description=App launcher that supports multi-tasking applications
6-
Requires=dev-input-event0.device dev-input-event1.device dev-input-event2.device
7-
After=xochitl.service opt.mount dev-input-event0.device dev-input-event1.device dev-input-event2.device
6+
After=xochitl.service opt.mount
87
StartLimitInterval=30
98
StartLimitBurst=5
109
Conflicts=draft.service tarnish.service

0 commit comments

Comments
 (0)