I have taken over maintaining this package as a part of learning writing PKGBUILDs, and this package is in dire need of a maintainer!
Search Criteria
Package Details: gb-studio-git 4.0.0.r3.g11278cb3a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gb-studio-git.git (read-only, click to copy) |
---|---|
Package Base: | gb-studio-git |
Description: | Visual retro game maker |
Upstream URL: | https://github.com/chrismaltby/gb-studio |
Licenses: | MIT |
Conflicts: | gb-studio |
Provides: | gb-studio |
Submitter: | noirscape |
Maintainer: | Hellscaped |
Last Packager: | Hellscaped |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-04-23 10:54 (UTC) |
Last Updated: | 2024-06-25 11:22 (UTC) |
Dependencies (13)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- libxss
- libxtst
- nss (nss-hgAUR)
- trash-cli (trash-cli-gitAUR)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Required by (0)
Sources (1)
Latest Comments
Hellscaped commented on 2024-06-25 07:46 (UTC)
wildeyeskies commented on 2023-03-31 05:54 (UTC)
I'm getting this error on build
⠙ Compiling Main Process Code
An unhandled exception has occurred inside Forge:
error:0308010C:digital envelope routines::unsupported
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:71:19)
at Object.createHash (node:crypto:140:10)
at BulkUpdateDecorator.hashFactory (/home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/webpack/lib/util/createHash.js:145:18)
at BulkUpdateDecorator.update (/home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/webpack/lib/util/createHash.js:46:50)
at OriginalSource.updateHash (/home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/webpack-sources/lib/OriginalSource.js:104:8)
at NormalModule._initBuildHash (/home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/webpack/lib/NormalModule.js:870:17)
at handleParseResult (/home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/webpack/lib/NormalModule.js:936:10)
at /home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/webpack/lib/NormalModule.js:1028:4
at processResult (/home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/webpack/lib/NormalModule.js:745:11)
at /home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/webpack/lib/NormalModule.js:809:5
at /home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/loader-runner/lib/LoaderRunner.js:406:3
at iterateNormalLoaders (/home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/loader-runner/lib/LoaderRunner.js:232:10)
at iterateNormalLoaders (/home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/loader-runner/lib/LoaderRunner.js:239:10)
at /home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/loader-runner/lib/LoaderRunner.js:254:3
at context.callback (/home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/loader-runner/lib/LoaderRunner.js:124:13)
at makeSourceMapAndFinish (/home/zoe/.cache/yay/gb-studio-git/src/gb-studio/node_modules/ts-loader/dist/index.js:57:5)
pepijndevos commented on 2022-07-14 11:47 (UTC)
I'm getting this error on both the bin and the git package
$ gb-studio
No language pack for user setting, falling back to en
Add a language pack by making the file src/lang/en-US.json
[11390:0714/134632.159918:FATAL:gpu_data_manager_impl_private.cc(1034)] The display compositor is frequently crashing. Goodbye.
Trace/breakpoint trap (core dumped)
noirscape commented on 2022-01-05 12:10 (UTC) (edited on 2022-01-12 14:32 (UTC) by noirscape)
- This package has a dev dependency on dpkg. Do not use this to install regular debian packages! This will break your Arch Linux installation.
- Please only flag this package as outdated if the build process fails; the PKGVER will be updated automatically when the package is build. AUR Helpers are not supported as per AUR guidelines; you should familiarize yourself with
makepkg
if your helper does not properly detect the VCS package. See here for details
hazelnot commented on 2021-06-13 16:20 (UTC)
Any chance of a v2 beta branch package?
noirscape commented on 2019-09-05 14:10 (UTC)
Package fixed.
Turns out that the way I was determining the build package name was incorrect.
<deleted-account> commented on 2019-09-03 13:45 (UTC)
build fails at end
✔ Making for target: deb - On platform: linux - For arch: x64
-> Extracting deb file...
bsdtar: Error opening archive: Failed to open 'gb-studio_1.1.0_amd64.deb'
==> ERROR: A failure occurred in build().
Aborting...
Error making: gb-studio-git
noirscape commented on 2019-05-23 08:24 (UTC) (edited on 2019-05-23 09:02 (UTC) by noirscape)
@muvori - The build step uses dpkg (electron-forge builds to deb).
muvori commented on 2019-05-06 15:55 (UTC)
why is dpkg in the makedepend list?
Pinned Comments
Hellscaped commented on 2024-06-25 07:46 (UTC)
I have taken over maintaining this package as a part of learning writing PKGBUILDs, and this package is in dire need of a maintainer!