Any chance of new release soon?
Search Criteria
Package Details: github-desktop 3.4.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/github-desktop.git (read-only, click to copy) |
---|---|
Package Base: | github-desktop |
Description: | GUI for managing Git and GitHub |
Upstream URL: | https://desktop.github.com |
Keywords: | git github |
Licenses: | MIT |
Submitter: | mikelpint |
Maintainer: | alerque (shiftkey) |
Last Packager: | alerque |
Votes: | 50 |
Popularity: | 0.38 |
First Submitted: | 2017-07-22 21:26 (UTC) |
Last Updated: | 2024-11-15 19:20 (UTC) |
Dependencies (15)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- git (git-gitAUR, git-glAUR)
- libsecret
- libxss
- nspr (nspr-hgAUR)
- nss (nss-hgAUR)
- org.freedesktop.secrets (keepassxc-gitAUR, gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, pass-secret-service-binAUR, dssdAUR, pass-secret-service-gitAUR, bitw-gitAUR, keepassxc-qt6AUR, gnome-keyring, keepassxc, kwallet, kwallet5)
- unzip (unzip-natspecAUR, unzip-zstdAUR)
- nodejs-lts-iron (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python-setuptools (make)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- github-cli (github-cli-gitAUR) (optional) – CLI interface for GitHub
- hub (hub-gitAUR) (optional) – CLI interface for GitHub
Required by (0)
Sources (5)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
mlerota commented on 2018-11-13 15:29 (UTC)
robokishan commented on 2018-08-17 19:04 (UTC)
/usr/bin/github-desktop: line 3: 24926 Segmentation fault (core dumped) LD_PRELOAD=libcurl.so.3 /opt/github-desktop/desktop "$@"
after i try to run this error occured please help
SwarupSaha commented on 2018-06-15 07:03 (UTC) (edited on 2018-08-03 00:29 (UTC) by SwarupSaha)
please update ! Latest Version is 1.2.3
marlock87 commented on 2018-06-12 13:51 (UTC) (edited on 2018-06-12 13:53 (UTC) by marlock87)
Building errors are due to nodejs v10 in arch repository. Github desktop is developed with node v8.
adding nvm to makedepends and modifying build section to use nvm to change node version used during build should resolve this issue
build() {
cd desktop
source /usr/share/nvm/init-nvm.sh
nvm install --lts
nvm use --lts
export DISPLAY=':99.0'
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
yarn install
yarn build:prod
nvm deactivate
}
sergey.orloff commented on 2018-05-17 19:46 (UTC)
make: *** [binding.target.mk:115: Release/obj.target/binding/src/binding.o] Ошибка 1
make: выход из каталога «/build/github-desktop/src/desktop/node_modules/node-sass/build»
gyp ERR! build error
gyp ERR! stack Error: make
failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/build/github-desktop/src/desktop/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack at ChildProcess.emit (events.js:182:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:235:12)
gyp ERR! System Linux 4.16.8-1-ARCH
gyp ERR! command "/usr/bin/node" "/build/github-desktop/src/desktop/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /build/github-desktop/src/desktop/node_modules/node-sass
gyp ERR! node -v v10.1.0
==> ОШИБКА: Произошел сбой в build(). Прерывание...
mimo commented on 2018-05-17 16:22 (UTC)
==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build libcurl-openssl-1.0.
help me to install github desktop
Cody_Learner commented on 2018-05-10 17:36 (UTC)
For github-desktop-git, downgrade nodejs to official repo version:
nodejs-lts-carbon 8.11.1-1 source:https://github.com/nodejs/nan/issues/504
Will enable the git version of this package to build. Have not tried this version yet.
immackay, if confirmed to fix this version, 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.
xgdgsc commented on 2018-05-10 12:41 (UTC)
Failed to compile. I use the appimage from https://github.com/shiftkey/desktop/releases for now.
xgdgsc commented on 2018-05-10 11:12 (UTC)
Cody_Learner commented on 2018-05-08 22:27 (UTC)
Got an error trying to build. System is up to date. Not sure but doesn't look PKGBUILD related. Reporting here just in case.
.... node_modules/node-sass: Command failed. .... .... Build failed with error code: 1 ....
Full output: https://paste.pound-python.org/show/0i6LCSwBz1cheV5wpO8j/
Pinned Comments
alerque commented on 2024-04-26 10:20 (UTC) (edited on 2024-04-26 10:21 (UTC) by alerque)
This package follows the Linux enabled fork releases here. Please do not flag it as OOD when the upstream Windows/OSX only Microsoft project updates but when the Linux enabled builds are available from @shiftkey. Thank you.