atom: update to 1.33.1
This commit is contained in:
parent
df26852712
commit
cbeedf0494
|
@ -4,9 +4,9 @@
|
|||
Name=<%= appName %>
|
||||
Comment=<%= description %>
|
||||
GenericName=Text Editor
|
||||
-Exec=<%= installDir %>/share/<%= appFileName %>/atom %F
|
||||
-Exec=<%= installDir %>/bin/<%= appFileName %> %F
|
||||
-Icon=<%= iconPath %>
|
||||
+Exec=/usr/share/atom/atom %U
|
||||
+Exec=/usr/bin/atom %F
|
||||
+Icon=/usr/share/atom/atom.png
|
||||
Type=Application
|
||||
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'
|
||||
pkgname=atom
|
||||
version=1.31.2
|
||||
version=1.33.1
|
||||
revision=1
|
||||
nocross=yes
|
||||
nostrip=yes
|
||||
only_for_archs="x86_64"
|
||||
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"
|
||||
short_desc="Chrome-based text editor from Github"
|
||||
|
@ -11,8 +10,9 @@ maintainer="Wilson Birney <wpb@360scada.com>"
|
|||
license="MIT"
|
||||
homepage="https://atom.io"
|
||||
distfiles="https://github.com/atom/atom/archive/v${version}.tar.gz"
|
||||
checksum=baff1b23e03c638584d01817bda15503e66eff1c231c3952670c94b345588628
|
||||
only_for_archs="x86_64"
|
||||
checksum=2b89ae78b637b7c39b419e011168a1ddf256bf442f56e0dff2b2e10c94a9af1d
|
||||
nocross=yes
|
||||
nostrip=yes
|
||||
|
||||
do_install() {
|
||||
npm install -g gyp
|
||||
|
|
Loading…
Reference in New Issue