mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
atom: update to 1.11.1.
This commit is contained in:
parent
be59fb86ea
commit
30662f36c8
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ index 1969e3f..71c19ca 100644
|
||||||
Name=Atom
|
Name=Atom
|
||||||
Comment=<%= description %>
|
Comment=<%= description %>
|
||||||
GenericName=Text Editor
|
GenericName=Text Editor
|
||||||
-Exec=<%= installDir %>/share/<%= appFileName %>/atom %U
|
-Exec=<%= installDir %>/share/<%= appFileName %>/atom %F
|
||||||
-Icon=<%= iconPath %>
|
-Icon=<%= iconPath %>
|
||||||
+Exec=/usr/share/atom/atom %U
|
+Exec=/usr/share/atom/atom %U
|
||||||
+Icon=/usr/share/atom/resources/app.asar.unpacked/resources/atom.png
|
+Icon=/usr/share/atom/resources/app.asar.unpacked/resources/atom.png
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'atom'
|
# Template file for 'atom'
|
||||||
pkgname=atom
|
pkgname=atom
|
||||||
version=1.10.2
|
version=1.11.1
|
||||||
revision=2
|
revision=1
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
hostmakedepends="git pkg-config python-devel nodejs git-perl"
|
hostmakedepends="git pkg-config python-devel nodejs git-perl"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://atom.io"
|
homepage="https://atom.io"
|
||||||
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
||||||
checksum=de47aa7d80b3e31f1c42823fec6e98a9473021c022970a8548cb36c498a7e6f8
|
checksum=ba7f4d4ad39dae21cc58b02bd2f6e51b315994c24484802a51ecce22120d80ac
|
||||||
|
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue