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 »
zhimsel commented on 2023-04-04 13:56 (UTC)
@jhf2442 sorry for the delayed response. I'm not really sure what the best practice is for this. Within any package management system, there's always the chance for conflicting dependencies; Pacman is not immune to this (especially in the AUR). Given that the build requires
nodejs>=17
, I'm not sure really how to address this.Maybe you could create a package out of the AppImage (which are released in the Github repo). Or you could fork this package to work with a lower version of nodejs.
aarnold commented on 2023-03-26 16:42 (UTC)
@jhf2442 I guess it's possible to adapt the build script to use different arguments/patches for different nodejs versions. But I'm not sure if this is the best solution in the context of a rolling release distribution as well within the yarn/npm/nodejs ecosystem. Maybe somebody can share his/her knowledge.
jhf2442 commented on 2023-03-26 15:59 (UTC) (edited on 2023-03-26 16:01 (UTC) by jhf2442)
Unfortunately, requiring nodejs>=17 now introduces a conflict with bitwarden-cli from community repo !
How can we solve this ?
zhimsel commented on 2023-03-17 14:55 (UTC)
@StefanK2 I updated the PKGBUILD to require v17 or higher. That should hopefully avoid anyone else having issues in the future.
StefanK2 commented on 2023-03-16 20:24 (UTC)
@aarnold yes, that was it. For some reason I had a node v14 lts version installed. I switched the package and now it builds correctly.
Thank you very much :)
aarnold commented on 2023-03-15 12:52 (UTC)
@StefanK2: I think this argument became necessary with nodeJS v17 and above. Which version do you use? (node -v)
StefanK2 commented on 2023-03-14 20:44 (UTC)
Currently building results in this error for me:
Removing this line from PKGBUILD seems to resolve it, the build works:
zhimsel commented on 2023-02-24 14:54 (UTC)
@BrainDamage: doh! You are absolutely correct. That is what I do in my other packages, I don't know why I ended up doing it this way here. Thanks for the heads up. Just pushed the fix.
BrainDamage commented on 2023-02-23 21:02 (UTC) (edited on 2023-02-23 21:03 (UTC) by BrainDamage)
this method of sourcing is incorrect, it assumes that ${BUILDDIR} and ${SRCDEST} are mutually nested, while that's what happens by default, that's not always the case because the user can change their values through environment variable (see makepkg man page for their infos)
as a quick test you can try:
and this pkgbuild will fail (or any other non-default BUILDDIR path)
the correct way to source them is to append the .desktop and .run file to the source array, simply by passing their name like this:
this will make makepkg copy the files into ${BUILDDIR} so you can source them as:
(yes, ${BUILDDIR} gets translated to ${srcdir} inside makepkg because the files are extracted/copied there, it's a bit confusing)
zhimsel commented on 2023-02-13 15:17 (UTC) (edited on 2023-02-13 15:17 (UTC) by zhimsel)
This should build properly now (v 0.3.5-8).
« First ‹ Previous 1 2 3 4 5 Next › Last »