diff options
author | Roberto Metere <roberto@metere.it> | 2018-10-11 16:14:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-13 08:02:57 +0700 |
commit | b86f27cd525a7614973596fe593e504a66de769a (patch) | |
tree | 4e2efe971c5e0feb2abd1aa839b00bf5f983d337 /development/android-studio | |
parent | 4d01acd70a0c7b151c6113710c63d6be10f7ce31 (diff) |
development/android-studio: Updated for v 3.2.0.26_181_5014246.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'development/android-studio')
-rw-r--r-- | development/android-studio/README | 9 | ||||
-rw-r--r-- | development/android-studio/android-studio.SlackBuild | 5 | ||||
-rw-r--r-- | development/android-studio/android-studio.info | 6 | ||||
-rw-r--r-- | development/android-studio/doinst.sh | 3 |
4 files changed, 11 insertions, 12 deletions
diff --git a/development/android-studio/README b/development/android-studio/README index bd9e4d75c36f..e8cc46a61d86 100644 --- a/development/android-studio/README +++ b/development/android-studio/README @@ -2,6 +2,12 @@ Android Studio is a new Android development environment based on IntelliJ IDEA. It provides new features and improvements over Eclipse ADT and will be the official Android IDE once it's ready. + +After having installed this package, run Android Studio with: + android-studio + +# Details + On top of the capabilities you expect from IntelliJ, Android Studio offers: @@ -16,9 +22,6 @@ Android Studio offers: - Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine. -After having installed this package, run Android Studio with: - android-studio - # General tips - google-droid-fonts package may give you font issues with IntelliJ based applications (like Android Studio), and removing it should diff --git a/development/android-studio/android-studio.SlackBuild b/development/android-studio/android-studio.SlackBuild index c935be5cde1f..df7f02e25e99 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 2012-2018 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:-3.1.4.0_173_4907809} +VERSION=${VERSION:-3.2.0.26_181_5014246} SRCVER=$(echo ${VERSION#*_} | sed 's/_/./') BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-${VERSION}/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-${VERSION}-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/development/android-studio/android-studio.info b/development/android-studio/android-studio.info index de2238052a7c..9341dfc00636 100644 --- a/development/android-studio/android-studio.info +++ b/development/android-studio/android-studio.info @@ -1,8 +1,8 @@ PRGNAM="android-studio" -VERSION="3.1.4.0_173_4907809" +VERSION="3.2.0.26_181_5014246" HOMEPAGE="https://developer.android.com/studio/index.html" -DOWNLOAD="https://dl.google.com/dl/android/studio/ide-zips/3.1.4.0/android-studio-ide-173.4907809-linux.zip" -MD5SUM="f2af010be4a3856b24844978d4e445bd" +DOWNLOAD="https://dl.google.com/dl/android/studio/ide-zips/3.2.0.26/android-studio-ide-181.5014246-linux.zip" +MD5SUM="4b075c87f9cdda972266e2bbd327ec50" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/development/android-studio/doinst.sh b/development/android-studio/doinst.sh deleted file mode 100644 index 5fb28930db0b..000000000000 --- a/development/android-studio/doinst.sh +++ /dev/null @@ -1,3 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi |