atom: update to 1.44.0

Misc:
- fix a restart;
- update bsdtar invocations.

Signed-off-by: Alexander Lobakin <bloodyreaper@yandex.ru>
This commit is contained in:
Alexander Lobakin 2019-12-19 18:29:06 +03:00 committed by Juan RP
parent 68b24d3049
commit 48b866b82a
2 changed files with 7 additions and 10 deletions

View file

@ -173,9 +173,6 @@ diff -Naurp0 a/src/main-process/atom-application.js b/src/main-process/atom-appl
@@ -719 +719 @@ module.exports = class AtomApplication e
- path.join(process.resourcesPath, 'LICENSE.md')
+ '/usr/share/licenses/atom/LICENSE.md'
@@ -2050 +2050 @@ module.exports = class AtomApplication e
- const args = [];
+ const args = ['/usr/lib/atom/atom'];
diff -Naurp0 a/src/workspace.js b/src/workspace.js
--- a/src/workspace.js 2019-11-08 22:14:27.324474946 +0300
+++ b/src/workspace.js 2019-11-08 22:15:49.853005612 +0300

View file

@ -1,9 +1,9 @@
# Template file for 'atom'
_dugite_ver=1.87.6
_dugite_ver=1.88.1
_git_utils_ver=5.6.2
pkgname=atom
version=1.41.0
revision=3
version=1.44.0
revision=1
archs="x86_64"
hostmakedepends="git pkg-config python-devel nodejs-lts-10 nodejs-lts-10-devel curl gtk+3
libXtst libXScrnSaver nss python alsa-lib"
@ -19,8 +19,8 @@ distfiles="
https://registry.npmjs.org/dugite/-/dugite-${_dugite_ver}.tgz
https://registry.npmjs.org/git-utils/-/git-utils-${_git_utils_ver}.tgz"
checksum="
4a440909462c461cbec9b82b5f97bd21719a34f0ab59f2d859df85a40246c949
61cd7b32932788c70420cb64042d7056715c5e5c20f4df022e77cee034519c09
8d79697b0c969f22ee8dc2c1d27c608036e92deaf63574f8cd1509ea506eded9
ddb5479cc78cf863f05b1c35420d66dde55f2bfa66f30cd7bac484ffd5fd6782
b430ee53a09317df5b6677e5625950baefe840258f2e9d55cf4fc448c9d8576e"
skip_extraction="
dugite-${_dugite_ver}.tgz
@ -32,9 +32,9 @@ nostrip=yes
post_extract() {
mkdir -p packages/dugite packages/git-utils
tar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/dugite-${_dugite_ver}.tgz \
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/dugite-${_dugite_ver}.tgz \
--strip-components=1 -C packages/dugite
tar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/git-utils-${_git_utils_ver}.tgz \
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/git-utils-${_git_utils_ver}.tgz \
--strip-components=1 -C packages/git-utils
}