summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Roberto Metere2015-12-09 18:18:25 +0100
committer Willy Sudiarto Raharjo2015-12-09 18:19:00 +0100
commit220c6f2636d30273368bf35be141cd51237775f2 (patch)
tree673b7db4702bcce54af98611ef54f8aba34af790 /development
parent5f4ab5d1ef67dae1db7cf65cd9000d58de38b206 (diff)
downloadslackbuilds-220c6f2636d30273368bf35be141cd51237775f2.tar.gz
development/android-studio: Updated for version 1.5.1_141_2456560.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/android-studio/android-studio.SlackBuild8
-rw-r--r--development/android-studio/android-studio.desktop2
-rw-r--r--development/android-studio/android-studio.info8
3 files changed, 10 insertions, 8 deletions
diff --git a/development/android-studio/android-studio.SlackBuild b/development/android-studio/android-studio.SlackBuild
index 2ed33854e0..9fd6601346 100644
--- a/development/android-studio/android-studio.SlackBuild
+++ b/development/android-studio/android-studio.SlackBuild
@@ -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}
diff --git a/development/android-studio/android-studio.desktop b/development/android-studio/android-studio.desktop
index e207924352..79f20d98e8 100644
--- a/development/android-studio/android-studio.desktop
+++ b/development/android-studio/android-studio.desktop
@@ -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
diff --git a/development/android-studio/android-studio.info b/development/android-studio/android-studio.info
index f022b26890..27e7ceda59 100644
--- a/development/android-studio/android-studio.info
+++ b/development/android-studio/android-studio.info
@@ -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"