Skip to content

Commit

Permalink
Stable merge window for week 1 of 2024 (#819)
Browse files Browse the repository at this point in the history
### New Packages
- `sudoku` - 0.1.1-1 (#817)

### Updated Packages
- `webinterface-onboot` - 1.2.3-1 (#813)
  • Loading branch information
Eeems authored Jan 9, 2024
1 parent fa68e4d commit 106745f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
34 changes: 34 additions & 0 deletions package/sudoku/package
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env bash
# Copyright (c) 2024 HookedBehemoth
# SPDX-License-Identifier: GPL-3.0-only

pkgnames=(sudoku)
pkgdesc="Sudoku for Remarkable"
url="https://github.com/HookedBehemoth/remarkable-sudoku"
pkgver=0.1.1-1
timestamp=2023-01-05T03:15Z
section="games"
maintainer="Luis S. <[email protected]>"
license=GPL-3.0-only
installdepends=(display)
flags=(patch_rm2fb)

image=rust:v3.1
source=("https://github.com/HookedBehemoth/remarkable-sudoku/archive/refs/tags/v${pkgver%-*}.tar.gz")
sha256sums=(c3d9e941d0d837b90d376104eec7693f6b609010662d7e9b5ae57570648d8856)

build() {
cargo build --release
}

package() {
install -D -m 755 -t "$pkgdir"/opt/bin \
"$srcdir"/target/armv7-unknown-linux-gnueabihf/release/sudoku
install -D -m 644 -t "$pkgdir"/opt/etc/draft \
"$srcdir"/sudoku.draft
install -D -m 644 -T "$srcdir"/res/702.png "$pkgdir"/opt/etc/draft/icons/sudoku.png
install -D -m 644 -t "$pkgdir"/opt/usr/share/applications \
"$srcdir"/sudoku.oxide
install -D -m 644 -T "$srcdir"/res/702.png "$pkgdir"/opt/usr/share/icons/oxide/702x702/sudoku.png
install -D -m 644 -T "$srcdir"/res/48.png "$pkgdir"/opt/usr/share/icons/oxide/48x48/apps/sudoku.png
}
8 changes: 4 additions & 4 deletions package/webinterface-onboot/package
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ _pkgname='webinterface-onboot'
pkgnames=("$_pkgname")
pkgdesc="Start the web interface without the cable, on boot."
url="https://github.com/rM-self-serve/$_pkgname"
pkgver=1.2.2-4
timestamp=2023-12-03T11:43:00Z
pkgver=1.2.3-1
timestamp=2023-12-31T11:43:00Z
section="utils"
maintainer="rM-self-serve <[email protected]>"
license=MIT
conflicts=(ddvk-hacks signature-rm)
installdepends=(libbfd)

source=(
"$url"/archive/cdfe457435974f7ca309b1ac50f1b2ef67000813.zip
"$url"/archive/e184b6a37ccba0ebeacd34faf63c8f4cdfa5c448.zip
"$_pkgname-toltec.service"
)
sha256sums=(
bad965b923fa0979e7c8b97f6a90a400300ef8461292276e6fa2107a89624c8b
2e3666b1875f874ef09da2bbd163295b89e9e241f1e59e77349b0e2db716b8ff
SKIP
)

Expand Down

0 comments on commit 106745f

Please sign in to comment.