diff options
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 ( |