Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3835
Modified Files:
mlterm.info mlterm.patch
Log Message:
reverting the change (2.9.2-5 not ready for stable)
Index: mlterm.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11/mlterm.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mlterm.info 19 Apr 2005 13:41:29 -0000 1.3
+++ mlterm.info 19 Apr 2005 14:55:55 -0000 1.4
@@ -1,32 +1,24 @@
Package: mlterm
-Version: 2.9.2
-Revision: 5
+Version: 2.8.0
+Revision: 18
License: BSD
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
Description: Multilingual terminal emulator on X11
-BuildDepends: <<
- fribidi-dev, libjpeg, libpng3, libtiff, giflib,
- x11-dev, fontconfig1-dev, xft2-dev,
- gtk+2-dev, atk1 (>= 1.6.0-1), glib2-dev (>= 2.4.0-1), pango1-xft2-dev (>=
1.4.0-1),
- gettext-dev, gettext-tools (>= 0.14-1), libiconv-dev,
- pkgconfig, autoconf2.5, libtool14, automake1.6
-<<
-Depends: <<
- fribidi-shlibs, libjpeg-shlibs, libpng3-shlibs, libtiff-shlibs,
giflib-shlibs,
- x11-shlibs, fontconfig1-shlibs, xft2-shlibs,
- gtk+2, atk1-shlibs (>= 1.6.0-1), glib2 (>= 2.4.0-1), pango1-xft2 (>=
1.4.0-1),
- gettext, libiconv
-<<
+BuildDepends: fribidi-dev, imlib, libjpeg, libpng3, libtiff, giflib,
gettext-dev, gettext-bin, gettext-tools, libiconv-dev, x11-dev, freetype2,
xft2-dev, gtk+, glib, pkgconfig, autoconf2.5, libtool14, automake1.6
+Depends: fribidi-shlibs, imlib-shlibs, libjpeg-shlibs, libpng3-shlibs,
libtiff-shlibs, giflib-shlibs, x11-shlibs, freetype2-shlibs, xft2-shlibs,
gtk+-shlibs, gettext, libiconv, glib-shlibs
Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: be561bfe646a112ce7400b9d0db41e82
+Source-MD5: 69b38c6909ba8cd2e81edd18fc612b1f
+Source2: mirror:sourceforge:%n/%n-%vpl1.tar.gz
+Source2-MD5: 66a0d3b21e6bfcc7919b579794f70479
PatchScript: <<
#!/bin/sh
set -e
set -x
+patch -p0 < ../%n-%vpl1/%n-%vpl1.patch
patch -p1 < %a/%n.patch
for dir in . mkf kiklib; do (
cd $dir
- %p/bin/libtoolize --copy --force
+ %p/bin/libtoolize --force
rm -f aclocal.m4
%p/bin/aclocal-1.6
%p/bin/autoconf
@@ -34,7 +26,7 @@
done
<<
# Don't remove --config-cache to workaround libtool.m4's(?) bug
-ConfigureParams: --enable-shared --with-imagelib=gdk-pixbuf --enable-fribidi
--enable-ind --prefix=%p --libexecdir=%p/lib/mlterm --infodir=%p/share/info
--mandir=%p/share/man --with-libiconv-prefix=%p --with-libintl-prefix=%p
--enable-anti-alias
+ConfigureParams: --config-cache --enable-shared --with-imagelib=imlib
--enable-fribidi --enable-ind --prefix=%p --libexecdir=%p/lib/mlterm
--infodir=%p/share/info --mandir=%p/share/man --with-libiconv-prefix=%p
--with-libintl-prefix=%p --enable-anti-alias
InstallScript: <<
make install DESTDIR=%d
install -d -m 755 %i/share/doc
@@ -56,20 +48,5 @@
%p/etc/mlterm/tfont
%p/etc/mlterm/vfont
<<
-DocFiles: README LICENCE ABOUT-NLS
-DescPort: <<
- This package depends on the freetype and fontconfig contained in
- the installed X11 indirectly due to xft2. It means, for example,
- the binary built with Apple's X11 might not run where xorg is installed.
-
- In contrast, it is generally safe to link the mlterm against another
- version of the freetype or fontconfig is generally safe as long as
- twolevel_namespace is used. It may happen if the m17n-lib support is
- enabled in future. If it happens, don't forget to add the appropreate
- libraries to BuildDepends and help the configure to find them.
-
- This package builddepends on the tools of gettext 0.14 due to the
- makefiles, but still uses gettext 0.10 at the run time just because
- there is no need to migrate to the 0.14 now.
-<<
+DocFiles: ChangeLog README LICENCE ABOUT-NLS
Homepage: http://mlterm.sourceforge.net/
Index: mlterm.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/x11/mlterm.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mlterm.patch 19 Apr 2005 13:41:29 -0000 1.2
+++ mlterm.patch 19 Apr 2005 14:55:55 -0000 1.3
@@ -1,13 +1,29 @@
-diff -Nru mlterm-2.9.2.orig/tool/mlconfig/po/Makefile.in.in
mlterm-2.9.2/tool/mlconfig/po/Makefile.in.in
---- mlterm-2.9.2.orig/tool/mlconfig/po/Makefile.in.in Sun Jan 12 19:08:51 2003
-+++ mlterm-2.9.2/tool/mlconfig/po/Makefile.in.in Sun Apr 3 02:29:55 2005
-@@ -26,8 +26,7 @@
+diff -Nru mlterm-2.8.0.orig+pl1/mkf/lib/Makefile.in
mlterm-2.8.0/mkf/lib/Makefile.in
+--- mlterm-2.8.0.orig+pl1/mkf/lib/Makefile.in Sun Oct 5 22:10:15 2003
++++ mlterm-2.8.0/mkf/lib/Makefile.in Thu Apr 29 22:41:08 2004
+@@ -18,7 +18,7 @@
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
--MKINSTALLDIRS = @MKINSTALLDIRS@
--mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo
"$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
-+mkinstalldirs = @MKINSTALLDIRS@
+ CFLAGS = $(CFLAGS_LOCAL) @DEB_CFLAGS@ @KIK_CFLAGS@ @TABLE_CFLAGS@ @CFLAGS@
@CPPFLAGS@ -I/usr/local/include
+ LIBS = $(LIBS_LOCAL)
+-LDFLAGS = @LDFLAGS@ -L${top_builddir}/kiklib/src/.libs
${top_builddir}/kiklib/src/libkik.la
++LDFLAGS = @LDFLAGS@ ${top_builddir}/kiklib/src/libkik.la
- GMSGFMT = @GMSGFMT@
- MSGFMT = @MSGFMT@
+ PARSER_OBJ = mkf_parser.o mkf_iso2022_parser.o mkf_iso8859_parser.o
mkf_xct_parser.o \
+ mkf_eucjp_parser.o mkf_euckr_parser.o mkf_euccn_parser.o
mkf_iso2022jp_parser.o \
+diff -Nru mlterm-2.8.0.orig+pl1/tool/mlconfig/po/Makefile.in.in
mlterm-2.8.0/tool/mlconfig/po/Makefile.in.in
+--- mlterm-2.8.0.orig+pl1/tool/mlconfig/po/Makefile.in.in Sun Oct 5
22:10:06 2003
++++ mlterm-2.8.0/tool/mlconfig/po/Makefile.in.in Thu Apr 29 22:39:15 2004
+@@ -18,6 +18,13 @@
+ top_srcdir = @top_srcdir@
+ VPATH = @srcdir@
+
++DOMAIN = $(PACKAGE)
++subdir = tool/mlconfig/po
++top_builddir = @top_builddir@
++XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
++COPYRIGHT_HOLDER = Free Software Foundation, Inc.
++EXTRA_LOCALE_CATEGORIES =
++
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ datadir = @datadir@
-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits