Search Criteria
Package Details: github-desktop-git release.2.9.10.r5034.gf22512c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/github-desktop-git.git (read-only, click to copy) |
---|---|
Package Base: | github-desktop-git |
Description: | GUI for managing Git and GitHub.Use system-wide electron. |
Upstream URL: | https://github.com/shiftkey/desktop |
Keywords: | desktop github github-desktop gui |
Licenses: | MIT |
Conflicts: | github-desktop |
Provides: | github-desktop |
Submitter: | immackay |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-20 06:20 (UTC) |
Last Updated: | 2024-10-29 10:04 (UTC) |
Dependencies (10)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- electron32 (electron32-binAUR)
- libsecret
- perl (perl-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- nvmAUR (nvm-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Latest Comments
LinuxUserGD commented on 2020-05-24 08:21 (UTC) (edited on 2020-05-24 08:22 (UTC) by LinuxUserGD)
@PRAGMA Changing the git describe line to
fixes it.
Xavatar commented on 2020-04-30 13:38 (UTC) (edited on 2020-05-03 07:21 (UTC) by Xavatar)
@PRAGMA Yes right ! You can use the AppImage from the repo (https://github.com/shiftkey/desktop) for the lastest version.
PRAGMA commented on 2020-03-11 07:16 (UTC)
Attempting to install this on my machine results in it initially installing latest version, but then ends up installing
github-desktop-git-1.5.0.r6639.g5d21312a1-1
which is 2 years old now?etylermoss commented on 2019-05-28 17:57 (UTC)
Warning: Building this uses around 5GB of RAM, so be sure you have enough free before starting. Only takes around 5 minutes on a Zen 1 Quad Core.
Yosh commented on 2018-12-25 10:23 (UTC)
Cant open the desktop file actually..
Cody_Learner commented on 2018-05-10 17:28 (UTC) (edited on 2018-05-10 17:38 (UTC) by Cody_Learner)
Downgrade nodejs to official repo version:
nodejs-lts-carbon 8.11.1-1 source:https://github.com/nodejs/nan/issues/504
Will enable this package to build.
immackay, could you either add this to the makedepends and/or remove or replace nodejs to nodejs-lts-carbon in depends?
These two packages are in conflict with each other.
Cody_Learner commented on 2018-04-08 22:00 (UTC)
Won't build. File path error.
Had to do the following to build package:
sudo mkdir -p /usr/lib/node_modules/npm/node_modules/node-gyp/bin/
sudo ln -s /usr/lib/node_modules/node-gyp/bin/node-gyp.js /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js
<hr>makepkg -s
.................
error /home/cody/z-AUR-Aurt/github-desktop-git/src/desktop/app/node_modules/keytar: Command failed.
Exit code: 1
Command: node-gyp rebuild
Arguments:
Directory: /home/cody/z-AUR-Aurt/github-desktop-git/src/desktop/app/node_modules/keytar
Output:
internal/modules/cjs/loader.js:550
Error: Cannot find module '/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js'
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
==> ERROR: A failure occurred in build().