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:
parent
4d01acd70a
commit
b86f27cd52
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue