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: | |
Conflicts: | |
Provides: | |
Submitter: | immackay |
Maintainer: | immackay |
Last Packager: | immackay |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-20 06:20 |
Last Updated: | 2020-07-02 06:50 |
Dependencies (15)
- curl (curl-git, curl-minimal-git)
- gconf (gconf-gtk2)
- git (git-git)
- gnome-keyring (gnome-keyring-git)
- libsecret
- libxss
- nspr (nspr-hg)
- nss (nss-hg)
- unzip (unzip-natspec, unzip-iconv)
- python2 (make)
- unzip (unzip-natspec, unzip-iconv) (make)
- xorg-server-xvfb (xorg-server1.12-xvfb, xorg-server-xvfb-notty, xorg-server-xvfb-sd_notify, xorg-server-xvfb-git, xorg-server-xvfb-noudev, xorg-server-xvfb-dev, xorg-server1.19-xvfb-git) (make)
- yarn (yarn-nightly) (make)
- nodejs>=10.16.0 (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium) (make)
- hub (hub-git) (optional) – CLI interface for GitHub.
Latest Comments
hugegameartgd commented on 2020-05-24 08:21
@PRAGMA Changing the git describe line to
fixes it.
Xavatar commented on 2020-04-30 13:38
@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
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
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
Cant open the desktop file actually..
Cody_Learner commented on 2018-05-10 17:28
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
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().