-
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.
Merge branch 'testing' into Eeems-patch-13
- Loading branch information
Showing
38 changed files
with
1,142 additions
and
84 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(calculator) | ||
pkgdesc="Touch-based calculator" | ||
url=https://github.com/reHackable/Calculator | ||
pkgver=0.0.0-15 | ||
pkgver=0.0.0-16 | ||
timestamp=2020-08-20T12:28Z | ||
section="math" | ||
maintainer="Mattéo Delabre <[email protected]>" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(changescrn) | ||
pkgdesc="Change sleep/suspend/poweroff/reboot screens" | ||
url=https://github.com/pr0fsmith/rMscreens/ | ||
pkgver=1.0.0-1 | ||
pkgver=1.0.0-2 | ||
timestamp=2022-03-15T01:28:33Z | ||
section="utils" | ||
maintainer="pr0fsmith <[email protected]>" | ||
|
@@ -17,3 +17,13 @@ sha256sums=(3c2e8b0952d848d7326c0a4ce45da625dd7fd0fbc6b564a2d40c3b97015138e3) | |
package() { | ||
install -Dm755 "$srcdir"/changescrn "$pkgdir/opt/bin/changescrn" | ||
} | ||
|
||
configure() { | ||
if [ ! -d /opt/usr/share/backupscrns ] || [ -z "$(ls -A /opt/usr/share/backupscrns)" ]; then | ||
changescrn -b | ||
fi | ||
} | ||
|
||
preremove() { | ||
changescrn -r all | ||
} |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(chessmarkable) | ||
pkgdesc="Chess game" | ||
url=https://github.com/LinusCDE/chessmarkable | ||
pkgver=0.8.0-1 | ||
pkgver=0.8.0-2 | ||
timestamp=2021-07-22T12:04Z | ||
section="games" | ||
maintainer="Linus K. <[email protected]>" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(doomarkable) | ||
pkgdesc="DOOM game" | ||
url=https://github.com/LinusCDE/doomarkable | ||
pkgver=0.4.1-1 | ||
pkgver=0.4.1-2 | ||
timestamp=2021-10-31T16:15Z | ||
section="games" | ||
maintainer="Linus K. <[email protected]>" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(fingerterm) | ||
pkgdesc="Terminal emulator with an on-screen touch keyboard" | ||
url=https://github.com/dixonary/fingerterm-reMarkable | ||
pkgver=1.3.5-14 | ||
pkgver=1.3.5-15 | ||
timestamp=2020-10-27T12:02Z | ||
section="admin" | ||
maintainer="Mattéo Delabre <[email protected]>" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(keywriter) | ||
pkgdesc="Markdown-enabled free writing app" | ||
url=https://github.com/dps/remarkable-keywriter | ||
pkgver=0.2~20-gddc9e73-1 | ||
pkgver=0.2~20-gddc9e73-2 | ||
timestamp=2022-02-09T07:05:03Z | ||
section="writing" | ||
maintainer="Mattéo Delabre <[email protected]>" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(koreader) | ||
pkgdesc="Ebook reader supporting PDF, DjVu, EPUB, FB2 and many more formats" | ||
url=https://github.com/koreader/koreader | ||
pkgver=2023.08-1 | ||
pkgver=2023.08-2 | ||
timestamp=2023-08-29T16:21:01Z | ||
section="readers" | ||
maintainer="raisjn <[email protected]>" | ||
|
@@ -14,7 +14,7 @@ installdepends=(fbink fbdepth display rm2fb-client) | |
|
||
_srcver="v${pkgver%-*}" | ||
source=( | ||
"https://build.koreader.rocks/download/stable/$_srcver/koreader-remarkable-$_srcver.zip" | ||
"https://github.com/koreader/koreader/releases/download/$_srcver/koreader-remarkable-$_srcver.zip" | ||
koreader.draft | ||
KOReader.oxide | ||
koreader-toltec.service | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(netsurf) | ||
pkgdesc="Lightweight web browser" | ||
url=https://github.com/alex0809/netsurf-reMarkable | ||
pkgver=0.4.0-2 | ||
pkgver=0.4.0-3 | ||
timestamp=2021-05-31T11:15+00:00 | ||
maintainer="Alex Friesenhahn <[email protected]>" | ||
archs=(rmall) | ||
|
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(plato) | ||
pkgdesc="Document reader" | ||
url=https://github.com/LinusCDE/plato | ||
pkgver=0.9.34-1 | ||
pkgver=0.9.34-2 | ||
timestamp=2023-03-08T17:58Z | ||
section="readers" | ||
maintainer="Linus K. <[email protected]>" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(puzzles) | ||
timestamp=2021-03-04T14:03-08:00 | ||
maintainer="Mattéo Delabre <[email protected]>" | ||
pkgver=0.2.2-3 | ||
pkgver=0.2.2-4 | ||
license=MIT | ||
pkgdesc="Simon Tatham's Puzzle Package" | ||
url="https://github.com/mrichards42/remarkable_puzzles" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(reboot-guard) | ||
pkgdesc="Block systemd-initiated poweroff/reboot/halt until configurable condition checks pass" | ||
url=https://github.com/stephanritscher/reboot-guard | ||
pkgver=1.0.1-6 | ||
pkgver=1.0.1-7 | ||
timestamp=2020-05-04T06:16Z | ||
section="devel" | ||
maintainer="Eeems <[email protected]>" | ||
|
@@ -34,8 +34,13 @@ configure() { | |
} | ||
|
||
preremove() { | ||
if systemctl list-units --full -all | grep -Fq 'rguard.service'; then | ||
systemctl disable --now rguard | ||
if is-active rguard.service; then | ||
echo "Stopping rguard.service" | ||
systemctl stop rguard.service | ||
fi | ||
if is-enabled rguard.service; then | ||
echo "Disabling rguard.service" | ||
systemctl disable rguard.service | ||
fi | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(recrossable) | ||
pkgdesc="Solve crossword puzzles" | ||
url=https://github.com/sandsmark/recrossable | ||
pkgver=0.0.0-7 | ||
pkgver=0.0.0-8 | ||
timestamp=2021-01-15T12:58:22Z | ||
section="games" | ||
maintainer="Mattéo Delabre <[email protected]>" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
pkgnames=(regenda) | ||
pkgdesc="Caldav agenda app" | ||
url=https://github.com/tenJirka/reGenda | ||
pkgver=0.0.2-1 | ||
pkgver=0.0.2-2 | ||
timestamp=2023-09-06T06:45Z | ||
section="utils" | ||
maintainer="tenJirka <[email protected]>" | ||
|
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 |
---|---|---|
@@ -0,0 +1,142 @@ | ||
#!/usr/bin/env bash | ||
# Copyright (c) 2023 The Toltec Contributors | ||
# SPDX-License-Identifier: MIT | ||
|
||
pkgnames=( | ||
template-daily-planner | ||
template-weekly-planner | ||
template-journal | ||
template-meeting-notes | ||
template-smart-goals | ||
template-good-time-journal | ||
) | ||
url=https://github.com/msencer/remarkable_templates | ||
pkgver=0.0.0-1 | ||
timestamp=2023-07-27T12:28:59Z | ||
section="templates" | ||
maintainer="Eeems <[email protected]>" | ||
license=MIT | ||
installdepends=(templatectl) | ||
|
||
source=("https://github.com/msencer/remarkable_templates/archive/03282d34b905e7e6431132b022b5a9cb3af116a2.zip") | ||
sha256sums=(7a39d53767963f59c8d5b8a7ebda411b60d1256fe1077a3864cc43cd59281e03) | ||
|
||
template-daily-planner() { | ||
pkgdesc="Daily Planner template" | ||
package() { | ||
install -D -m 755 \ | ||
-t "$pkgdir"/opt/share/remarkable/templates \ | ||
"$srcdir"/templates/pngs/daily_planner.png | ||
} | ||
configure() { | ||
templatectl add \ | ||
--name "Daily Planner" \ | ||
--filename "daily_planner" \ | ||
--category "Custom" \ | ||
--category "Life/organize" \ | ||
--icon_code "e9da" | ||
} | ||
preremove() { | ||
templatectl remove --name "Daily Planner" | ||
} | ||
} | ||
|
||
template-weekly-planner() { | ||
pkgdesc="Weekly Planner template" | ||
package() { | ||
install -D -m 755 \ | ||
-t "$pkgdir"/opt/share/remarkable/templates \ | ||
"$srcdir"/templates/pngs/weekly_planner.png | ||
} | ||
configure() { | ||
templatectl add \ | ||
--name "Weekly Planner" \ | ||
--filename "weekly_planner" \ | ||
--category "Custom" \ | ||
--category "Life/organize" \ | ||
--icon_code "e997" | ||
} | ||
preremove() { | ||
templatectl remove --name "Weekly Planner" | ||
} | ||
} | ||
|
||
template-journal() { | ||
pkgdesc="Journal template" | ||
package() { | ||
install -D -m 755 \ | ||
-t "$pkgdir"/opt/share/remarkable/templates \ | ||
"$srcdir"/templates/pngs/journal.png | ||
} | ||
configure() { | ||
templatectl add \ | ||
--name "Journal" \ | ||
--filename "journal" \ | ||
--category "Custom" \ | ||
--category "Life/organize" \ | ||
--icon_code "e991" | ||
} | ||
preremove() { | ||
templatectl remove --name "Journal" | ||
} | ||
} | ||
|
||
template-meeting-notes() { | ||
pkgdesc="Meeting Notes template" | ||
package() { | ||
install -D -m 755 \ | ||
-t "$pkgdir"/opt/share/remarkable/templates \ | ||
"$srcdir"/templates/pngs/meeting_notes.png | ||
} | ||
configure() { | ||
templatectl add \ | ||
--name "1:1 / Meeting Notes" \ | ||
--filename "meeting_notes" \ | ||
--category "Custom" \ | ||
--category "Life/organize" \ | ||
--icon_code "e9d8" | ||
} | ||
preremove() { | ||
templatectl remove --name "1:1 / Meeting Notes" | ||
} | ||
} | ||
|
||
template-smart-goals() { | ||
pkgdesc="Smart Goals template" | ||
package() { | ||
install -D -m 755 \ | ||
-t "$pkgdir"/opt/share/remarkable/templates \ | ||
"$srcdir"/templates/pngs/goals.png | ||
} | ||
configure() { | ||
templatectl add \ | ||
--name "Smart Goals" \ | ||
--filename "goals" \ | ||
--category "Custom" \ | ||
--category "Life/organize" \ | ||
--icon_code "e98f" | ||
} | ||
preremove() { | ||
templatectl remove --name "Smart Goals" | ||
} | ||
} | ||
|
||
template-good-time-journal() { | ||
pkgdesc="Smart Goals template" | ||
package() { | ||
install -D -m 755 \ | ||
-t "$pkgdir"/opt/share/remarkable/templates \ | ||
"$srcdir"/templates/pngs/gt_journal.png | ||
} | ||
configure() { | ||
templatectl add \ | ||
--name "Good Time Journal" \ | ||
--filename "gt_journal" \ | ||
--category "Custom" \ | ||
--category "Life/organize" \ | ||
--icon_code "e9b2" | ||
} | ||
preremove() { | ||
templatectl remove --name "Good Time Journal" | ||
} | ||
} |
Oops, something went wrong.