diff options
-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" |