mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
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:
parent
68b24d3049
commit
48b866b82a
2 changed files with 7 additions and 10 deletions
|
@ -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
|
@@ -719 +719 @@ module.exports = class AtomApplication e
|
||||||
- path.join(process.resourcesPath, 'LICENSE.md')
|
- path.join(process.resourcesPath, 'LICENSE.md')
|
||||||
+ '/usr/share/licenses/atom/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
|
diff -Naurp0 a/src/workspace.js b/src/workspace.js
|
||||||
--- a/src/workspace.js 2019-11-08 22:14:27.324474946 +0300
|
--- a/src/workspace.js 2019-11-08 22:14:27.324474946 +0300
|
||||||
+++ b/src/workspace.js 2019-11-08 22:15:49.853005612 +0300
|
+++ b/src/workspace.js 2019-11-08 22:15:49.853005612 +0300
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'atom'
|
# Template file for 'atom'
|
||||||
_dugite_ver=1.87.6
|
_dugite_ver=1.88.1
|
||||||
_git_utils_ver=5.6.2
|
_git_utils_ver=5.6.2
|
||||||
pkgname=atom
|
pkgname=atom
|
||||||
version=1.41.0
|
version=1.44.0
|
||||||
revision=3
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
hostmakedepends="git pkg-config python-devel nodejs-lts-10 nodejs-lts-10-devel curl gtk+3
|
hostmakedepends="git pkg-config python-devel nodejs-lts-10 nodejs-lts-10-devel curl gtk+3
|
||||||
libXtst libXScrnSaver nss python alsa-lib"
|
libXtst libXScrnSaver nss python alsa-lib"
|
||||||
|
@ -19,8 +19,8 @@ distfiles="
|
||||||
https://registry.npmjs.org/dugite/-/dugite-${_dugite_ver}.tgz
|
https://registry.npmjs.org/dugite/-/dugite-${_dugite_ver}.tgz
|
||||||
https://registry.npmjs.org/git-utils/-/git-utils-${_git_utils_ver}.tgz"
|
https://registry.npmjs.org/git-utils/-/git-utils-${_git_utils_ver}.tgz"
|
||||||
checksum="
|
checksum="
|
||||||
4a440909462c461cbec9b82b5f97bd21719a34f0ab59f2d859df85a40246c949
|
8d79697b0c969f22ee8dc2c1d27c608036e92deaf63574f8cd1509ea506eded9
|
||||||
61cd7b32932788c70420cb64042d7056715c5e5c20f4df022e77cee034519c09
|
ddb5479cc78cf863f05b1c35420d66dde55f2bfa66f30cd7bac484ffd5fd6782
|
||||||
b430ee53a09317df5b6677e5625950baefe840258f2e9d55cf4fc448c9d8576e"
|
b430ee53a09317df5b6677e5625950baefe840258f2e9d55cf4fc448c9d8576e"
|
||||||
skip_extraction="
|
skip_extraction="
|
||||||
dugite-${_dugite_ver}.tgz
|
dugite-${_dugite_ver}.tgz
|
||||||
|
@ -32,9 +32,9 @@ nostrip=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mkdir -p packages/dugite packages/git-utils
|
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
|
--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
|
--strip-components=1 -C packages/git-utils
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue