diff options
author | Marco Cecchetti <mrc.ildp@gmail.com> | 2010-04-14 21:04:20 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:03 +0200 |
commit | 35681673239addb8c7d82c78a94a42704782ea74 (patch) | |
tree | bb30228530a1d7239876981ae079f18c6a48a24b /system | |
parent | 3402094f152e87a260cc08998025c59cb06f3fde (diff) | |
download | slackbuilds-35681673239addb8c7d82c78a94a42704782ea74.tar.gz |
system/mlterm: Updated for version 3.0.0.
Diffstat (limited to 'system')
-rw-r--r-- | system/mlterm/mlterm.SlackBuild | 7 | ||||
-rw-r--r-- | system/mlterm/mlterm.info | 8 |
2 files changed, 7 insertions, 8 deletions
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" |