Skip to content

Commit 7911eac

Browse files
authored
Stable merge window for week 37 of 2023 (#735)
### New Packages - `inject_evdev` - 2.6-1 (#698) - Tool to allow injecting evdev (touch, pen, button, etc) events from the command line - `oxide-utils` - 2.6-1 (#698) - Oxide reimplementation of various command line tools https://oxide.eeems.codes/documentation/02_oxide-utils.html - `regenda` - 0.0.2-1 (#725 #728 #737) - Agenda application for reading caldav calendars. ### Updated Packages - `koreader` - 2023.08-1 (#733) - `erode`, `fret`, `oxide`, `rot`, `tarnish`, `decay`, `corrupt`, `anxiety`, `liboxide` - 2.6-1 (#698) - `linux-mainline` - 6.2.0-2 (#723) ### Removed Packages - `notify-send` (#698) - Replaced with `oxide-utils` ### Documentation - Update building.md to link to toltecmk (#734)
1 parent 88ee504 commit 7911eac

6 files changed

Lines changed: 627 additions & 42 deletions

File tree

docs/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Building the Repository from Source
22

33
The Toltec repository is automatically built for each commit on the `stable` and `testing` branches.
4-
You may want to build the repository locally when working with a new package recipe or to make sure that nobody tampered with the automated build system.
4+
You may want to build the repository locally when working with a new package recipe or to make sure that nobody tampered with the automated build system. [Toltecmk](https://github.com/toltec-dev/build) could also be used instead, if you just need to compile a single standalone package.
55

66
To proceed, create a local clone of the Git repository.
77

package/koreader/package

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
pkgnames=(koreader)
66
pkgdesc="Ebook reader supporting PDF, DjVu, EPUB, FB2 and many more formats"
77
url=https://github.com/koreader/koreader
8-
pkgver=2023.06.1-1
9-
timestamp=2023-07-09T08:17:26Z
8+
pkgver=2023.08-1
9+
timestamp=2023-08-29T16:21:01Z
1010
section="readers"
1111
maintainer="raisjn <of.raisjn@gmail.com>"
1212
license=AGPL-3.0-or-later
@@ -21,7 +21,7 @@ source=(
2121
koreader
2222
)
2323
sha256sums=(
24-
a24f334983060b5cfee7b87484529b77fe4adffd646e8fd55447750e73309ef0
24+
8cc9fad1cbcda5519c20afe6e33c4f80a51587daed7b959ef7284ce8b0c41ec0
2525
SKIP
2626
SKIP
2727
SKIP

package/linux-mainline/package

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ archs=(rm2)
66
pkgnames=(linux-mainline)
77
pkgdesc="reMarkable 2 kernel based on the mainline kernel"
88
url=https://www.kernel.org
9-
pkgver=6.2.0-1
9+
pkgver=6.2.0-2
1010
timestamp=2022-05-22T21:50:09Z
1111
section=kernel
1212
maintainer="Alistair Francis <alistair@alistair23.me>"
@@ -15,11 +15,18 @@ license=GPL-2.0-only
1515
flags=(nostrip)
1616

1717
image=base:v2.3
18-
source=("https://github.com/alistair23/linux/archive/8241218883331bfdc0800f30eb337ff97b7c648c.tar.gz")
19-
sha256sums=(de69fc74f1d25f447da170967eeea13b24354e9b8aa1927addcaa88c2ea9cd7c)
18+
source=(
19+
https://github.com/alistair23/linux/archive/8241218883331bfdc0800f30eb337ff97b7c648c.tar.gz
20+
remarkable_defconfig
21+
)
22+
sha256sums=(
23+
de69fc74f1d25f447da170967eeea13b24354e9b8aa1927addcaa88c2ea9cd7c
24+
f4d8cbb2c0e7bff5b151729b45064eb9e95005cb91899f0a9df038343d95ebf2
25+
)
2026

2127
build() {
22-
ARCH=arm make imx_v6_v7_defconfig
28+
cp remarkable_defconfig arch/arm/configs/
29+
ARCH=arm make remarkable_defconfig
2330
ARCH=arm make -j8
2431
}
2532

0 commit comments

Comments
 (0)