-
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.
[rmkit] remove rm2fb patchelf command (#898)
* [rmkit] remove rm2fb patchelf command * [rmkit] bump package versions for a few apps * [rmkit] update all packages --------- Co-authored-by: okay <okay@arkose>
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ timestamp=2024-01-11T20:03:10Z | |
maintainer="raisjn <[email protected]>" | ||
license=MIT | ||
installdepends=(display) | ||
flags=(patch_rm2fb) | ||
flags=() | ||
|
||
image=python:v2.1 | ||
source=( | ||
|
@@ -31,7 +31,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-2 | ||
pkgver=0.1.2-3 | ||
section="utils" | ||
|
||
package() { | ||
|
@@ -42,7 +42,7 @@ bufshot() { | |
dumbskull() { | ||
pkgdesc="Dungeon Crawl themed Solitaire" | ||
url="https://rmkit.dev/apps/dumbskull" | ||
pkgver=0.0.1-3 | ||
pkgver=0.0.1-4 | ||
section="games" | ||
|
||
package() { | ||
|
@@ -54,7 +54,7 @@ dumbskull() { | |
genie() { | ||
pkgdesc="Gesture engine that connects commands to gestures" | ||
url="https://rmkit.dev/apps/genie" | ||
pkgver=0.1.7-1 | ||
pkgver=0.1.7-2 | ||
section="utils" | ||
|
||
package() { | ||
|
@@ -80,7 +80,7 @@ genie() { | |
harmony() { | ||
pkgdesc="Procedural sketching app" | ||
url="https://rmkit.dev/apps/harmony" | ||
pkgver=0.2.3-1 | ||
pkgver=0.2.3-2 | ||
section="drawing" | ||
|
||
package() { | ||
|
@@ -97,7 +97,7 @@ harmony() { | |
iago() { | ||
pkgdesc="overlay for drawing shapes via stroke injection" | ||
url="https://rmkit.dev/apps/iago" | ||
pkgver=0.1.2-1 | ||
pkgver=0.1.2-2 | ||
section="utils" | ||
installdepends+=("lamp") | ||
|
||
|
@@ -109,7 +109,7 @@ iago() { | |
lamp() { | ||
pkgdesc="config based stroke injection utility" | ||
url="https://rmkit.dev/apps/lamp" | ||
pkgver=0.1.1-2 | ||
pkgver=0.1.1-3 | ||
section="utils" | ||
|
||
package() { | ||
|
@@ -120,7 +120,7 @@ lamp() { | |
mines() { | ||
pkgdesc="Mine detection game" | ||
url="https://rmkit.dev/apps/minesweeper" | ||
pkgver=0.1.4-3 | ||
pkgver=0.1.4-4 | ||
section="games" | ||
|
||
package() { | ||
|
@@ -147,7 +147,7 @@ nao() { | |
remux() { | ||
pkgdesc="Launcher that supports multi-tasking applications" | ||
url="https://rmkit.dev/apps/remux" | ||
pkgver=0.3.0-5 | ||
pkgver=0.3.0-6 | ||
section="launchers" | ||
|
||
installdepends=(procps-ng-ps) | ||
|
@@ -184,7 +184,7 @@ remux() { | |
rpncalc() { | ||
pkgdesc="RPN Calculator" | ||
url="https://rmkit.dev/apps/rpncalc" | ||
pkgver=0.0.3-3 | ||
pkgver=0.0.3-4 | ||
section="math" | ||
|
||
package() { | ||
|
@@ -197,7 +197,7 @@ rpncalc() { | |
simple() { | ||
pkgdesc="Simple app script for writing scripted applications" | ||
url="https://rmkit.dev/apps/sas" | ||
pkgver=0.2.1-1 | ||
pkgver=0.2.1-2 | ||
section="devel" | ||
|
||
package() { | ||
|
@@ -208,7 +208,7 @@ simple() { | |
wordlet() { | ||
pkgdesc="Wordle clone" | ||
url="https://rmkit.dev/apps/wordlet" | ||
pkgver=0.0.2-3 | ||
pkgver=0.0.2-4 | ||
section="games" | ||
|
||
package() { | ||
|