Skip to content

Commit d26aefe

Browse files
EeemsLinusCDEmatteodelabre
authored
Stable merge for week 50 of 2021 (#512)
* Update xochitl.oxide to support templatectl (#505) * Update xochitl.oxide to support templatectl Co-authored-by: Linus K. <linus@cosmos-ink.net> Co-authored-by: Linus K <linus@cosmos-ink.net> * Create rmfakecloud-proxy package (#448) This PR provides a new package intended to ease the setup of rmfakecloud on a device. [rmfakecloud](https://github.com/ddvk/rmfakecloud) is an alternative Xochitl sync server developed by ddvk that anyone can self-host. With this package, connecting to an rmfakecloud server only takes a few steps: * `opkg install rmfakecloud-proxy` * `rmfakecloudctl set-upstream https://...` (define the server to use) * `rmfakecloudctl enable` One can then run `rmfakecloudctl disable` (or uninstall the package) to revert back to the default reMarkable servers. Co-authored-by: Nathaniel van Diepen <Eeems@users.noreply.github.com> * Remove rmfakecloud-proxy Co-authored-by: Linus K. <linus@cosmos-ink.net> Co-authored-by: Mattéo Delabre <1370040+matteodelabre@users.noreply.github.com> Co-authored-by: Mattéo Delabre <spam@delab.re>
1 parent 85ef438 commit d26aefe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package/xochitl/package

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
pkgnames=(xochitl)
66
pkgdesc="Read documents and take notes"
77
url=https://remarkable.com
8-
pkgver=0.0.0-10
9-
timestamp=2021-11-20T23:31Z
8+
pkgver=0.0.0-11
9+
timestamp=2021-11-29T22:06Z
1010
section="readers"
1111
maintainer="Mattéo Delabre <spam@delab.re>"
1212
license=MIT

package/xochitl/xochitl.oxide

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"/run/udev",
1616
"/tmp/runtime-root",
1717
"/usr/share",
18+
"/usr/share/remarkable/templates",
1819
"/var/cache/fontconfig",
1920
"/var/lib/dbus",
2021
],

0 commit comments

Comments
 (0)