mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/pycharm: Updated for version 4.5.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8a83fd5274
commit
c6361c02c3
2 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=pycharm
|
||||
EDITION=community
|
||||
VERSION=${VERSION:-4.5.1}
|
||||
VERSION=${VERSION:-4.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -77,7 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
mkdir -p $PKG/usr/bin
|
||||
(
|
||||
cd $PKG/usr/bin
|
||||
ln -sf /opt/$PRGNAM/bin/${PRGNAM}.sh $PRGNAM
|
||||
ln -sf /opt/$PRGNAM/bin/$PRGNAM.sh $PRGNAM
|
||||
)
|
||||
|
||||
# Install .desktop file
|
||||
|
@ -86,7 +86,7 @@ cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
|
|||
|
||||
# Install .desktop icon
|
||||
mkdir -p $PKG/usr/share/pixmaps
|
||||
install -D -m0644 bin/$PRGNAM.png $PKG/usr/share/pixmaps/${PRGNAM}.png
|
||||
install -D -m0644 bin/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pycharm"
|
||||
VERSION="4.5.1"
|
||||
VERSION="4.5.2"
|
||||
HOMEPAGE="https://www.jetbrains.com/pycharm/"
|
||||
DOWNLOAD="http://download.jetbrains.com/python/pycharm-community-4.5.1.tar.gz"
|
||||
MD5SUM="3e14f133a488f647d48d60b91f15715e"
|
||||
DOWNLOAD="http://download.jetbrains.com/python/pycharm-community-4.5.2.tar.gz"
|
||||
MD5SUM="8739ba2329dbd8a2177a2b95e5fd2470"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue