Skip to content

Commit

Permalink
[rmkit] remove rm2fb patchelf command (#898)
Browse files Browse the repository at this point in the history
* [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
raisjn and okay authored Jun 10, 2024
1 parent 28ebda4 commit c8a1652
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package/rmkit/package
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand All @@ -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() {
Expand All @@ -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() {
Expand All @@ -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() {
Expand All @@ -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() {
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.2-1
pkgver=0.1.2-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-2
pkgver=0.1.1-3
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-3
pkgver=0.1.4-4
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.3.0-5
pkgver=0.3.0-6
section="launchers"

installdepends=(procps-ng-ps)
Expand Down Expand Up @@ -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() {
Expand All @@ -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() {
Expand All @@ -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() {
Expand Down

0 comments on commit c8a1652

Please sign in to comment.