Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rm2fb to v0.0.4 #363

Merged
merged 2 commits into from
Jun 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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