summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2012-04-29 19:55:30 -0400
committer Erik Hanson <erik@slackbuilds.org>2012-04-30 00:40:01 -0500
commit83eb49aa39533043dc7d22ffa13e12e7efc230c1 (patch)
tree61850e0f8e49b6d722d981d63a66e800677d180e /development
parent9b1b22ae37bdeee426aebe1d2243562ada458570 (diff)
downloadslackbuilds-83eb49aa39533043dc7d22ffa13e12e7efc230c1.tar.gz
slackbuilds-83eb49aa39533043dc7d22ffa13e12e7efc230c1.tar.xz
development/lazarus: Updated for version 0.9.30.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/lazarus/README3
-rw-r--r--development/lazarus/lazarus.SlackBuild5
-rw-r--r--development/lazarus/lazarus.info8
-rw-r--r--development/lazarus/slack-desc8
4 files changed, 11 insertions, 13 deletions
diff --git a/development/lazarus/README b/development/lazarus/README
index 808cfc0c72..413c426bc0 100644
--- a/development/lazarus/README
+++ b/development/lazarus/README
@@ -2,7 +2,6 @@ Lazarus is a Rapid Application Development Tool for FreePascal.
It comes with the LCL - Lazarus component library, which contains platform
independent visual components like buttons, windows, checkbox, treeview and
many, many more. The LCL is platform independent, so you can write an
-application once and then compile for various platforms without changing
-code.
+application once and then compile for various platforms without changing code.
This requires fpc [Free pascal].
diff --git a/development/lazarus/lazarus.SlackBuild b/development/lazarus/lazarus.SlackBuild
index e87ed26c67..e8f6c0f9f1 100644
--- a/development/lazarus/lazarus.SlackBuild
+++ b/development/lazarus/lazarus.SlackBuild
@@ -22,8 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lazarus
-VERSION=${VERSION:-0.9.30}
-# We'll define ARCH in just a bit...
+VERSION=${VERSION:-0.9.30.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -45,7 +44,7 @@ if ! [[ "$ARCH" = "x86_64" || "$ARCH" = "i386" ]]; then
printf "\nThis won't build on $ARCH.\n\n";exit 1
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/development/lazarus/lazarus.info b/development/lazarus/lazarus.info
index 0602e53a4a..e644a3e9f1 100644
--- a/development/lazarus/lazarus.info
+++ b/development/lazarus/lazarus.info
@@ -1,10 +1,10 @@
PRGNAM="lazarus"
-VERSION="0.9.30"
+VERSION="0.9.30.4"
HOMEPAGE="http://www.lazarus.freepascal.org/"
-DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-0.9.30-src.tar.bz2"
-MD5SUM="5ece11700df569ebb518ccca37d93f1d"
+DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-0.9.30.4-src.tar.bz2"
+MD5SUM="ebd40cdfdfc4b66d1ced7a0d48d6da84"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Andre Barboza"
EMAIL="bmg.andre@gmail.com"
-APPROVED="Niels Horn"
+APPROVED="dsomero"
diff --git a/development/lazarus/slack-desc b/development/lazarus/slack-desc
index 75801788a5..1493725549 100644
--- a/development/lazarus/slack-desc
+++ b/development/lazarus/slack-desc
@@ -9,10 +9,10 @@
lazarus: lazarus (Rapid Application Development Tool for FreePascal)
lazarus:
lazarus: Lazarus is a Rapid Application Development Tool for FreePascal.
-lazarus: It comes with the LCL - Lazarus component library, which contains
-lazarus: platform independent visual components like buttons, windows,
-lazarus: checkbox, treeview and many, many more. The LCL is platform
-lazarus: independent, so you can write an application once and then compile
+lazarus: It comes with the LCL - Lazarus component library, which contains
+lazarus: platform independent visual components like buttons, windows,
+lazarus: checkbox, treeview and many, many more. The LCL is platform
+lazarus: independent, so you can write an application once and then compile
lazarus: for various platforms without changing code.
lazarus:
lazarus: Homepage: http://lazarus.freepascal.org