summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Roberto Metere <roberto@metere.it>2017-12-01 22:32:33 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-02 06:31:07 +0700
commitb7930795ac3425a976e64c96d957ce0c75f11413 (patch)
treefe455da7c70e9498e6d6f49f3a65d3ec2d285617 /development
parent820818d0870ffa34cab347e92cdff14bcba36d64 (diff)
downloadslackbuilds-b7930795ac3425a976e64c96d957ce0c75f11413.tar.gz
slackbuilds-b7930795ac3425a976e64c96d957ce0c75f11413.tar.xz
development/android-studio: Updated for version 3.0.1.0_171_4443003.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/android-studio/README14
-rw-r--r--development/android-studio/android-studio.SlackBuild3
-rw-r--r--development/android-studio/android-studio.info6
-rw-r--r--development/android-studio/doinst.sh3
4 files changed, 15 insertions, 11 deletions
diff --git a/development/android-studio/README b/development/android-studio/README
index d8e02bb38a..bd9e4d75c3 100644
--- a/development/android-studio/README
+++ b/development/android-studio/README
@@ -1,8 +1,8 @@
-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.
-On top of the capabilities you expect from IntelliJ,
+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.
+On top of the capabilities you expect from IntelliJ,
Android Studio offers:
- Flexible Gradle-based build system.
@@ -10,10 +10,10 @@ Android Studio offers:
- Expanded template support for Google Services and various
device types.
- Rich layout editor with support for theme editing.
- - Lint tools to catch performance, usability, version
+ - Lint tools to catch performance, usability, version
compatibility, and other problems.
- ProGuard and app-signing capabilities.
- - Built-in support for Google Cloud Platform, making it easy
+ - 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:
diff --git a/development/android-studio/android-studio.SlackBuild b/development/android-studio/android-studio.SlackBuild
index 5aab0e4515..4a3bd0007e 100644
--- a/development/android-studio/android-studio.SlackBuild
+++ b/development/android-studio/android-studio.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=android-studio
-VERSION=${VERSION:-2.3.3.0_162_4069837}
+VERSION=${VERSION:-3.0.1.0_171_4443003}
SRCVER=$(echo ${VERSION#*_} | sed 's/_/./')
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,6 +80,7 @@ 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 34e50869e4..c8c6e96161 100644
--- a/development/android-studio/android-studio.info
+++ b/development/android-studio/android-studio.info
@@ -1,8 +1,8 @@
PRGNAM="android-studio"
-VERSION="2.3.3.0_162_4069837"
+VERSION="3.0.1.0_171_4443003"
HOMEPAGE="https://developer.android.com/studio/index.html"
-DOWNLOAD="https://dl.google.com/dl/android/studio/ide-zips/2.3.3.0/android-studio-ide-162.4069837-linux.zip"
-MD5SUM="53692bc4b59ebc75982bc00ffb40efa3"
+DOWNLOAD="https://dl.google.com/dl/android/studio/ide-zips/3.0.1.0/android-studio-ide-171.4443003-linux.zip"
+MD5SUM="1dc5f3922981d6e74ebfda37a0e533e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/development/android-studio/doinst.sh b/development/android-studio/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/development/android-studio/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi