Search Criteria
Package Details: github-desktop-git r26627.3461639c7-1
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. |
Upstream URL: | https://desktop.github.com |
Licenses: | MIT |
Conflicts: | github-desktop |
Provides: | github-desktop |
Submitter: | immackay |
Maintainer: | None |
Last Packager: | immackay |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-20 06:20 (UTC) |
Last Updated: | 2020-07-02 06:50 (UTC) |
Dependencies (15)
- curl (curl-minimal-git, curl-git)
- gconf (gconf-gtk2)
- git (git-vfs, git-git, git-run-command-patch-git)
- gnome-keyring (gnome-keyring-git, pass-secrets-git)
- libsecret
- libxss
- nspr (nspr-hg)
- nss (nss-hg)
- unzip (unzip-natspec, unzip-zstd)
- nodejs (nodejs6-bin, nodejs-git, nodejs-nightly, nodejs-lts-fermium, nodejs-lts-gallium, nodejs-lts-hydrogen) (make)
- python2 (python2-bin) (make)
- unzip (unzip-natspec, unzip-zstd) (make)
- xorg-server-xvfb (xorg-server-xvfb-notty, xorg-server-xvfb-sd_notify, xorg-server-xvfb-noudev, xorg-server-xvfb-dev, xorg-server1.19-xvfb-git, xorg-server-xvfb-git, xorg-server-multimonitor-vrr-xvfb-git) (make)
- yarn (yarn-nightly, yarn-xdg, yarn-xdg-bin) (make)
- hub (hub-git) (optional) – CLI interface for GitHub.
Latest Comments
hugegameartgd commented on 2020-05-24 08:21 (UTC) (edited on 2020-05-24 08:22 (UTC) by hugegameartgd)
@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?Ajmar 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().