From 35681673239addb8c7d82c78a94a42704782ea74 Mon Sep 17 00:00:00 2001 From: Marco Cecchetti Date: Wed, 14 Apr 2010 21:04:20 -0400 Subject: system/mlterm: Updated for version 3.0.0. --- system/mlterm/mlterm.SlackBuild | 7 +++---- system/mlterm/mlterm.info | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'system') diff --git a/system/mlterm/mlterm.SlackBuild b/system/mlterm/mlterm.SlackBuild index d4023cb5e5..2c6d6cf48c 100644 --- a/system/mlterm/mlterm.SlackBuild +++ b/system/mlterm/mlterm.SlackBuild @@ -5,7 +5,7 @@ # Written by Marco Cecchetti (mrc.ildp@gmail.com) PRGNAM=mlterm -VERSION=${VERSION:-2.9.4} +VERSION=${VERSION:-3.0.0} ARCH=${ARCH:-i486} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} @@ -54,10 +54,9 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-optimize-redrawing \ --with-imagelib=gdk-pixbuf2 \ --with-type-engines=${FONT_ENGINE} \ - --with-libltdl \ --enable-fribidi \ - --enable-m17nlib \ --disable-static \ + --enable-m17nlib \ --build=$ARCH-slackware-linux make @@ -67,7 +66,7 @@ make install DESTDIR=$PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ xargs strip --strip-unneeded 2> /dev/null || true find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null + xargs strip --strip-unneeded 2> /dev/null || true ) ( cd $PKG/usr/man diff --git a/system/mlterm/mlterm.info b/system/mlterm/mlterm.info index 6b6953fbd2..9e059a462b 100644 --- a/system/mlterm/mlterm.info +++ b/system/mlterm/mlterm.info @@ -1,10 +1,10 @@ PRGNAM="mlterm" -VERSION="2.9.4" +VERSION="3.0.0" HOMEPAGE="http://mlterm.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/mlterm/mlterm-2.9.4.tar.gz" -MD5SUM="67fc33f09da045f86b0d4ceebed76aac" +DOWNLOAD="http://downloads.sourceforge.net/mlterm/mlterm-3.0.0.tar.gz" +MD5SUM="0d40121b735fd18dc79ae38ed4e75a11" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Marco Cecchetti" EMAIL="mrc.ildp@gmail.com" -APPROVED="rworkman" +APPROVED="dsomero" -- cgit v1.2.3