diff options
author | Roberto Metere <roberto@metere.it> | 2017-03-31 07:26:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-31 07:26:00 +0700 |
commit | 667bbb4cb1836999df7f0d24957fc38a52eb5d90 (patch) | |
tree | 89e5619eec30a800b451d0a44aa2f44bda2a8c1e /development/android-studio/android-studio.SlackBuild | |
parent | 5d87f7f7458834cfcdb4a0f9e4c33c766242c607 (diff) |
development/android-studio: Updated for version 2.3.0.8_162_3764568.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/android-studio/android-studio.SlackBuild')
-rw-r--r-- | development/android-studio/android-studio.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/development/android-studio/android-studio.SlackBuild b/development/android-studio/android-studio.SlackBuild index 32631c9f2dd65..78fe2278d4f6e 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-2016 Roberto Metere, Cagliari (CA), Italy <roberto@metere.it> +# Copyright 2012-2017 Roberto Metere, Cagliari (CA), Italy <roberto@metere.it> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=android-studio -VERSION=${VERSION:-2.2.2.0_145_3360264} +VERSION=${VERSION:-2.3.0.8_162_3764568} SRCVER=$(echo ${VERSION#*_} | sed 's/_/./') BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,6 +52,7 @@ cd $PKG # Make and install launchers # mkdir -p $PKG/usr/share/applications +install -D -m 644 $PKG/usr/share/android-studio/bin/studio.png $PKG/usr/share/pixmaps/android-studio.png install -D -m 644 $CWD/android-studio.desktop $PKG/usr/share/applications/android-studio.desktop mkdir -p $PKG/usr/bin ( |