Skip to content

Commit

Permalink
Hotfixes for stable merge of week 6
Browse files Browse the repository at this point in the history
* Update innernet timestamp
* Fix rmkit timestamp for apps updated in #542
* Patch the Plato wrapper script to make the process name be
  `/opt/bin/plato`, so that it can be properly recognized by remux
  • Loading branch information
matteodelabre committed Feb 21, 2022
1 parent 37eee6e commit 003cf5e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package/innernet/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
pkgnames=(innernet-client)
pkgdesc="A private network system that uses WireGuard under the hood."
url="https://github.com/tonarino/innernet"
pkgver=1.5.3-1
timestamp=2021-08-31T17:57:00Z
pkgver=1.5.3-2
timestamp=2022-01-31T20:08:43Z
section="utils"
maintainer="plan5 <[email protected]>"
license=MIT
Expand Down
6 changes: 5 additions & 1 deletion package/plato/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pkgnames=(plato)
pkgdesc="Document reader"
url=https://github.com/LinusCDE/plato
pkgver=0.9.25-1
pkgver=0.9.25-2
timestamp=2022-02-08T23:54Z
section="readers"
maintainer="Linus K. <[email protected]>"
Expand Down Expand Up @@ -36,6 +36,10 @@ build() {
./clean.sh
./build.sh
./dist.sh

# Patch wrapper script to have a process name consistent with the
# path of the symlink in /opt/bin
sed -i 's#exec ./plato#exec -a /opt/bin/plato ./plato#' dist/plato.sh
}

package() {
Expand Down
24 changes: 12 additions & 12 deletions package/rmkit/package
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT

pkgnames=(bufshot dumbskull genie harmony iago lamp mines nao remux rpncalc simple wordlet)
timestamp=2021-01-29T09:18:10Z
timestamp=2022-01-29T09:18:10Z
maintainer="raisjn <[email protected]>"
license=MIT
installdepends=(display)
Expand All @@ -29,7 +29,7 @@ build() {
bufshot() {
pkgdesc="program for saving the framebuffer as a png"
url="https://github.com/rmkit-dev/rmkit/tree/master/src/bufshot"
pkgver=0.1.2-1
pkgver=0.1.2-2
section="utils"

package() {
Expand All @@ -40,7 +40,7 @@ bufshot() {
dumbskull() {
pkgdesc="Dungeon Crawl themed Solitaire"
url="https://rmkit.dev/apps/dumbskull"
pkgver=0.0.1-1
pkgver=0.0.1-2
section="games"

package() {
Expand All @@ -53,7 +53,7 @@ dumbskull() {
genie() {
pkgdesc="Gesture engine that connects commands to gestures"
url="https://rmkit.dev/apps/genie"
pkgver=0.1.6-1
pkgver=0.1.6-2
section="utils"

package() {
Expand All @@ -80,7 +80,7 @@ genie() {
harmony() {
pkgdesc="Procedural sketching app"
url="https://rmkit.dev/apps/harmony"
pkgver=0.1.5-1
pkgver=0.1.5-2
section="drawing"

package() {
Expand All @@ -97,7 +97,7 @@ harmony() {
iago() {
pkgdesc="overlay for drawing shapes via stroke injection"
url="https://rmkit.dev/apps/iago"
pkgver=0.1.1-1
pkgver=0.1.1-2
section="utils"
installdepends+=("lamp")

Expand All @@ -109,7 +109,7 @@ iago() {
lamp() {
pkgdesc="config based stroke injection utility"
url="https://rmkit.dev/apps/lamp"
pkgver=0.1.1-1
pkgver=0.1.1-2
section="utils"

package() {
Expand All @@ -120,7 +120,7 @@ lamp() {
mines() {
pkgdesc="Mine detection game"
url="https://rmkit.dev/apps/minesweeper"
pkgver=0.1.4-1
pkgver=0.1.4-2
section="games"

package() {
Expand All @@ -147,7 +147,7 @@ nao() {
remux() {
pkgdesc="Launcher that supports multi-tasking applications"
url="https://rmkit.dev/apps/remux"
pkgver=0.2.1-1
pkgver=0.2.1-2
section="launchers"

package() {
Expand Down Expand Up @@ -179,7 +179,7 @@ remux() {
rpncalc() {
pkgdesc="RPN Calculator"
url="https://rmkit.dev/apps/rpncalc"
pkgver=0.0.2-1
pkgver=0.0.2-2
section="math"

package() {
Expand All @@ -193,7 +193,7 @@ rpncalc() {
simple() {
pkgdesc="Simple app script for writing scripted applications"
url="https://rmkit.dev/apps/sas"
pkgver=0.1.5-1
pkgver=0.1.5-2
section="devel"

package() {
Expand All @@ -204,7 +204,7 @@ simple() {
wordlet() {
pkgdesc="Wordle clone"
url="https://rmkit.dev/apps/wordlet"
pkgver=0.0.1-1
pkgver=0.0.1-2
section="games"

package() {
Expand Down

0 comments on commit 003cf5e

Please sign in to comment.