development/android-studio: Updated for v 3.2.0.26_181_5014246.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
Roberto Metere 2018-10-11 16:14:28 +01:00 committed by Willy Sudiarto Raharjo
parent 4d01acd70a
commit b86f27cd52
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
4 changed files with 11 additions and 12 deletions

View File

@ -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

View File

@ -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}

View File

@ -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=""

View File

@ -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