summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-06-30 00:56:04 +0200
committerLadislav Hagara2010-06-30 00:56:04 +0200
commitc9860704fa6c8a6aa791a6cb4cc4b0e573a63ce8 (patch)
tree9243e317f3c582b4dae1dacf29adce41755eaa65
parent65c0c48304d5a6af2a262688b53b5a301c55429d (diff)
mlterm 3.0.1
-rwxr-xr-xshell-term-fm/mlterm/DEPENDS5
-rwxr-xr-xshell-term-fm/mlterm/DETAILS4
-rw-r--r--shell-term-fm/mlterm/HISTORY4
3 files changed, 11 insertions, 2 deletions
diff --git a/shell-term-fm/mlterm/DEPENDS b/shell-term-fm/mlterm/DEPENDS
index c9b8487286..a88c38531c 100755
--- a/shell-term-fm/mlterm/DEPENDS
+++ b/shell-term-fm/mlterm/DEPENDS
@@ -21,6 +21,11 @@ optional_depends gtk+2 \
"" \
"for GUI configurator mlconfig and mlterm-menu" &&
+optional_depends libxft \
+ "--with-type-engines=xft" \
+ "" \
+ "to use xft for rendering text" &&
+
# why not just depend on the spells and make it easy? This way dispel
# works better, as mlterm is not borked because of missing image support
config_query_list ML_IMAGE "What should provide image support?" nothing imlib gdk-pixbuf &&
diff --git a/shell-term-fm/mlterm/DETAILS b/shell-term-fm/mlterm/DETAILS
index 9c702c73e9..7147f3b312 100755
--- a/shell-term-fm/mlterm/DETAILS
+++ b/shell-term-fm/mlterm/DETAILS
@@ -1,10 +1,10 @@
SPELL=mlterm
- VERSION=2.9.4
+ VERSION=3.0.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://mlterm.sourceforge.net/
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_HASH=sha512:460aa3ef91a2319acbe8759bd2202c0909d5d76faa293d0c88949c38f320425c9476b24bd9ddadd0853e4d8cec71dc40c73be276e6ccfcf2d782f69f5bc01f85
+ SOURCE_HASH=sha512:9ca506d20e8c501d816a07a0f50a231f2aebbb42f9ce04d7cc6973cf0a8f6cfb4016092163d34392dcf98aef381c38391227b8d2553fc84acf629a6981c2cb23
LICENSE[0]=BSD
ENTERED=20060529
KEYWORDS="terminal emulator"
diff --git a/shell-term-fm/mlterm/HISTORY b/shell-term-fm/mlterm/HISTORY
index 6046472be1..5c0b043a58 100644
--- a/shell-term-fm/mlterm/HISTORY
+++ b/shell-term-fm/mlterm/HISTORY
@@ -1,3 +1,7 @@
+2010-06-29 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 3.0.1
+ * DEPENDS: added optional_depends libxft
+
2008-03-18 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Switch X11-LIBS to the one and only xorg-libs