mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
atom: update to 1.33.1
This commit is contained in:
parent
df26852712
commit
cbeedf0494
3 changed files with 7 additions and 18 deletions
|
@ -4,9 +4,9 @@
|
||||||
Name=<%= appName %>
|
Name=<%= appName %>
|
||||||
Comment=<%= description %>
|
Comment=<%= description %>
|
||||||
GenericName=Text Editor
|
GenericName=Text Editor
|
||||||
-Exec=<%= installDir %>/share/<%= appFileName %>/atom %F
|
-Exec=<%= installDir %>/bin/<%= appFileName %> %F
|
||||||
-Icon=<%= iconPath %>
|
-Icon=<%= iconPath %>
|
||||||
+Exec=/usr/share/atom/atom %U
|
+Exec=/usr/bin/atom %F
|
||||||
+Icon=/usr/share/atom/atom.png
|
+Icon=/usr/share/atom/atom.png
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- package.json
|
|
||||||
+++ package.json
|
|
||||||
@@ -12,7 +12,7 @@
|
|
||||||
"url": "https://github.com/atom/atom/issues"
|
|
||||||
},
|
|
||||||
"license": "MIT",
|
|
||||||
- "electronVersion": "2.0.7",
|
|
||||||
+ "electronVersion": "2.0.11",
|
|
||||||
"dependencies": {
|
|
||||||
"@atom/nsfw": "^1.0.18",
|
|
||||||
"@atom/source-map-support": "^0.3.4",
|
|
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'atom'
|
# Template file for 'atom'
|
||||||
pkgname=atom
|
pkgname=atom
|
||||||
version=1.31.2
|
version=1.33.1
|
||||||
revision=1
|
revision=1
|
||||||
nocross=yes
|
only_for_archs="x86_64"
|
||||||
nostrip=yes
|
|
||||||
hostmakedepends="git pkg-config python-devel nodejs curl gtk+3 libXtst libXScrnSaver nss python alsa-lib"
|
hostmakedepends="git pkg-config python-devel nodejs curl gtk+3 libXtst libXScrnSaver nss python alsa-lib"
|
||||||
makedepends="python-devel GConf-devel libgnome-keyring-devel gtk+3-devel libX11-devel libxkbfile-devel libsecret-devel"
|
makedepends="python-devel GConf-devel libgnome-keyring-devel gtk+3-devel libX11-devel libxkbfile-devel libsecret-devel"
|
||||||
short_desc="Chrome-based text editor from Github"
|
short_desc="Chrome-based text editor from Github"
|
||||||
|
@ -11,8 +10,9 @@ maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://atom.io"
|
homepage="https://atom.io"
|
||||||
distfiles="https://github.com/atom/atom/archive/v${version}.tar.gz"
|
distfiles="https://github.com/atom/atom/archive/v${version}.tar.gz"
|
||||||
checksum=baff1b23e03c638584d01817bda15503e66eff1c231c3952670c94b345588628
|
checksum=2b89ae78b637b7c39b419e011168a1ddf256bf442f56e0dff2b2e10c94a9af1d
|
||||||
only_for_archs="x86_64"
|
nocross=yes
|
||||||
|
nostrip=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
npm install -g gyp
|
npm install -g gyp
|
||||||
|
|
Loading…
Add table
Reference in a new issue