mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/netbeans: Updated for version 8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
525edcce8f
commit
aab5ed3da7
3 changed files with 12 additions and 5 deletions
|
@ -8,6 +8,13 @@ professional cross-platform desktop, enterprise, web and mobile
|
||||||
applications.
|
applications.
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
|
****
|
||||||
|
UPGRADING: If you come across an error opening your projects,
|
||||||
|
check the files in the folder /opt/netbeans/etc.
|
||||||
|
If you haven't done modifications in those files, overwrite
|
||||||
|
them with new.
|
||||||
|
****
|
||||||
|
|
||||||
To use an specified locale you should execute netbeans as:
|
To use an specified locale you should execute netbeans as:
|
||||||
netbeans --locale $LANGOPT
|
netbeans --locale $LANGOPT
|
||||||
where $LANGOPT can be 'ja','zh:CN' or 'pt:BR', default is english.
|
where $LANGOPT can be 'ja','zh:CN' or 'pt:BR', default is english.
|
||||||
|
|
|
@ -26,13 +26,13 @@
|
||||||
# Updated by Andre Barboza <bmg.andre@gmail.com>
|
# Updated by Andre Barboza <bmg.andre@gmail.com>
|
||||||
|
|
||||||
PRGNAM=netbeans
|
PRGNAM=netbeans
|
||||||
VERSION=7.3.1
|
VERSION=${VERSION:-8.0}
|
||||||
ARCH=noarch
|
ARCH=noarch
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
BUNDLE=${BUNDLE:+-$BUNDLE}
|
BUNDLE=${BUNDLE:+-$BUNDLE}
|
||||||
DATE="201306052037"
|
DATE="201403101706"
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/SBo}
|
TMP=${TMP:-/tmp/SBo}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="netbeans"
|
PRGNAM="netbeans"
|
||||||
VERSION="7.3.1"
|
VERSION="8.0"
|
||||||
HOMEPAGE="http://www.netbeans.org"
|
HOMEPAGE="http://www.netbeans.org"
|
||||||
DOWNLOAD="http://download.netbeans.org/netbeans/7.3.1/final/zip/netbeans-7.3.1-201306052037.zip"
|
DOWNLOAD="http://download.netbeans.org/netbeans/8.0/final/zip/netbeans-8.0-201403101706.zip"
|
||||||
MD5SUM="6f92a4a7f1077599acc553c3b7e00de8"
|
MD5SUM="06ebb16d404ae39df6186ab838840c60"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="jdk"
|
REQUIRES="jdk"
|
||||||
|
|
Loading…
Reference in a new issue