mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/android-studio: Updated for version 1.5.1_141_2456560.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5f4ab5d1ef
commit
220c6f2636
3 changed files with 10 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for Android Studio
|
||||
|
||||
# Copyright 2009-2014 Roberto Metere, Cagliari (CA), Italy <roberto@metere.it>
|
||||
# Copyright 2009-2015 Roberto Metere, Cagliari (CA), Italy <roberto@metere.it>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=android-studio
|
||||
VERSION=${VERSION:-1.1.0_135_1740770}
|
||||
SRCVER=${SRCVER:-135.1740770}
|
||||
VERSION=${VERSION:-1.5.1_141_2456560}
|
||||
SRCVER=${SRCVER:-141.2456560}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -46,6 +46,7 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
mkdir -p $PKG/usr/share
|
||||
cd $PKG/usr/share/
|
||||
unzip $CWD/$PRGNAM-ide-${SRCVER}-linux.zip
|
||||
|
||||
#
|
||||
# Make and install launchers
|
||||
#
|
||||
|
@ -62,6 +63,7 @@ ln -s /usr/share/$PRGNAM/bin/inspect.sh ../bin/$PRGNAM-inspect
|
|||
# Adjust ownerships and permissions
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
cd
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-${VERSION}
|
||||
|
|
|
@ -3,7 +3,7 @@ Name=Android Studio
|
|||
GenericName=Android IDE
|
||||
Comment=Android development environment based on IntelliJ IDEA
|
||||
Exec=/usr/share/android-studio/bin/studio.sh
|
||||
Icon=/usr/share/android-studio/bin/androidstudio.ico
|
||||
Icon=/usr/share/android-studio/bin/studio.ico
|
||||
Path=/usr/share/android-studio/bin/
|
||||
Type=Application
|
||||
Categories=Development;Android
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="android-studio"
|
||||
VERSION="1.1.0_135_1740770"
|
||||
HOMEPAGE="https://developer.android.com/sdk/installing/studio.html"
|
||||
DOWNLOAD="https://dl.google.com/dl/android/studio/ide-zips/1.1.0/android-studio-ide-135.1740770-linux.zip"
|
||||
MD5SUM="602a69fb027c6b5f8b768b726a445cf0"
|
||||
VERSION="1.5.1_141_2456560"
|
||||
HOMEPAGE="http://developer.android.com/tools/studio/index.html"
|
||||
DOWNLOAD="https://dl.google.com/dl/android/studio/ide-zips/1.5.1.0/android-studio-ide-141.2456560-linux.zip"
|
||||
MD5SUM="4ff66e127c2f45cf8120cdae8c3a01c6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue