mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/lazarus: Updated for version 1.2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8336c7a9f7
commit
5ec8fcee4a
2 changed files with 8 additions and 8 deletions
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=lazarus
|
||||
VERSION=${VERSION:-1.2.4}
|
||||
VERSION=${VERSION:-1.2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,10 +54,10 @@ tar xvf $CWD/$PRGNAM-$VERSION-0.tar.gz
|
|||
cd $PRGNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
if [ "$LCL" = "qt" ]; then
|
||||
OPT="-dUSE_QT_45"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lazarus"
|
||||
VERSION="1.2.4"
|
||||
VERSION="1.2.6"
|
||||
HOMEPAGE="http://www.lazarus.freepascal.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-1.2.4-0.tar.gz"
|
||||
MD5SUM="456dc5fe54fcb302ec8bc7e8df5ed3e2"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-1.2.6-0.tar.gz"
|
||||
MD5SUM="caa1ee35266ea5e930af064e7efb550c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="fpc fpc-source"
|
||||
|
|
Loading…
Reference in a new issue