-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
b305be7
commit d813cc2
Showing
2 changed files
with
3 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -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 | ||
|