|
@@ -4,19 +4,22 @@
|
|
|
Summary: Multi Lingual TERMinal emulator for X
|
|
|
Summary(ja): 多言語対応 X ターミナルエミュレータ
|
|
|
Name: mlterm
|
|
|
-Version: 3.0.2
|
|
|
+Version: 3.0.5
|
|
|
Release: 1%{?_dist_release}
|
|
|
Source0: http://prdownloads.sourceforge.net/mlterm/%{name}-%{version}.tar.gz
|
|
|
Source1: mlterm-icons.tar.bz2
|
|
|
Patch0: mlterm-vine-3.patch
|
|
|
###Patch1: mlterm-2.9.4-stropts.patch
|
|
|
+Patch10: mlterm-key.patch
|
|
|
License: Modified BSD-style license
|
|
|
Group: User Interface/Desktops
|
|
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
|
|
Requires: task-xorg-x11 gdk-pixbuf gtk2 freetype2
|
|
|
Requires: fribidi scim libXft
|
|
|
+Requires: vte
|
|
|
BuildRequires: task-xorg-x11 gdk-pixbuf-devel gtk2-devel freetype2-devel
|
|
|
BuildRequires: fribidi-devel scim-devel libXft-devel
|
|
|
+BuildRequires: vte-devel
|
|
|
Distribution: Vine Linux
|
|
|
Vendor: Project Vine
|
|
|
URL: http://mlterm.sourceforge.net/
|
|
@@ -44,6 +47,7 @@ rm -rf %{buildroot}
|
|
|
|
|
|
%setup -q -a 1
|
|
|
%patch0 -p1
|
|
|
+%patch10 -p1
|
|
|
##%%patch1 -p1
|
|
|
|
|
|
|
|
@@ -56,7 +60,8 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
|
|
--with-tools=mlclient,mlconfig,mlterm-menu,mlcc,mlterm-zoom \
|
|
|
--enable-anti-alias \
|
|
|
--with-scrollbars=sample,extra,pixmap_engine \
|
|
|
- --enable-scim
|
|
|
+ --enable-scim --enable-ibus \
|
|
|
+ --disable-ind --disable-utmp --disable-ssh2
|
|
|
|
|
|
|
|
|
%__make
|
|
@@ -106,6 +111,13 @@ rm -rf %{buildroot}
|
|
|
%{_datadir}/*
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Jun 8 2011 KATO Masashi <mkato@par.odn.ne.jp> 3.0.5-1
|
|
|
+- upstream source update
|
|
|
+
|
|
|
+* Sat Mar 26 2011 KATO Masashi <mkato@par.odn.ne.jp> 3.0.3-1
|
|
|
+- upstream source update
|
|
|
+- added ibus suport
|
|
|
+
|
|
|
* Wed Jan 19 2011 KATO Masashi <mkato@par.odn.ne.jp> 3.0.2-1
|
|
|
- upstream source update
|
|
|
- dropped patch1
|