Advertisement
kolik29

Untitled

Feb 14th, 2018
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. immackay commented on 2017-11-28 13:53
  2. You can remove the patch just fine, it simply adds rxvt-unicode currently. github-desktop-git now has support for urxvt, xterm, and konsole, as well as the two built in consoles (gnome terminal, tilix).
  3.  
  4. It occurs to me that you may experience a failure while trying to patch linux.ts if you've got $srcdir already set as a variable. I'll push an update that removes the chance for this.
  5.  
  6. Edit: It seems this error is due to makepkg -si not respecting my download agent. I've pushed an update for this.
  7.  
  8. immackay commented on 2017-11-28 21:08
  9.  
  10. azhang66 commented on 2018-01-21 07:07
  11.  
  12. OriginCode commented on 2018-01-28 10:52
  13.  
  14. immackay commented on 2018-01-31 05:41
  15.  
  16. github-desktop 1.0.13-1 (2018-01-31 05:39)
  17. ( Неподдерживаемый пакет: Потенциально опасен ! )
  18.  
  19. - gnome-keyring (уже установлен)
  20. - git (уже установлен)
  21. - electron (уже установлен)
  22. - nodejs (уже установлен)
  23. - libcurl-compat (уже установлен)
  24. - libcurl-gnutls (уже установлен)
  25. - libcurl-openssl-1.0 (уже установлен) [makedepend]
  26. - xorg-server-xvfb (уже установлен) [makedepend]
  27. - yarn (уже установлен) [makedepend]
  28.  
  29.  
  30.  
  31. yarn install v1.3.2
  32. [1/5] Validating package.json...
  33. [2/5] Resolving packages...
  34. [3/5] Fetching packages...
  35. info fsevents@1.1.2: The platform "linux" is incompatible with this module.
  36. info "fsevents@1.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
  37. info 7zip-bin-mac@1.0.1: The platform "linux" is incompatible with this module.
  38. info "7zip-bin-mac@1.0.1" is an optional dependency and failed compatibility check. Excluding it from installation.
  39. info 7zip-bin-win@2.1.1: The platform "linux" is incompatible with this module.
  40. info "7zip-bin-win@2.1.1" is an optional dependency and failed compatibility check. Excluding it from installation.
  41. [4/5] Linking dependencies...
  42. [5/5] Building fresh packages...
  43. $ cd app && yarn install --force && cd .. && git submodule update --recursive --init && yarn compile:tslint
  44. yarn install v1.3.2
  45. [1/4] Resolving packages...
  46. [2/4] Fetching packages...
  47. [3/4] Linking dependencies...
  48. [4/4] Rebuilding all packages...
  49. success Saved lockfile.
  50. Done in 17.82s.
  51. Подмодуль по пути «app/static/common/choosealicense.com»: забрано состояние «fe965f16f6f690d40a738e75a46fad3f41f5daa3»
  52. Подмодуль по пути «app/static/common/gitignore»: забрано состояние «690a433b668348c33087d34fafe2155ebe8bb4cf»
  53. Подмодуль по пути «gemoji»: забрано состояние «50865e8895c54037bf06c4c1691aa925d030a59d»
  54. yarn run v1.3.2
  55. $ tsc -p tslint-rules
  56. Done in 4.50s.
  57. Done in 83.94s.
  58. yarn run v1.3.2
  59. $ yarn compile:prod && cross-env NODE_ENV=production ts-node script/build.ts
  60. $ cross-env NODE_ENV=production parallel-webpack --config app/webpack.production.js
  61. [WEBPACK] Building 6 targets
  62. [WEBPACK] Started building main.js
  63. [WEBPACK] Started building ask-pass.js
  64. [WEBPACK] Started building cli.js
  65. [WEBPACK] Started building renderer.js
  66. [WEBPACK] Started building crash.js
  67. [WEBPACK] Started building highlighter.js
  68.  
  69. [at-loader] Using typescript@2.6.2 from typescript and "tsconfig.json" from /tmp/yaourt-tmp-kolik/aur-github-desktop/src/desktop/tsconfig.json.
  70.  
  71.  
  72. [at-loader] Using typescript@2.6.2 from typescript and "tsconfig.json" from /tmp/yaourt-tmp-kolik/aur-github-desktop/src/desktop/tsconfig.json.
  73.  
  74.  
  75. [at-loader] Using typescript@2.6.2 from typescript and "tsconfig.json" from /tmp/yaourt-tmp-kolik/aur-github-desktop/src/desktop/app/src/highlighter/tsconfig.json.
  76.  
  77.  
  78. [at-loader] Using typescript@2.6.2 from typescript and "tsconfig.json" from /tmp/yaourt-tmp-kolik/aur-github-desktop/src/desktop/tsconfig.json.
  79.  
  80.  
  81. [at-loader] Using typescript@2.6.2 from typescript and "tsconfig.json" from /tmp/yaourt-tmp-kolik/aur-github-desktop/src/desktop/tsconfig.json.
  82.  
  83.  
  84. [at-loader] Using typescript@2.6.2 from typescript and "tsconfig.json" from /tmp/yaourt-tmp-kolik/aur-github-desktop/src/desktop/tsconfig.json.
  85.  
  86.  
  87. [at-loader] Checking started in a separate process...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement