Package Details: gitify 5.16.2-1

Git Clone URL: https://aur.archlinux.org/gitify.git (read-only, click to copy)
Package Base: gitify
Description: GitHub notifications on your menu bar.(Use system-wide electron)
Upstream URL: https://www.gitify.io/
Keywords: electron github github-api gitify node notifications react
Licenses: MIT
Submitter: PolpOnline
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.122523
First Submitted: 2021-06-05 13:09 (UTC)
Last Updated: 2024-11-06 13:26 (UTC)

Dependencies (8)

Required by (0)

Sources (2)

Latest Comments

brianrobt commented on 2024-08-10 17:07 (UTC)

No problem. Thanks for fixing that and thanks for maintaining the package.

zxp19821005 commented on 2024-08-09 09:28 (UTC)

@brianrobt Thanks for your feedback, fixed it.

brianrobt commented on 2024-08-09 01:52 (UTC) (edited on 2024-08-09 01:52 (UTC) by brianrobt)

Hello. It seems like the latest version has a build issue. This is what I'm seeing:

==> Starting build()...
Version '20.14.14' not found - try `nvm ls-remote` to browse available versions.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: gitify-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
gitify - exit status 4

The only Node 20.14 version installable with nvm is 20.14.0.

The problem is the _nodeversion value.

_nodeversion=20.14.14

should be

_nodeversion=20.14.0

I tested this change with makepkg -si and was able to upgrade to the latest version successfully.

PolpOnline commented on 2023-05-03 16:21 (UTC) (edited on 2023-05-03 16:22 (UTC) by PolpOnline)

The app does not build because the latest stable version that was released is not compatible with the currrent node version. I have tried to contact the author about that but he didn't respond. For now, I rely on the user to set the adequate node version because there are 100 different methods to have multiple Node versions installed on a single machine, and I don't want to force one.

Here's the issue on GitHub: https://github.com/manosim/gitify/issues/530

Saku commented on 2022-12-19 15:57 (UTC)

didn't work for me

yarn run v1.22.19
$ webpack --config webpack.prod.js
/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/loader-runner/lib/LoaderRunner.js:146
        if(isError) throw e;
                    ^

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/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/util/createHash.js:138:18)
    at BulkUpdateDecorator.update (/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/util/createHash.js:44:50)
    at SourceMapSource.updateHash (/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack-sources/lib/SourceMapSource.js:233:8)
    at NormalModule._initBuildHash (/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/NormalModule.js:737:17)
    at handleParseResult (/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/NormalModule.js:801:10)
    at /home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/NormalModule.js:854:4
    at processResult (/home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/NormalModule.js:625:11)
    at /home/mario/.cache/yay/gitify/src/gitify-4.3.1/node_modules/webpack/lib/NormalModule.js:676:5 {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v19.2.0
error Command failed with exit code 1.

gitify-bin works