summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2014-07-08 07:45:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-07-08 07:45:34 +0700
commitf94a1079e79e370c8ceda99eff667ec729c5517c (patch)
tree34424abffebdfb68f55cc8d9e0f647d960ded9eb /development
parent76dcf9d52bed045cd307d3f597ac8405cd198444 (diff)
downloadslackbuilds-f94a1079e79e370c8ceda99eff667ec729c5517c.tar.gz
slackbuilds-f94a1079e79e370c8ceda99eff667ec729c5517c.tar.xz
development/lazarus: Updated for version 1.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/lazarus/lazarus.SlackBuild8
-rw-r--r--development/lazarus/lazarus.info6
2 files changed, 6 insertions, 8 deletions
diff --git a/development/lazarus/lazarus.SlackBuild b/development/lazarus/lazarus.SlackBuild
index 19d70af66c..9f683b7975 100644
--- a/development/lazarus/lazarus.SlackBuild
+++ b/development/lazarus/lazarus.SlackBuild
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lazarus
-VERSION=${VERSION:-1.2.2}
+VERSION=${VERSION:-1.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,7 @@ make install \
ln -sf ../share/lazarus/startlazarus
)
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Install desktop file, icon, and mime entry
@@ -90,9 +90,7 @@ cat images/ide_icon48x48.png > $PKG/usr/share/pixmaps/lazarus.png
cat install/lazarus-mime.xml > $PKG/usr/share/mime/packages/lazarus-mime.xml
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -ra \
- COPYING* README.txt docs/* examples/ \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -ra COPYING* README.txt docs/* examples/ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/lazarus/lazarus.info b/development/lazarus/lazarus.info
index 4299a6579e..3af641729a 100644
--- a/development/lazarus/lazarus.info
+++ b/development/lazarus/lazarus.info
@@ -1,8 +1,8 @@
PRGNAM="lazarus"
-VERSION="1.2.2"
+VERSION="1.2.4"
HOMEPAGE="http://www.lazarus.freepascal.org/"
-DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-1.2.2-0.tar.gz"
-MD5SUM="f6dccb86952906e60484ee46d2888838"
+DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-1.2.4-0.tar.gz"
+MD5SUM="456dc5fe54fcb302ec8bc7e8df5ed3e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fpc fpc-source"