Skip to content

Commit

Permalink
Merge branch 'testing' into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Oct 16, 2023
2 parents ea9eae2 + f5a6c36 commit bd97900
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
3 changes: 2 additions & 1 deletion package/oxide/package
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgnames=(erode fret oxide rot tarnish decay corrupt anxiety oxide-utils inject_evdev liboxide libsentry)
_oxidever=2.6
pkgver=$_oxidever-1
pkgver=$_oxidever-2
_sentryver=0.5.0
timestamp=2023-06-05T23:27:53Z
maintainer="Eeems <[email protected]>"
Expand Down Expand Up @@ -179,6 +179,7 @@ oxide-utils() {
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/release/opt/bin/xdg-desktop-menu
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/release/opt/bin/xdg-desktop-icon
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/release/opt/bin/xdg-open
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/release/opt/bin/xdg-settings
install -D -m 755 -t "$pkgdir"/opt/bin "$srcdir"/release/opt/bin/gio
}
}
Expand Down
15 changes: 7 additions & 8 deletions package/rmfm/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,24 @@
pkgnames=(rmfm)
pkgdesc="Bare-bones file manager using Node.js and sas"
url="https://forgejo.sny.sh/sun/rmFM"
pkgver=1.4.0-3
timestamp=2022-08-19T11:20:10+02:00
pkgver=1.5.0-1
timestamp=2023-08-08T22:19:23+02:00
section=utils
maintainer="Sunny <[email protected]>"
license=MIT
maintainer="Sunny <[email protected]>"
license=Unlicense
installdepends=(node simple)

source=(
https://forgejo.sny.sh/sun/rmFM/archive/1.4.0.zip
https://forgejo.sny.sh/sun/rmFM/archive/1.5.0.zip
path_fix.patch
)
sha256sums=(
28ce80c67fecc370d11f3fe2069742c2789b388a9426fff49d269d7900ae3dc9
515cc1843bf61f628c3a0b2b2dcb3256a0182352c6b491585fd52cf96a554b26
SKIP
)

prepare() {
# Assume node to be in /opt/bin and add that directory
# to the path of the app to allow finding simple
# Assume node to be in /opt/bin
# This is a temporary fix for not working in remux
patch -d "$srcdir" < "$srcdir"/path_fix.patch
}
Expand Down
6 changes: 2 additions & 4 deletions package/rmfm/path_fix.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
diff --git a/rmfm b/rmfm
index 4571db9..172eedf 100755
index 63eeb98..b28dbd0 100755
--- a/rmfm
+++ b/rmfm
@@ -1,2 +1,3 @@
@@ -1 +1 @@
-#!/usr/bin/env node
+#!/opt/bin/node
+process.env.PATH += ":/opt/bin"

0 comments on commit bd97900

Please sign in to comment.