development/atom: Updated for version 1.0.19.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
DhabyX 2015-09-26 07:44:04 +07:00 committed by Willy Sudiarto Raharjo
parent aa436b5fc6
commit 6642394a4f
2 changed files with 10 additions and 7 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=atom
VERSION=${VERSION:-1.0.7}
VERSION=${VERSION:-1.0.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -91,8 +91,11 @@ BUILD_DIR=$PWD/destbuild
PYTHON=python2 \
./script/grunt --build-dir=$BUILD_DIR --install-dir=$PKG/usr install
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# move apm symlink to atom-apm for prevent conflicts with apmd package.
mv $PKG/usr/bin/apm $PKG/usr/bin/atom-apm

View file

@ -1,10 +1,10 @@
PRGNAM="atom"
VERSION="1.0.7"
VERSION="1.0.19"
HOMEPAGE="https://atom.io/"
DOWNLOAD="https://codeload.github.com/atom/atom/tar.gz/v1.0.7"
MD5SUM="706d9cda90d50a735eae182e684c117d"
DOWNLOAD="https://codeload.github.com/atom/atom/tar.gz/v1.0.19"
MD5SUM="d747563b4f614a8c52ffa2b572631c22"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="iojs"
REQUIRES="node"
MAINTAINER="DhabyX"
EMAIL="slack.dhabyx@gmail.com"