Skip to content

Commit

Permalink
Update rm2fb to v0.0.4 (#363)
Browse files Browse the repository at this point in the history
This update includes a change in the server code to set the server
process name to 'rm2fb-server' (instead of the default 'xochitl'). See
also #359 and rmkit-dev/rmkit#127.
  • Loading branch information
matteodelabre authored Jun 6, 2021
1 parent b305be7 commit d813cc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
15 changes: 0 additions & 15 deletions package/display/overwrite-server-argv0.patch

This file was deleted.

13 changes: 3 additions & 10 deletions package/display/package
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,23 @@ timestamp=2021-02-21T01:41+00:00
maintainer="raisjn <[email protected]>"
license=MIT
url="https://github.com/ddvk/remarkable2-framebuffer"
pkgver=1.0.1-3
pkgver=1.0.1-4
section="devel"

image=qt:v1.4
source=(
https://github.com/ddvk/remarkable2-framebuffer/archive/aa70ce37c71f84b91434f5c469fa71f4b1bb328c.zip
https://github.com/ddvk/remarkable2-framebuffer/archive/v0.0.4.zip
rm2fb.service
rm2fb-client
overwrite-server-argv0.patch
rm2fb-preload.conf
)
sha256sums=(
76f1c0b72260a9743f3e008100ffddf1f89cd44c6f0376d906e98ae66eaea716
SKIP
945db410c233be0241c7bfa57c10cb5dd9fcddee17962090d8352a5b7b89f94a
SKIP
SKIP
SKIP
)

prepare() {
patch -p1 -d"$srcdir" < "$srcdir"/overwrite-server-argv0.patch
rm "$srcdir"/overwrite-server-argv0.patch
}

build() {
if [[ $arch = rm1 ]]; then
# Create an empty client library for rM1
Expand Down

0 comments on commit d813cc2

Please sign in to comment.