atom: update to 1.10.0.
This commit is contained in:
parent
22abe01fc2
commit
3161f971eb
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'atom'
|
||||
pkgname=atom
|
||||
version=1.9.6
|
||||
version=1.10.0
|
||||
revision=1
|
||||
nocross=yes
|
||||
nostrip=yes
|
||||
|
@ -11,15 +11,14 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://atom.io"
|
||||
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
||||
checksum=4c27d2344e28d4156eff8a88ed0b66884a77f7e4b2cbaf316c6451b24fd7ff97
|
||||
checksum=5fce9b85bbd27c5e2cb71c3316c563edb0a666120e7ad0dc73817d28e1e1faec
|
||||
|
||||
broken="only on build servers"
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
do_build() {
|
||||
sed -i -e "/exception-reporting/d" \
|
||||
-e "/metrics/d" package.json
|
||||
script/build
|
||||
script/build || script/build # FIXME: bug with overlayfs, build twice to fix
|
||||
}
|
||||
do_install() {
|
||||
script/grunt install --install-dir ${DESTDIR}/usr
|
||||
|
|
Loading…
Reference in New Issue