Search Criteria
Package Details: mqtt-explorer 0.3.5-13
Package Actions
Git Clone URL: | https://aur.archlinux.org/mqtt-explorer.git (read-only, click to copy) |
---|---|
Package Base: | mqtt-explorer |
Description: | A comprehensive and easy-to-use MQTT Client |
Upstream URL: | https://mqtt-explorer.com/ |
Licenses: | CCPL:by-nd |
Conflicts: | mqtt-explorer-beta |
Submitter: | dave12311 |
Maintainer: | zhimsel (aarnold) |
Last Packager: | zhimsel |
Votes: | 11 |
Popularity: | 0.000004 |
First Submitted: | 2020-02-23 16:05 (UTC) |
Last Updated: | 2023-03-17 14:55 (UTC) |
Dependencies (5)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
aarnold commented on 2022-11-21 12:56 (UTC)
@matejdro: you can find a workaround for this issue in the package mqtt-explorer-beta, this one is not maintained anymore
matejdro commented on 2022-11-21 12:25 (UTC)
Build fails:
x3a commented on 2022-11-14 18:13 (UTC) (edited on 2022-11-14 18:16 (UTC) by x3a)
I had no luck building this with the current version of node.js (19.0.1-1) but was able to get it working by using node.js 12.0 (installed via nvm).
@schui: something like
gpg --keyserver hkps://pgp.surf.nl --recv-keys 4AEE18F83AFDEB23
might do the trick for you.schui commented on 2022-11-13 21:57 (UTC)
Cannot importing keys with gpg, missing User-ID.
allspark commented on 2022-10-17 08:18 (UTC)
the "arch" for this package is not "any" as it compiles some c-library
(https://wiki.archlinux.org/title/PKGBUILD#arch)
and this looks wrong "backup=("~/.config/MQTT-Explorer/settings.json")".
ulfwin commented on 2022-10-01 19:17 (UTC)
I got an error with yarn, but simply trying to install again worked for me.
InFerNo commented on 2022-07-21 09:14 (UTC) (edited on 2022-07-21 09:18 (UTC) by InFerNo)
Dependency check passes but build fails on a dependency:
icu
andlib32-icu
are both installedBrainDamage commented on 2022-03-21 10:53 (UTC) (edited on 2022-03-21 11:25 (UTC) by BrainDamage)
you can drop both yarn and npm runtime deps by changing the startup command to:
using either yarn/npm to start is not a great solution:
they cannot write to /usr when launched as a user as they should be
the versions are pinned from when the package was built, it's useless to check for new versions, to update you'd need to re-run the pkgbuild anyway
a lot of complex machinery that's effectively useless only to run electron at the end
PS. you can avoid sourcing an external repo for the .desktop file by simply adding it in the pkgbuild repo itself and have it listed in the source array as simply 'mqtt-explorer.desktop'
EDIT: forgot to mention that nodejs should be listed as dep since it's used to run the javascript/typescript in electron, it was implicitly dragged in by npm/yarn, but not listing it explictly is against the package guidelines
ceri commented on 2022-03-19 02:16 (UTC)
Doesn't build: mqtt-explorer-0.3.5-desktop.tar.gz ... FAILED
4romany commented on 2022-01-31 17:10 (UTC)
I was able to install this with aarnold temp fix. Thanks for the assist!
« First ‹ Previous 1 2 3 4 5 Next › Last »