diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2023-08-18 19:33:07 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-19 09:15:19 +0700 |
commit | 537d1b01d4c9ab6025282e46329a007b49b12f3c (patch) | |
tree | 35db4c98e4e8ad49117418cb509d61da35015dcc /development | |
parent | 90ea9a8a409fb96cacf577b6bc83c2192c138f9e (diff) |
development/lazarus: Updated for version 2.2.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/lazarus/lazarus.SlackBuild | 14 | ||||
-rw-r--r-- | development/lazarus/lazarus.info | 10 |
2 files changed, 13 insertions, 11 deletions
diff --git a/development/lazarus/lazarus.SlackBuild b/development/lazarus/lazarus.SlackBuild index 44f69ddcf6a0b..c2f6efc7f5605 100644 --- a/development/lazarus/lazarus.SlackBuild +++ b/development/lazarus/lazarus.SlackBuild @@ -3,7 +3,8 @@ # Slackware build script for Lazarus IDE # Written by Andre Barboza <email removed> -# Now maintained by B. Watson <urchlay@slackware.uk> +# Previously maintained by B. Watson <urchlay@slackware.uk> +# Now maintained by Antonio Leal <antonioleal@yahoo.com> # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -36,13 +37,14 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lazarus -VERSION=${VERSION:-2.0.12} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.2.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} FPCVER=${FPCVER:-3.2.2} LCL=${LCL:-gtk2} +OPT=${OPT:--v000} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -78,14 +80,14 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION-0.tar.gz cd $PRGNAM fixperms sed -i -e 's:share/man:man:' install/man/Makefile # Compilation doesn't need ./configure make clean -make -j1 all \ +make -j1 bigide \ PREFIX=/usr \ LCL_PLATFORM=${LCL} \ OPT=${OPT} @@ -124,7 +126,7 @@ cat install/lazarus-mime.xml > $PKG/usr/share/mime/packages/lazarus-mime.xml PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKGDOC -cp -ra COPYING* README.txt docs/* examples/ $PKGDOC +cp -ra COPYING* README.md docs/* examples/ $PKGDOC cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild rm -f $PKGDOC/INSTALL.txt diff --git a/development/lazarus/lazarus.info b/development/lazarus/lazarus.info index ff7e1ac492a1e..f1563003fa7e6 100644 --- a/development/lazarus/lazarus.info +++ b/development/lazarus/lazarus.info @@ -1,12 +1,12 @@ PRGNAM="lazarus" -VERSION="2.0.12" +VERSION="2.2.6" HOMEPAGE="http://www.lazarus.freepascal.org/" -DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-2.0.12.tar.gz \ +DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-2.2.6-0.tar.gz \ https://downloads.sourceforge.net/freepascal/fpc-3.2.2.source.tar.gz" -MD5SUM="208dfeb20c528649d2598cc0eb341309 \ +MD5SUM="51ca9d8351c368d8c3f7e89734fc17f1 \ e7649ad0fc9230fdd9493a7fcabbd426" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fpc" -MAINTAINER="B. Watson" -EMAIL="urchlay@slackware.uk" +MAINTAINER="Antonio Leal" +EMAIL="antonioleal@yahoo.com" |