summaryrefslogtreecommitdiffstats
path: root/development/netbeans
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2011-10-02 23:20:21 -0500
committer Robby Workman <rworkman@slackbuilds.org>2011-10-02 23:20:21 -0500
commitd6068bd829d2e887e5c6fc25ba5937d3dc755470 (patch)
tree2fa43cac5d3c2568f4d0800a5a8c43a6618b0285 /development/netbeans
parent94b9033bd95297aab73ca44cb69225122e81998d (diff)
downloadslackbuilds-d6068bd829d2e887e5c6fc25ba5937d3dc755470.tar.gz
slackbuilds-d6068bd829d2e887e5c6fc25ba5937d3dc755470.tar.xz
development/netbeans: Updated for version 7.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/netbeans')
-rw-r--r--development/netbeans/README4
-rw-r--r--development/netbeans/netbeans.SlackBuild5
-rw-r--r--development/netbeans/netbeans.desktop3
-rw-r--r--development/netbeans/netbeans.info8
4 files changed, 11 insertions, 9 deletions
diff --git a/development/netbeans/README b/development/netbeans/README
index c7bcda3fb4..f8bc5b20f0 100644
--- a/development/netbeans/README
+++ b/development/netbeans/README
@@ -4,7 +4,7 @@ The NetBeans IDE is a free, Open-Source Integrated Development
Environment for software developers. The IDE runs on many platforms
including Windows, Linux, Solaris, and the MacOS. The NetBeans IDE
provides developers with all the tools they need to create
-professional cross-platform desktop, enterprise, web and mobile
+professional cross-platform desktop, enterprise, web, and mobile
applications.
NOTES:
@@ -16,7 +16,7 @@ NOTES:
into the line #6(netbeans_default_options) in the file
/opt/netbeans/etc/netbeans.conf
- To use an alternative, bundle you can set BUNDLE variable:
+ To use an alternative bundle you can set BUNDLE variable:
$ BUNDLE=javaee ./netbeans.SlackBuild
GlassFish and Apache Tomcat are not available in this package.
diff --git a/development/netbeans/netbeans.SlackBuild b/development/netbeans/netbeans.SlackBuild
index a0dea245d8..2b82f98a54 100644
--- a/development/netbeans/netbeans.SlackBuild
+++ b/development/netbeans/netbeans.SlackBuild
@@ -26,11 +26,12 @@
# Updated by Andre Barboza <bmg.andre@gmail.com>
PRGNAM=netbeans
-VERSION=7.0
-DATE="201104080000"
+VERSION=7.0.1
+DATE="201107282000"
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+
BUNDLE=${BUNDLE:+-$BUNDLE}
CWD=$(pwd)
diff --git a/development/netbeans/netbeans.desktop b/development/netbeans/netbeans.desktop
index ab78da9708..af544e7621 100644
--- a/development/netbeans/netbeans.desktop
+++ b/development/netbeans/netbeans.desktop
@@ -2,7 +2,8 @@
Type=Application
Exec=netbeans
Name=Netbeans IDE
-GenericName=NetBeans Multi-Language IDE
+GenericName=NetBeans Multi-Language IDE
+Comment=NetBeans Multi-Language IDE
Icon=netbeans
StartupNotify=true
Categories=Qt;KDE;GTK;GNOME;Development;
diff --git a/development/netbeans/netbeans.info b/development/netbeans/netbeans.info
index d5c1b931df..e5b74d5084 100644
--- a/development/netbeans/netbeans.info
+++ b/development/netbeans/netbeans.info
@@ -1,10 +1,10 @@
PRGNAM="netbeans"
-VERSION="7.0"
+VERSION="7.0.1"
HOMEPAGE="http://www.netbeans.org"
-DOWNLOAD="http://download.netbeans.org/netbeans/7.0/final/zip/netbeans-7.0-201104080000-ml.zip"
-MD5SUM="23a0690886085abf31fb3cae84d797c0"
+DOWNLOAD="http://download.netbeans.org/netbeans/7.0.1/final/zip/netbeans-7.0.1-201107282000-ml.zip"
+MD5SUM="4d3c76236e3424a49e99023dfe228124"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Andre Barboza"
EMAIL="bmg.andre@gmail.com"
-APPROVED="dsomero"
+APPROVED="rworkman"