Package Details: responsively 1.16.0-1

Git Clone URL: https://aur.archlinux.org/responsively.git (read-only, click to copy)
Package Base: responsively
Description: A modified browser built using Electron that helps in responsive web development
Upstream URL: https://github.com/responsively-org/responsively-app
Licenses: AGPL3
Submitter: prurigro
Maintainer: prurigro
Last Packager: prurigro
Votes: 7
Popularity: 0.004104
First Submitted: 2020-08-12 21:10 (UTC)
Last Updated: 2025-01-21 17:59 (UTC)

Latest Comments

dougg0k commented on 2025-01-23 16:57 (UTC) (edited on 2025-01-23 17:07 (UTC) by dougg0k)

It's asking for node and yarn, when I already have it installed. Though it is through a version manager tool. This could cause problems.

Can you fix? Possibly detect.

❯ node -v
v22.13.1

❯ yarn -v
1.22.22

❯ paru -S --noconfirm responsively
:: Resolving dependencies...
:: There are 3 providers available for responsively:
:: Repository AUR:
    1) responsively  2) responsively-bin  3) responsively-git
Enter a number (default=1): :: Calculating conflicts...
:: Calculating inner conflicts...

Repo (3)                    Old Version  New Version    Make Only
cachyos-extra-v3/libngtcp2               1.10.0-1.1     Yes
cachyos-v3/nodejs                        23.6.0-2       Yes
extra/yarn                               1.22.22-2      Yes

Aur (1)                     Old Version  New Version    Make Only
aur/responsively                         1.16.0-1       No
...

Edit:

This worked, but ideally, it should be checked.

❯ paru -S --noconfirm responsively --assume-installed nodejs --assume-installed yarn
:: Resolving dependencies...
:: There are 3 providers available for responsively:
:: Repository AUR:
    1) responsively  2) responsively-bin  3) responsively-git
Enter a number (default=1): :: Calculating conflicts...
:: Calculating inner conflicts...

Aur (1)           Old Version  New Version    Make Only
aur/responsively               1.16.0-1       No
...

internauta2000 commented on 2024-06-08 00:48 (UTC) (edited on 2024-06-09 03:46 (UTC) by internauta2000)

1.12.0-1 pkgbuild currently fails...

yarn install v1.22.22 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... warning "eslint-config-erb > @typescript-eslint/eslint-plugin@4.33.0" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0 || ^7.0.0". warning "eslint-config-erb > @typescript-eslint/parser@4.33.0" has incorrect peer dependency "eslint@^5.0.0 || ^6.0.0 || ^7.0.0". warning "eslint-config-erb > eslint-config-airbnb@18.2.1" has incorrect peer dependency "eslint@^5.16.0 || ^6.8.0 || ^7.2.0". warning "eslint-config-erb > eslint-plugin-compat@3.13.0" has incorrect peer dependency "eslint@^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0". warning "eslint-config-erb > eslint-plugin-jsx-a11y@6.4.1" has incorrect peer dependency "eslint@^3 || ^4 || ^5 || ^6 || ^7". warning "eslint-config-erb > eslint-plugin-promise@5.2.0" has incorrect peer dependency "eslint@^7.0.0". warning "eslint-config-erb > eslint-config-airbnb > eslint-config-airbnb-base@14.2.1" has incorrect peer dependency "eslint@^5.16.0 || ^6.8.0 || ^7.2.0". [4/4] Building fresh packages... error /var/tmp/pamac-build-user/responsively/src/responsively-app-1.12.0/desktop-app/node_modules/electron: Command failed. Exit code: 126 Command: node install.js Arguments: Directory: /var/tmp/pamac-build-user/responsively/src/responsively-app-1.12.0/desktop-app/node_modules/electron Output: /bin/sh: /tmp/yarn--1717807496645-0.39087263723106114/node: /bin/sh: wrong interpreter: The text file is busy info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ==> ERROR: build fail(). Canceling...

prurigro commented on 2023-02-06 03:22 (UTC)

Updating to the latest beta seems to resolve the build issues, so I'm gonna push that in a moment :)

prurigro commented on 2023-01-30 04:00 (UTC)

Hey, sorry for the delay- I was on holiday. I'll look into it this week!

garlandKey commented on 2023-01-16 18:59 (UTC)

This pkgbuild currently fails. I suspect it has something to do with the electron version, but I don't have time to investigate.