atom: update to 1.7.0.
This commit is contained in:
parent
524a93dbc0
commit
9d992bf9d5
1 changed files with 3 additions and 15 deletions
|
@ -1,34 +1,22 @@
|
|||
# Template file for 'atom'
|
||||
pkgname=atom
|
||||
version=1.5.0
|
||||
version=1.7.0
|
||||
revision=1
|
||||
nocross=yes
|
||||
nostrip=yes
|
||||
hostmakedepends="git pkg-config python-devel curl"
|
||||
hostmakedepends="git pkg-config python-devel nodejs git-perl"
|
||||
makedepends="python-devel GConf-devel libgnome-keyring-devel"
|
||||
short_desc="Chrome-based text editor from Github"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://atom.io"
|
||||
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
||||
checksum=e14c3fd98c6e85f0f7c53f79996844f199c79a0924e179a0bd5fb7777e5d2979
|
||||
_NODE_VERSION=0.12.7
|
||||
checksum=bd5d4b1c096d0666887050f10888042a4b4a84901002a307ae7f19bbfda69c29
|
||||
|
||||
broken="http://build.voidlinux.eu/builders/i686_builder/builds/20574/steps/shell_3/logs/stdio"
|
||||
|
||||
pre_build() {
|
||||
local NVM_VERSION=0.26.1
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v$NVM_VERSION/install.sh | bash
|
||||
source ~/.nvm/nvm.sh
|
||||
nvm install $_NODE_VERSION
|
||||
nvm use $_NODE_VERSION
|
||||
}
|
||||
do_build() {
|
||||
script/build
|
||||
}
|
||||
do_install() {
|
||||
source ~/.nvm/nvm.sh
|
||||
nvm use $_NODE_VERSION
|
||||
script/grunt install --install-dir ${DESTDIR}/usr
|
||||
sed -i "s|${DESTDIR}||g" ${DESTDIR}/usr/share/applications/atom.desktop
|
||||
vlicense LICENSE.md
|
||||
|
|
Loading…
Reference in a new issue