Search Criteria
Package Details: gui-butler 2.3.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/gui-butler.git (read-only, click to copy) |
---|---|
Package Base: | gui-butler |
Description: | A wrapper for itch.io's butler which lets you take advantage of the basic features without having to go through a CLI or set up build scripts for each new project.(Use system-wide electron) |
Upstream URL: | https://seansleblanc.itch.io/gui-butler |
Keywords: | butler electron gui itch |
Licenses: | MIT |
Conflicts: | gui-butler |
Submitter: | zxp19821005 |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-08-14 10:00 (UTC) |
Last Updated: | 2025-02-26 02:00 (UTC) |
Dependencies (6)
- electron25AUR (electron25-binAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- gendesk (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
Latest Comments
zxp19821005 commented on 2025-02-28 02:05 (UTC)
@dreieck I think you can make an issue to the upstream to update the electron version.
dreieck commented on 2025-02-27 10:56 (UTC) (edited on 2025-02-27 11:00 (UTC) by dreieck)
Still depends on
electron34
and old nodejs version.(And I still see a lot of network traffic in
build()
.)But installation size did shrink by 21.53 MiB, as another positive side effect :-).
And thanks for you keeping up with this! Appreciate it.
Regards!
zxp19821005 commented on 2025-02-26 02:01 (UTC) (edited on 2025-02-26 02:02 (UTC) by zxp19821005)
@dreieck, Thanks for your feedback and suggestion, fixed it.
dreieck commented on 2025-02-25 10:24 (UTC)
Ahoj,
I successfully build with
_electronversion=34
and_nodeversion=23
. Sinceelectron25
is really old, consider updating.This
PKGBUILD
downloads stuff inbuild()
. This should not happen. Can you move the download steps intoprepare()
, please?:Regards and thanks for maintaining!
zxp19821005 commented on 2025-02-25 01:33 (UTC)
@dreieck Thanks for your feedback, fixed it.
dreieck commented on 2025-02-24 16:21 (UTC)
electron25
. Is it possible to update it to up to dateelectron34
?Regards and thanks for the package!