Package Details: frame-eth-dev 0.5.0-22

Git Clone URL: https://aur.archlinux.org/frame-eth-dev.git (read-only, click to copy)
Package Base: frame-eth-dev
Description: System-wide Web3
Upstream URL: https://frame.sh
Keywords: eth ethereum wallet web3
Licenses: GPL3
Conflicts: frame-eth
Provides: frame
Submitter: onbjerg
Maintainer: Ktl_XV
Last Packager: Ktl_XV
Votes: 2
Popularity: 0.000002
First Submitted: 2021-09-20 20:43 (UTC)
Last Updated: 2022-08-17 18:15 (UTC)

Pinned Comments

Ktl_XV commented on 2023-02-26 16:16 (UTC) (edited on 2023-02-26 16:17 (UTC) by Ktl_XV)

Now that 0.6.0 is stable, updates will continue on https://aur.archlinux.org/packages/frame-eth.

If/when there is another beta release, I'll come back to update this package, please don't flag as out of date.

@bigsmoke, I added amd support in the updated 0.6.0 package. and even though it is a bit inconvenient, I prefer to have each version explicitly tagged.

Latest Comments

Ktl_XV commented on 2023-02-26 16:16 (UTC) (edited on 2023-02-26 16:17 (UTC) by Ktl_XV)

Now that 0.6.0 is stable, updates will continue on https://aur.archlinux.org/packages/frame-eth.

If/when there is another beta release, I'll come back to update this package, please don't flag as out of date.

@bigsmoke, I added amd support in the updated 0.6.0 package. and even though it is a bit inconvenient, I prefer to have each version explicitly tagged.

bigsmoke commented on 2022-11-15 19:27 (UTC) (edited on 2022-11-15 20:00 (UTC) by bigsmoke)

@Ktl_XV thanks for keeping this updated,

some comments:

  1. Can we set architecture to 'any'?

  2. I think that "release" is a better name than dev for this - but this is not important

  3. trivial: if you want to play around the package could also fetch the release dynamically, what do you think?:

curl -sL https://api.github.com/repos/floating/frame/releases/latest | grep -Po '"tag_name": "\K[^"]+'
# gives
v0.5.0-beta.22 

for cloning, just as an idea

if you want i can edit my PKGBUILD and propose a solution

S1G1 commented on 2022-03-15 20:10 (UTC)

Now it only builds with this npm install --ignore-scripts --cache "${srcdir}/npm-cache" in the build script. (--ignore-scripts)

S1G1 commented on 2022-01-25 16:50 (UTC)

Bumped it as out of date, v0.5.0-10 is out. I have to manually call "unset npm_config_prefix" before it builds. Is this something I messed up on my setup or anyone else in the same boat?

faisalm commented on 2021-11-04 23:05 (UTC) (edited on 2021-11-07 05:08 (UTC) by faisalm)

Hey, FYI I had some runtime issues with the latest beta.7 and even beta.8.

faisal@matebook ~/s/a/frame-eth-dev (master)> frame
A JavaScript error occurred in the main process
Uncaught Exception:
Error: The module '/tmp/.org.chromium.Chromium.jSRROA'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 89. This version of Node.js requires
NODE_MODULE_VERSION 98. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
    at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1800)
    at Object.Module._extensions..node (node:internal/modules/cjs/loader:1170:18)
    at Object.func [as .node] (node:electron/js2c/asar_bundle:5:2027)
    at Module.load (node:internal/modules/cjs/loader:982:32)
    at Module._load (node:internal/modules/cjs/loader:823:12)
    at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
    at Module.require (node:internal/modules/cjs/loader:1006:19)
    at require (node:internal/modules/cjs/helpers:93:18)
    at bindings (/opt/frame-eth-dev/resources/app.asar/node_modules/bindings/bindings.js:112:48)
    at Object.<anonymous> (/opt/frame-eth-dev/resources/app.asar/node_modules/usb-detection/index.js:13:37)
[17357:1103/213306.401511:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.

I decided to use the AppImage and pushed an alternate to AUR here: https://aur.archlinux.org/packages/frame-eth-dev-appimage/

faisalm commented on 2021-09-23 21:46 (UTC)

Awesome package, thanks for providing it. I'm not sure I would say that this 'provides' frame, though, since that's a completely different application. Perhaps just stick to frame-eth as the canonical name for this package on Arch? Where this is an issue is for the "Required by" section, which lists an app grail that is dependent on the other frame package.