mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/android-studio: Updated for version 1.1.0_135_1740770.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2286945aa2
commit
9ec32a02d4
2 changed files with 8 additions and 9 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=android-studio
|
||||
VERSION=${VERSION:-1.0.1_135_1641136}
|
||||
SRCVER=${SRCVER:-135.1641136}
|
||||
VERSION=${VERSION:-1.1.0_135_1740770}
|
||||
SRCVER=${SRCVER:-135.1740770}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,15 +54,14 @@ install -D -m 644 $CWD/android-studio.desktop $PKG/usr/share/applications/androi
|
|||
mkdir -p $PKG/usr/bin
|
||||
for i in $(find $PWD -executable -type f | grep -v -e "\.sh$")
|
||||
do
|
||||
ln -s $PKG/usr/share/$PRGNAM/bin/$i $PKG/usr/bin/.
|
||||
ln -s /usr/share/$PRGNAM/bin/$(basename $i) ../bin/.
|
||||
done
|
||||
ln -s $PKG/usr/share/$PRGNAM/bin/studio.sh $PKG/usr/bin/$PRGNAM
|
||||
ln -s $PKG/usr/share/$PRGNAM/bin/inspect.sh $PKG/usr/bin/$PRGNAM-inspect
|
||||
ln -s /usr/share/$PRGNAM/bin/studio.sh ../bin/$PRGNAM
|
||||
ln -s /usr/share/$PRGNAM/bin/inspect.sh ../bin/$PRGNAM-inspect
|
||||
|
||||
# Adjust ownerships and permissions
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
chmod +x $PKG/usr/bin/android-studio
|
||||
cd
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-${VERSION}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="android-studio"
|
||||
VERSION="1.0.1_135_1641136"
|
||||
VERSION="1.1.0_135_1740770"
|
||||
HOMEPAGE="https://developer.android.com/sdk/installing/studio.html"
|
||||
DOWNLOAD="https://dl.google.com/dl/android/studio/ide-zips/1.0.1/android-studio-ide-135.1641136-linux.zip"
|
||||
MD5SUM="33ac04f247bf5a25538b8c4d8d6258a8"
|
||||
DOWNLOAD="https://dl.google.com/dl/android/studio/ide-zips/1.1.0/android-studio-ide-135.1740770-linux.zip"
|
||||
MD5SUM="602a69fb027c6b5f8b768b726a445cf0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue