development/atom: Updated for version 1.2.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
DhabyX 2015-11-23 07:48:48 +07:00 committed by Willy Sudiarto Raharjo
parent 4aa9bb49da
commit e988288532
3 changed files with 5 additions and 10 deletions

View file

@ -12,11 +12,6 @@ To build Atom is necessary to download about 500MB of data,
which are temporarily stored in ~/.atom, which can be
deleted after building.
By default, you should use Node.js to build Atom, but
you can build it with io.js, that provides some
performance improvements. Both, node and iojs, are available
from SlackBuilds.org.
Optional building features:
* Disable compiling metrics module for Google Analytics
for poeple who love your privacy

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=atom
VERSION=${VERSION:-1.2.1}
VERSION=${VERSION:-1.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -100,7 +100,7 @@ mv $PKG/usr/bin/apm $PKG/usr/bin/atom-apm
# move and configure icons and .desktop file
(
cd resources/app-icons/stable/png
for IMG in $(ls)
for IMG in *.png
do
DIR_NAME=${IMG%.*}x${IMG%.*}
install -D $IMG $PKG/usr/share/icons/hicolor/$DIR_NAME/apps/$PRGNAM.png

View file

@ -1,8 +1,8 @@
PRGNAM="atom"
VERSION="1.2.1"
VERSION="1.2.3"
HOMEPAGE="https://atom.io/"
DOWNLOAD="https://codeload.github.com/atom/atom/tar.gz/v1.2.1"
MD5SUM="2b379b701e9554dfe1f3eb1455d2a441"
DOWNLOAD="https://codeload.github.com/atom/atom/tar.gz/v1.2.3"
MD5SUM="99722dbfb105953e6a568bbd81bd43d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="nodejs"