diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2015-11-07 10:07:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-07 10:07:20 +0700 |
commit | 4cd9de2c15fbbac9700579d82e71a9d74d988b85 (patch) | |
tree | d9168a643717c02a3b9ee23f7a941f44bc764ece /development | |
parent | bf0ff126c4905ef1cf1d89873e433ba66ed0a2ba (diff) |
development/lazarus: Updated for version 1.4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/lazarus/lazarus.SlackBuild | 6 | ||||
-rw-r--r-- | development/lazarus/lazarus.info | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/development/lazarus/lazarus.SlackBuild b/development/lazarus/lazarus.SlackBuild index 756ffd11a44e..06a8f42b24cc 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.4.2} +VERSION=${VERSION:-1.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,10 +59,6 @@ find -L . \ \( -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" -fi - # Compilation doesn't need ./configure make clean make -j1 all \ diff --git a/development/lazarus/lazarus.info b/development/lazarus/lazarus.info index ff2246eb7298..52fab2189a5c 100644 --- a/development/lazarus/lazarus.info +++ b/development/lazarus/lazarus.info @@ -1,8 +1,8 @@ PRGNAM="lazarus" -VERSION="1.4.2" +VERSION="1.4.4" HOMEPAGE="http://www.lazarus.freepascal.org/" -DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-1.4.2-0.tar.gz" -MD5SUM="f9f56d5d9eb6de5c6b939f033fbbefb7" +DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-1.4.4-0.tar.gz" +MD5SUM="fdc2ec9dd4438f5e188227ec542bb86c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fpc fpc-source" |