Search Criteria
Package Details: nwjs-bin 0.101.2-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/nwjs-bin.git (read-only, click to copy) |
---|---|
Package Base: | nwjs-bin |
Description: | Runtime based on Chromium and node.js |
Upstream URL: | https://nwjs.io |
Keywords: | node-webkit nw.js |
Licenses: | MIT |
Provides: | node-webkit, nwjs |
Submitter: | yan12125 |
Maintainer: | lufog |
Last Packager: | lufog |
Votes: | 54 |
Popularity: | 0.88 |
First Submitted: | 2015-08-14 09:25 (UTC) |
Last Updated: | 2025-07-20 23:53 (UTC) |
Dependencies (5)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxss
- nss (nss-hgAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod) (optional) – npm package support
- nw-gypAUR (optional) – native add-on build tool for node-webkit
Required by (9)
- castledb-git (requires nwjs)
- cchv2
- emuflight-configurator
- hide-git (requires nwjs)
- kiss-gui
- lampa
- nw-gyp (optional)
- nwjs-ffmpeg-codecs-bin
- nwjs-sdk-bin
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
lufog commented on 2025-07-20 21:39 (UTC) (edited on 2025-07-20 21:45 (UTC) by lufog)
oech, sorry for being an ass, I didn't mean to discourage you. I'm just old and grumpy, especially when something I use breaks. I kept your idea of splitting the package, although I'm not completely sure. Because according to the
diff
, the sdk differs not only in the presence of additional files.Otherwise, everything seems to be working as before.
oech3 commented on 2025-07-20 18:49 (UTC)
Disowned before adding desktop entry and flag files.
lufog commented on 2025-07-20 18:37 (UTC) (edited on 2025-07-20 18:42 (UTC) by lufog)
Still broken.
Frankly speaking, I don't like the latest changes at all, and I don't have time or desire to argue. I'll just add this
PKGBUILD
to the ignored ones, and update it locally, without your changes.oech3 commented on 2025-07-20 18:00 (UTC)
Also Chromium based app under
/opt
is not friendly forNoExtract
atpacman.conf
to exclude somethings.oech3 commented on 2025-07-20 17:56 (UTC)
Please remove pkgs once and reinstall.
Binaries under
/opt
produces many warnings atnamcap
. I use/opt
if multimedia files are included, or repackage.deb,.rpm
including/opt
.lufog commented on 2025-07-20 17:22 (UTC) (edited on 2025-07-20 17:55 (UTC) by lufog)
It is better not to rely on the correct permissions in the archive. Permissions are usually set at the packaging stage.
I have not seen such a recommendation, moreover: https://wiki.archlinux.org/title/Arch_package_guidelines#Directories
For example,
google-chrome
from AUR, orintel-oneapi-*
from the official repo, are installed in/opt
.oech3 commented on 2025-07-20 16:31 (UTC)
Does
tar
orbsdtar
can discard bundled permissions something like--no-same-permissions --no-same-owner
?*.pak
is internally used only for debug, not a translation of actual app itself (tell me if it is wrong)./opt
is not recommmended by packaging guideline.lufog commented on 2025-07-20 16:06 (UTC) (edited on 2025-07-20 16:20 (UTC) by lufog)
@oech3, there are some problems:
/usr/bin/nw
must be executable.nw
I get:nw: error while loading shared libraries: libnw.so: cannot open shared object file: No such file or directory
Also, I think it was not worth moving self-contained application from
/opt
. And, I have some questions about decisions made in thePKGBUILD
, for example: usinginstall
for a trivial folder creation (why notmkdir
?), moving all locales excepten-US
to sdk (why?). Also, all these parses, to print ffmpeg version, do they make practical sense? Because the AUR user must dig into all of this during the pre-installation revision of thePKGBUILD
.« First ‹ Previous 1 2 3 4 Next › Last »